@charset "UTF-8";
/* CSS Document */
/*
読み込み先のscssで
@import "mixin.scss";
してから、このように使う。

@include mq(max_lg) {
	// 960以下
}

*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;600;700;900&display=swap");
.main_section {
  font-size: 3.6vw;
  font-weight: 600;
  color: #000;
  line-height: 1.8;
  /*
  .wrap_all{
  	position: relative;
  	background-color: #edb;
  	z-index: 2;

  	img,
  	a{
  		display: block;
  	}
  }
  .wrap_inner{
  	margin: 0 auto;
  	max-width: 750px;
  	background-color: #fff;
  	overflow: hidden;
  }
  .baseW{
  	margin: 0 auto;
  	width: 88%;
  }
  */
  /* ページ内共通  */
}
@media screen and (min-width: 600px) {
  .main_section {
    font-size: 22px;
  }
}
.main_section img {
  max-width: 100%;
}
.main_section .main_inner {
  position: relative;
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}
.main_section .sans_serif {
  font-family: "游ゴシック", "游ゴシック体", "メイリオ", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.main_section sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.main_section .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
.main_section .flex {
  display: flex;
  justify-content: space-between;
}
.main_section .poa,
.main_section .abs {
  position: absolute;
}
.main_section .ilb,
.main_section .dib {
  display: inline-block;
}
.main_section .tal {
  text-align: left;
}
.main_section .tac {
  text-align: center;
}
.main_section .tar {
  text-align: right;
}
.main_section .fz60 {
  font-size: 60%;
}
.main_section .fz70 {
  font-size: 70%;
}
.main_section .fz80 {
  font-size: 80%;
}
.main_section .fz90 {
  font-size: 90%;
}
.main_section .fz110 {
  font-size: 110%;
}
.main_section .fz120 {
  font-size: 120%;
}
.main_section .fz130 {
  font-size: 130%;
}
.main_section .fz140 {
  font-size: 140%;
}
.main_section .fz150 {
  font-size: 150%;
}
.main_section .fz160 {
  font-size: 160%;
}
.main_section .fz170 {
  font-size: 170%;
}
.main_section .fz180 {
  font-size: 180%;
}
.main_section .fz190 {
  font-size: 190%;
}
.main_section .fz200 {
  font-size: 200%;
}
@media screen and (min-width: 600px) {
  .main_section .tfr003 {
    transform: rotate(0.03deg); /* PCのみ　シャギーを防ぐ指定 */
  }
}
.main_section main {
  max-width: 760px;
  background-color: #fcfdf5;
}
.main_section .btn {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
  z-index: 2;
}
.main_section .btn a {
  display: block;
  animation: 0.5s ease infinite move;
}
.main_section .web_coupon {
  padding-bottom: 5%;
}
.main_section .web_coupon .btn_coupon {
  position: relative;
  padding-bottom: 51%;
  height: 0;
}
.main_section .web_coupon .btn_coupon .term {
  top: auto;
  bottom: 0;
}
.main_section .web_coupon .term_toggle {
  position: relative;
  margin: 0 auto 2%;
  width: 78.95%;
  max-width: 600px;
  cursor: pointer;
}
.main_section .web_coupon .term_toggle .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 22%;
  width: 4.84%;
  max-width: 29px;
  transition: 0.5s;
}
.main_section .web_coupon .open .icon {
  transform: translateY(-50%) rotate(180deg);
}
.main_section .web_coupon .about_term {
  margin: 0 auto;
  padding: 5%;
  width: 86.5%;
  background-color: #eff3ec;
}
.main_section .web_coupon .btn_close {
  margin: 10% auto 0;
  width: 41.2%;
  max-width: 271px;
  cursor: pointer;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-11px);
  }
  100% {
    transform: translateY(0);
  }
}
.main_section .web_coupon_01 {
  background: url(/lp/wanpaku10/images/bg_web_coupon_01.png) no-repeat left top;
  background-size: 100% auto;
}
.main_section .wanpaku_gohan_01 {
  background: url(/lp/wanpaku10/images/bg_wanpaku_gohan_02.png) no-repeat left top;
  background-size: 100% auto;
}
.main_section .web_coupon_02 {
  background: url(/lp/wanpaku10/images/bg_web_coupon_02.png) no-repeat left bottom;
  background-size: 100% auto;
}
.main_section .expart h3 {
  position: relative;
  z-index: 5;
}
.main_section .expart .kawana {
  margin: -4.6% auto 8%;
  width: 93.2%;
  max-width: 908px;
}
.main_section .sns_01 {
  background: url(/lp/wanpaku10/images/bg_sns_01.png) no-repeat left top;
  background-size: 100% auto;
}
.main_section .mov {
  padding-bottom: 20%;
}
.main_section .mov video {
  display: block;
  width: 100%;
  height: auto;
}
.main_section .mov .youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.main_section .mov .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main_section .point_01 {
  background: url(/lp/wanpaku10/images/bg_point_01.png) no-repeat left top;
  background-size: 100% auto;
}
.main_section .web_coupon_03 {
  background: url(/lp/wanpaku10/images/bg_web_coupon_04.png) no-repeat left bottom;
  background-size: 100% auto;
}
.main_section .web_coupon_04 {
  background: url(/lp/wanpaku10/images/bg_web_coupon_04.png) no-repeat left bottom;
  background-size: 100% auto;
}
.main_section .point_02 {
  background: url(/lp/wanpaku10/images/bg_point_02.png) no-repeat left top;
  background-size: 100% auto;
}
.main_section .sns_02 {
  margin-top: 15%;
  background: url(/lp/wanpaku10/images/bg_sns_02.png) no-repeat left bottom;
  background-size: 100% auto;
}
.main_section .web_coupon_05 {
  background: url(/lp/wanpaku10/images/bg_web_coupon_05.png) no-repeat left top;
  background-size: 100% auto;
}
.main_section .wanpaku_gohan_02 {
  background: url(/lp/wanpaku10/images/bg_wanpaku_gohan_02.png) no-repeat left top;
  background-size: 100% auto;
}
.main_section .material_01 .material_tab {
  margin: 0 auto 16.4%;
  width: 71%;
}
.main_section .material_01 .bg {
  position: relative;
}
.main_section .material_01 .abs {
  left: 0;
  top: 0;
  width: 100%;
}
.main_section .voice {
  overflow: hidden;
}
.main_section .voice .bg {
  position: relative;
}
.main_section .voice .voice_slide_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main_section .voice .voice_slide_outer .slick-prev {
  left: 0;
  background: url(/lp/wanpaku10/images/btn_slide_prev.png) left top;
}
.main_section .voice .voice_slide_outer .slick-next {
  right: 0;
  background: url(/lp/wanpaku10/images/btn_slide_next.png) left top;
}
.main_section .voice .voice_slide_outer .slick-prev,
.main_section .voice .voice_slide_outer .slick-next {
  width: 12.5;
  height: 0;
  padding-bottom: 13.15%;
  max-width: 95px;
  text-indent: -9999px;
  background-size: 100% 100%;
  z-index: 5;
}
.main_section .voice .voice_slide_outer .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #56ad99;
}
.main_section .voice .voice_item p {
  margin: 0 auto;
  width: 91.85%;
  max-width: 698px;
}
.main_section .sample .bg {
  position: relative;
}
.main_section .faq {
  position: relative;
  z-index: 1;
}
.main_section .faq .bg {
  position: relative;
  padding-bottom: 13.1%;
  box-sizing: content-box;
  transition: 0.75s;
}
.main_section .faq .bg_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.main_section .faq .faq_main {
  position: absolute;
  width: 87.4%;
  max-width: 664px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.main_section .faq .faq_item {
  padding-top: 6.8%;
}
.main_section .faq .faq_item:first-of-type {
  padding-top: 0;
}
.main_section .faq .ttl {
  position: relative;
  cursor: pointer;
}
.main_section .faq .ttl .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin-right: 3.5%;
  width: 4.67%;
  max-width: 31px;
  transition: 0.5s;
}
.main_section .faq .open .icon {
  transform: translateY(-50%);
}
.main_section .material_02 {
  position: relative;
  z-index: 2;
}
.main_section .material_02 .abs {
  left: 0;
  top: 0;
  width: 100%;
}
.main_section .staff {
  position: relative;
  z-index: 3;
}
.main_section .footer {
  position: relative;
  z-index: 4;
}
.main_section .footer .abs {
  margin-bottom: 1.5%;
  width: 100%;
  left: 0;
  bottom: 0;
}
.main_section .footer .logo {
  display: block;
  margin: 0 auto;
  width: 28%;
  max-width: 210px;
}
.main_section .footer ul {
  padding: 5% 0;
  font-size: 90%;
  text-align: center;
}
.main_section .footer ul li {
  padding-left: 0.75em;
  display: inline-block;
}
.main_section .footer ul li::before {
  content: "|　";
}
.main_section .footer ul li:first-of-type::before {
  content: none;
}
.main_section .footer ul li a {
  display: inline-block;
}
.main_section .copyright {
  text-align: center;
  font-size: 75%;
  color: #fff;
  background-color: #2f8069;
}