@charset "utf-8";

/* for Common & Smartphone*/

.contents{
  margin-top: 0;
}

/* for iPad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/*縦横両方の記述*/
  /*.contents{
    overflow: hidden;
  }*/
}

.gNavPC{
  opacity: 0;
  transition: .3s;
}

.gNavPC {
  opacity: 1 !important;
}
.hScroll .gNavPC{
  opacity: 1;
}
.page{
  height: 100%;
}


/*.header{
  background: #efd46f;
}
.header.hScroll{
  background: #fff;
}*/

.lsN{
  letter-spacing: -0.1em;
}
/* for PC*/
@media print, screen and (min-width:768px) {
  /*.header{
    background: rgba(255,255,255,0);
  }
  .header.hScroll{
    background: rgba(255,255,255,1);
  }*/
  /*.contents{
    margin-top: -100px;
  }*/

}

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



/*mvWrap
--------------------------------- */
.topYkk{
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #222;
  padding: 5px 10px;
  background: rgba(255,255,255,0.8);
  font-size: 1.2rem;
  text-align: center;
  color: #222;
  line-height: 1.0;
  z-index: 198;
}



.mvWrap{
  position: relative;
  margin: 60px 0 0 0;
  padding: 0 0 20px 0;
  /*background: #1b2a64;*/
  background-size: cover;
}


.mvWrap .mvCatch{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.0;
}

.mvWrap .mvCatch figure{
  width: 100%;
  margin: 0 auto 20px;
}


.mvWrap .mvCatch p{
  margin: 20px 0 0 0;
  padding: 0 5px;
  font-size:clamp(calc(1.3rem * 0.7), calc(13vw * 3.75), 1.3rem);/*13 / 18*/
  line-height: 2.0;
  text-align: center;
}
  .mvWrap .mvCatch p.tCol99{
    font-size: 300%;
    color:#231815;
    line-height: 2.5;
  }

.mvWrap .mvCatch .btns{
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0 auto;
  padding: 0 0 20px 0;
}
.mvWrap .mvCatch .btns .btn{
  width: 100%;
  height: 80px;
}
.mvWrap .mvCatch .btns .btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*background: #1b2a64;*/
  /*background: #e4004f;*/
  background: #bd6937;
  color: #fff;
  font-size:clamp(calc(2.0rem * 0.7), calc(20vw * 3.75), 2.0rem);/*20 / 23*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}

.mvWrap .mvCatch .btns .btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 30px;
  height: 8px;
  background: url("../common/images/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}


.mvWrap .mvCatch .btns .btn a:hover{
  opacity: 1;
}
.mvWrap .mvCatch .btns .btn a:hover::after{
  right: 15px;
}






.mvWrap .mvSlide{
  position: relative;
  padding: 0 0 30px 0;
  overflow-x: hidden;
}
.mvWrap figure{
  position: relative;
}
.mvWrap figcaption{
  right: 2px;
  /*top: 2px;*/
  bottom: 2px;
  font-size: 1.0rem;
  text-align: right;
  /*text-shadow: 1px 1px 0 rgba(255,255,255,1), -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1);*/
}
.mvWrap figcaption.shadow{
  text-shadow: 1px 1px 0 rgba(255,255,255,1), -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1);
	/*text-shadow: 1px 1px 0 rgba(0,0,0,1), -1px -1px 0 rgba(0,0,0,1), 1px -1px 0 rgba(0,0,0,1), -1px 1px 0 rgba(0,0,0,1);*/
}
/*.mvWrap figcaption.tCol99{
  text-shadow: none;
}*/

.mvSlide .slick-list {
  margin: 0 -5px;
}
.mvSlide .slick-slide {
  margin: 0 5px;
}
.mvSlide .slick-slide img {
  width: auto;
  height: 30vw;
  max-height: 320px;
  min-height: 270px;
}
.mvSlide .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}
.mvSlide .slick-dots li{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}
.mvSlide .slick-dots li button{
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  background: #c9caca;
  text-align: left;
  text-indent: -200vw;
}
.mvSlide .slick-dots li.slick-active button{
  background: #5f554d;
}



/*scroll*/
.scrollWrap{
  position: absolute;
  right: 2%;
  bottom: 120px;
  width: 20px;
  height: auto;
  /*z-index: 999;*/
  z-index: 800;
}
.scroll{
  height: 45px;
	overflow: hidden;
	z-index: 10;
}
.scroll:after{
	content:"";
	display: block;
	width: 1px;
	border-left:1px #222 solid;
	animation:scroll 2s ease 0s infinite normal;
	margin: 0 auto;
	z-index: 2;
}

.scrollTxt{
  margin: 0 auto 10px auto;
  color: #222;
  text-align: left;
  font-size: 1.0rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 10;
	-webkit-transform: none;
	transform: none;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 0 rgba(255,255,255,1),-1px -1px 0 rgba(255,255,255,1),1px -1px 0 rgba(255,255,255,1),-1px 1px 0 rgba(255,255,255,1);
}



/* スマホ横向き */
@media screen and (orientation: landscape) {


}


@keyframes scroll{
	0%{
		height: 0;
	}
	50%{
		height: 45px;
		margin-top: 0;
	}
	100%{
		margin-top: 45px;
		height: 45px;
	}
}


/* for pc*/
@media print, screen and (min-width:768px) {
  
  .page{
    height: auto;
  }
  .topYkk{
    padding: 5px 20px;
    font-size: 1.4rem;
  }
  

  .mvWrap{
    margin: 80px 0 0 0;
    /*padding-bottom: 80px;*/
  }

  .mvWrap .mvCatch{
    /*width: calc((700 / 1080) * 100%);
    max-width: 700px;*/
    /*padding: 110px 0;*/
    padding: 5% 0 5% 0;
    }
.mvWrap .mvCatch figure{
  width: 100%;
  margin: 0 auto 60px;
}

  .mvWrap .mvCatch p{
    margin: 30px 0 0 0;
    font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 3.75), 1.6rem);/*13 / 16*/
  }
  .mvWrap .mvCatch p.tCol99{
    font-size: 400%;
  }
  .mvWrap .mvSlide{
    position: relative;
    padding: 0 0 50px 0;
  }
  .mvSlide .slick-list {
    margin: 0 -35px;
  }
  .mvSlide .slick-slide {
    margin: 0 35px;
  }
  .mvSlide .slick-slide img {
    width: auto;
    height: 30vw;
    max-height: 700px;
    min-height: 650px;
  }
  .mvSlide .slick-dots{
    margin-top: 40px;
  }
  .mvSlide .slick-dots li{
    margin: 0 7px;
  }
  .mvSlide .slick-dots li button{}
  .mvSlide .slick-dots li.slick-active button{}


  /*scroll*/
  .scrollWrap{
    top: calc(100vh - 250px);
    bottom: auto;
  }
  .scroll{
    height: 65px;
  }
  .scroll:after{}

  .scrollTxt{
    font-size: 1.5rem;
  }


}

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

  .mvWrap .mvSlide{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  /*scroll*/
  .scrollWrap{
    top: calc(100vh - 250px);
    bottom: auto;
  }

  
}

/* for tablet*/
/*@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape)*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2){
/*横向きのみの記述*/
  .mvWrap{}
  /*scroll*/
  .scrollWrap{
    top: calc(100vh - 250px);
    bottom: auto;
  }
}



/*bg
--------------------------------- */
/*base.cssに移動*/











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

/* 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) {
/*横向きのみの記述*/
}


/*topMerit01
--------------------------------- */
.topMerit01{
  background: #1b2a64;
}
.topMerit01 li{
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
.topMerit01 li + li{
  border-top: 1px solid #5a5a5a;
}
.topMerit01 li:last-of-type{
  border-bottom: 1px solid #5a5a5a;
}
.topMerit01 li .t01{
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 3.75), 1.5rem);/*15 / 15*/
  line-height: 1.0;
}
.topMerit01 li .t02{
  margin: 10px 0 0 0;
  font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 3.75), 1.8rem);/*18 / 18*/
  line-height: 1.0;
}
.topMerit01 li .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  margin: 20px auto 0 auto;
  border-radius: 200px;
  background: #5f554d;
}
.topMerit01 li .btn img{
  width: 21px;
}

