
/* --------------- common ---------------*/
.c-breadcrumb{
  margin-bottom: 0;
}
.wrap-inner{
  max-width: 600px;
  margin: auto;
}
.highLight{
  font-style: normal;
  background: linear-gradient(transparent 60%, #FCFF65 0%);
}
.ttl-wrap{
  text-align: center;
  margin: 0 0 24px 0;
}
.ttl-wrap .bg-blue{
  text-align: center;
  display: inline-block;
  background: #007AC9;
  min-width: 214px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 4px;
  padding: 3px 45px;
  line-height: 1.5;
}
.ttl-wrap .highLight{
  display: inline-block;
  margin: auto;
  padding: 0 8px;
  color: #015CAE;
  font-weight: bold;
  font-size: 30px;
      text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}
.bnr-2clm{
  display: flex;
  gap: 24px 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.bnr-2clm a{
  display: block;
  width: calc(50% - 10px);
  max-width: 154px;
	border: 1px solid #B9B9B9;
}
@media print, screen and (min-width: 768px) {
  .wrap-inner{
    width: 100%;
    max-width: 832px;
  }
  .ttl-wrap{
    margin: 0 0 32px 0;
  }
  .ttl-wrap .bg-blue{
    min-width: 280px;
    font-size: 1.125rem;
    margin: 0 auto 8px;
    padding: 2px 60px;
  }
  .ttl-wrap .highLight{
    font-size: 40px;
  }
  .bnr-2clm a{
    width: calc((100% - 72px) / 4);
    max-width: 190px;
    border: 1px solid #B9B9B9;
  }
}
/* --------------- kv ---------------*/
#kv{
  padding: 19px 0 0;
  background: url(/sites/default/files/media/feature/img/kv_bg_sp.jpg) no-repeat top center / 100%;
}
#kv h1{
  width: 56.6%;
  max-width: 212px;
  margin: 0 4% 47.8vw;
}
#kv .message{
  width: 295px;
  margin: 0 auto 10px;
}
#kv .c-annotation{
  background-color: #fff;
  padding: 0 13px 12px;
}
@media print, screen and (min-width: 768px) {
  #kv{
    padding: 60px 0 8px 25px;
    background: url(/sites/default/files/media/feature/img/kv_bg_pc.jpg) no-repeat top center / cover;
  }
  #kv .kv-inner{
    max-width: 1440px;
    margin: auto;
  }
  #kv h1{
    width: 297px;
    max-width: none;
    margin: 0 0 42px 92px;
  }
  #kv .message{
    width: 450px;
    margin: 0 0 124px 92px;
  }
  #kv .c-annotation{
    background-color: transparent;
    padding: 0 0 0 90px;
  }
}
/* --------------- recommend ---------------*/
#recommend .lead-wrap{
  padding: 5px 16px 60px 16px;
  background: linear-gradient(180deg, #FFF 0%, var(--background-blue2, #D9F1FF) 59.62%);
  position: relative;
}
#recommend .lead-wrap::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: calc(50% - 32px);
  background: url(/sites/default/files/media/feature/img/recommend_arrow.png) no-repeat center / contain;
  width: 64px;
  height: 37px;
  z-index: 3;
}
#recommend .ttl-wrap{
  position: relative;
  max-width: 375px;
  margin: auto;
}
#recommend .ttl-wrap .img{
  max-width: 144px;
  position: absolute;
  top: -3px;
  left: 10px;
}
#recommend .ttl-wrap .ttl{
  max-width: 205px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
