@charset "UTF-8";
html {
  background: #000;
}

body {
  max-width: 750px;
  margin: 0 auto;
  background: #161616;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

.fixCallBtn{
  display: none;
}

header {
  background: #161616;
  position: fixed;
  max-width: 750px;
  z-index: 3;
  top: 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2% 0;
}

.header__logo {
  width: 35%;
  padding-left: 3%;
}

.header__number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-bottom: 4px solid #fde74c;
  padding-bottom: 1.067%;
  width: 45%;
}

.header__number-left {
  font-size: min(3.133vw, 16px);
  padding-right: 3%;
}

.header__number-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: min(4.8vw, 36px);
  font-weight: bold;
  padding-right: 3%;
}
.header__number-right span {
  padding-right: 2%;
  display: inline-block;
  font-size: min(3.133vw, 16px);
}

.section__title {
  position: relative;
  text-align: center;
  padding: 8% 0 5%;
}
.section__title img {
  height: min(6.667vw, 50px);
  width: auto;
  margin: 0 auto 3%;
}
.section__title:after {
  content: "";
  width: 92%;
  display: block;
  right: 0;
  position: absolute;
  border-bottom: 4px solid #fde74c;
}

.section__title.reverse:after {
  content: "";
  width: 92%;
  display: block;
  left: 0;
  position: absolute;
  border-bottom: 4px solid #fde74c;
}

#about {
  text-align: center;
}

.about__text {
  font-size: min(4.2vw, 26px);
  color: #fff;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 8%;
}

.genre__firstBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.genre__firstBox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.genre__firstBox.reverse .firstBox__detail {
  background: #222;
}

.firstBox__img {
  width: 45%;
}

.firstBox__detail {
  width: 55%;
  background: #a64253;
  color: #fff;
  padding: 0 4%;
}

.firstBox__title {
  padding: 10% 0 8%;
}
.firstBox__title img {
  width: auto;
  height: min(5.33vw, 40px);
}

.firstBox__text {
  width: 100%;
  font-size: min(3.2vw, 24px);
  margin-bottom: 8%;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:  5; /* 任意の行数を指定 */
}

.utlBox__btn-wrapper {
  font-size: min(2.667vw, 20px);
  text-align: center;
}

.utlBox__btn{
  font-weight: bold;
  padding: 6% 0;
  border-radius: 5px;
  position: relative;
  font-weight: 800;
}
.utlBox__btn::after {
  position: absolute;
  content: "▶︎";
  right: min(2.667vw, 20px);
}
.utlBox__btn:first-child {
  margin-bottom: min(2.667vw, 20px);
}

.whiteBtn {
  color: #fd3d86;
  cursor: pointer;
  background: #fff;
}

.redBtn {
  background: #a64253;
  color: #fff;
  border: 4px solid #fff;
  cursor: pointer;
}

#telephone {
  background-image: url(https://dev-media.ad-lps.net/contents/template/tp_honeyline_01/img/telephone_bg.webp);
  background-size: cover;
}

.telephone__title {
  width: 70%;
  position: absolute;
  top: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.telephone__title:before {
  content: "";
  position: absolute;
  left: -17%;
  top: 65%;
  width: 9%;
  height: 4px;
  background: #fde74c;
}
.telephone__title:after {
  content: "";
  position: absolute;
  right: -17%;
  top: 65%;
  width: 9%;
  height: 4px;
  background: #fde74c;
}

.telephone__inner {
  text-align: center;
  background: rgba(0, 0, 0, 0.6039215686);
  position: relative;
  padding-top: 12%;
  padding-bottom: 8%;
}

.telephone__text {
  color: #fff;
  width: 94%;
  margin: 0 auto;
  font-size: min(3.467vw, 26px);
  line-height: 1.5;
  padding-top: 10%;
  padding-bottom: 8%;
  border: 4px solid #fde74c;
  border-top: none;
}

.genre__thumb {
  height: min(33.333vw, 250px);
  -webkit-clip-path: inset(0px 0px 0px 0px round 15px);
          clip-path: inset(0px 0px 0px 0px round 15px);
}

.genre__title {
  padding: 7% 0 2%;
  margin-bottom: 5%;
  font-size: 24px;
  font-weight: bold;
  border-bottom:4px solid #fde74c ;
}

.genre__title img {
  width: auto;
  height: min(5.333vw, 40px);
  margin: 0 auto;
}

.genre__text {
  font-size: min(3.2vw, 24px);
  color: #fff;
  line-height: 1.5;
  margin-bottom: 6%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.genre__tag-wrapper {
  text-align: center;
}

.genre__tag {
  font-size: min(2.4vw, 18px);
  font-weight: 800;
  color: #fff;
  background: #a64253;
  border: 3px solid #fff;
  width: 90%;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 10px;
}
.genre__tag:nth-of-type(2) {
  margin: 5% auto;
}

.regist__text {
  font-size: min(3.733vw, 28px);
  line-height: 2;
  padding-top: 2%;
  color: #fff;
}

.regist__code {
  background: #a342a6;
  padding: 1%;
  border-radius: 5px;
}

.registBox__btn-wrapper{
  width: 70%;
  margin: 4% auto;
  font-size: 24px;
  text-align: center;
}

.under__y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 90%, #ff6 60%);
}

#call {
  margin-top: 5%;
}

