@charset "Shift_JIS";

/*--------------------------------------------------------
　fv-area
--------------------------------------------------------*/

.fv-area {
	position: relative;
	width: 100vw;
  padding-top: 100px;
	margin: 0 auto;
	background: #ffffff;
}

.fv-area img {
  width: 100%; 
  height: auto;
  vertical-align: bottom;
}

.swiper-pagination {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  gap: .5em;
  bottom: -54px!important;  
  z-index: 5!important;  
}

.swiper-pagination-bullet {
  background: transparent  url("../img/pagenation_off.svg") no-repeat 0 0 / 100% auto!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  border-radius: unset!important; 
  width: 14px!important;
  height: 14px!important;
  opacity: 1!important; 
  cursor: pointer!important;
}

.swiper-pagination-bullet-active {
  background: transparent url("../img/pagenation_on.svg") no-repeat 0 0 / 100% auto!important;
  width: 21px!important;
  height: 21px!important;
}

@media screen and (max-width: 960px) {
  .fv-area {
    padding-top: 75px;
  }
}
@media screen and (max-width: 600px) {
  .swiper-pagination {
    gap: 2.5em;
  }
}


/*--------------------------------------------------------
　summary-area
--------------------------------------------------------*/
.summary-area  {
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  padding: 136px 0 89px;
}

@media screen and (max-width: 600px) {
  .summary-area  {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 30.9vw 0 14.9vw;
  }
}

/*--------------------------------------------------------
　link-area
--------------------------------------------------------*/
.link-area {
  background: -webkit-linear-gradient(left, rgba(220,247,253,1.0) 0%, rgba(255,255,255,1.0) 50%, rgba(220,247,253,1.0) 100%);
  background: -o-linear-gradient(left, rgba(220,247,253,1.0) 0%, rgba(255,255,255,1.0) 50%, rgba(220,247,253,1.0) 100%);
  background: linear-gradient(to right, rgba(220,247,253,1.0) 0%, rgba(255,255,255,1.0) 50%, rgba(220,247,253,1.0) 100%);
  padding: 40px 0 33px;
  display: -webkit-flex;
  -webkit-justify-content: center;
}
.link-area li {
	width: 500px;
	text-align: center;
}
.link-area li .name {
	position: relative; 
	font-size: 24px;
	font-size: 2.4rem;
  margin-top: 27px;
}
.link-area li img {
  vertical-align: bottom;
}
.link-area li a {
	display: block;
	position: relative;
	text-decoration: none;
  padding-bottom: 33px;
}
.link-area li a::after {
	content: "";
	width: 28px;
	height: 28px;
	border-right: 2px solid #00B1AD;
	border-bottom: 2px solid #00B1AD;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
	transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
	.link-area {
    padding: 9.7vw 4.7vw 7.6vw;
    background: -webkit-linear-gradient(rgba(220,247,253,1.0) 0%, rgba(255,255,255,1.0) 50%, rgba(220,247,253,1.0) 100%);
    background: -o-linear-gradient(rgba(220,247,253,1.0) 0%, rgba(255,255,255,1.0) 50%, rgba(220,247,253,1.0) 100%);
    background: linear-gradient(rgba(220,247,253,1.0) 0%, rgba(255,255,255,1.0) 50%, rgba(220,247,253,1.0) 100%);
  }
	.link-area li {
		width: 100%;
	}
  .link-area li a {
    padding-bottom: 9.6vw;
  }
  .link-area li a::after {
    width: 21px;
    height: 21px;
    bottom: .8em;
  }
	.link-area li .name {
    font-size: 21px;
    font-size: 2.1rem;  
    margin-top: 5.1vw;
	}
}

/*--------------------------------------------------------
　banner-area
--------------------------------------------------------*/
.banner-area {
/*  padding: 100px 0 0;   */
  margin-bottom: 20px;
}
.banner-area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.banner-list {
  display: -webkit-flex;
  -webkit-justify-content: center;
}

.banner-list li {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .banner-area {
    padding: 0 4.7vw 0;
/*    padding: 13.3vw 4.7vw 0;*/
    margin-bottom: 0 ;
  }
}

