  @charset "UTF-8";

.pjContents{
  color: var(--color-def03);
  font-family: var(--font-family-go);
}

.caption{
  background: var(--color-def04);
}

.ttlEnGo{
  padding-left: 0.2em;
  color: var(--color-key01);
  font-size: clamp(calc(24px * var(--font-markup)), calc(24vw / var(--vw-pc)), 24px);/*24 / 20*/
  line-height: 1.0;
  letter-spacing: 0.2em;
}

.btnGen{
  width: 250px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 200px;
  font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-pc)), 15px);/*15 / 14*/
  overflow: hidden;
}
.btnGen a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
  text-decoration: none;
}
.btnGen a::after{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 4px;
  border-radius: 50%;
  transform: translate(0,-50%);
  transition: var(--transition-duration01);
}


.btnGen.-type01 a{
  border-color: var(--color-def03);
  background-color: var(--color-def03);
  color: var(--color-white);
}
.btnGen.-type01 a::after{
  background-color: var(--color-white);
  background-image: url("/bunjyo/yaogi/img/cmn/ico_arrow_bl_s.svg");
}

.btnGen.-type02 a{
  border-color: var(--color-def03);
  background-color: transparent;
  color: var(--color-def03);
}
.btnGen.-type02 a::after{
  background-color: var(--color-def03);
  background-image: url("/bunjyo/yaogi/img/cmn/ico_arrow_wh_s.svg");
}

@media screen and (min-width: 768px) {
  .btnGen a:hover{
    text-decoration: none;
  }
  .btnGen a:hover::after{
    right: 5px;
  }
}



/* for sp*/
@media screen and (max-width: 767px) {
  .ttlENGo{
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-sp)), 20px);/*24 / 20*/
  }
  .btnGen{
    width: 80%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px);/*15 / 14*/
  }
  .btnGen a{}
  .btnGen a::after{}
  
  .btnGen a:active{
    text-decoration: none;
  }
  .btnGen a:active::after{
    right: 5px;
  }
}



/*mvWrap
--------------------------------- */
/*.mvWrap{
  position: relative;
  width: 100%;
  height: calc(100dvh - 193px);
  height: calc(100vh - 193px);
  min-height: 780px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .mvWrap {
      height: calc(100vh - (48px + 0px));
      height: calc(100dvh - (48px + 0px));
      min-height: initial;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .mvWrap {
      height: calc(100vh - (48px + 0px));
      height: calc(100dvh - (48px + 0px));
      min-height: initial;
    }
}*/

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
	/*.mvSlide{
    top: 70px;
  }*/
}
/*.mvWrap .mv{
  width: 100%;
  height: calc(100vh - 160px);
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  overflow: hidden;
}
.mvWrap .mv.mv01{
  height: calc(100vh - 160px);
  height: calc(100svh - 160px);
}*/
.mvWrap .mv figure{
  position: relative;
  height: 100%;
}
.mvWrap .mv figure .cap{
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: var(--color-white);
  line-height: 1.0;
}
.mvWrap .mv.mv01 figure .cap{
  color: var(--color-def);
}
.mvWrap .mv figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mvWrap .mv.mv01 figure img,
.mvWrap .mv.mv02 figure img{
  object-position: center bottom;
}


.mvCatch{
  position: absolute;
}
/*.mv01 .mvCatch,
.mv02 .mvCatch{
  display: flex;
  align-items: center;
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc((100 / 1280) * 100%);
  width: calc((300 / 1280) * 100%);
  height: calc((600px / 100vh) * 100%);
  transform: translate(0,-50%);
}
.mv03 .mvCatch,
.mv04 .mvCatch{
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%,0);
  width: calc((770 / 1280) * 100%);
}*/