#recommend .list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 4px;
}
#recommend .list > li{
  width: calc(50% - 8px);
  max-width: 220px;
}
#recommend > .box-wrap{
  border-radius: 24px;
  padding: 32px 16px 24px;
  background: #FFF5BA;
  box-shadow: 6px 6px 2px 0 rgba(1, 92, 174, 0.10);
  margin-top: -26px;
  position: relative;
}
#recommend .box-wrap .box{
  padding: 24px 16px 23px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 2px 0 rgba(1, 92, 174, 0.10);
  max-width: 600px;
  margin: auto;
}
#recommend .box-wrap .box + .box{
  margin-top: 16px;
}
#recommend .box-wrap .box .sub-ttl{
  font-size: 18px;
  color: #015CAE;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #009CE5;
  padding-bottom: 7px;
  text-align: center;
  margin-bottom: 16px;
}
#recommend .box-wrap .box .l-flex{
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
}
#recommend .box-wrap .box .l-flex .img{
  min-width: 120px;
  width: 120px;
}
#recommend .box-wrap .box .c-annotation{
  margin-top: 14px;
  font-size: 12px;
  color: #333;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
#recommend .box-wrap .box .c-annotation a{
  color: #007AC9;
}
@media print, screen and (min-width: 768px) {
  #recommend{
    background: linear-gradient(180deg, #FFF 12.5%, var(--background-blue2, #D9F1FF) 61.3%, var(--background-blue2, #D9F1FF) 100%);
  }
  #recommend .lead-wrap{
    padding: 23px 0 32px;
    background: none;
    position: relative;
  }
  #recommend .lead-wrap::after{
    bottom: -20px;
  }
  #recommend .lead-wrap .wrap-inner{
    max-width: 832px;
  }
  #recommend .ttl-wrap{
    max-width: 722px;
  }
  #recommend .ttl-wrap .img{
    max-width: 170px;
    left: -2px;
    top: -16px;
  }
  #recommend .ttl-wrap .ttl{
    max-width: 558px;
    width: 558px;
    margin: 18px 0 0 auto;
  }
  #recommend .list{
    margin-top: -30px;
  }
  #recommend .list > li{
    width: calc((100% - 48px) / 4);
    max-width: 196px;
  }
  #recommend > .box-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 32px 40px 24px;
    margin-top: -26px;
    gap: 16px 24px;
    width: 96%;
    max-width: 944px;
    margin: auto;
  }
  #recommend .box-wrap .box{
    padding: 24px;
    width: calc((100% - 24px) / 2);
    max-width: 420px;
    margin: 0;
  }
  #recommend .box-wrap .box + .box{
    margin: 0;
  }
  #recommend .box-wrap .box .sub-ttl{
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #recommend .box-wrap .box .l-flex{
    gap: 16px;
    font-size: 16px;
  }
  #recommend .box-wrap .box .l-flex .img{
    min-width: 130px;
    width: 130px;
  }
  #recommend .box-wrap .box .c-annotation {
    margin-top: 16px;
  }
}
/* --------------- anshin ---------------*/
#anshin{
  padding: 56px 16px 48px;
  background: linear-gradient(180deg, #F0F8FF 0%, #AFDEFA 100%);
  margin-top: -24px;
}
#anshin .anshin-ttl{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  background: url(/sites/default/files/media/feature/img/anshin_ttl_bg.png) no-repeat center bottom / 319px;
  padding: 0 0 44px 0;
  margin-bottom: 15px;
}
#anshin .anshin-ttl .pink{
  color: #FF4C9D;
  font-size: 22px;
}
#anshin .anshin-ttl .sml{
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  #anshin{
    padding: 40px 0 62px;
    background: transparent;
    margin: 0 auto;
    display: flex;
    max-width: 892px;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  #anshin .anshin-ttl{
    background: url(/sites/default/files/media/feature/img/anshin_ttl_bg_pc.png) no-repeat center bottom / 333px;
    padding: 10px 20px 73px;
    margin-bottom: 15px;
  }
  #anshin .box-wrap .box{
    width: 100%;
  }
}
/* --------------- buy ---------------*/
#buy{
  background: url(/sites/default/files/media/feature/img/buy_bg01.png) no-repeat top / 100%, url(/sites/default/files/media/feature/img/buy_bg02.png) no-repeat center bottom / 100%, linear-gradient(180deg, #AFDEFA 0%, #AFDEFA 18.6vw, #fff 18.6vw, #fff calc(100% - 18.6vw), #F0F8FF  calc(100% - 18.6vw));
  position: relative;
  z-index: 1;
  padding: 100px 0 76px 0;
}
#buy > .ttl{
  color: #007AC9;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.38;
  text-align: center;
  position: relative;
  margin-bottom: 18px;
}
#buy > .ttl::before,
#buy > .ttl::after{
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
#buy > .ttl::before{
  width: 84px;
  height: 102px;
  left: calc(50% - 162px);
  top: -113px;
  background: url(/sites/default/files/media/feature/img/buy_ttl_bg01.png) center top / 100%;
}
#buy > .ttl::after{
  width: 73.5px;
  height: 53px;
  right: calc(50% - 163px);
  bottom: -36px;
  background: url(/sites/default/files/media/feature/img/buy_ttl_bg02.png) center top / 100%;
}
#buy > .ttl .highLight{
  font-size: 32px;
  padding: 0 8px 4px;
}
#buy .sub-ttl{
  margin: 0 0 16px 24px;
}
#buy .sub-ttl .txt{
  color: #015CAE;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  text-shadow:
    3px 3px 3px #fff, -3px -3px 3px #fff,
    -3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0px 3px #fff, -3px -0px 3px #fff,
    0px 3px 3px #fff,  0px -3px 3px #fff;
  margin: 4px 0 0 18px;
}
#buy .sub-ttl .num{
  color: #83C3F8;
  font-size: 50px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
