@charset "utf-8";
/*----------------------------------------------------
　MV
----------------------------------------------------*/
#main_area {
  width: 100%;
  padding-top: 3em;
  height: 32vw;
  max-height: 35em;
  text-align: center;
}
#main_img {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
  position: relative;
}
#to_home img {
  position: absolute;
  top: 2.3%;
  left: 6.2%;
  width: 8.2%;
  transition: 0.3s;
}
#to_home img:hover {
  opacity: 0.9;
}
#main_copy {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: absolute;
  text-align: left;
  font-size: 340%;
  font-weight: 900;
  line-height: 1.4em;
  top: 20%;
  left: 24%;
}
#main_copy span {
  color: #000000;
  padding-left: 0.1em;
  padding-right: 0.1em;
  letter-spacing: 0.06em;
  background-image: url(../img/line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
/*----------------------------------------------------
　COPY
----------------------------------------------------*/
#copy {
	background-image: url(../img/back01.jpg);
	background-repeat: repeat;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	padding-top: 4em;
	padding-bottom: 4em;
	font-size: 130%;
	font-weight: 900;
	line-height: 2em;
}
.txt_u_line {
  background: linear-gradient(transparent 60%, #fff 60%);
  padding-left: 0.1em;
  padding-right: 0.1em;
}
/*----------------------------------------------------
　intro
----------------------------------------------------*/
#intro {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	width: 72%;
	margin-bottom: 2em;
}
#intro .txt{
  padding-top: 2em;
}
/*----------------------------------------------------
　POINT
----------------------------------------------------*/
.white_box .box_img {
  position: relative;
  height: 35em;
}
.point_no {
  background-repeat: no-repeat;
  width: 9em;
  height: 11em;
  display: block;
  background-image: url(../img/point_no_back.png);
  background-size: 100% auto;
  position: absolute;
}
.right .point_no {
  right: 0px;
}
.point_no div {
  position: relative;
  width: 88%;
  height: 84%;
  margin-right: auto;
  margin-left: auto;
  background: #444;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  text-align: center;
  padding-top: 20%;
}
.point_no div img {
  width: 45%;
  height: auto;
}
.point_img {
	width: 33em;
	height: 33em;
	margin-left: 8%;
	margin-top: 2em;
	background-repeat: no-repeat;
	background-size: cover;
}
.right .point_img {
  margin-right: 8%;
  margin-left: 0px;
}
.point_copy {
  position: absolute;
  left: 0px;
  bottom: 0em;
  writing-mode: vertical-rl;
  transform: rotate(-4deg); /* 中心を基準点に時計回りに回転する */
}
.right .point_copy {
  transform: rotate(4deg); /* 中心を基準点に時計回りに回転する */
  right: 0px;
}
.point_copy span {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 0.6em;
  padding-right: 0em;
  padding-bottom: 0.6em;
  padding-left: 0em;
  font-size: 150%;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.2em;
}
/*----------------------------------------------------
　check_contents
----------------------------------------------------*/
#check_contents {
  background-repeat: repeat-y;
  background-position: center 0%;
  width: 90%;
  max-width: 12.4rem;
  background-size: 100% auto;
  margin-right: auto;
  margin-left: auto;
}
#check_contents_header, #check_contents_footer {
  width: 90%;
  max-width: 12.4rem;
  margin-right: auto;
  margin-left: auto;
}
#check_contents_footer {
  margin-bottom: 4em;
}
#check_contents .section__inner {
  width: 80%;
}
#check_contents .title_01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 4em;
  margin-bottom: 2em;
}
#check_contents .title_01 span {
  font-size: 280%;
  font-weight: 900;
  line-height: 1.8em;
  box-shadow: 3px 3px rgba(169, 66, 73);
  background-color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
}
#check_contents .title_02 {
  color: #a94249;
  font-size: 200%;
  background-image: url(../01/img/contents_01_title_02_back.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  text-align: center;
  font-weight: 900;
  line-height: 1.6em;
  margin-bottom: 1em;
}
#check_contents .title_02 span {
  background: linear-gradient(transparent 60%, #fff 60%);
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#check_contents img {
  margin-bottom: 4em;
}
#check_contents .title_03 { /*--角丸テキスト----*/
  text-align: center;
  font-size: 120%;
  font-weight: 900;
  border-radius: 5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