@media print, screen and (min-width:768px) {
  .topMerit01{
    padding: 30px 0;
  }
  .topMerit01 ul{
    display: flex;
    justify-content: space-between;
  }
  .topMerit01 li{
    width: calc(100% / 4);
    padding: 35px 20px;
  }
  .topMerit01 li + li{
    border-top: none;
    border-left: 1px solid #5a5a5a;
  }
  .topMerit01 li:last-of-type{
    border-bottom: none;
  }
  .topMerit01 li .t01{
    font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 10.80), 1.5rem);/*15 / 15*/
  }
  .topMerit01 li .t02{
    margin-top: 15px;
    font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 10.80), 1.8rem);/*18 / 18*/
  }
  .topMerit01 li .btn{
    transition: .3s;
  }
  .topMerit01 li .btn:hover{
    transform: translateX(5px);
  }
  .topMerit01 li .btn img{}
}

/*topMerit02
--------------------------------- */
.topMerit02{}
.topMerit02 li{
  position: relative;
  padding: 35px 0;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.topMerit02 li::before,
.topMerit02 li::after{
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.topMerit02 li::before{
  left: -1px;
  top: -1px;
  background-image: url("../images/merit02_frame_l.png");
  background-position: left top;
}
.topMerit02 li::after{
  right: -1px;
  bottom: -1px;
  background-image: url("../images/merit02_frame_r.png");
  background-position: right bottom;
}
.topMerit02 li + li{
  margin: 20px 0 0 0;
}
.topMerit02 li .t01{
  position: relative;
  padding: 10px 0;
  font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 3.75), 1.8rem);/*18 / 18*/
  line-height: 1.0;
}
.topMerit02 li .t01::before{
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  display: block;
  width: calc(100% - 25px);
  height: 100%;
  background: #5f554d;
}
.topMerit02 li .t01 span{
  position: relative;
}
.topMerit02 li .t02{
  margin: 20px 0 0 0;
  font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 3.75), 1.6rem);/*16 / 16*/
  line-height: 1.0;
}
.topMerit02 li .t03{
  margin: 15px 0 0 0;
  font-size:clamp(calc(2.3rem * 0.7), calc(23vw * 3.75), 2.3rem);/*23 / 23*/
  line-height: 1.0;
}

@media print, screen and (min-width:768px) {
  .topMerit02{
    display: flex;
    justify-content: space-between;
  }
  .topMerit02 li{
    width: calc((100% - 30px * 2) / 3);
    padding: 45px 0;
  }
  .topMerit02 li::before,
  .topMerit02 li::after{}
  .topMerit02 li::before{}
  .topMerit02 li::after{}
  .topMerit02 li + li{
    margin-top: 0;
  }
  .topMerit02 li .t01{
    font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 10.80), 1.8rem);/*18 / 18*/
  }
  .topMerit02 li .t01::before{}
  .topMerit02 li .t01 span{}
  .topMerit02 li .t02{
    margin-top: 25px;
    padding-left: 0.2em;
    font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 10.80), 1.6rem);/*16 / 16*/
    letter-spacing: 0.2em;
  }
  .topMerit02 li .t03{
    margin-top: 20px;
    padding-left: 0.1em;
    font-size:clamp(calc(2.3rem * 0.7), calc(23vw * 10.80), 2.3rem);/*23 / 23*/
    letter-spacing: 0.1em;
  }
}

/*topMerit03
--------------------------------- */
.topMerit03{
  /*background: #1b2a64;*/
    padding: 0 0 5% 0;
}
.topMerit03 ul{
    width: 100%;
    margin: 0 auto 2% auto;
  }
.topMerit03 li{
  padding: 30px 0;
  color: #231815;
  text-align: center;
  background: #f6f1e7;  
  position: relative; /* 三角を配置するために必要 */    
  display: inline-block;
  width:47.5%;
  margin: 1%;
}
.topMerit03 li + li{
  border-top:none;
}
.topMerit03 li:last-of-type{
 /* border-bottom: 1px solid #5a5a5a;*/
}
.topMerit03 li .t01{
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 3.75), 1.1rem);/*15 / 15*/
  line-height: 1.0;
}
.topMerit03 li .t02{
  margin: 10px 0 0 0;
  font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 3.75), 1.8rem);/*18 / 18*/
  line-height: 1.0;
}
.topMerit03 li .t02 span{
    font-size: 70%;
}


.topMerit03 li .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  margin: 20px auto 0 auto;
  border-radius: 200px;
  background: #5f554d;
}
.topMerit03 li .btn img{
  width: 21px;
}
/*.topMerit03 li::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 0;
  height: 0;
  border-style: solid;
  /* 右下から左上に向いた三角形を作る /
  border-width: 0 0 12px 12px;           /* 大きさはお好みで /
  border-color: transparent transparent #fff transparent; /* 三角の色（白） /
}
*/

@media print, screen and (min-width:768px) {
  .topMerit03{
    padding:0 0 5% 0;
    
  }
  .topMerit03 ul{
    /*display: flex;*/
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 2% auto;
  }
  .topMerit03 li{
    /*width: calc(100% / 3);*/
    width: 31%;
    padding: 35px 20px;
    margin: 0 1% 1% 1%;
  }
  .topMerit03 li + li{
    
  }
  .topMerit03 li:last-of-type{
    border-bottom: none;
  }
  .topMerit03 li .t01{
    font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 10.80), 1.5rem);/*15 / 15*/
  }
  .topMerit03 li .t02{
    margin-top: 15px;
    font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 10.80), 2.5rem);/*18 / 18*/
  }
  .topMerit03 li .btn{
    transition: .3s;
  }
  .topMerit03 li .btn:hover{
    transform: translateX(5px);
  }
  .topMerit03 li .btn img{
      
    }
  /*.topMerit03 li::after {
    border-width: 0 0 16px 16px;
  }    
 */   
    
}



/*price
--------------------------------- */
.price{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}
.price dl{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .price dl:last-of-type{
    margin-left: 15px;
  }
  .price dl:nth-of-type(2){
    display: none;
  }
}
.price dl dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 5px 0 0;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  font-size:clamp(calc(1.1rem * 0.7), calc(11vw * 3.75), 1.1rem);/*12 / 15*/
  text-align: center;
  line-height: 1.2;
}
.price dl dt i{
  display: inline-block;
  margin: 3px 0 0 0;
  font-style: normal;
}
.price dl dd{
  position: relative;
  font-size:clamp(calc(2.2rem * 0.7), calc(22vw * 3.75), 2.2rem);/*24 / 38*/
  line-height: 1.0;
}
.price dl dd strong{
  /*font-size:calc((65 / 38) * 100%);*/
  font-size: 270%;
  font-weight: normal;
}
.price dl dd .cap{
  position: absolute;
  right: 3px;
  top: 15px;
}

.price + p{
  margin: 30px 0 0 0;
  padding-left: 0.1em;
  font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 3.75), 1.8rem);/*18 / 23*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.price + p strong{
  font-size:calc((30/ 23) * 100%);
  font-weight: 400;
  line-height: 1.0;
}


/* for pc */
@media print, screen and (min-width:768px) {
  
  .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
  }
  .price::after{}
  .price dl{
    margin: 0 10px;
  }
  .price dl dt{
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
    font-size:clamp(calc(1.4rem * 0.7), calc(14vw * 10.80), 1.4rem);/*10 / 14*/
  }
  .price dl dt i{
    display: none;
  }
  .price dl dd{
    font-size:clamp(calc(3.8rem * 0.7), calc(38vw * 10.80), 3.8rem);/*14 / 38*/
  }
  .price dl dd strong{
    font-size:calc((65 / 38) * 100%);
  }
  .price dl dd .cap{
    right: 10px;
    top: 10px;
  }

  .price + p{
    margin-top: 40px;
    font-size:clamp(calc(2.3rem * 0.7), calc(23vw * 10.80), 2.3rem);/*18 / 23*/
  }
  .price + p strong{}
}