#buy .inner-right{
  background: url(/sites/default/files/media/feature/img/buy_box_bg_left.png) no-repeat top left / 191px;
  padding: 52px 0 24px;
}
#buy .inner-left{
  background: url(/sites/default/files/media/feature/img/buy_box_bg_right.png) no-repeat top right / 191px;
  padding: 52px 0 24px;
}
#buy .inner .img{
  width: 75.7vw;
  margin: 8px 0 16px auto;
}
#buy .inner > .txt{
  font-size: 0.875rem;
  margin: 0 20px 0;
}
#buy .inner > .c-button__wrap{
  margin-top: 15px;
}
#buy .inner > .c-annotation{
  margin: 16px 20px 0;
}
@media print, screen and (min-width: 768px) {
  #buy{
    background: url(/sites/default/files/media/feature/img/buy_bg01_pc.png) no-repeat top / 1440px, url(/sites/default/files/media/feature/img/buy_bg02_pc.png) no-repeat center bottom / 1440px, linear-gradient(180deg, #D9F1FF 0%, #D9F1FF 18.6vw, #fff 18.6vw, #fff calc(100% - 18.6vw), #F0F8FF  calc(100% - 18.6vw));
    padding: 74px 0 136px 0;
  }
  #buy > .ttl{
    font-size: 32px;
    line-height: 1.38;
    text-align: center;
    position: relative;
    margin-bottom: 34px;
  }
  #buy > .ttl::before{
    left: calc(50% - 286px);
    top: -94px;
  }
  #buy > .ttl::after{
    right: calc(50% - 292px);
    bottom: -12px;
  }
  #buy > .ttl .highLight{
    font-size: 40px;
  }
  #buy .sub-ttl{
    margin: 0 0 18px 0;
  }
  #buy .sub-ttl .txt{
    margin: 0px 0 0 20px;
  }
  #buy .sub-ttl .num{
    font-size: 50px;
  }
  #buy .inner{
    width: 94%;
    max-width: calc(940px - 16vw);
    margin: auto;
    position: relative;
    min-height: 306px;
  }
  #buy .inner-right{
    background: url(/sites/default/files/media/feature/img/buy_box_bg_left_pc.png) no-repeat top left / 274px;
    padding: 60px 8vw 42px;
  }
  #buy .inner-left{
    background: url(/sites/default/files/media/feature/img/buy_box_bg_right_pc.png) no-repeat top right / 274px;
    padding: 60px 8vw 42px;
  }
  #buy .inner .img{
    width: 38%;
    max-width: 284px;
    margin: 0;
    position: absolute;
    top: 76px;
    right: 4vw;
  }
  #buy .inner > .txt{
    font-size: 1rem;
    margin: 0;
  }
  #buy .inner > .c-button__wrap{
    margin-top: 24px;
  }
  #buy .inner > .c-annotation{
    margin: 24px 0 0;
  }
    #buy .inner > .txt,
    #buy .inner > .c-button__wrap,
    #buy .inner > .c-annotation{
      width: 56%;
    }
}
@media screen and (min-width: 1010px) {
  #buy .inner{
    margin: auto;
    position: relative;
    min-height: 306px;
    max-width: 940px;
  }
  #buy .inner-right{
    background: url(/sites/default/files/media/feature/img/buy_box_bg_left_pc.png) no-repeat top left / 274px;
    padding: 60px 106px 42px;
  }
  #buy .inner-left{
    background: url(/sites/default/files/media/feature/img/buy_box_bg_right_pc.png) no-repeat top right / 274px;
    padding: 60px 100px 42px;
  }
  #buy .inner .img{
    width: 284px;
    right: 100px;
  }
  #buy .inner > .txt,
  #buy .inner > .c-button__wrap,
  #buy .inner > .c-annotation{
    width: 416px;
  }
}
@media screen and (min-width: 1441px) {
  #buy{
    background: url(/sites/default/files/media/feature/img/buy_bg01_pc.png) no-repeat top / 100%, url(/sites/default/files/media/feature/img/buy_bg02_pc.png) no-repeat center bottom / 100%, linear-gradient(180deg, #D9F1FF 0%, #D9F1FF 18.6vw, #fff 18.6vw, #fff calc(100% - 18.6vw), #F0F8FF  calc(100% - 18.6vw));
  }
}