/*----------------------------------------------------
見出し
----------------------------------------------------*/
.contents_title_01 {
  display: block;
  font-size: 300%;
  font-weight: 900;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.contents_title_01::before, .contents_title_01::after {
  content: "";
  padding-bottom: 0.5em;
  display: block;
  background-repeat: repeat-x;
  margin-bottom: 0.5em;
}
.contents_title_01::after {
  margin-top: 0.8em;
}
/*----------------------------------------------------
　ホワイトボックス
----------------------------------------------------*/
.contents_box {
	background-repeat: repeat;
	padding-top: 8em;
}
.contents_box .title_01 {
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	display: table;
	text-align: center;
	font-size: 200%;
	font-weight: 700;
	border-radius: 2em;
	position: relative;
	padding-left: 2em;
	padding-right: 2em;
}
.contents_box .title_01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}
.contents_box .contents_title_01 {
  color: #000000;
  width: 70%;
}
.contents_box .box {
  display: flex;
  justify-content: space-between;
  background-size: 20px 3px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  padding-bottom: 3em;
  margin-top: 3em;
  margin-bottom: 0px;
}
.contents_box .box:last-child {
  background-image: none;
}
.contents_box .box > div {
  width: 48%;
}
.contents_box .title_02 {
  text-align: center;
  margin-bottom: 2em;
  line-height: 4em;
  margin-top: 2em;
}
.contents_box .title_02 span {
  font-size: 200%;
  font-weight: 900;
  line-height: 1.8em;
  background-color: #FFFFFF;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.2em;
  padding-bottom: 0.1em;
}
.white_box {
  display: block;
  background-color: #FFFFFF;
  padding-top: 1em;
  padding-right: 4em;
  padding-left: 4em;
  border-radius: 3em;
  width: 90%;
  max-width: 12.4rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6em;
}
.white_box .txt_box{
    font-weight: 500;}


/*----------------------------------------------------
Column
----------------------------------------------------*/
.column_03{
	width: 100%;
	display: flex;
	justify-content: space-between;
  background-size: 20px 3px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  padding-bottom: 3em;
  margin-bottom: 0px;
}

.column_03>div{
	width: 30%;
}
.column_03 .col03_title{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: 600;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	text-align: center;
	border-radius: 5em;
}

.column_03 p{
	font-size: 110%;
	font-weight: 500;
	line-height: 1.6em;
}



/*----------------------------------------------------
アンカーリンク
----------------------------------------------------*/
a.unker_link {
  height: 1px;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/*----------------------------------------------------
ページリンク
----------------------------------------------------*/
.page_link {
  display: flex;
  justify-content: center;
  margin-top: 4em;
}
.page_link a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: block;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.page_link a:hover {
  opacity: 0.5;
}
.page_link_01, .page_link_02, .page_link_03 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1.4em;
  text-align: center;
  width: 18em;
  margin-right: 1em;
  margin-left: 1em;
}