/*hensai
--------------------------------- */
.hensai{
  /*display: inline-block;*/
  padding: 10px 0 0 0;
  border-top: 1px solid #333;
}
.hensai p{
  font-size:clamp(1.1rem, 3.73vw, 1.4rem);/*14 / 25*/
  line-height: 1.0;
}
.hensai p strong{
  margin: 0 2px;
  color: #c54c3d;
  /*font-size:352%;*/
  font-size: 300%;
  font-weight: normal;
}
.hensai p span{
  position: relative;
  /*font-size:160%;*/
  font-size:150%;
}
.hensai p span i{
  font-style: normal;
  /*margin-left: -0.2em;
  margin-right: -0.2em;*/
}
.hensai p span:last-of-type::after{
  content: "※1";
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 1.0rem;
}
.hensai .btn{
  max-width: 300px;
  margin: 30px auto 0 auto;
  /*border: 1px solid #efd46f;*/
  border: 1px solid #333;
  border-radius: 200px;
  font-size:clamp(calc(1.4rem * 0.7), calc(14vw * 3.75), 1.4rem);/*14 / 15*/
  text-align: center;
}
.hensai .btn a{
  height: 40px;
  line-height: 40px;
  /*background: #efd46f;*/
  background: #333;
  border-radius: inherit;
  /*color: #333;*/
  color: #fff;
}
.hensai .btn a::before {
    /*background-color: #333;*/
  background-color: #fff;
}
.hensai .btn a::after {
    /*border-color: #333;*/
  border-color: #fff;
}
.hensai .btn a:hover{
  /*background: #333;
  color: #fff;*/
  background: #fff;
  color: #333;
  opacity: 1;
}
.hensai .btn a:hover::before {
    /*background-color: #fff;*/
  background-color: #333;
}
.hensai .btn a:hover::after {
    /*border-color: #fff;*/
  border-color: #333;
}

/* for pc */
@media print, screen and (min-width:768px) {
  .hensai{
    /*display: inline-block;*/
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .hensai p{
    font-size:clamp(1.7rem, 2.31vw, 2.5rem);/*14 / 25*/
  }
  .hensai p strong{
    font-size: 352%;
  }
  .hensai p span{
    /*font-size:160%;*/
    font-size:160%;
  }
  .hensai p span i{}
  .hensai p span:last-of-type::after{}
  .hensai .btn{
    margin: 50px auto 0 auto;
    font-size:clamp(1.3rem, 1.38vw, 1.5rem);/*13 / 15*/
  }
  .hensai .btn a{
    height: 50px;
    line-height: 50px;
  }
}

/*topInfo
--------------------------------- */
.pd05{
    padding: 0.5% 0 5% 0;
}

.topInfo{
  position: relative;
 background: linear-gradient(90deg, #cfb27c,#ab954f);
  color: #fff;
}

.topInfo > div{
  position: relative;
  z-index: 10;
}
.topInfo h2{
  position: relative;
  margin: 0 0 30px 0;
  font-size:clamp(calc(3.0rem * 0.7), calc(30vw * 3.75), 3.0rem);/*30 / 35*/
  line-height: 1.0;
}
.topInfo .t01{
  padding: 0 0 20px 0;
  font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 3.75), 1.6rem);/*16 / 18*/
  line-height: 1.0;
}
.topInfo .t02{
  margin: 0 0 40px 0;
  font-size:clamp(calc(2.3rem * 0.7), calc(23vw * 3.75), 2.3rem);/*23 / 25*/
  line-height: 1.0;
}
.topInfo .t03{
  margin: 0 0 15px 0;
  padding-left: 0.2em;
  font-size:clamp(calc(2.8rem * 0.7), calc(28vw * 3.75), 2.8rem);/*28 / 40*/
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.topInfo .t04{
  font-size:clamp(calc(1.3rem * 0.7), calc(13vw * 3.75), 1.3rem);/*13 / 16*/
  line-height: 1.0;
}
.topInfo .btns + .t04{
  line-height: 1.6;
  letter-spacing: -0.05em;
}


.mvWrap .mvCatch .btns{
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0 auto;
  padding: 0 0 20px 0;
}
..mvWrap .mvCatch .btns .btn{
  width: 100%;
  height: 80px;
}
.mvWrap .mvCatch .btns .btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*background: #1b2a64;*/
  /*background: #e4004f;*/
  background: #bd6937;
  color: #fff;
  font-size:clamp(calc(2.0rem * 0.7), calc(20vw * 3.75), 2.0rem);/*20 / 23*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}

.mvWrap .mvCatch .btns .btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 30px;
  height: 8px;
  background: url("../common/images/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}


.mvWrap .mvCatch .btns .btn a:hover{
  opacity: 1;
}
.mvWrap .mvCatch .btns .btn a:hover::after{
  right: 15px;
}

.camp2025raijo{
  max-width: 700px;
  margin: 100px auto 0 auto;
}
.camp2025raijo figcaption{
  margin: 10px 0 0 0;
  font-size: 10px;
  text-align: left;
  line-height: 1.2;
}

.camp2025raijo2{
  max-width: 700px;
  margin: 50px auto 0 auto;
}
.camp2025raijo2 figcaption{
  margin: 10px 0 0 0;
  font-size: 10px;
  text-align: left;
  line-height: 1.2;
}







/* for pc */
@media print, screen and (min-width:768px) {
  .topInfo{}
  
  .topInfo h2{
    margin: 0 0 60px 0;
    font-size:clamp(calc(3.5rem * 0.7), calc(35vw * 10.80), 3.5rem);/*30 / 35*/
  }
  
  .topInfo .t01{
    margin-bottom: 25px;
    padding-left: 0.3em;
    font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 10.80), 1.8rem);/*16 / 18*/
    letter-spacing: 0.3em;
  }
  .topInfo .t02{
    margin-bottom: 70px;
    padding-left: 0.2em;
    font-size:clamp(calc(2.5rem * 0.7), calc(25vw * 10.80), 2.5rem);/*23 / 25*/
    letter-spacing: 0.2em;
  }

  .topInfo .btns{
    width: 100%;
    max-width: 700px;
    margin: 60px auto 0 auto;
  }
  .topInfo .btns .btn{
    height: 120px;
  }
  .topInfo .btns .btn a{
    padding-left: 0.2em;
    font-size:clamp(calc(2.3rem * 0.7), calc(23vw * 10.80), 2.3rem);/*20 / 23*/
    letter-spacing: 0.2em;
  }
  .topInfo .btns .btn a::after {
    right: 30px;
    width: 40px;
    height: 10px;
  }
  .topInfo .btns .btn a:hover::after {
    right: 20px;
  }
  
  .camp2025raijo{
    margin-top: 100px;
  }
  .camp2025raijo figcaption{
    font-size: 13px;
  }
    
   .camp2025raijo2{
    margin-top: 100px;
    width:1080px;
  
       
  }
  .camp2025raijo2 figcaption{
    font-size: 13px;
  }   
    
    
    
    
}



/*topPlanList
--------------------------------- */
.topPlanListWrap{
  padding: 50px 0;
  /*background-color: #1b2a64;*/
  background-image: url("../images/bg_plan_2508_pc.jpg");
  color: #231815;
}
.topPlanListWrap h2{
  position: relative;
  margin: 0 0 30px 0;
  font-size:clamp(calc(3.0rem * 0.7), calc(30vw * 3.75), 3.0rem);/*30 / 35*/
  line-height: 1.0;
}
.topPlanListWrap h2 + p{
  line-height: 1.8;
}


.topPlanListWrap ul.topPlanList{
  width: 90%;
  margin: 40px auto 0 auto;
}
.topPlanListWrap ul.topPlanList > li{
  box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.topPlanListWrap ul.topPlanList > li + li{
  margin: 20px 0 0 0;
}
.topPlanListWrap ul.topPlanList > li a{
  position: relative;
  display: block;
  padding: 20px 0 0 0;
  background: #232323;
  color: #fff;
}
.topPlanListWrap ul.topPlanList > li a .typeName{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  padding: 0 0 20px 20px;
  border-bottom: 2px solid #fff;
}
.topPlanListWrap ul.topPlanList > li a .typeName p:nth-of-type(1){
  display: flex;
  align-items: flex-end;
  font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 3.75), 1.6rem);/*16 / 16*/
  text-align: left;
  line-height: 1.5;
}
.topPlanListWrap ul.topPlanList > li a .typeName p:nth-of-type(1) span{
  font-size:calc((35 / 16) * 100%);
  line-height: 1.0;
}
.topPlanListWrap ul.topPlanList > li a .typeName p:nth-of-type(1) span + span{
  margin: 0 0 0 2px;
  font-size:calc((28 / 16) * 100%);
  line-height: 1.0;
}
.topPlanListWrap ul.topPlanList > li a .typeName p:nth-of-type(2){
  font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 3.75), 1.6rem);/*16 / 16*/
  text-align: right;
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.topPlanListWrap ul.topPlanList > li a .typeData{
  position: relative;
  width: calc(100% - 20px * 2);
  margin: 30px auto;
}
.topPlanListWrap ul.topPlanList > li a .typeData > figure{
  width: 60%;
  margin: 0 0 0 auto;
}
.topPlanListWrap ul.topPlanList > li a .typeData > div{
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.topPlanListWrap ul.topPlanList > li a .typeData > div dl{}
.topPlanListWrap ul.topPlanList > li a .typeData > div dl dt{
  font-size: 10px;
  letter-spacing: 0.3em;
  line-height: 1.0;
} 
.topPlanListWrap ul.topPlanList > li a .typeData > div dl dd{
  display: flex;
  align-items: flex-end;
  margin: 10px 0 0 0;
  font-size:clamp(calc(3.0rem * 0.7), calc(30vw * 3.75), 3.0rem);/*30 / 35*/
  line-height: 1.0;
}  
.topPlanListWrap ul.topPlanList > li a .typeData > div dl dd span{
  font-size:calc((23 / 35) * 100%);
}
.topPlanListWrap ul.topPlanList > li a .typeData > div ul{
  margin: 30px 0 0 0;
}
.topPlanListWrap ul.topPlanList > li a .typeData > div ul li{
  margin: 10px 0 0 0;
  font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 3.75), 1.6rem);/*16 / 16*/
  letter-spacing: 0.3em;
  line-height: 1.0;
}