/* --------------- service ---------------*/
#service{
  background: #F0F8FF;
  padding: 32px 0 0;
  position: relative;
  z-index: 1;
}
#service .c-button__wrap{
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  #service{
    padding: 62px 0 130px;
    position: relative;
  }
  #service .c-button__wrap{
    margin-top: 40px;
  }
  #service .bnr-2clm{
    width: 96%;
    max-width: 832px;
    margin: auto;
    justify-content: flex-start;
    gap: 24px;
  }
  #service::before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 154px;
    background: url(/sites/default/files/media/feature/img/faq_bg_pc.png) no-repeat center bottom / 1440px;
    z-index: 0;
  }
}
@media screen and (min-width: 1441px) {
   #service::before{
    height: 10.69vw;
    background: url(/sites/default/files/media/feature/img/faq_bg_pc.png) no-repeat center bottom / cover;
  }
}
/* --------------- faq ---------------*/
#faq{
  padding: calc(40vw + 24px) 16px 68px;
  background: linear-gradient(180deg, #D9F1FF 0%, #D9F1FF 80%, #FFF 100%);
  position: relative;
  margin-top: -4px;
}
#faq::before{
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 40vw;
  background: url(/sites/default/files/media/feature/img/faq_bg.png) no-repeat center bottom / 100%;
}
#faq .ttl-wrap .bg-blue{
  padding: 3px 32px;
}
#faq .faq-list {
  margin-bottom: 24px;
}
#faq .faq-list .inner{
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
	font-size: 0.875rem;
	border: none;
	overflow: hidden;
}
#faq .faq-list .inner + .inner{
	margin-top: 16px
}
#faq .faq-list .inner .text-q button{
	padding: 16px 48px 16px 60px;
	position: relative;
	font-weight: bold;
	background: #fff;
	border: none;
	font-size: 0.875rem;
  min-height: 66px;
}
#faq .faq-list .inner .text-q button::before,
#faq .faq-list .inner .text-a::before{
	content: "";
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	left: 16px;
}
#faq .faq-list .inner .text-q button::before{
	background: url(/sites/default/files/media/feature/img/icon_q.png) no-repeat center / contain;
	top: calc(50% - 17px);
}
#faq .faq-list .inner .text-a::before{
	background: url(/sites/default/files/media/feature/img/icon_a.png) no-repeat center / contain;
	top: 22px;
}
#faq .faq-list .inner .text-q button::after{
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height:24px;
	top: calc(50% - 12px);
	right: 16px;
}
#faq .faq-list .inner .text-q button::after{
	background: url(/sites/default/files/media/intro/navi/img/icon-plus.svg) no-repeat center / contain;
}
#faq .faq-list .is-open .text-q button::after{
	background: url(/sites/default/files/media/intro/navi/img/icon-minus.svg) no-repeat center / contain;
}
#faq .faq-list .inner .text-a{
	padding: 22px 16px 24px 60px;
	position: relative;
  line-height: 1.6;
}
#faq .faq-list .inner .text-a .c-annotation{
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  #faq{
    padding: 255px 16px 68px;
    margin-top: -204px;
  }
  #faq::before{
    display: none;
  }
  #faq .faq-list {
    margin-bottom: 40px;
  }
	#faq .faq-list .inner{
    width: 100%;
    max-width: 834px;
    margin: auto;
		font-size: 16px;
	}
	#faq .faq-list .inner + .inner{
		margin-top: 24px;
	}
	#faq .faq-list .inner .text-q button{
		padding: 21px 48px 21px 60px;
	}
	#faq .faq-list .inner .text-q button::before,
	#faq .faq-list .inner .text-a::before{
		width: 34px;
		height: 34px;
		left: 16px;
	}
	#faq .faq-list .inner .text-q button::before{
		top: 16px;
	}
	#faq .faq-list .inner .text-a::before{
		top: 24px;
	}
	#faq .faq-list .inner .text-q button::after{
		width: 24px;
		height:24px;
		top: calc(50% - 12px);
		right: 16px;
	}
	#faq .faq-list .inner .text-a{
		padding: 24px 16px 24px 58px;
		position: relative;
	}
}
@media screen and (min-width: 1441px) {
  #faq{
    margin-top: -10.69vw;
  }
}
/* --------------- coupon ---------------*/
#coupon{
  padding: 40px 16px;
}
#coupon .ttl-wrap .bg-blue{
  padding: 3px 58px;
}
#coupon .highLight{
  padding: 0;
}
#coupon .bnr-1clm-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 8px 24px;
}
#coupon .bnr-1clm{
  width: 100%;
  max-width: 654px;
}
#coupon .bnr-1clm a{
	display: block;
	border: 1px solid #B9B9B9;
}
#coupon .c-button__wrap{
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  #coupon{
    padding:64px 16px;
  }
  #coupon .ttl-wrap .bg-blue{
    padding: 3px 100px;
  }
  #coupon .bnr-1clm-wrap{
    gap: 20px;
    margin: 0 0 20px;
  }
  #coupon .bnr-1clm{
    width: calc(50% - 10px);
    max-width: 380px;
  }
  #coupon .c-button__wrap{
    margin-top: 40px;
  }
}