/* for pc*/
@media screen and (min-width: 768px) {
  .mvCatch{
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    max-height: calc(100vh - 193px);
    max-height: calc(100svh - 193px);
    transform: translate(-50%,0);
    transition: .3s;
  }
  .mvCatch picture{
    display: block;
    width: 100%;
    height: 100%;
  }
  .mvCatch img{
    position: absolute;
  }
  .mv01 .mvCatch img,
  .mv02 .mvCatch img{
    top: 50%;
    right: calc((100 / 1280) * 100%);
    width: calc((300 / 1280) * 100%);
    height: calc((600px / calc(100vh - 193px)) * 100%);
    aspect-ratio: 1/2;/*300 / 600*/
    transform: translate(0,-50%);
  }
  
  .mv03 .mvCatch,
  .mv04 .mvCatch{
    bottom: 0;
    top: auto;
  }
  .mv03 .mvCatch img,
  .mv04 .mvCatch img{
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: calc((770 / 1280) * 100%);
  }
  
  
  /*スクロール検知用*/
  /*.mvWrap.mvCatchFixed .mv03 .mvCatch,
  .mvWrap.mvCatchFixed .mv04 .mvCatch{
    position: fixed;
    bottom: 0;
    top: auto;
  }*/
}


/* for tablet*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1194px) and (orientation: landscape) {
 /*横向きのみの記述 pro12.9はPC*/ /*pro11：1194*/
  /*.mv01 .mvCatch{
    top: 6%;
    width: calc((320 / 1024) * 100%);
  }*/
  
  .mv01 .mvCatch img,
  .mv02 .mvCatch img{
    top: 50%;
    right: 10%;
    width: 18%;
    height: auto;
    aspect-ratio: 1/2;/*300 / 600*/
    transform: translate(0,-50%);
  }
}


/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 840px) and (orientation:portrait) {
/*縦向きのみの記述*/
  .mvWrap{}
  .mvCatch{}
  /*.mvWrap .mv{
    height: calc(100vh - 70px - 73px);
    top: 70px;
  }
  .mvWrap .mv.mv01{
    height: calc(100vh - 102px - 73px);
    height: calc(100svh - 102px - 73px);
  }*/
  .mv01 .mvCatch,
  .mv02 .mvCatch {
    top: 15%;
    width: 30%;
    height: auto;
    max-width: 300px;
    transform: none;
  }
  .mv03 .mvCatch,
  .mv04 .mvCatch{
    width: 80%;
    /*top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);*/
  }
}

/* for tablet*/
@media only screen and (min-device-width: 841px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
  .mv01 .mvCatch,
  .mv02 .mvCatch {
    top: 15%;
    width: 30%;
    max-width: 300px;
    height: auto;
    transform: none;
  }
  .mv03 .mvCatch,
  .mv04 .mvCatch{
    width: 80%;
    /*top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);*/
  }
  
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
  /*.mvWrap .mv figure img{
    visibility: hidden;
    opacity: 0;
  }
  .mvWrap .mv{
    background-repeat: no-repeat;
    background-size: cover;
  } 
  
  .mvWrap .mv.mv01{
    background-image: url("/bunjyo/yaogi/img/top/mv01_tb.jpg");
    background-position: center bottom;
  }
  .mvWrap .mv.mv02{
    background-image: url("/bunjyo/yaogi/img/top/mv02_tb.jpg");
    background-position: center bottom;
  }
  .mvWrap .mv.mv03{
    background-image: url("/bunjyo/yaogi/img/top/mv03_tb.jpg");
    background-position: center center;
  }
  .mvWrap .mv.mv04{
    background-image: url("/bunjyo/yaogi/img/top/mv04_tb.jpg");
    background-position: center center;
  }*/
  
  
  .mvCatch{}
  .mv01 .mvCatch,
  .mv02 .mvCatch{
    top: 50%;
    right: 8vw;
    bottom: auto;
    left: auto;
    width: 20%;
    height: auto;
    transform: translate(0,-50%);;
  }
  .mv03 .mvCatch,
  .mv04 .mvCatch{
    top: auto;
    right: auto;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    width: calc((770 / 1280) * 100%);
    height: auto;
  }
  .mvCatch picture{
    width: auto;
    height: auto;
  }
  .mv01 .mvCatch img,
  .mv02 .mvCatch img,
  .mv03 .mvCatch img,
  .mv04 .mvCatch img{
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }
  
}