.topPlanListWrap ul.topPlanList > li a .btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding-left: 0.2em;
  background: #5f554d;
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 3.75), 1.5rem);/*15 / 15*/
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.topPlanListWrap ul.topPlanList > li a .btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 30px;
  height: 8px;
  background: url("../common/images/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}

.topPlanListWrap .price + .btn{
  width: 90%;
  max-width: 270px;
  margin: 40px auto 0 auto;
  border-radius: 200px;
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 3.75), 1.5rem);/*15 / 15*/
  text-align: center;
}
.topPlanListWrap .price + .btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 20px;
  /*background: rgba(255,255,255,0.2);*/
  background: rgba(35,24,21,0.7);  
  border-radius: inherit;
  color: #fff;
  transition: .3s;
}
.topPlanListWrap .price + .btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 8px;
  background: url("../common/images/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transition: .3s;
}
.topPlanListWrap .price + .btn a:hover{
  opacity: 1;
  background: #000;
}
.topPlanListWrap .price + .btn a:hover::after{
  transform: translateX(5px);
}





/* for pc */
@media print, screen and (min-width:768px) {
  .topPlanListWrap{
    padding: 100px 0;
    background-image: url("../images/bg_plan_2508_pc.jpg");
  }
  .topPlanListWrap h2{
    margin: 0 0 60px 0;
    font-size:clamp(calc(3.5rem * 0.7), calc(35vw * 10.80), 3.5rem);/*30 / 35*/
  }
  .topPlanListWrap h2 + p{}


  .topPlanListWrap ul.topPlanList{
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    margin-top: 70px;
  }
  .topPlanListWrap ul.topPlanList > li{
    width: calc((450 / 940) * 100%);
  }
  .topPlanListWrap ul.topPlanList > li + li{
    margin: 0;
  }
  .topPlanListWrap ul.topPlanList > li a{
    padding-top: 35px;
  }
  .topPlanListWrap ul.topPlanList > li a .typeName{
    width: calc(100% - 35px);
    padding: 0 0 25px 35;
    border-bottom-width: 3px;
  }
  .topPlanListWrap ul.topPlanList > li a .typeName p:nth-of-type(1){
    font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 10.80), 1.6rem);/*16 / 16*/
  }
  .topPlanListWrap ul.topPlanList > li a .typeName p:nth-of-type(1) span{}
  .topPlanListWrap ul.topPlanList > li a .typeName p:nth-of-type(1) span + span{}
  .topPlanListWrap ul.topPlanList > li a .typeName p:nth-of-type(2){
    font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 10.80), 1.6rem);/*16 / 16*/
  }
  .topPlanListWrap ul.topPlanList > li a .typeData{
    width: calc(100% - 35px * 2);
  }
  .topPlanListWrap ul.topPlanList > li a .typeData > figure{
    width: calc((250 / 450) * 100%);
  }
  .topPlanListWrap ul.topPlanList > li a .typeData > div{}
  .topPlanListWrap ul.topPlanList > li a .typeData > div dl{}
  .topPlanListWrap ul.topPlanList > li a .typeData > div dl dt{} 
  .topPlanListWrap ul.topPlanList > li a .typeData > div dl dd{
    font-size:clamp(calc(3.5rem * 0.7), calc(35vw * 3.75), 3.5rem);/*30 / 35*/
  }  
  .topPlanListWrap ul.topPlanList > li a .typeData > div dl dd span{}
  .topPlanListWrap ul.topPlanList > li a .typeData > div ul{
    margin-top: 35px;
  }
  .topPlanListWrap ul.topPlanList > li a .typeData > div ul li{
    margin-top: 15px;
    font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 10.80), 1.6rem);/*16 / 16*/
  }

  .topPlanListWrap ul.topPlanList > li a .btn{
    height: 50px;
    font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 10.80), 1.5rem);/*15 / 15*/
  }
  .topPlanListWrap ul.topPlanList > li a .btn::after {
    transition: .3s;
  }
  .topPlanListWrap ul.topPlanList > li a:hover .btn::after {
    right: 15px;
  }
  
  .topPlanListWrap .price + .btn{
    margin-top: 60px;
    font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 10.80), 1.5rem);/*15 / 15*/
  }
  .topPlanListWrap .price + .btn a{
    height: 50px;
    padding: 0 25px;
  }
  .topPlanListWrap .price + .btn a::after {}
  .topPlanListWrap .price + .btn a:hover{}
  .topPlanListWrap .price + .btn a:hover::after{}
    
    
 .topPlanListWrap .plan01{   
     display: flex;
     
    }
    
 .topPlanListWrap .plan01 img{  
     margin: 0% 2% 0% 2%;
     width: 46%;
    
}
    
.topPlanListWrap .plan01 a{
  display: inline-block;
  width: 46%;
  margin: 0 2%;
}
.topPlanListWrap .plan01 a img{
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform .3s ease;
}
.topPlanListWrap .plan01 a img:hover{
  transform: scale(1.03);
}
    
/* modaalポップアップの画像を大きくする */
.modaal-container {
  max-width: 50% !important;  /* デフォルトは600px前後 */
  width: 90% !important;
}

.modaal-gallery-item img,
.modaal-image img {
  max-height: 90vh;  /* 画面の高さの90%まで */
  width: auto;
  height: auto;
}


}



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

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

/*topFeature
--------------------------------- */
.topFeature{}
.fea3min{
  margin: 0 0 30px 0;
}
.topFeature .fea3min img{
  width: 60%;
  max-width: 350px;
  margin: 0 auto 30px auto;
}
.topFeature .fea3min .copy02{
  margin-bottom: 0;
}

.topFeature .feaList{
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.topFeature .feaList li{
  width: calc((100% - 10px) / 2);
  margin: 0 0 10px 0;
}
.topFeature .feaList li a{
  position: relative;
  display: block;
  overflow: hidden;
}
.topFeature .feaList li a figure img{
  transition: .3s;
}
.topFeature .feaList li a .txt{
  position: absolute;
  right: calc((30 / 300) * 100%);
  top: 0;
  width: calc((35 / 175) * 100%);
}
.topFeature .feaList li a .btn{
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0;
  color: #fff;
}
.topFeature .feaList li a .btn::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #5a5a5a;
  mix-blend-mode: multiply;
  transition: .3s;
}
.topFeature .feaList li a .btn p{
  position: relative;
  padding: 0 0 0 10px;
  font-size:clamp(calc(1.2rem * 0.7), calc(12vw * 3.75), 1.2rem);/*12 / 15*/
  text-align: left;
  line-height: inherit;
}
.topFeature .feaList li a .btn p::before,
.topFeature .feaList li a .btn p::after{
  right: 10px;
}
.topFeature .feaList li a:hover{
  opacity: 1;
  cursor: default;
}
/*.topFeature .feaList li a:hover figure img{
  transform: scale(1.05);
}
.topFeature .feaList li a:hover .btn::before{
  opacity: 1;
  background: #d6b344;
}*/

