﻿
.main-area{
  margin-bottom: calc(80* (100vw /375));
  font-family: var(--hirakaku);
	font-weight: normal;
	overflow: hidden;
	box-sizing: border-box;
}

.main-area img {
	width: 100%;
	height: auto;
}

.sp_only{
	display: block;
}

.pc_only{
	display: none;
}


/************** js **************/
/* フェードイン */
.fade_up {
	transform: translateY(9rem);
  opacity: 0;
}

.fade_up.active{
  transition: transform .8s, opacity .8s;
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 1;
}

/* テキストフェードイン */
.txt_fade_up {
	transform: translateY(2rem);
  opacity: 0;
}

.txt_fade_up.active{
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 1;
}


/************** common **************/
.main-area h2{
  font-family: var(--hkgrotesk);
  font-weight: 700;
  letter-spacing: 0.075em;
}

.main-area h2{
  font-size: calc(30* (100vw /375));
  line-height: 1.35;
}

.main-area h3{
  margin-bottom: calc(24* (100vw /375));
  font-size: calc(20* (100vw /375));
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.75;
}

.main-area h3 p{
  color: #905F37;
  font-size: calc(17* (100vw /375));
  font-family: var(--hkgrotesk);
}

.main-area h3 p span{
  font-size: calc(14* (100vw /375));
}

/*** h3 ***/
.sec_h3_1{
  margin-left: calc(15* (100vw /375));
}

.sec_h3_2{
  text-align: center;
}