/* for sp*/
@media screen and (max-width: 767px) {
  /*.globalHFixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  .globalHFixed .header__logo{
    position: static;
  }
  .globalHFixed .is-header-fixed{
    position: static;
  }
  .globalHFixed .is-header-fixed .header-hamburger{
    top: calc(20px + 32px);;
  }*/
  
  .mvWrap{}
  .mvWrap .mv{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 70px - 73px -32px);
    height: calc(100svh - 70px - 73px -32px);
  }
  .mvWrap .mv.mv01,
  .mvWrap .mv.mv03{
    flex-direction: column-reverse;
    background: var(--color-key01);
  }
  .mvWrap .mv.mv02,
  .mvWrap .mv.mv04{
    background: var(--color-white);
  }
  
  .mvWrap .mv > figure,
  .mv01 .mvCatch,
  .mv02 .mvCatch,
  .mv03 .mvCatch,
  .mv04 .mvCatch{
    width: 100%;
    height: 50%;
    transform: none;
  }
  .mvCatch{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mvCatch img{
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

}


/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
  
}

/* for tablet*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
/*横向きのみの記述*/
  
}

/*meritWrap
--------------------------------- */
.meritWrap{
  background: var(--color-key05);
}

/*mCopy
--------------------------------- */
.mCopy {
  padding: 45px 0 45px 0.2em;
  font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-pc)), 18px);/*18 / 16*/
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.0;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .mCopy {
    padding: 25px 0 25px 0.1em;
    font-size: clamp(calc(14px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px);/*18 / 16*/
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

/*mvList
--------------------------------- */
.meritList{
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid var(--color-def03);
}
.meritList li{
  position: relative;
  width: calc(100% / 2);
  padding: 25px 0;
  border-top: 1px solid var(--color-def03);
  text-align: center;
}
.meritList li:nth-of-type(2n)::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background: var(--color-def03);
  transform: translate(0,-50%);
}
.meritList li .t01{
  padding-left: 0.1em;
  font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-pc)), 18px);/*18 / 16*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.meritList li .t02{
  margin: 10px 0 0 0;
  padding-left: 0.2em;
  font-size: clamp(calc(25px * var(--font-markup)), calc(25vw / var(--vw-pc)), 25px);/*25 / 20*/
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.meritList li .t02 span{
  font-size: calc((8 / 5) * 100%);/*40 / 25*/
}
.meritList li .cap{
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
/* for sp*/
@media screen and (max-width: 767px) {
  .meritList{
    display: block;
  }
  .meritList li{
    width: 100%;
    padding: 20px 0;
  }
  .meritList li:nth-of-type(1){
    border-top: none;
  }
  .meritList li:nth-of-type(2n)::before{
    content: none;
  }
  .meritList li .t01{
    font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px);/*18 / 16*/
  }
  .meritList li .t02{
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-sp)), 20px);/*25 / 20*/
  }
  .meritList li .t02 span{}
  .meritList li .cap{
    bottom: 5px;
  }
}

/*priceWrap
--------------------------------- */
.priceWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0 80px 0;
}
.priceWrap > p{
  width: 100%;
  margin: 0 0 30px 0;
  padding-left: 0.3em;
  font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-pc)), 20px);/*20 / 18*/
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 1.0;
}
.priceWrap dl{
  display: flex;
  align-items: center;
  justify-content: center;
}
.priceWrap dl dt{
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 12*/
  line-height: 1.6;
  text-align: center;
}
.priceWrap dl dd{
  position: relative;
  font-size: clamp(calc(50px * var(--font-markup)), calc(50vw / var(--vw-pc)), 50px);/*50 / 30*/
  line-height: 1.0;
  text-align: center;
}
.priceWrap dl dd i{
  margin: 0 10px 0 0;
  color: var(--color-white);
  font-size: calc((2 / 1) * 100%);/*100 / 40*/
  line-height: 1.0;
}
.priceWrap dl dd .cap{
  position: absolute;
  right: 0;
  top: calc(50% - 2em);
}