/* for pc */
@media print, screen and (min-width:768px) {
  .topFeature{}
  .fea3min{
    margin: 0 0 60px 0;
  }
  .topFeature .fea3min img{
    margin: 0 auto 60px auto;
  }
  .topFeature .fea3min .copy02{}

  .topFeature .feaList{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .topFeature .feaList li{
    width: calc((300 / 980) * 100%);
    margin: 0 0 40px 0;
  }
  .topFeature .feaList li:nth-last-of-type(-n+3){
    margin-bottom: 0;
  }
  .topFeature .feaList li a{}
  .topFeature .feaList li a .txt{
    position: absolute;
    right: calc((30 / 300) * 100%);
    width: calc((50 / 300) * 100%);
  }
  .topFeature .feaList li a .btn{
    height: 45px;
    line-height: 45px;
  }
  .topFeature .feaList li a .btn::before{}
  .topFeature .feaList li a .btn p{
    padding: 0 0 0 20px;
    font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 10.80), 1.5rem);/*12 / 15*/
  }
  /*.topFeature .feaList li a .btn p::before,
  .topFeature .feaList li a .btn p::after{
    right: 20px;
  }*/

}

/*topFss
--------------------------------- */
.topFss{
  position: relative;
  padding: 40px 0;
  z-index: 1;
  text-align: left;
}
.topFss > .bg{
  top: 0;
  width: 100% !important;
  z-index: -1;
}
.topFss .bg::before{
  background: #f5f3ed;
}

.topFss .fssH{
  position: relative;
  padding: 30px 0 100px 0;
  background: #1b2a46;
  text-align: center;
}
.topFss .fssH h3{
  font-size:clamp(2.8rem, 9.60vw, 3.6rem);/*36 / 48*/
}
.topFss .fssH h3 + .lead00{
  line-height: 1.8;
}
.topFss .pList{
  width: 90%;
  margin: -70px auto 0 auto;
}
.topFss .pList li{
  margin: 0 0 20px 0;
}
.topFss .pList li:last-of-type{
  margin-bottom: 0;
}
.topFss .btn{
  width: 90%;
  max-width: 400px;
  margin: 40px auto 0 auto;
  border: 1px solid #1b2a46;
  border-radius: 200px;
  font-size:clamp(1.3rem, 4.26vw, 1.6rem);/*16 / 18*/
  text-align: center;
}
.topFss .btn a{
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: inherit;
  color: #1b2a46;
}
.topFss .btn a::before{
  background: #1b2a46;
}
.topFss .btn a::after{
  border-color: #1b2a46;
}
.topFss .btn a:hover{
  opacity: 1;
  background: #1b2a46;
  color: #fff;
}
.topFss .btn a:hover::before{
  background: #fff;
}
.topFss .btn a:hover::after{
  border-color: #fff;
}




/* for pc */
@media print, screen and (min-width:768px) {
  .topFss{
    padding: 80px 0;
  }
  .topFss .bg{}
  .topFss .bg::before{}
  
  .topFss .fssH{
    height: 300px;
    padding: 35px 0 0 0;
  }
  .topFss .fssH h3{
    margin: 0 0 10px 0;
    font-size:clamp(3.6rem, 4.44vw, 4.8rem);/*36 / 48*/
  }
  .topFss .fssH h3 + .lead00{
    padding-left: 0.1em;
    letter-spacing: 0.1em;
  }
  .topFss .pList{
    display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc((1000 / 1080) * 100%);
    margin: -100px auto 0 auto;
  }
  .topFss .pList li{
    width: calc((480 / 1000) * 100%);
    margin: 0;
  }
  .topFss .btn{
    margin-top: 60px;
    font-size:clamp(1.6rem, 1.66vw, 1.8rem);/*16 / 18*/
  }
  .topFss .btn a{
    height: 80px;
    line-height: 80px;
  }


}