/*** tax ***/
.sec_tax{
  width: max-content;
  font-size: calc(10* (100vw /375));
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.sec_tax span{
  font-family: var(--hkgrotesk);
}

/*** sec_text ***/
.sec_text{
  margin: 0 auto;
  width: calc(345* (100vw /375));
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.075em;
  line-height: 2;
}


/************** mv **************/
.mv{
  margin: calc(20* (100vw /375)) auto calc(33* (100vw /375));
  position: relative;
}

.mv::before{
  width: 100%;
  height: calc(718* (100vw /375));
  content: '';
  display: block;
  position: absolute;
  top: calc(-20* (100vw /375));
  background-size: contain;
  background-color: #F5F0EC;
  z-index: -1;
}

.mv_img{
  margin: 0 auto calc(34* (100vw /375));
}

.mv_text{
  margin: 0 auto;
  padding-bottom: calc(40* (100vw /375));
  font-size: calc(12* (100vw /375));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}


/************** main_content **************/
.main_content{
  margin: 0 auto calc(75* (100vw /375));
  width: calc(345* (100vw /375));
}

.main_content_img{
  margin: 0 0 0 auto;
  width: calc(325* (100vw /375));
}

.main_content_text{
  margin: calc(-20* (100vw /375)) 0 0 0;
  width: calc(325* (100vw /375));
}

.main_content_text h2{
  margin-bottom: calc(14* (100vw /375));
}

.main_content_text p{
  font-size: calc(12* (100vw /375));
  line-height: 2;
  letter-spacing: 0.075em;
}


/************** sec01 **************/
.sec01{
  margin: 0 auto calc(76* (100vw /375));
  position: relative;
}

.sec01::before{
  width: 100vw;
  height: calc(400* (100vw /375));
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: calc(-38* (100vw /375));
  background-size: contain;
  z-index: -1;
  background-color: #F5F0EC;
}

.sec01_img_1{
  width: calc(200* (100vw /375));
  position: relative;
  z-index: 2;
}

.sec01_img_2{
  margin: calc(-21* (100vw /375)) 0 calc(35* (100vw /375)) auto;
  width: calc(280* (100vw /375));
}

.sec01_img_2 img{
  margin-bottom: calc(12* (100vw /375));
}

.sec01_img_2 .sec_tax{
  margin: 0 calc(15* (100vw /375)) 0 auto; 
}

.sec01_text{
  font-size: calc(12* (100vw /375));
}


/************** sec02 **************/
.sec02{
  margin-bottom: calc(77* (100vw /375));
}

.sec02 h3{
  margin-bottom: calc(22* (100vw /375));
}

.sec02_box{
  margin: 0 auto calc(33* (100vw /375));
  text-align: center;
}

.sec02_box .sec_tax{
  margin: 0 auto;
}

.sec02_img_box{
  margin-bottom: calc(10* (100vw /375));
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec02_img_box img{
  width: calc(184* (100vw /375));
}


/************** sec03 **************/
.sec03{
  margin: 0 auto calc(81* (100vw /375));
  position: relative;
}

.sec03 h3{
  margin-bottom: calc(21* (100vw /375));
}

.sec03::before{
  width: 100%;
  height: calc(1005* (100vw /375));
  content: '';
  display: block;
  position: absolute;
  top: calc(-38* (100vw /375));
  background-size: contain;
  background-color: #F5F0EC;
  z-index: -1;
}

.sec03_box{
  margin: 0 auto;
  width: calc(345* (100vw /375));
}

.sec03_box .sec_tax{
  font-size: calc(12* (100vw /375));
}

.sec03_img{
  margin-bottom: calc(33* (100vw /375));
}

.sec03_img img{
  margin-bottom: calc(12* (100vw /375));
}


/************** sec04 **************/
.sec04{
  margin: 0 auto calc(75* (100vw /375));
}

.sec04 h3{
  margin-bottom: calc(22* (100vw /375));
}

.sec04_img_box{
  margin: 0 auto calc(34* (100vw /375));
  width: calc(345* (100vw /375));
}

.sec04_main_img{
  margin-bottom: calc(10* (100vw /375));
}

.sec04_sub_img{
  margin-bottom: calc(10* (100vw /375));
  display: flex;
  justify-content: space-between;
}

.sec04_sub_img img{
  width: calc(168* (100vw /375));
}

.sec04_img_box .sec_tax{
  font-size: calc(12* (100vw /375));
}


/************** btn **************/
.sec_btn{
  margin: 0 auto;
  width: calc(240* (100vw /375));
}





/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

.sp_only{
  display: none;
}

.pc_only{
  display: block;
}

.main-area{
  margin: 0 auto 8rem;
}


/************** common **************/
.main-area h2{
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.35;
}

.main-area h2{
  font-size: 4rem;
}

.main-area h3{
  margin-bottom: 9.7rem;
  font-size: 2.4rem;
}

.main-area h3 p{
  margin-bottom: .7rem;
  color: #905F37;
  font-size: 2.2rem;
}

.main-area h3 p span{
  font-size: 1.9rem;
}

.sec_h3_1{
  margin-left: 0;
}

/*** sec_1 ***/
.main-area .sec{
  max-width: 102rem;
  padding: 0 1rem;
}

/*** tax ***/
.sec_tax{
  font-size: 1.2rem;
}

/*** sec_text ***/
.sec_text{
  margin: 0 auto;
  width: auto;
  font-size: 1.4rem;
}


/************** mv **************/
.mv{
  margin: 2rem auto 7.4rem;
  max-width: 102rem;
  padding: 0 1rem;
}

.mv::before{
  margin: 0 calc(49% - 50vw);
  width: 110vw;
  height: 87.4rem;
  top: -2rem;
  bottom: 0;
}

.mv_img{
  margin: 0 auto 7.2rem;
}

.mv_text{
  margin: 0 auto;
  padding-bottom: 8rem;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}


/************** main_content **************/
.main_content{
  margin: 0 auto 16rem;
  display: flex;
  flex-direction: row-reverse;
}

.main_content_img{
  margin: 0 0 0 auto;
  width: 69.5rem;
}

.main_content_text{
  margin: 8.2rem -17rem 0 0;
  width: 47.1rem;
}

.main_content_text h2{
  margin-bottom: 3.2rem;
}

.main_content_text p{
  font-size: 1.4rem;
}


/************** sec01 **************/
.sec01{
  margin: 0 auto 14.8rem;
  display: flex;
  justify-content: space-between;
}

.sec01::before{
  margin-left: 29.4%;
  width: 100vw;
  height: 53rem;
  bottom: -7.3rem;
}

.sec01_box_1{
  margin-top: 10.2rem;
  width: 42rem;
}

.sec01_box_2{
  width: 50rem;
}

.sec01_img_1{
  margin-bottom: 2rem;
  width: 100%;
  position: static;
}

.sec01_img_1 img{
  margin-bottom: 1.7rem;
}

.sec01_img_2{
  margin: 0;
  width: 100%;
}

.sec01_img_2 img{
  margin: 0 0 7.3rem 0;
}

.sec01_text{
  font-size: 1.4rem;
}


/************** sec02 **************/
.sec02{
  margin: 0 auto 15.3rem;
}

.sec02 h3{
  margin-bottom: 5rem;
}

.sec02_box{
  margin: 0 auto 5.4rem;
  text-align: right;
}

.sec02_box .sec_tax{
  margin: 0 0 0 auto;
}

.sec02_img_box{
  margin-bottom: 1.7rem;
}

.sec02_img_box img{
  width: 49rem;
}

.sec02_text{
  margin: 0 auto;
  width: 80rem;
}


/************** sec03 **************/
.sec03{
  margin: 0 auto 15.7rem;
}

.sec03::before{
  margin: 0 calc(49% - 50vw);
  width: 110vw;
  height: 79.1rem;
  top: -8rem;
}

.sec03_box{
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec03_sub_box h3{
  margin-bottom: 4.2rem;
}

.sec03_box .sec_tax{
  font-size: 1.2rem;
}

.sec03_img{
  margin-bottom: 0;
  width: 46rem;
}

.sec03_img img{
  margin-bottom: 1.5rem;
}

.sec03_sub_box{
  margin-top: 11.3rem;
  width: 46.1rem;
}


/************** sec04 **************/
.sec04{
  margin: 0 auto 15.4rem;
  position: relative;
}

.sec04 h3{
  margin-bottom: 5rem;
}

.sec04::before{
  margin: 0 calc(49% - 50vw);
  width: 110vw;
  height: 53.7rem;
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: -7.4rem;
  background-size: contain;
  background-color: #F5F0EC;
  z-index: -1;
}

.sec04_img_box .sec_tax{
  font-size: 1.2rem;
}

.sec04_img_box{
  margin: 0 auto 7.3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec04_img_box p{
  margin-top: 1.9rem;
  margin-left: auto;
}

.sec04_main_img{
  margin-bottom: 0;
  width: 68rem;
}

.sec04_sub_img{
  margin-bottom: 0;
  width: 30rem;
  flex-direction: column;
}

.sec04_sub_img img{
  width: 100%;
}

.sec04_text{
  margin: 0 auto;
  width: 80rem;
}


/************** btn **************/
.sec_btn{
  margin: 0 auto;
  width: 36rem;
}





}



/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px){
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}