.priceWrap dl + dl{
  margin: 0 0 0 25px;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .priceWrap{
    align-items: flex-end;
    padding: 40px 0 50px 0;
  }
  .priceWrap > p{
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-sp)), 18px);/*20 / 18*/
  }
  .priceWrap dl{
    flex-direction: column;
    align-items: flex-start;
  }

  .priceWrap dl + dl{
    margin: 0 5px;
  }
  .priceWrap dl dt{
    margin: 0 0 5px 0;
    font-size: clamp(calc(12px * var(--font-markup)), calc(12vw / var(--vw-sp)), 12px);/*16 / 12*/
    line-height: 1.2;
  }
  .priceWrap dl dt br{
    display: none;
  }
  .priceWrap dl dd{
    font-size: clamp(calc(28px * var(--font-markup)), calc(28vw / var(--vw-sp)), 28px);/*50 / 28*/
  }
  .priceWrap dl dd i{}
  .priceWrap dl dd .cap{}
  
  .priceWrap dl:nth-of-type(1) dt{
    width: 4em;
    text-align: center;
  }
  
  .priceWrap dl:nth-of-type(2) dt{
    margin-left: -0.5em;
  }

}


/*info
--------------------------------- */
.information{
  padding: 80px 0 160px 0;
  background: var(--color-white);
}
.information .conPC{
  max-width: 770px;
}

.information .t01{
  margin: 40px 0 0 0;
  padding-left: 0.3em;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 14*/
  line-height: 1.0;
  letter-spacing: 0.3em;
}

.information .t02{
  margin: 20px 0 0 0;
  padding-left: 0.3em;
  font-size: clamp(calc(35px * var(--font-markup)), calc(35vw / var(--vw-pc)), 35px);/*35 / 30*/
  line-height: 1.8;
  letter-spacing: 0.3em;
}
.information .t03{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 20px 0 0 0;
  padding: 0 1.5em 0 1.7em;
  border: 1px solid var(--color-def03);
  border-radius: 200px;
  font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-pc)), 20px);/*20 / 16*/
  line-height: 1.0;
  letter-spacing: 0.2em;
  text-align: center;
}

.information .mhP{
  margin: 50px auto 0 auto;
}

.information .gaiyo{
  max-width: 400px;
  margin: 40px auto 0 auto;
}
.information .gaiyo dt{
  margin: 0 0 30px 0;
  padding-left: 0.2em;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 14*/
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.information .gaiyo dd{
  padding: 0.5em 0;
  border-top: 1px solid #bcb3a4;
  text-align: center;
}
.information .gaiyo dd:last-of-type{
  border-bottom: 1px solid #bcb3a4;
}
.information .gaiyo dd::before{
  content: "??";
  margin-right: 0.2em;
  color: var(--color-key01);
}
.information .gaiyo dd p{
  display: inline-block;
  min-width: 16em;
  font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-pc)), 14px);/*14 / 13*/
  line-height: 1.0;
  text-align: left;
  letter-spacing: 0.05em;
}

.information .btnList {
  margin: 50px auto 0 auto;
}
.information .btnList .btn {
  width: 100%;
}
.information .btnList .btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding-left: 0.3em;  
  border-radius: 10px;
  color: var(--color-def03);
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 16*/
  letter-spacing: 0.3em;
  text-align: center;
  overflow: hidden;
}
.information .btnList .btn a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 50%;
  /*background: #dabb58;*/
  background: #efc7c7;
}
.information .btnList .btn a::after{
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--color-def03);
  background-image: url("/bunjyo/yaogi/img/cmn/ico_arrow_wh_s.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 6px;
  border-radius: 50%;
  transform: translate(0,-50%);
  transition: var(--transition-duration01);
}
.information .btnList .btn span{
  position: relative;
}

@media screen and (min-width: 768px) {
  .information .btnList .btn a:hover{
    text-decoration: none;
  }
  .information .btnList .btn a:hover::after{
    right: 15px;
  }
}
.information .btnList .btn.btnRsv a{
  background: var(--color-key01);
}
/*.information .btnList .btn.btnReq a{
  background: var(--color-key01);
}*/

