@charset "utf-8";

html{font-size: 10px;}
body{font-size: 1.6rem;}
html,body {
  line-height: 1.8;
  color: # 333;
  font-family: 'Noto Sans JP', sans-serif;
}

a,
a img{
  text-decoration: none;
  transition: 0.3s;
}
a:hover img{
  opacity: 0.6;
}

img{max-width: 100%;}


@media (min-width: 737px) {
		a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

body{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
article{margin-bottom: 7%;}
article.no-bottom{margin-bottom:0;}

.inner{
  width: 90%;
  margin: 0 auto;
}


/**********************************

Header

************************************/
header{
  text-align: center;
  background-color: #fff;
  padding: 2% 0;
}
header h1{
  width: 28%;
  margin: 0 auto;
}

/**********************************

index

************************************/
.key-vi ul{
  display: flex;
  justify-content: space-between;
  margin: -6% 0 1%;
}
.key-vi table{
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.key-vi table tr{
  border-bottom: 1px solid #e5e5e5;
}
.key-vi table tr th,
.key-vi table tr td{
  padding:2%;
  box-sizing: border-box;
  font-size: 1.3rem;
}
.key-vi table tr th{width: 25%;}
.key-vi table tr td{width: 75%;}

.key-vi p.caption{
  margin-top: 3%;
  font-size:1.2rem;
  text-align: right;
}

.key-vi .buy-btn{margin: 10% auto;}

.center-ttl{
  text-align: center;
  margin-bottom: 5%;
}
.center-ttl.mg-min{
  margin-right:8%;
  margin-left: 8%;
}


.buy-btn{
  width: 94%;
  margin: 15% auto;
}
.buy-btn a{
  display: block;
  border: 2px solid #EB8E30;
  color: #fff;
  background-color: #EB8E30;
  background-image: url(../images/icon-cart.png),url(../images/icon-arrow.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 15%,8%;
  background-position: 5% center,95% center;
  border-radius: 10px;
  padding: 4% 2% 4% 24%;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.buy-btn a span{font-size: 2.8rem;}
.buy-btn a:hover{
  color: #EB8E30;
  background-color: #fff;
  background-image: url(../images/icon-cart-hover.png),url(../images/icon-arrow-hover.png);
}

.buy-contents{
  background-color: #EB8E30;
  color: #fff;
  margin: 5% 3% 10%;
  padding: 5% 8%;
  border-radius: 10px;
}
.buy-contents h3{
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.buy-contents h3 span{font-size: 2.8rem;}
.buy-contents div.btn-buy{
  margin: 0 auto;
  width: 100%;
  max-width: 100% !important;
}
.buy-contents div.btn-buy .shopify-buy__btn-wrapper{
  margin: 0 0 0 0;
  width: 100%;
}


.tv{
  background-image: url(../images/bg-blue-half.png);
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 6% 0;
}
.tv h2{margin-bottom: 7%;}

.media{
  background-image: url(../images/bg-pink-half.png);
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 6% 0;
}
.media ul.media-tv{
  margin-right:-5%;
  margin-left: -5%;
}
.media ul.media-tv li{margin-bottom: 5%;}
.media ul.media-tv li:nth-of-type(odd){margin-left: 5%;}
.media ul.media-tv li:nth-of-type(even){margin-right: 5%;}

.media ul.media-book{
  background-color:#F3ECEB;
  border-radius: 10px;
  padding: 4%;
  display: flex;
  justify-content: space-between;
}
.media ul.media-book li{width: 48%; text-align: center;}
.media ul.media-book li span{display: block; margin-top: 1rem; font-size: 1.3rem;}

.movie{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 6% 0;
  box-sizing: border-box;
}
.movie video{
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 6% 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.no-time ul.no-time-img{
  margin-right:-5%;
  margin-left: -5%;
}
.no-time ul.no-time-img li:nth-of-type(odd){margin-right: 5%;}
.no-time ul.no-time-img li:nth-of-type(even){margin-left: 5%;}
.no-time-kaiketu{margin:8% 0; }

.wadai ul.wadai-img li{margin-bottom: 6%;}
.wadai ul.wadai-img li:nth-of-type(odd){margin-left: 3%;}
.wadai ul.wadai-img li:nth-of-type(even){margin-right: 3%;}

.min30{
  background-image: url(../images/bg-blue.png);
  background-size: 12px;
  padding: 6% 0;
}
.min30 p.caption{
  background-color: #fff;
  text-align: center;
  width: 85%;
  margin: 5% auto 0;
  font-size: 1.4rem;
  padding: 2% 0;
}

.no-airon h2.center-ttl{margin-bottom: 0;}
.no-airon-bg{
  background-image: url(../images/bg-pink-half.png);
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 6% 0 8%;
  margin-top: -2%;
}

.zero div.inner p.caption{
  text-align: center;
  font-size: 1.6rem;
}
.zero div.inner p.caption span{
  font-size: 1.4rem;
}
.redtext{color:#B14126;}

.pinch section{
  background-image: url(../images/bg-blue.png);
  background-size: 12px;
  padding: 30% 0 8%;
  margin-top: -24%;
}
.pinch section h3{
  width: 65%;
  margin: 0 auto 10%;
}
.pinch section ul li{
  margin-top: 6%;
}

.cta h2.center-ttl{margin-bottom: -15%;}
.cta h2.center-ttl.mb{margin-bottom: 5%;}
.cta section.bg-orange{
  background-image: url(../images/bg-orange.png);
  padding: 14% 0 6%;
  margin-bottom: 5%;
}
.cta section.bg-orange.no-pd{padding-top: 6%;}

.cta section ul li{margin-bottom: 6%;}
.cta section p.img-cta{
  margin: 4% auto 0;
}
.cta section p.cta-caption{
  text-align: center;
  font-size: 2rem;
}
.cta section p.buy-btn{margin: 3% auto;}

.cta section ul.touroku{
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cta section ul.touroku li{
  width: 40%;
  background-color: #fff;
  padding: 2% 1%;
  margin:0 2% 0;
  box-sizing: border-box;
}
.cta section ul.touroku li span{
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

.step{margin-top: 15%;}
.step h3{
  margin: 10% 0;
}
.step section{
  background-color: #FFFDF7;
  padding: 6%;
  box-sizing: border-box;
  margin-bottom: 10%;
  text-align: center;
  border-radius: 20px;
}
.step section p.step-number{
  width: 35%;
  margin: -6% 0 0 -6%;
}
.step section h4{
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  margin: 3% 0 8%;
}
.step section h4 span{
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
}
.step section .text-area{
  text-align: left;
  margin-top: 6%;
}
.text-area p:nth-of-type(n+2){margin-top: 8%;}

.concept section{
  text-align: center;
  margin-top: 7%;
}
.concept section .text-area p{
  font-size: 1.6rem;
  line-height: 2.1;
}
.concept section .text-area p b{
  font-size: 3rem;
  line-height: 1.4;
}

.faq section{
  border: 2px solid #588DAC;
  border-radius: 6px;
  margin-bottom: 5%;
}
.faq section h3{
  background-image: url(../images/faq-icon.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 18px;
  background-color: #588DAC;
  color: #fff;
  padding: 3% 10% 3% 4%;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  line-height: 1.5;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.faq section h3 i{
  width:8%;
  margin-top: 6px;
}
.faq section h3 span{
  width: 92%;
}
.faq section h3.open{
  background-image: url(../images/faq-icon-hover.png);
  background-size: 18px;
  background-color: #fff;
  color: #588DAC;
  border-bottom: 1px dotted #588DAC;
}
.open-contents{display: none;}
.faq section .text-area{
  padding: 5% 3%;
}

.text-area a{
  color: #EB8E30;
  text-decoration: underline;
}
.text-area a:hover{
  color: #ccc;
  text-decoration: none;
}


.about section{
  border: 2px solid #666;
  border-radius: 6px;
  margin-bottom: 5%;
}
.about section h2{
  background-image: url(../images/about-icon.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 18px;
  background-color: #666;
  color: #fff;
  padding: 3% 10% 3% 4%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s;
  overflow: hidden;
}
.about section h2.open{
  background-image: url(../images/about-icon-hover.png);
  background-position: 98% center;
  background-size: 18px;
  background-color: #fff;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
.about section div.text-area{padding: 5% 3%;}

.about section div.text-area div:nth-of-type(n+2){margin-top: 3rem;}
.about section div.text-area div h3{
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.about section div.text-area div ul li{
  list-style: disc;
  margin: 0 0 8px 20px;
}


.company{
  margin-top: 18%;
  text-align: center;
}
.company h2{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.company p:nth-of-type(n+2){margin-top: 1rem;}

/**********************************

Footer

************************************/
footer{
  padding: 4rem 0;
}

footer .copy{
  font-size: 1.1rem;
  text-align: center;
  margin-top: 4rem;
}