/* --------------- shop ---------------*/
#shop{
  background: linear-gradient(352deg, #009CE5 6.07%, #CDE8FF 91.51%);
  padding: 40px 16px;
}
#shop .wrap-inner{
  background: #fff;
  border-radius: 24px;
  padding: 38px 16px 24px 16px;
}
#shop .ttl{
  width: 100%;
  max-width: 400px;
  margin: 0 auto 8px;
}
#shop .support{
	display: flex;
	align-items: center;
  justify-content: center;
}
#shop .support .person{
	width: 136px;
}
#shop .support .text{
	width: 235px;
	font-size: 14px;
	line-height: 1.5;
}
#shop .support .text span{
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #shop{
    padding: 64px 16px;
  }
  #shop .wrap-inner{
    padding: 40px 64px 0;
    position: relative;
  }
	#shop .ttl{
		width: 460px;
    max-width: 460px;
		margin: 0 auto 8px;
	}
	#shop .support .person{
    width: 220px;
    margin: 7px 0 0px 32px;
	}
	#shop .support .text{
		width: 400px;
		font-size: 20px;
		padding: 25px 27px 115px 24px;
    text-align: center;
	}
	#shop .c-button__wrap{
		margin:15px 0 0 auto;
		position: absolute;
		right: 95px;
		bottom: 35px;
		width: 400px;
    height: 56px;
	}
}