.information .price{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0 auto;
}
.information .price dt{
  font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-pc)), 14px);/*14 / 13*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.information .price dd{
  font-size: clamp(calc(25px * var(--font-markup)), calc(25vw / var(--vw-pc)), 25px);/*25 / 20*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.information .price dd i{
  margin: 0 5px 0 0;
  /*font-style: normal;*/
  font-size: calc((11 / 5) * 100%);/*55 / 25*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}


.information .hensaiWrap{
  margin: 50px auto 0 auto;
  padding: 40px 50px;
  border: 3px solid var(--color-key01);
}
.information .hensaiWrap .henT01{
  padding-left: 0.2em;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 14*/
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.information .hensaiWrap .henT02{
  margin: 30px 0 0 0;
  padding-left: 0.1em;
  font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-pc)), 15px);/*16 / 13*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.information .hensaiWrap .henT03{
  margin: 35px 0 0 0;
  padding-left: 0.3em;
  color: var(--color-key01);
  font-size: clamp(calc(23px * var(--font-markup)), calc(23vw / var(--vw-pc)), 23px);/*23 / 20*/
  line-height: 1.0;
  letter-spacing: 0.3em;
}

.information .hensaiWrap .henPrice{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0 0;
}
.information .hensaiWrap .henPrice dl{
  display: flex;
  align-items: center;
  justify-content: center;
}
.information .hensaiWrap .henPrice dl dt{
  margin: 0 0.5em 0 0;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 12*/
  line-height: 1.0;
  text-align: center;
}
.information .hensaiWrap .henPrice dl dd{
  position: relative;
  font-size: clamp(calc(25px * var(--font-markup)), calc(25vw / var(--vw-pc)), 25px);/*25 / 20*/
  line-height: 1.0;
  text-align: center;
  letter-spacing: 0.1em;
}
.information .hensaiWrap .henPrice dl dd i{
  margin: 0 10px 0 0;
  /*color: #c35f0a;*/
  color: #ff5261;
  /*font-style: normal;*/
  font-size: calc((9 / 5) * 100%);/*45 / 25*/
  line-height: 1.0;
}
.information .hensaiWrap .henPrice dl:last-of-type dd i{
  color: var(--color-def03);
}
.information .hensaiWrap .henPrice dl dd .cap{
  position: absolute;
  right: 0;
  /*top: calc(50% - 2em);*/
  top: -0.2em;
  margin-top: 0;
}

.information .hensaiWrap .henPrice dl + dl{
  margin: 0 0 0 25px;
}
.information .hensaiWrap  .btnGen,
.information .hensaiWrap  .cap{
  margin-top: 35px;
}

.information .bnrCharmWrap{
  margin: 80px auto 0 auto;
}
.information .bnrCharmWrap p{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 15*/
  line-height: 1.6;
  text-align: center;
}
.information .bnrCharmWrap p::before,
.information .bnrCharmWrap p::after{
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 3px;
  height: 100%;
  background: var(--color-key01);
  transform: translate(0,-50%);
}
.information .bnrCharmWrap p::before{
  left: 0;
  transform: rotate(-20deg) translate(0,-50%);
}
.information .bnrCharmWrap p::after{
  right: 0;
  transform: rotate(20deg) translate(0,-50%);
}
.information .bnrCharmWrap figure{
  margin: 25px 0 0 0;
}



/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/

}