/*--------------------------------------------------------
　#contentWrap
--------------------------------------------------------*/
#contentWrap  {
  max-width: 1004px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#contentWrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#contentWrap .note {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  #contentWrap {
    padding: 0 4.7vw;
    max-width: 100%;
  }
  #contentWrap .note {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------
　product-section
--------------------------------------------------------*/

.product-section {
  position: relative;
  padding-top: 80px;
  margin-bottom: 118px;
}
.product-section::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 28px;
  background: url(../img/border.svg) no-repeat center 0 / cover;
  top: 80px;
  left: 50%;
  margin-left: -50vw;
}
.product-inner {
  padding-top: 86px;
}
.product-section .product-ttl {
  max-width: 500px;   
  margin: 0 auto 85px;
}

@media screen and (max-width: 600px) {
  .product-section {
    padding-top: 75px;   
    margin-bottom: 20vw;
  }
  .product-inner {
    padding-top: 18.1vw;
  }
  .product-section::before {
    background: url("../img/border_sp.svg") no-repeat center 0 / cover;
    top: 75px;
  }
  .product-section .product-ttl {
    margin: 0 auto 13.5vw;
  }
  .product-img {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}


/*--------------------------------------------------------
　feature-section
--------------------------------------------------------*/

.feature-ttl,
.howto-ttl,
.price-ttl {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 40px 0;
  margin-bottom: 83px;
}
.feature-ttl {
  background: url(../img/lt_feature_ttl_bg.svg) no-repeat center center / 3000px auto;
}
.howto-ttl {
  background: url(../img/lt_howto_ttl_bg.svg) no-repeat center center / 3000px auto;
}
.price-ttl {
  background: url(../img/lt_price_ttl_bg.svg) no-repeat center center / 3000px auto;
}
.feature-ttl .pc-visible,
.howto-ttl .pc-visible,
.price-ttl .pc-visible {
  position: relative;
  display: block;
  margin: 0 auto;
}
.feature-ttl .pc-visible {
  width: 133px!important;
}
.feature-block.block01 {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  flex-wrap: wrap; 
  gap: 4.0em;   
  margin-bottom: 83px;
}
.feature-block.block01 .note {
  display: block;
  text-align: right;
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.feature-block.block01 li {
  width: 410px;
}

.feature-block.block02 {
  position: relative;
  padding-bottom: 65px;
  margin-bottom: 91px;
}
.feature-block.block02::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  background: #DCF7FD;
  z-index: -1;
}

.feature-block.block02 .feature-img {
  margin-bottom: 20px;
}
.feature-block.block02 .feature-img .pc-visible img {
  width: 105%!important;
  max-width: 105%;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -52.5%;
}
.feature-block.block02 .note {
  text-align: center;
}

.feature-block.block03 {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  gap: 3.0em;   
  margin-bottom: 125px;
}
.feature-block.block03 li {
  width: 490px;
}

@media screen and (max-width: 960px) {
  .feature-ttl .sp-visible,
  .howto-ttl .sp-visible,
  .price-ttl .sp-visible {
    display: none;
  }
  .feature-img .pc-visible {
    display: block;
  }
  .feature-img .sp-visible {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .feature-ttl,
  .howto-ttl,
  .price-ttl {
    background: none;
    padding: 0;
    margin-bottom: 13.2vw;
  }
  .feature-ttl .sp-visible,
  .howto-ttl .sp-visible,
  .price-ttl .sp-visible {
    display: block;
  }
  .feature-ttl .pc-visible,
  .howto-ttl .pc-visible,
  .price-ttl .pc-visible {
    display: none;
  }
  .feature-img .pc-visible {
    display: none;
  }
  .feature-img .sp-visible {
    display: block;  
/*
    max-width: 375px;
    margin: 0 auto;
*/
  }
  .feature-block.block01 {
    gap: 2em;
    margin-bottom: 13.2vw;
  }
  .feature-block.block02 {
    padding-bottom: 7.2vw;
    margin-bottom: 7.2vw;
  }
  .feature-img {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding-top: 6.3vw;
  }
  .feature-block.block02 .note {
    text-align: left;   
    text-indent: -1em;
    padding-left: 1em;
  }
  .feature-block.block03 {
    flex-direction: column;
    gap: 2em;  
    margin-bottom: 19.6vw;
  }
  .feature-block.block03 li {
    width: 100%;
  }
}


/*--------------------------------------------------------
　howto-section
--------------------------------------------------------*/

.howto-block {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start; 
  gap: 1em;
  margin-bottom: 67px;
}

.howto-ttl .pc-visible {
  width: 98px!important;
}

.howto-block li {
  width: 192px;
}

.howto-txt {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
  text-align: center;
}

.howto-txt .color {
  color: #00B1AD;
}

.howto-txt .note {
  font-weight: normal;
  margin-top: 1em;
}

@media screen and (max-width: 600px) {
  .howto-block {
    flex-wrap: wrap;  
    margin-bottom: 13.9vw;
  }
  .howto-block li {
    width: 47.5%;
  }
  .howto-txt {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

/*--------------------------------------------------------
　price-section
--------------------------------------------------------*/

.price-section {
	max-width: 1024px;
	margin: 0 auto;
	padding: 80px 0 180px;
}

.price-ttl .pc-visible {
  width: 220px!important;
}

.price-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: flex-start;   
  gap: 10em;
}
.price-wrap > div {
  width: 271px;
}
.price-wrap > div .item-img {
  display: block;
  width: 194px;
  margin: 0 auto 33px;
}
.price-wrap > div .item-name {  
  display: block;
	font-size: 16px;
	font-size: 1.6rem;
  text-align: center;
  margin-bottom: 33px;
}

@media screen and (max-width: 960px) {
  .price-wrap {
    gap: 1.5em;
  }
}
@media screen and (max-width: 600px) {
	.price-section {
		margin: 0;
		padding: 75px 0 16vw;
	}
  .price-wrap > div {
    width: 44.2%;
  }
  .price-wrap > div .item-img {
    width: 83.3%;  
    margin: 0 auto 9.4%;
  }
	.price-wrap > div .item-name {
		font-size: 12px;
		font-size: 1.2rem;
    margin-bottom:  9.4%;
	}
}


/*--------------------------------------------------------
　sns-section
--------------------------------------------------------*/
.sns-inner {
  position: relative;  
  padding: 70px 0 87px;
}
.sns-inner::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  background: #DCF7FD;
  z-index: -1;
}
.sns-ttl {
  width: 661px;
  margin: 0 auto 54px;
}
.sns-icon {
  display: flex;
  justify-content: center;
  align-items: center; 
  gap: 4em;
}
.sns-icon .icon {
  width: 136px;
}
.sns-icon .icon img {
  filter: drop-shadow(4px 4px 6px rgba(156,201,208,.5));
}
.sns-icon .icon > a {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .sns-inner {
    padding: 8.9vw 0 11.6vw;
  }
  .sns-ttl {
    width: 69.3vw;
    margin: 0 auto 8.9vw;
  }
  .sns-icon {
    gap: 2em;
  }
}

@media screen and (max-width: 600px) {
  .sns-icon .icon {
    width: 32vw;
  }
}


/*--------------------------------------------------------
　footer-nav
--------------------------------------------------------*/
.footer-nav {
  margin: 46px 0 123px;
}
.footer-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav-list li {
  width: 250px;
}
.footer-nav-list li:last-child {
  border-right: 1px solid #00B1AD;
}
.footer-nav-list li > a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0 40px;
  border-left: 1px solid #00B1AD;
}
@media screen and (max-width: 960px) {
  .footer-nav {
    margin: 16.8vw 0 17.7vw;
  }
  .footer-nav-list {
    flex-direction: column;
  }
  .footer-nav-list li {
    width: 100%;
  }
  .footer-nav-list li:last-child {
    border-right: none;
    border-bottom: 1px solid #00B1AD;
  }
  .footer-nav-list li > a {
    padding: 6.7vw 0;
    border-top: 1px solid #00B1AD;
    border-left: none;
  }
}