.details {
  margin-bottom: 3%;
}

.details-summary {
  position: relative;
  display: block;
  padding: 2%;
  color: #fff;
  font-size: min(2.933vw, 22px);
  font-weight: bold;
  background-color: #a64253;
}
.details-summary .btn {
  position: absolute;
  top: 37%;
  right: 20px;
  width: 18px;
  height: 18px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  right: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.details-summary .btn:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 3% 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.details-content::before {
  content: "";
  display: block;
  width: 22%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.details-content::after {
  content: "";
  display: block;
  width: 22%;
}

.call__areabtn {
  color: #a64253;
  width: 22%;
  line-height: 1.5;
  font-size: min(2.4vw, 18px);
  background: #fff;
  border-radius: 10px;
  padding: 2% 0;
  margin-bottom: 3%;
}
.call__areabtn span {
  display: inline-block;
  font-size: min(3.733vw, 28px);
  font-weight: bold;
  padding-bottom: 4%;
}

.call__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.call__number .call__icon {
  width: 8%;
}
.call__number .call__icon img {
  vertical-align: middle;
}
.call__number p {
  line-height: 1;
}

footer {
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  padding: 2% 0;
}

.nav {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav > ul > li {
  padding: 1.333% 2.667%;
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
}
.nav > ul > li + li {
  margin-left: 2.667%;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 4;
}
.modal__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 6.667% 0;
}
.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.modal__cont {
  position: fixed;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: min(2.133vw, 16px);
}
.modal__cont .genre__thumb {
  position: relative;
  -webkit-clip-path: inset(0px 0px 0px 0px round 15px 15px 0 0);
          clip-path: inset(0px 0px 0px 0px round 15px 15px 0 0);
  height: 250px;
}
.modal__cont .genre__thumb .thumb__layer {
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

.modalE .modal__cont .genre__thumb .thumb__layer{
  opacity: 1;
}

.genre__thumb-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-weight: normal;
}

.modal__cont .genre__thumb .genre__title img {
  height: min(6.667vw, 50px);
}
.modal__cont .genre__thumb p {
  position: absolute;
  color: #fff;
  font-size: min(2.133vw, 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20%;
}
.modal__text {
  color: #333;
  text-align: center;
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
}

.modal__copy {
  font-size: min(2.133vw, 16px);
  background: #a64253;
  color: #fff;
  padding: 2% 0;
}

.genre__detail{
  font-size: 14px;
  padding: 0 4%;
}

.modal__detail {
  line-height: 2;
  padding: 3% 0;
}

.modal__number {
  font-size: min(5.33vw, 40px);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding: 0 2%;
  border-radius: 5px;
  background: #a64253;
}
.modal__number span {
  font-size: min(3.2vw, 24px);
}

.marker__y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(2.933vw, 22px);
  width: 70%;
  margin: 0 auto 8%;
  color: #fff;
  background: #a342a6;
  padding: 5%;
  border-radius: 30px;
}

.call__attention{
font-weight: normal;
font-size: 12px;
}

.modal__btn img {
  width: 8%;
}

.banner__wrapper{
  width: 92%;
  margin: 0 auto;
}

.banner__wrapper img{
  padding-bottom: 5%;
}

.footer__rule p{
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.modal__rule{
  height: 400px;
  overflow: auto;
  margin-bottom: 5%;
}

.modalE .modal__cont .genre__thumb{
  height: 500px;
}

.modalE .genre__detail{
  line-height: 1.5;
}

/* SP用 */
@media screen and (max-width:600px) {
.pc{
  display: none;
}

.header__number-right span{
  padding-right: 4%;
}

.utlBox__btn:first-child{
  border: 3px solid #fff;
}

.header__inner{
  display: block;
  padding-top: 3%;
}

.header__logo{
  width: 50%;
  margin: 0 auto;
  padding-bottom: 1%;
}

.header__number-wrapper{
  width: 100%;
margin: 0 auto;
justify-content: center;
padding-top: 2%;
border-bottom:none;
border-top: 4px solid #fde74c;
}

.section__title{
  padding: 10% 0 8%;
}

.header__number-left{
  font-size: 14px;
  white-space: nowrap;
}

.header__number-right{
  font-size: 36px;
}

.about__text{
  font-size: 16px;
  margin-bottom: 10%;
}

.genre__firstBox{
  height: 400px;
  position: relative;
}

.firstBox__detail{
  padding: 0 10%;
}

.firstBox__img{
  width: 100%;
}

.firstBox__img img{
  width: 100%;
  height: 400px;
  object-fit: cover
}

.firstBox__detail{
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 400px;
  background: #a64253be;
}

.genre__firstBox.reverse .firstBox__detail{
  background: #111111be;
}

.firstBox__title{
  padding: 10% 0 6%;
}

.firstBox__title img{
  height: 30px;
}

.firstBox__text{
  font-size: 16px;
  margin-bottom: 6%;
  -webkit-line-clamp:inherit;
}

.utlBox__btn-wrapper{
  font-size: 16px;
}

.utlBox__btn{
  padding: 4% 0;
}

.telephone__inner{
  background: #222222e4;
  padding-bottom: 0;
}

.telephone__text{
  font-size: 16px;
  border: none;
  padding-bottom: 10%;
}

.telephone__title{
  width: 75%;
}

.telephone__title:before{
  width: 5%;
  left: -8%;
}
.telephone__title:after{
  width: 5%;
  right: -8%;
}

.swiper{
  margin-top: 3%;
}

.genre__thumb{
  height: 160px;
}

.genre__title{
  padding: 7% 0 2%;
  margin-bottom: 5%;
  font-size: 24px;
  font-weight: bold;
  border-bottom:4px solid #fde74c ;
}

.genre__title img{
  height: 25px;
}

.genre__text{
  font-size: 16px;
}

.genre__tag{
  font-size: 14px;
}

#regist .section__title{
  padding-top: 15%;
}

.regist__text{
  padding: 4% 5%;
  font-size: 18px;
}

.details-summary{
  font-size: 18px;
  padding: 4%;
}

.details-content{
  padding-top: 6%;
  justify-content: space-around;
}

.call__areabtn span{
  font-size: 20px;
}

.call__areabtn{
  width: 46%;
  font-size: 16px;
  padding: 4% 0;
}

.fixCallBtn{
  display: block;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 100;
  width: 30%;
  animation: purupuru_anim 1.5s infinite;
}

@keyframes purupuru_anim {
  0% {  transform: translate(0, 0);}
  5% {  transform: translate(-3px, -0);}
  10% { transform: translate(3px, 0);}
  15% { transform: translate(-3px, -0);}
  20% { transform: translate(3px, 0);}
  25% { transform: translate(-3px, -0);}
  30% { transform: translate(0, 0);}
  100% {  transform: translate(0, 0);}
}

.modal__cont{
  font-size: 16px;
}

.modal__number{
  font-size: 40px;
}

.modal__cont .genre__thumb .genre__title img{
  height: 40px;
}

.modal__btn{
  font-size: 16px;
}

.registBox__btn-wrapper{
  width: 80%;
  margin: 0 auto 10%;
  font-size: 16px;
  text-align: center;
}

}