/* for sp */
@media screen and (max-width: 767px) {
  .information{
    padding: 50px 0 100px 0;
  }
  .information .conPC{
    max-width: initial;
  }
  .information .t01{
    margin-top: 30px;
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px);/*16 / 14*/
  }

  .information .t02{
    margin-top: 15px;
    padding-left: 0;
    font-size: clamp(calc(30px * var(--font-markup)), calc(30vw / var(--vw-sp)), 30px);/*35 / 30*/
    letter-spacing: 0;
  }
  .information .t03{
    height: 45px;
    margin-top: 15px;
    font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px);/*20 / 16*/
  }

  .information .mhP{
    margin-top: 30px;
  }

  .information .gaiyo{
    width: 80%;
    margin-top: 30px;
  }
  .information .gaiyo dt{
    margin-bottom: 20px;
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px);/*16 / 14*/
  }
  .information .gaiyo dd{}
  .information .gaiyo dd:last-of-type{}
  .information .gaiyo dd::before{}
  .information .gaiyo dd p{
    font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-sp)), 13px);/*14 / 13*/
  }

  .information .btnList {
    margin-top: 30px;
  }
  .information .btnList .btn {}
  .information .btnList .btn a{
    height: 80px;
    font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px);/*16 / 16*/
  }
  .information .btnList .btn a::before{}
  .information .btnList .btn a::after{
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: 10px 4px;
  }
  .information .btnList .btn span{}
  .information .btnList .btn a:active{}
  .information .btnList .btn a:active::after{
    right: 5px;
  }
  
  
  .information .price{
    margin-top: 30px;
  }
  .information .price dt{
    font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-sp)), 13px);/*14 / 13*/
  }
  .information .price dd{
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-sp)), 20px);/*25 / 20*/
  }
  .information .price dd i{}
  
  .information .hensaiWrap{
    margin-top: 25px;
    padding: 30px 20px;
  }
  .information .hensaiWrap .henT01{
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px);/*16 / 14*/
  }
  .information .hensaiWrap .henT02{
    margin-top: 20px;
    font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-sp)), 13px);/*16 / 13*/
  }
  .information .hensaiWrap .henT03{
    margin-top: 25px;
    padding-left: 0.1em;
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-sp)), 20px);/*23 / 20*/
    letter-spacing: 0.1em;
  }

  .information .hensaiWrap .henPrice{
    margin-top: 20px;
  }
  .information .hensaiWrap .henPrice dl,
  .information .hensaiWrap .henPrice dl + dl{
    margin: 10px 10px 0px 10px;
  }
  .information .hensaiWrap .henPrice dl dt{
    font-size: clamp(calc(12px * var(--font-markup)), calc(12vw / var(--vw-sp)), 12px);/*16 / 12*/
  }
  .information .hensaiWrap .henPrice dl dd{
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-sp)), 20px);/*25 / 20*/
  }
  .information .hensaiWrap .henPrice dl dd i{}
  .information .hensaiWrapa .henPrice dl:last-of-type dd i{}
  .information .hensaiWrap .henPrice dl dd .cap{
    /*top: calc(50% - 5em);*/
    top: -0.4em;
  }

  .information .hensaiWrap .henPrice dl + dl{}
  .information .hensaiWrap  .btnGen,
  .information .hensaiWrap  .cap{
    margin-top: 25px;
  }
  
  .information .bnrCharmWrap{
    margin-top: 50px;
  }
  .information .bnrCharmWrap p{
    padding: 10px 5px;
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px);/*16 / 14*/
  }
  .information .bnrCharmWrap p::before,
  .information .bnrCharmWrap p::after{}
  .information .bnrCharmWrap p::before{}
  .information .bnrCharmWrap p::after{}
  .information .bnrCharmWrap figure{
    margin-top: 15px;
  }
  
}




/*pickup
--------------------------------- */
.pickup{
  padding: 90px 0 100px 0;
  /*background: var(--color-def04);*/
}
.pickup .ttlEnGo{
  margin-bottom: 35px;
  letter-spacing: 0.05em;
}
.pickup .ttlEnGo + p{
  padding-left: 0.2em;
  letter-spacing: 0.2em;
}
.pickup .planBtns{
  margin-top: 70px;
}

.pickup .planBtns .btn > div {
    background: var(--color-white);
}

.pickup .planBtns + .btn {
  margin: 50px auto 0 auto;
  width: 300px;
  max-width: 400px;
}



/* for sp*/
@media screen and (max-width: 767px) {
  .pickup{
    padding: 50px 0 60px 0;
  }
  .pickup .ttlEnGo{
    margin-bottom: 25px;
  }
  .pickup .planBtns{
    margin-top: 30px;
    padding-bottom: 0;
  }
  .pickup .planBtns + .btn {
    width: 90%;
    margin-top: 50px;
  }
}