.page_link_other{
	width: 80%;
	background-image: url(../img/page_link_02.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
	display: flex;
	justify-content: center;
}

.page_link_other a{
	text-decoration: none;
	font-weight: 600;
	color: #FFFFFF;
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 1em;
	padding-left: 3em;
	transition: 0.3s;
}

.page_link_other a:hover{
	opacity: 0.6;
}

/*----------------------------------------------------
付箋
----------------------------------------------------*/
.point_fusen{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point_fusen div{
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	font-size: 120%;
	font-weight: 600;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	line-height: 1.4em;
	border-radius: 0.5em;
	margin-bottom: 0.5em;
	justify-content: center;
	align-items: center;
	width: 49%;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.point_fusen p{
	display: block;
}
.point_fusen .box50{
	display: flex;
}
.point_fusen .box100{
	width: 100%;
}
.point_fusen .box40{
	width: 39%;
	padding-right: 1em;
}
.point_fusen .box60{
	width: 59%;
	padding-right: 1em;
}

/*----------------------------------------------------
　site link showroom
----------------------------------------------------*/
.site_link_showroom {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-image: url(../img/showroom_link_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 8rem;
  padding-top: 7em;
  background-position: center top;
  padding-bottom: 3em;
  margin-top: 4em;
}
.site_link_showroom p {
  font-size: 200%;
  font-weight: 900;
  line-height: 1.4em;
}
.site_link_showroom .col_2 {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.site_link_showroom .col_2 div {
  margin-right: 1.5%;
  margin-left: 2.5%;
}
.site_link_showroom .col_2 div a {
  transition: 0.3s;
}
.site_link_showroom .col_2 div a:hover {
  opacity: 0.5;
}
/*----------------------------------------------------
　site link
----------------------------------------------------*/
.site_link_con {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 4em;
  padding-bottom: 8em;
}
.site_link_con img {
  display: block;
  margin-bottom: -10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.site_link_con a {
  color: #FFFFFF;
  font-size: 180%;
  font-weight: 700;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 5em;
  padding-right: 5em;
  display: inline-block;
  text-decoration: none;
  background-image: url(../img/site_link_con_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1.4em;
  transition: 0.3s;
}
.site_link_con a:hover {
  opacity: 0.8;
}
/*----------------------------------------------------
　matome
----------------------------------------------------*/
#matome {
  margin-top: 8em;
  margin-bottom: 8em;
  text-align: center;
}
#matome_copy {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 16em;
  padding-bottom: 10em;
  margin-bottom: 6em;
}
#matome_copy .title_01 {
  font-size: 280%;
  font-weight: 900;
  line-height: 1.8em;
  margin-bottom: 1em;
}
#matome_copy .txt {
  font-weight: 900;
  line-height: 2em;
}
#writer_pro {
  background-color: #dad5d3;
  width: 8rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-right: 2em;
  padding-left: 2em;
}
#writer_pro .box {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
#writer_pro .box_img {
  width: 25%;
  margin-left: 3%;
  margin-right: 4%;
}
#writer_pro .box_txt {
  width: 68%;
  text-align: left;
}
#writer_pro .writer_name {
  font-size: 160%;
  margin-top: -0.5em;
}
#writer_pro .writer_profile {
  margin-bottom: 0.5em;
  font-size: 100%;
  line-height: 1.6em;
  font-weight: 500;
}
#writer_pro .writer_katagaki {
  font-size: 100%;
  line-height: 1.6em;
  font-weight: 500;
}
/*----------------------------------------------------
　pagekink_slide
----------------------------------------------------*/
#page_slide {
  background-color: #ECEBEB;
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}
#page_slide .title_01 {
  font-size: 200%;
  margin-bottom: 2em;
  font-weight: 900;
  color: #c13948;
  font-family: 'Noto Sans JP', sans-serif;
  background-image: url(../img/slide_line.png);
  background-repeat: repeat-x;
  background-position: 0% center;
}
#page_slide .index_copy {
  display: none;
}
#page_slide .title_01 span {
  background-color: #ECEBEB;
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 0.2em;
}
#page_slide_box {
  margin-bottom: 6em;
  width: 80%;
  max-width: 14rem;
  margin-right: auto;
  margin-left: auto;
}
#page_slide .botton_top {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s;
  background-image: url(../img/slide_line.png);
  background-repeat: repeat-x;
  background-position: 0% top;
  padding-top: 4em;
}
#page_slide .botton_top:hover {
  opacity: 0.6;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 1.5em;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  background-color: transparent;
}
.slick-prev::before, .slick-next::before {
  border-top: 3px solid #B0B0B0;
  border-right: 3px solid #B0B0B0;
}
.slick-prev, .slick-next {
  height: 0.36rem;
  width: 0.36rem;
}
.slick-prev {
  left: -0.5rem;
  /*戻る矢印の位置と形状*/
}
.slick-next {
  right: -0.5rem;
  /*次へ矢印の位置と形状*/
}
.slick-prev::before, .slick-next::before {
  width: 0.3rem;
  height: 0.3rem;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
/*----------------------------------------------------
　スクロールダウン
----------------------------------------------------*/
/*スクロールダウン全体の場所*/
#scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: fixed;
  bottom: 50%;
  right: 5%;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}
/*Scrollテキストの描写*/
#scrolldown span {
  /*描画位置*/
  position: absolute;
  bottom: 10px;
  /*テキストの形状*/
  color: #b35e5b;
  font-size: 2em;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 丸の描写 */
#scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b35e5b;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
#scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 100px;
  background: #b35e5b;
}
/*　左の動き　*/
#scrolldown.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#scrolldown.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}