/*view
--------------------------------- */
.topView{
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.topView .viewP{
  width: 100vw;
  overflow-x: auto;
}
.topView .viewP figure{
  width: 200vw;
}
.topView .batch{
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 90px;
  height: 90px;
  background: #ff3c28;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
}
.topView .batch p{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webikit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  border-radius: 50%;
  color: #fff;
  font-size:clamp(1.3rem, 4.26vw, 1.6rem);/*16 / 18*/
  line-height: 1.2;
}
.topView .batch p span{
  font-size:70%;
}

/* for pc */
@media print, screen and (min-width:768px) {
  .topView{}
  .topView .viewP{
    width: 100%;
    overflow: hidden;
  }
  .topView .viewP figure{
    width: 100%;
  }
  .topView .batch{
    position: absolute;
    right: 10%;
    bottom: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .topView .batch p{
    font-size:clamp(1.6rem, 1.66vw, 1.8rem);/*16 / 18*/
  }
  .topView .batch p span{
    font-size:65%;
  }
}




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

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


/*topPlan
--------------------------------- */
.topPlan{
  position: relative;
}
/*.topPlan > .bg{
  top: 0;
  width: 100% !important;
  z-index: -1;
}
.topPlan > .bg::before{
  background: #f5f3ed;
}
*/
.topPlan .copy01{
  margin-bottom: 10px;
}

.topPlan .lp01{
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.topPlan .lp02{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.topPlan .cross{
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}


.topPlan .lp{
  position: relative;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
/*.topPlan .lp::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/pla_dir.png") no-repeat center center;
  background-size: cover;
}*/


.topPlan .merit{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.topPlan .merit li{
  margin: 0 0 20px 0;
  /*padding: 5.33vw;
  background: #fff;
  border: 1px solid #2b2828;
  box-shadow: 4px 4px 0 #d7d7d7;*/
}
.topPlan .merit li:last-of-type{
  margin-bottom: 0;
}
.topPlan .merit li .num{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin: 0 0 10px 0;
  background: #fff;
  line-height: 1.0;
  text-align: left;
}
.topPlan .merit li .num img{
  width: 130px;
  /*height: 60px;*/
}
.topPlan .merit li .num p{
  padding: 0 0 0 0.6em;
  font-size:clamp(1.8rem, 5.86vw, 2.2rem);/*22 / 28*/
  letter-spacing: 0.1em;
}

.topPlan .merit li .t01{
  font-size:clamp(1.2rem, 3.73vw, 1.4rem);/*14 / 16*/
  text-align: left;
  line-height: 1.6;
}

.topPlan + .btn{
  width: 90%;
  max-width: 400px;
  margin: 0 auto 0 auto;
  border: 1px solid #333;
  border-radius: 200px;
  font-size:clamp(1.3rem, 4.26vw, 1.6rem);/*16 / 18*/
  text-align: center;
}
.topPlan + .btn a{
  height: 60px;
  line-height: 60px;
  background: #333;
  border-radius: inherit;
  color: #fff;
}
.topPlan + .btn a::before{
  background: #fff;
}
.topPlan + .btn a::after{
  border-color: #fff;
}
.topPlan + .btn a:hover{
  opacity: 1;
  background: #fff;
  color: #333;
}
.topPlan + .btn a:hover::before{
  background: #333;
}
.topPlan + .btn a:hover::after{
  border-color: #333;
}



/* for pc */
@media print, screen and (min-width:768px) {
  .topPlan{
    position: relative;
  }
  /*.topPlan > .bg{}
  .topPlan > .bg::before{}*/

  .topPlan .copy01{
    margin-bottom: 30px;
  }
  .topPlan .copy01 + .lead00{
    padding-left: 0.4em;
    letter-spacing: 0.4em;
  }
  
  
  .topPlan .lp01{}

  .topPlan .lp02{}
  .topPlan .cross{}
  
  
  

  .topPlan .flex{
    display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
		-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1010px;
    margin: 0 auto;
  }
  .topPlan .lp{
    width: calc((510 / 1010) * 100%);
  }
  /*.topPlan .lp::after{
    right: -40px;
    bottom: 70px;
    width: 44px;
    height: 44px;
  }*/
  .topPlan .merit{
    width: calc((430 / 1010) * 100%);
    margin-left: 0;
    margin-right: 0;
  }
  .topPlan .merit li{
    margin: 0 0 40px 0;
  }
  .topPlan .merit li:last-of-type{}
  .topPlan .merit li .num{
    margin: 0 0 15px 0;
  }
  .topPlan .merit li .num img{
    width: calc((155 / 430) * 100%);
  }
  .topPlan .merit li .num p{
    font-size:clamp(2.2rem, 2.59vw, 2.8rem);/*22 / 28*/
  }
  .topPlan .merit li .t01{
    font-size:clamp(1.4rem, 1.48vw, 1.6rem);/*14 / 16*/
  }
  .topPlan + .btn{
    font-size:clamp(1.6rem, 1.66vw, 1.8rem);/*16 / 18*/
  }
  .topPlan + .btn a{
    height: 80px;
    line-height: 80px;
  }

}


/*topCharm
--------------------------------- */
.topCharm{
  position: relative;
}
.topCharm::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 50vh;
  background: #efd46f;
  z-index: -1;
}

.topCharm .txt{}

@media screen and (max-width:767px) {
  .topCharm .txt .copy01{
    margin-bottom: 30px;
    padding-left: 0;
    letter-spacing: normal;
  }
}
.topCharm .txt .lead01{
  width: 85%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.topCharm figure{
  position: relative;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translate(-50%,0);
}
.topCharm figure img{
  width: 100%;
}
.topCharm figure figcaption{
  background: #fff;
}

/* for pc */
@media print, screen and (min-width:768px) {
  .topCharm{}

  .topCharm::before{
    height: 650px;
  }
  .topCharm .txt{}

  .topCharm .txt .copy01{
      margin-bottom: 40px;
    }
  .topCharm .txt .lead01{}

  .topCharm figure{}
  .topCharm figure img{}
  .topCharm figure figcaption{}
}


/*topValue
--------------------------------- */
.topValue{
  position: relative;
  padding: 40px 0;
}

.topValue .copy01{
  margin-bottom: 40px;
}
.topValue .kusatsu{
  position: relative;
}

.topValue .merit{
  position: relative;
  width: 90%;
  margin: 20px auto 0 auto;
  z-index: 10;
}
.topValue .merit li{
  margin: 0 0 20px 0;
  padding: 5.33vw;
  background: #ff3c28;
}
.topValue .merit li:last-of-type{
  margin-bottom: 0;
}
.topValue .merit li .num{
  width: 30px;
  margin: 0 auto 20px auto;
  line-height: 1.0;
  text-align: center;
}
.topValue .merit li .t01{
  font-size:clamp(1.2rem, 3.73vw, 1.4rem);/*14 / 16*/
  text-align: left;
  line-height: 1.6;
}


/* for pc */
@media print, screen and (min-width:768px) {
  .topValue{
    position: relative;
    padding: 100px 0;
  }

  .topValue .copy01{
    margin-bottom: 60px;
  }
  .topValue .kusatsu{
    position: relative;
  }
  .topValue .kusatsu .cap{
    bottom: 55px;
  }

  .topValue .merit{
    display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: -50px;
  }
  .topValue .merit li{
    width: calc((340/1080)*100%);
    margin: 0;
    padding: 30px calc((25/1080)*100%);
  }
  .topValue .merit li:last-of-type{}
  .topValue .merit li .num{
    width: 40px;
    margin: 0 auto 30px auto;
  }
  .topValue .merit li .t01{
    margin: 0 0 30px 0;
    font-size:clamp(2.2rem, 2.59vw, 2.8rem);/*22 / 28*/
  }
  .topValue .merit li .t02{
    font-size:clamp(1.4rem, 1.48vw, 1.6rem);/*14 / 16*/
  }
  .topValue .btn{
    font-size:clamp(1.6rem, 1.66vw, 1.8rem);/*16 / 18*/
  }
  .topValue .btn a{
    height: 90px;
    line-height: 90px;
  }

}


/*conList
--------------------------------- */
.conList{
  position: relative;
  padding: 40px 0;
  z-index: 1;
  text-align: left;
}
.conList > .bg{
  top: 0;
  width: 100% !important;
  z-index: -1;
}
.conList .bg::before{
  background: #f5f3ed;
}

.conList ul{}
.conList ul li{
  margin: 0 0 20px 0;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1),-2px 2px 4px rgba(0,0,0,0.1),2px -2px 4px rgba(0,0,0,0.1),-2px -2px 4px rgba(0,0,0,0.1);
}
.conList ul li:last-of-type{
  margin-bottom: 0;
}
.conList ul li a{
  position: relative;
  display: block;
  height: 150px;
}
.conList ul li a *,
.conList ul li a .img::after{
  transition: .3s;
}
.conList ul li a .txt{
  position: absolute;
  left: 10px;
  top: 20px;
  text-align: left;
}
.conList ul li a .txt .fEn{
  margin: 0 0 10px 0;
  font-size: 2.4rem;/*24 / 35*/
  line-height: 1.0;
  color: #be956a;
}
.conList ul li a .txt .fEn + p{
  font-size: 1.3rem;/*13 / 18*/
  line-height: 1.6;
}
.conList ul li a .img{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.conList ul li a .img::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.conList ul li a .btn{
  position: absolute;
  right: calc(50% + 10px);
  bottom: 10px;
  display: block;
  width: calc(50% - 10px);
  height: 30px;
  overflow: hidden;
}
.conList ul li a:not(.cs) .btn::before{
  /*content: none;*/
  content: "詳しく見る";
  position: absolute;
  left: 30px;
  top: 50%;
  display: block;
  width: 120px;
  height: auto;
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.0;
  z-index: 1;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.conList ul li a.cs .btn::before{
  content: "coming soon";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  color: #2d2323;
}
.conList ul li a .btn > .icoArr{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.conList ul li a:not(.cs) .btn > .icoArr{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 30px;
  margin: 0 0 0 10px;
  border-radius: 200px;
  /*background: #1b2a46;*/
  background: #333;
}
.conList ul li a .btn > .icoArr::before,
.conList ul li a .btn > .icoArr::after{
  right: 10px;
}
.conList ul li a:not(.cs) .btn > .icoArr::before{
  width: 15px;
}
.conList ul li a:not(.cs) .btn > .icoArr::after{}


.conList ul li.btnLoc a .img::after{
  background-image: url("../images/btn_loc.jpg");
}
.conList ul li.btnAcc a .img::after{
  background-image: url("../images/btn_acc.jpg");
}
.conList ul li.btnDes a .img::after{
  background-image: url("../images/btn_des.jpg");
}
.conList ul li.btnPla a .img::after{
  background-image: url("../images/btn_pla.jpg");
}
.conList ul li.btnQua a .img::after{
  background-image: url("../images/btn_qua.jpg");
}
.conList ul li.btnBra a .img::after{
  background-image: url("../images/btn_bra.jpg");
}

/*hover*/
.conList ul li a:hover{
  opacity: 1;
}
.conList ul li a.cs:hover{
  cursor: default;
}
.conList ul li a:not(.cs):hover .btn{
  right: calc(50% + 5px);
}
.conList ul li a:not(.cs):hover .btn > .icoArr {
  background: #be956a;
}



/* for pc */
@media print, screen and (min-width:768px) {
  .conList{
    padding: 80px 0;
  }
  .conList .bg{}
  .conList .bg::before{}

  
  .conList .ttlEn + .lead00{
    padding-left: 0.4em;
    letter-spacing: 0.4em;
  }
  .conList ul{
    display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
  }
  .conList ul li{
    width: calc((340/1080)*100%);
    margin: 0 0 30px 0;
  }
  .conList ul li:nth-last-of-type(-n+3){
    margin-bottom: 0;
  }
  .conList ul li a{
    position: relative;
    display: block;
    height: auto;
  }
  .conList ul li a .txt{
    position: static;
    padding: 40px 5% 90px 5%;
  }
  .conList ul li a .txt .fEn{
    margin: 0 0 30px 0;
    font-size: 3.5rem;/*24 / 35*/
  }
  .conList ul li a .txt .fEn + p{
    font-size: 1.8rem;/*13 / 18*/
    letter-spacing: 0.1em;
  }
  .conList ul li a .img{
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding-top: calc((250/340)*100%);
  }
  .conList ul li a .img::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .conList ul li a .btn{
    position: absolute;
    right: 5%;
    bottom: auto;
    top: 50%;
    width: 120px;
    height: 120px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  .conList ul li a:not(.cs) .btn::before{
    /*content: none;*/
    content: "詳しく見る";
    position: absolute;
    left: 0;
    top: 62%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    z-index: 1;
    -webkit-transform: none;
    transform: none;
  }
  .conList ul li a.cs .btn::before{
    content: "coming soon";
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 120px;
    margin: 0;
    background: #2d2323;
    border-radius: 50%;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
  }

  
  .conList ul li a .btn > .icoArr{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .conList ul li a:not(.cs) .btn > .icoArr{
    width: 100%;
    height: 100%;
    margin: 0;
  }
  
  .conList ul li a.cs .btn > .icoArr{
    display: none;
  }
  .conList ul li a .btn > .icoArr::before,
  .conList ul li a .btn > .icoArr::after{
    right: 25%;
  }
  .conList ul li a:not(.cs) .btn > .icoArr::before{
    width: 50%;
  }
  .conList ul li a .btn > .icoArr::after{
    margin-top: -3px;
    width: 14px;
    height: 14px;
  }

  .conList ul li.btnPos a .img::after{}
  .conList ul li.btnLoc a .img::after{}
  .conList ul li.btnAcc a .img::after{}
  .conList ul li.btnDes a .img::after{}
  .conList ul li.btnPla a .img::after{}
  .conList ul li.btnBra a .img::after{}
  
  /*hover*/
  .conList ul li a:hover{}
  /*.conList ul li a:hover .img::after{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .conList ul li a:hover .btn{
    right: calc(5% - 2%);
  }*/
  .conList ul li a:not(.cs):hover .btn{
    right: calc(5% - 5px);
  }
  
}


.bnrEvent2309{
  margin-top: 20px;
  padding: 0 0 20px 0;
  /*background: #e4b6b6;*/
}
/* for pc */
@media print, screen and (min-width:768px) {
  .bnrEvent2309{
    max-width: 700px;
    margin-top: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

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





/*movie
--------------------------------- */
.movie{
  position: relative;
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.movie .txt{
  position: relative;
  /*display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;*/
}
.movie .txt figure{
  opacity: 0.5;
}
.movie .txt > div{
  position: absolute;
  left: 0;
  top: 55%;
  transform: translate(0,-50%);
  width: 100%;
}
.movie .txt .ttlEn{
  line-height: 1.0;
}
.movie .txt p{
  line-height: 1.8;
}

.movie .thumb{
  position: relative;
  margin: -30px 0 0 0;
  padding: 10px;
}
.movie .thumb::before,
.movie .thumb::after{
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 100px;
  border-color: #333;
  border-style: solid;
}
.movie .thumb::before{
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.movie .thumb::after{
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.movie .thumb a{
  display: block
}
.movie .thumb figure{
  position: relative;
}
.movie .thumb figure::before,
.movie .thumb figure::after{
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  transition: .3s;
}
.movie .thumb figure::before{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.movie .thumb figure::after{
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: url("../images/movie_play.svg") no-repeat center center;
  background-size: cover;
  transform: translate(-50%,-50%);
}
.movie .thumb a:hover{
  opacity: 1;
}
.movie .thumb a:hover figure::before{
  opacity: 0;
}
.movie .thumb a:hover figure::after{
  opacity: 0;
}

/* for pc */
@media print, screen and (min-width:768px) {
  .movie{
    padding: 0 10px;
  }
  .movie > div{
    position: relative;
  }
  .movie .txt{
    width: calc((450 / 920) * 100%);
  }
  .movie .txt figure{
    margin-left: 3%;
  }
  .movie .txt > div{}
  .movie .txt .ttlEn{
    margin: 0 0 10px 0;
    font-size:clamp(2.8rem, 3.70vw, 4.0rem);
  }
  .movie .txt p{}

  .movie .thumb{
    position: absolute;
    right: 0;
    top: 0;
    width: calc((542 / 920) * 100%);
    margin: 0;
    padding: 15px;
  }
  .movie .thumb::before,
  .movie .thumb::after{
    width: 100px;
    height: 200px;
  }
  .movie .thumb::before{}
  .movie .thumb::after{}

  .movie .thumb figure{}
  .movie .thumb figure::before,
  .movie .thumb figure::after{}
  .movie .thumb figure::before{}
  .movie .thumb figure::after{
    width: 90px;
    height: 90px;
  }
}


/*bnrFss
--------------------------------- */
.bnrFss{}
.bnrFss a{
  position: relative;
  display: block;
}
.bnrFss a .txt{
  position: absolute;
  left: 0;
  top: 50%;
  width: calc((234 / 335) * 100%);
  padding: 10px 0 10px 16px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
  transform: translate(0,-50%);
}
.bnrFss a .txt .fEn{
  font-size:clamp(1.0rem, 4.00vw, 2.0rem);/*15 / 45*/
  line-height: 1.0;
}
.bnrFss a .txt .fEn + *{
  margin: 10px 0;
  font-size:clamp(1.2rem, 4.80vw, 1.8rem);/*18 / 39*/
  line-height: 1.0;
}
.bnrFss a .txt .fEn + * + *{
  font-size: 1.0rem;/*18 / 18*/
  line-height: 1.6;
}

.bnrFss .btnFss{
  position: absolute;
  left: calc(((234 / 335) * 100%) - 37px);
  top: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  transform: translate(0,-50%);
}
.bnrFss .btnFss p{
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  font-size: 1.0rem;
}
.bnrFss .btnFss span{
  position: absolute;
  left: 50%;
  bottom: 30%;
  width: 60%;
  transform: translate(-50%,0);
}
.bnrFss .btnFss span::before{
  right: 0;
  width: 100%;
  background: #333;
}
.bnrFss .btnFss span::after{
  right: 0;
  border-color: #333;
}


.pickup{
  position: relative;
  padding: 50px 0;
  color: #ffffff;
  background: linear-gradient(90deg, #cfb27c,#ab954f);
  text-align: center;
  
}
.pickup h2{
  margin: 0 0 40px 0;
  font-size:clamp(calc(3.0rem * 0.7), calc(35vw * 3.75), 3.0rem);/*30 / 35*/
  line-height: 1.0;
}

.pickup ul{
  width: 90%;
  max-width: 700px;
  margin: 40px auto 0 auto;
}
.pickup ul li{}
.pickup ul li + li{
  margin: 20px 0 0 0;
}
.pickup ul li a{
  position: relative;
  display: block;
  /*display: flex;
  justify-content: space-between;
  align-items: flex-end;*/
  padding: 0 20px 20px 20px;
  color: #fff;
}
.pickup ul li a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  background: rgba(0,0,0,0.5);
}
.pickup ul li a > div{
  position: relative;
  text-align: left;
}
.pickup ul li a > div .fEn{
  color: #777;
  font-size:clamp(calc(5.0rem * 0.7), calc(50vw * 3.75), 5.0rem);/*70 / 70*/
  line-height: 1.0;
}

.pickup ul li:nth-of-type(2) a > div .fEn{
  font-size:clamp(calc(6.0rem * 0.7), calc(60vw * 3.75), 6.0rem);/*60 / 77*/
}
.pickup ul li a > div .t01{
  margin: 20px 0 0 0;
  font-size:clamp(calc(1.6rem * 0.7), calc(16vw * 3.75), 1.6rem);/*16 / 18*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.pickup ul li a .btn{
  width: 90%;
  max-width: 270px;
  margin: 20px auto 0 auto;
  border-radius: 200px;
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 3.75), 1.5rem);/*15 / 15*/
  text-align: center;
}
.pickup ul li a .btn span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*height: 50px;*/
  height: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: inherit;
  color: #fff;
  transition: .3s;
}

.pickup ul li a .btn span::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background: url("../common/images/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transition: .3s;
}
.pickup ul li a:hover{
  opacity: 1;
}
.pickup ul li a:hover .btn span{
  background: #5f554d;
}
.pickup ul li a:hover .btn span::after{
  transform: translateX(5px);
}

.pickup ul li a > figure{
  position: relative;
  margin: 20px 0 0 0;
}

.pickup .bnrLQ{
    width: 90%;
    margin: 10% auto 1% auto;
}



.pickup .pointbox{
    width:100%;
    display:inline-block;
    background-color:#65573b;
    margin: 4% 1% 0% 1%;
    position: relative;
    padding:2%;
  }  
    

    
  

.pickup .pointbox .word{
    position: absolute;
    width: 15%;
    left:0;
    top:5px;
}
    
    
.pickup .pointbox p.point {
    text-align:left; 
    font-size:20px;
    color: #fff;
    
   }
    
.pickup .pointbox p.detail {
    text-align:left; 
    font-size:15px;
    width:50%;
    margin: 0 0 0 50%;
     border-radius: inherit;
    
   }
    
    
.pickup .pointbox p.detail span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*height: 50px;*/
  height: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: inherit;
  color: #fff;
  transition: .3s;
}

.pickup .pointbox p.detail span::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background: url("../common/images/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transition: .3s;
}


.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}







/* for pc */
@media print, screen and (min-width:768px) {
  .bnrFss{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .bnrFss a .txt{
    width: calc((700 / 1000) * 100%);
    padding: 36px 0 40px 5%;
  }
  .bnrFss a .txt .fEn{
    font-size:clamp(2.8rem, 4.16vw, 4.5rem);/*15 / 45*/
  }
  .bnrFss a .txt .fEn + *{
    margin: 15px 0 20px 0;
    font-size:clamp(2.7rem, 3.61vw, 3.9rem);/*18 / 39*/
  }
  .bnrFss a .txt .fEn + * + *{
    font-size:clamp(1.2rem, 1.66vw, 1.8rem);/*18*/
    line-height: 1.0;
  }

  .bnrFss .btnFss{
    position: absolute;
    left: calc(((700 / 1000) * 100%) - 80px);
    width: 160px;
    height: 160px;
  }
  .bnrFss .btnFss p{
    top: 34%;
    font-size:clamp(1.2rem, 1.66vw, 1.8rem);/*18*/
  }
  .bnrFss .btnFss span{
    bottom: 20%;
    width: 50%;
  }
  .bnrFss .btnFss span::before{}
  .bnrFss .btnFss span::after{}

  .pickup{
    padding: 100px 0;
  }
  .pickup h2{
    margin-bottom: 30px;
    font-size:clamp(calc(3.5rem * 0.7), calc(35vw * 10.80), 3.5rem);/*30 / 35*/
  }

  .pickup ul{
    width: 100%;
    margin-top: 90px;
  }
  .pickup ul li{}
  .pickup ul li + li{
    margin-top: 60px;
  }
  .pickup ul li a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px 50px 30px;
  }
  .pickup ul li:nth-of-type(2) a{
    flex-direction: row-reverse;
  }
    .pickup ul li:nth-of-type(4) a{
    flex-direction: row-reverse;
  }  
  .pickup ul li a::before{
    height: calc(100% - 90px);
  }
  .pickup ul li a > div{
    width: calc((270 / 630) * 100%);
  }
  .pickup ul li a > div .fEn{
    font-size:clamp(calc(7.0rem * 0.7), calc(70vw * 10.80), 7.0rem);/*70 / 70*/
  }

  .pickup ul li:nth-of-type(2) a > div .fEn{
    font-size:clamp(calc(7.7rem * 0.7), calc(77vw * 10.80), 7.7rem);/*60 / 77*/
  }
  .pickup ul li a > div .t01{
    margin-top: 30px;
    font-size:clamp(calc(1.8rem * 0.7), calc(18vw * 10.80), 1.8rem);/*16 / 18*/
    letter-spacing: 0.2em;
  }
  .pickup ul li a .btn{
    margin: 40px auto 0 0;
    font-size:clamp(calc(1.5rem * 0.7), calc(15vw * 10.80), 1.5rem);/*15 / 15*/
  }
  .pickup ul li a .btn span{
    height: 50px;
    padding: 0 25px;
  }

  .pickup ul li a .btn span::after {}
  .pickup ul li a:hover .btn span{}
  .pickup ul li a:hover .btn span::after{}

  .pickup ul li a > figure{
    width: calc((320 / 630) * 100%);
    margin: 20px 0 0 0;
  }
    
.pickup .bnrLQ{
    width: 70%;
    margin: 10% auto 5% auto;
}    
.pickup .pointimage{
    width:100%;
    }
    

    
.pickup .pointbox{
    width:40%;
    display:inline-block;
    background-color:#65573b;
    margin: 4% 1% 0% 1%;
    position: relative;
    padding:2%;
  }  
    

    
  

.pickup .pointbox .word{
    position: absolute;
    width: 15%;
    left:0;
    top:5px;
}
    
    
.pickup .pointbox p.point {
    text-align:left; 
    font-size:20px;
    color: #fff;
    
   }
    
.pickup .pointbox p.detail {
    text-align:left; 
    font-size:15px;
    width:50%;
    margin: 0 0 0 50%;
     border-radius: inherit;
    
   }
    
    
.pickup .pointbox p.detail span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*height: 50px;*/
  height: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: inherit;
  color: #fff;
  transition: .3s;
}

.pickup .pointbox p.detail span::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background: url("../common/images/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transition: .3s;
}


.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

}

/*camp2025kansei
--------------------------------- */
.camp2025kansei{
  padding: 30px 0 0 0;
  background: linear-gradient(to right, #000064 0%, #0000b9 32%, #0000b9 68%, #000064 100%);
  color: #fff;
  text-align: center;
}
.camp2025kansei figure{
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}
.camp2025kansei .btns{
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 20px auto 0 auto;
  z-index: 20;
}
.camp2025kansei .btns ul{}
.camp2025kansei .btns .btn{
  width: 100%;
  height: 100%;
  background: #d2aa64;
}
.camp2025kansei .btns .btn a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}

.camp2025kansei .btns .btn a p:nth-of-type(1){
  font-size:clamp(calc(2.0rem * 0.7), calc(20vw * 3.75), 2.0rem);/*20 / 23*/
  line-height: 1.0;
  color: #fff;
}
.camp2025kansei .btns .btn a p:nth-of-type(1) span{
  font-size: calc((18 / 23) * 100%);
}
.camp2025kansei .btns .btn a p:nth-of-type(2){
  display: inline-block;
  margin: 10px auto 0 auto;
  padding: 7px 20px 9px 20px;
  background: #fff;
  border-radius: 200px;
  color: #1b2a64;
  font-size:clamp(calc(2.2rem * 0.7), calc(22vw * 3.75), 2.2rem);/*22 / 25*/
  line-height: 1.0;
}

.camp2025kansei .btns .btn a.icoArr.arrR::before, .camp2025kansei .btns .btn a.icoArr.arrR::after {
  right: 15px;
}
.camp2025kansei .btns .btn a.icoArr.arrR::before {
  width: 25px;
  background: #fff;
}
.camp2025kansei .btns .btn a.icoArr.arrR::after {
  border-color: #fff;
}


.camp2025kansei .btns .btn a:hover{
  opacity: 1;
}
.camp2025kansei .btns .btn a::before,
.camp2025kansei .btns .btn a::after{
  transition: .3s;
}
.camp2025kansei .btns .btn a:hover::before,
.camp2025kansei .btns .btn a:hover::after{
  right: 20px;
}


/* for pc */
@media print, screen and (min-width:768px) {
  .camp2025kansei{
    padding: 40px 0 0 0;
  }
  .camp2025kansei .btns .btn{
    height: 100%;
  }
  .camp2025kansei .btns .btn a{
    padding: 30px 0;
  }

  .camp2025kansei .btns .btn a p:nth-of-type(1){
    font-size:clamp(calc(2.3rem * 0.7), calc(23vw * 10.80), 2.3rem);/*20 / 23*/
  }
  .camp2025kansei .btns .btn a p:nth-of-type(1) span{}
  .camp2025kansei .btns .btn a p:nth-of-type(2){
    padding: 10px 30px 12px 30px;
    font-size:clamp(calc(2.5rem * 0.7), calc(25vw * 10.80), 2.5rem);/*22 / 25*/
  }

  .camp2025kansei .btns .btn a.icoArr.arrR::before, .camp2025kansei .btns .btn a.icoArr.arrR::after {
    right: 30px;
  }
  .camp2025kansei .btns .btn a.icoArr.arrR::before {
    width: 40px;
  }
  .camp2025kansei .btns .btn a.icoArr.arrR::after {
    width: 10px;
    height: 10px;
    margin-top: -1px;
  }
  .camp2025kansei .btns .btn a:hover{}
  .camp2025kansei .btns .btn a::before,
  .camp2025kansei .btns .btn a::after{}
  .camp2025kansei .btns .btn a:hover::before,
  .camp2025kansei .btns .btn a:hover::after{}

}


/*set modaal
--------------------------------- */
.modal-btn{
  visibility: hidden;
  height: 1px;
}
.modal-content{
  display: none;
}
.modaal-container{
  background: transparent;
}
.modaal-content-container{
  padding: 0;
}
.modaal-close{
  position: absolute;
  right: -20px;
  top: -60px;
}


/*set aos
--------------------------------- */
/* for sp*/
@media screen and (max-width: 767px) {}

/* for pc*/
@media screen and (min-width:768px) {
  .pointList li:nth-of-type(3n+1),
  .topPlan .merit li:nth-of-type(3n+1),
  .topValue .merit li:nth-of-type(3n+1),
  .conList ul li:nth-of-type(3n+1){
    transition-delay: 0;
  }
  .pointList li:nth-of-type(3n+2),
  .topPlan .merit li:nth-of-type(3n+2),
  .topValue .merit li:nth-of-type(3n+2),
  .conList ul li:nth-of-type(3n+2){
    transition-delay: .05s;
  }
  .pointList li:nth-of-type(3n),
  .topPlan .merit li:nth-of-type(3n),
  .topValue .merit li:nth-of-type(3n),
  .conList ul li:nth-of-type(3n){
    transition-delay: .1s;
  }
  
  


