@charset "UTF-8";


/*detail.html*/
#page{
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
img{width: 100%;}
.pc{display: block;}
.sp{display: none;}
@media (max-width:979px){
	.pc{display: none;}
  .sp{display: block;}
}

.lead {
  font-size: 5.2rem;
  margin: 60px auto 40px;
  font-weight: 900;
  color: #ca0915;
}
.lead ._small{
  font-size: 3.2rem;
}
.detail_sec01 ,.detail_sec02 ,.detail_sec03{
  max-width: 980px;
  margin-top: 100px;
}
.title{
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}
.title img{
  max-width: 40%;
}
.commonBlock{
  margin: 0 auto;
}
.commonTtl {
	border-bottom: solid 1px;
	padding-bottom: 30px;
	font-size: 28px;
  margin-top:40px;
}
.commonTtl:before {
  content: url("../img/detail/title_icon.png");
	margin-right: 5px;
}
.commonTtl:after {
	content: url("../img/detail/title_icon.png");
	margin-left: 5px;
}
.common{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 20px auto 0;
}
.detail_sec03 .common{
  width: 80%;
}
.commonItem {
	opacity: 0;
  width: 45%;
}
.commonItem .text{
  display: flex;
  font-weight: 600;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.commonItem .text .num{
  font-size: 44px;
  margin-right: 5px;
}
.commonItem .text .ex{
  font-size: 18px;
}
.smp img{
  max-width: 50%;
  padding: 0 1%;
}
._flex .smp{
  display: flex;
}
.arrow{
  height: fit-content;
  margin: 0 auto;
  position: unset;
  width: 8%;
  padding: 1%;
}
.arrow._02{
  margin-top: 10px;
  width: fit-content;
}
.note{
  margin: 20px 0 0;
  font-size: 1.4rem;
}
.coupon{
  max-width: 600px;
  margin: 40px auto 0;
}
.border{
  margin:40px 0;
  border-bottom: solid 1px;
}
.android_btn ,.ios_btn{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.android_btn .btn ,.ios_btn .btn{
  margin-right: 20px;
}
._icon{
  width: 45%;
}
._link{
  width: 55%;
}
@media (max-width: 979px) {
  .lead {
    font-size: 10.2vw;
    margin: 5% auto 5%;
    padding: 0 5%;
    line-height: 1.2;
  }
  .lead ._small{
    font-size: 5.6vw;
  }
  .detail_sec01 ,.detail_sec02 ,.detail_sec03{
    max-width: 95%;
    margin-top: 20%;
  }
  .title{
    font-size: 4.0vw;
  }
  .title img{
    max-width: 80%;
  }
  .commonTtl {
    padding-bottom: 3%;
    font-size: 3.8vw;
    margin-top:10%;
  }
  .common{
    margin: 3% auto 0;
  }
  /* .detail_sec03 .common{
    width: 95%;
  } */
  .commonItem .text .num{
    font-size: 5.8vw;
    margin-right: 3%;
  }
  .commonItem .text .ex{
    font-size: 2.4vw;
  }
  .arrow{
    width: 10%;
  }
  .arrow._02{
    margin-top: 3%;
    width: 8%;
  }
  .note{
    margin: 3% 0 0;
    font-size: 2.3vw;
  }
  .coupon{
    max-width: 75%;
    margin: 10% auto 0;
  }
  .border{
    margin:3% 0 10%;
  }
  .android_btn ,.ios_btn{
    margin-top: 0;
  }
  .android_btn .btn ,.ios_btn .btn{
    margin-right: 0;
    padding-left: 5%;
    padding-top: 1%;
  }
  .qr{
    display: none;
  }
  ._icon{
    width: 50%;
  }
  ._link{
    width: 45%;
  }
  
}
.main_bg {
  background: url(../img/detail/main_bg.png);
  background-position: center;
  background-size: contain;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.modal__bg {
  height: 110vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal__content {
  background-color: white;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 980px;
  max-height: 90vh;
  overflow-y: scroll;
  border-radius: 20px;
}

.modal__inner {
  padding: 40px 0;
}

.modal_close_btn {
  max-width: 320px;
  width: 60%;
  padding: 10px 0;
  margin: 20px auto;
  border: #333 2px solid;
  border-radius: 8px;
  color: #333;
  text-align: center;
}

.js-modal.open {
  display: block;
}

.modal_ito_btn {
  position: absolute;
  width: 22%;
  top: 65%;
  right: 16.5%;
}

.modal_ito img {
  width: 95%;
  max-width: 819px;

}

.modal_video_btn {
  position: absolute;
  width: 24%;
  top: 57%;
  left: 16%;
}

@media (max-width: 979px) {
  .modal_close_btn {
    padding: 5px 0;
  }

  .modal__inner {
    background-image: url(../img/modal_illust.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding: 3% 0;
  }

  .modal_ito_btn {
    position: absolute;
    width: 37%;
    top: 65%;
    right: 14.5%;
  }
}