/*concept --- 260216削除
--------------------------------- */
.concept{
  position: relative;
  background-image: url("/bunjyo/yaogi/img/top/bg_concept_pc.jpg?25122501");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-white);
  text-align: left;
}
.concept > div{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 800px;
  min-height: 800px;
}
.concept > div h2{
  padding-left: 0;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  text-align: left;
}
.concept > div p{
  line-height: 2.0;
  letter-spacing: 0.05em;
}
.concept .cap{
  line-height: 1.0;
  letter-spacing: 0;
  color: var(--color-def03);
}

/* for sp */
@media screen and (max-width: 767px) {
  .concept{
    background-image: url("/bunjyo/yaogi/img/top/bg_concept_sp.jpg?25122501");
  }
  .concept > div{
    max-width: initial;
    min-height: 70vh;
    margin: 0 auto;
    padding: 0 10%;
  }
  .concept > div h2{
    margin-bottom: 20px;
  }
  .concept > div p{
    line-height: 2.0;
  }
}



/*slide*/
.repSlide{
  margin-top: 80px;
  margin-bottom: 80px;
}
.repSlide .swiper{
  margin: 0;
  padding: 0;
}
.repSlide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.repSlide .swiper-slide {
  width: 380px;
}
.repSlide .swiper-slide figcaption {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 10px;
}


@media screen and (max-width: 767px) {
  .repSlide{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .repSlide .swiper-wrapper {}
  .repSlide .swiper-slide {
    width: 180px;
  }
}




/*conList
----------------------------*/

.conListWrap{
  /*background: var(--color-white);*/
  background: var(--color-key01);
}
.conListWrap .conBlock {
  display: flex;
  width: 100%;
  height: 600px;
  /*position: -webkit-sticky;
  position: sticky;
  top: 160px;*/
  overflow: hidden;
}
.conListWrap > div:nth-of-type(2n+1) {
  flex-direction: row;
}
.conListWrap > div:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.conListWrap .conBlock > div,
.conListWrap .conBlock > figure{
  width: calc(100% / 2);
  height: 100%;
}
.conListWrap .conBlock > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.conListWrap .conBlock > figure {
  position: relative;
}
.conListWrap .conBlock > figure .cap {
  color: var(--color-white);
}
.conListWrap .conBlock > figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.conListWrap .conBlock .fEnGo {
  padding-left: 0.1em;
  color: var(--color-white);
  font-size: clamp(calc(25px * var(--font-markup)), calc(25vw / var(--vw-pc)), 25px);/*25 / 22*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.conListWrap .conBlock .t01 {
  margin: 25px 0 0 0;
  padding-left: 0.2em;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 15*/
  line-height: 2.0;
  letter-spacing: 0.2em;
}
.conListWrap .conBlock .btn {
  margin-top: 45px;
}


/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
  .conListWrap .conBlock {
    height: auto;
  }
  .conListWrap .conBlock > div {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .conListWrap{}
  .conListWrap .conBlock {
    height: auto;
  }
  .conListWrap > div:nth-of-type(2n+1),
  .conListWrap > div:nth-of-type(2n) {
    flex-direction: column-reverse;
  }

  .conListWrap .conBlock > div {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 40px 30px;
  }
  .conListWrap .conBlock > figure {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto;
    overflow: hidden;
  }
  .conListWrap .conBlock > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .conListWrap .conBlock > div > div {
    justify-content: center;
    width: 100%;
  }
  
  .conListWrap .conBlock .fEnGo {
    font-size: clamp(calc(23px * var(--font-markup)), calc(23vw / var(--vw-sp)), 23px);/*25 / 23*/
  }
  .conListWrap .conBlock .t01 {
    margin-top: 15px;
    font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-sp)), 15px);/*16 / 15*/
  }
  .conListWrap .conBlock .btn {
    margin-top: 30px;
  }
  
}


.announce{
  display: inline-block;
  margin: 40px auto 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-pc)), 15px);/*15 / 14*/
  line-height: 1.8;
}
.announce span{
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .announce{
    margin-top: 30px;
    padding: 10px;
  font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px);/*15 / 14*/
  }
}


