@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

body {
    font-family: 'Shippori Mincho', serif;
    line-height: calc(24/16);
    font-weight: 600;
}

.page__wrapper {
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 80px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header__navi {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #000;
    padding-bottom: 15px;
}

.header__contact-btn {
    display: none;
}

.header {
    background-color: #030000;
}

.header__logo {
    display: none;
}

.header__sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px 20px;
    width: 100%;
}

.ttl {
    /* width: calc((172 / 375) * 100%); */
    width: 170px;
}

.ttl a {}

.mv {}

.mv video {
    width: 100%;
}

.mv img {}

.ageaage {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 21%, rgba(0, 0, 0, 1) 80%,
            rgba(0, 0, 0, 1) 92%, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0) 100%);
    margin-top: -8%;
    position: relative;
    z-index: 10;
}

.ageaage__bg-img {
    background-image: url(../img/ageage_bg-sp.png), url(../img/ageage__img01-sp.png);
    background-size: contain, 110% auto;
    background-position: top left, bottom 20px right 200%;
    background-repeat: no-repeat, no-repeat;
}

.ageage__inner {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    color: #fff;
}

.ageaage .sub-ttl {
    aspect-ratio: 375 / 84;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../img/ageage__ttl-bg.svg) 0 0 no-repeat;
    background-size: contain;
    font-size: 19px;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.ageaage__youtube__wrap {
    margin-bottom: 25px;
    position: relative;
    z-index: 20;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ageaage__youtube__wrap::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
    background-color: #CF0000;
    border-radius: 20px;
    z-index: 0;
}

.ageaage__youtube {
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    position: relative;
}

.ageaage__youtube iframe {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: -5px;
}

.youtube__btn {
    width: 100%;
    margin-top: 20px;
    width: 14em;
}

.youtube__btn__icn {
    width: 2em;
    margin-left: .5em;
    transform: translateY(-2px);
}

.youtube__btn__icn img {
    width: 100%;
}

.youtube__btn a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    background-color: #C80000;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ageaage__youtube img {}

.ageaage__oniku {}

.ageaage__oniku .l-ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.ageaage__bottom__bg {
    aspect-ratio: 375/250;
    /*background-color: #000000;
	background: url(../img/ageage__img01-sp.png) 0 0 no-repeat;
	background-size: contain; */
}

.ageaage__oniku__txt {
    font-size: 16px;
}

.ageage__bottom {
    margin-top: -15%;
}

.review {
    background: url(../img/review__sp-bg02.png) 0 0 repeat-y;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 5;
}

.review__inner {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -17%;
    padding-top: 20%;
    padding-bottom: 30%;
}

.review .sub-ttl {
    aspect-ratio: 322/65;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/osusume__ttl-bg-sp.svg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;
}

.review__caption {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.review__contents {}

.review__contents__img {
    margin-bottom: 10px;
}

.review__contents__img img {}

.review__contents__txt {
    position: relative;
    z-index: 5;
}

.review__contents__txt .l-ttl {
    text-align: center;
    font-size: 20px;
}

.review__contents__person {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.review__contents__caption {
    font-size: 16px;
    line-height: calc(28/16);
}

.review__bottom {
    margin-top: -13%;
}

.kodawari {
    color: #fff;
    background: url(../img/kodawari__bg-sp.png) 0 0 repeat-y;
    background-size: cover;
    margin-top: -30%;
}

.kodawari__inner {
    padding-left: 5%;
    padding-right: 5%;
    /* margin-top: -15%; */
    padding-top: 35%;
    padding-bottom: 30%;
}

.kodawari .sub-ttl {
    aspect-ratio: 322/65;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/osusume__ttl-bg-sp.svg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;
}

.kodawari__caption {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.kodawari__contents {}

.kodawari__contents__img {}

.kodawari__contents__img01 {
    margin-left: -35%;
    width: 100%;
}

.kodawari__contents__img01_02 {
    margin-right: -35%;
    width: 100%;
    margin-left: auto;
}

.kodawari__contents__img01 img {
    mix-blend-mode: hard-light;
}

.kodawari__contents__img01_02 img {
    mix-blend-mode: hard-light;
}

.kodawari__contents__img02 {
    margin-bottom: 20px;
}

.kodawari__contents__img02 img {}

.kodawari__gensen {}

.kodawari__gensen .l-ttl {
    aspect-ratio: 360 / 58;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    background: url(../img/kodawari__ttl-bg-sp.svg) 0 0 no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.kodawari__gensen__txt-bg {}

.kodawari__gensen__txt--top {
    aspect-ratio: 338/36;
    background: url(../img/kodawari__contents__top-sp_1.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 0;
    position: relative;
    z-index: 5;
    width: 100%;
    /* margin-bottom: -1%; */
}

.kodawari__gensen__txt--center {
    background: url(../img/kodawari__contents__center-sp_1.png) 0 0 repeat-y;
    padding: 10px 10%;
    background-size: 100%;
    position: relative;
    z-index: 5;
    width: 100%;
}

.kodawari__gensen__txt--bottom {
    position: relative;
    z-index: 5;
    /* margin-top: -3px; */
    aspect-ratio: 338/32;
    background: url(../img/kodawari__contents__bottom-sp_1.png) 0 0 no-repeat;
    background-size: 100%;
    width: 100%;
}

.kodawari__gensen__txt--bottom img {
    object-fit: contain;
}

.ninki {
    color: #fff;
    transform: skewY(5deg);
    transform-origin: top left;
    overflow: hidden;
    position: relative;
    margin-top: -10%;
}

.ninki::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background: url(../img/osusume__bg-sp.png) 0 0 repeat-y;
    z-index: 5;
    background-repeat: repeat-y;
    transform: rotate(5deg);
    transform-origin: top right;
    width: 250%;
    background-size: cover;
    height: 105%;
}

.ninki__inner {
    padding-left: 5%;
    padding-right: 5%;
    background-size: cover;
    transform-origin: top left;
    padding-top: 20%;
    padding-bottom: 10%;
}

.ninki__inner>* {
    transform: skewY(-5deg);
    position: relative;
    z-index: 10;
}

.ninki__inner * {}

.ninki .sub-ttl {
    aspect-ratio: 322/65;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: url(../img/osusume__ttl-bg-sp.svg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;

}

.ninki__caption__ttl {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.ninki__contents {
    margin-bottom: 40px;
}

.ninki__contents__txt {
    aspect-ratio: 415/192;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    background: url(../img/osusume__ttl-bg02.svg) 0 0 no-repeat;
    background-size: contain;
    margin-left: -15%;
    margin-right: -15%;
    padding-top: 5%;
}

.ninki__contents__txt .l-ttl {
    font-size: 20px;
}

.ninki__contents__price {
    margin-top: -.7em;
}

.ninki__contents__price01 {
    font-size: 12px;
}

.ninki__contents__price02 {
    font-size: 24px;
    color: #FFC800;
}

.ninki__contents__price03 {
    font-size: 36px;
    color: #FFC800;
    font-weight: bold;
}

.ninki__contents__caption {
    font-size: 16px;
    text-align: center;
}

.ninki__contents__caption .m-ttl {}

.ninki__caption .m-ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.ninki__caption_txt {}

.ninki__contents__img {
    position: relative;
    z-index: 5;
}

.ninki__contents01 .ninki__contents__img {
    margin-top: -15%;
}

.ninki__contents02 .ninki__contents__img {
    margin-top: -20%;
}

.ninki__contents02 {
    margin-top: 15px;
}

.ninki__contents02 .ninki__caption_txt:first-of-type {
    text-align: center;
}

.ninki__contents03 .ninki__contents__caption {
    font-size: 12px;
    line-height: 1.2;
}

.ninki__contents03 .ninki__contents__img {
    margin-top: -20%;
}

.ninki__contents__img img {}

.ougi {
    background: url(../img/kodawari__bg-sp.png) 0 0 repeat-y;
    background-size: cover;
}

.sonota {
    /* background: url(../img/kodawari__bg-sp.png) 0 0 repeat-y;
	background-size: cover; */
}

.sonota__inner {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -15%;
    padding-top: 30%;
    /* padding-bottom: 30%; */
    padding-bottom: 40px;
    color: #fff;
}

.sonota__inner .sub-ttl {
    aspect-ratio: 322/65;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/osusume__ttl-bg-sp.svg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;
}

.sonota__caption {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.sonota__caption--small {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.sonota__tab {
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 40px;
}

.sonota__tab_li {
    aspect-ratio: 150/88;
    background: url(../img/sonota__ttl-bg-sp.svg) 0 0 no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47%;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.sonota__tab_li.active {
    background-color: #AC3E3E;
    mix-blend-mode: hard-light;
}

.header__mavi-ul li.header__mavi__media {
    background-color: #980000;
    border-bottom: none;
}

.header__mavi-ul li a.active__menu-btn {
    background-color: #980000;
}

.header__mavi-ul li.header__mavi__contact a {
    background-color: #FFD700;
}

.header__mavi-ul li.header__mavi__contact {
    border-bottom: none;
}

.header__mavi-ul li.header__mavi__tenpo {
    border-bottom: none;
}

.header__mavi-ul {
    padding-top: 5%;
    margin-right: 5%;
    margin-left: 5%;
}

header .header__mavi-ul li.header__mavi__contact a {
    color: #000000;
    font-weight: bold;
}

.header__mavi-ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.header__mavi-ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 0 13px;
    padding: 10px;
    display: block;
    padding-left: 1em;
}

.sonota__panel {}

.conota__panel_ll {}

.sonota__menu {}

.sonota__menu span {
    font-size: 12px;
    margin-left: 1em;
}

.sonota__menu .l-ttl {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/sonota__ttl02-bg--center.png) 0 0 repeat-x;
    background-size: contain;
    position: relative;
    background-position: left 10%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
}

#sonota__rink .sonota__menu__price {
    text-align: right;
}

.sonota__menu .l-ttl::before {
    content: "";
    display: block;
    aspect-ratio: 29/81;
    background: url(../img/sonota__ttl02-bg--left.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transform: translateX(-95%);
}

.sonota__menu .l-ttl::after {
    content: "";
    display: block;
    aspect-ratio: 29/81;
    background: url(../img/sonota__ttl02-bg--right.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transform: translateX(95%);
}

.sonota__menu__ul {
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
}

.sonota__menu__li {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    line-height: 1.3;
}

.sonota__menu__li+.sonota__menu__li {
    border-top: 1px solid #5F5F5F;
}

.sonota__menu__li+.sonota__menu__li.sonota__menu__border-none {
    border-top: none;
}

.sonota__menu__name {}

.sonota__menu__price {}

.kyujin {}

.kyujin .l-ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.kyujin__caption {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;

}

.kyujin__dl {
    display: none;
}

.kyujin__dl dt {
    font-size: 16px;
    padding: 5px 0;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.kyujin__dl dd {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
}

.kyujin__show-btn {
    background-color: #fff;
    display: flex;
    font-size: 16px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}

.kyujin__show-icn {
    width: 1em;
    display: flex;
    align-items: center;
}

.kyujin__show-icn img {
    width: 100%;
}

.kyujin__btn-ul {
    display: none;
}

.kyujin__btn-ul li {
    margin: 0 auto 10px;
    width: calc((220/288) * 100%);

}

.tenpo {
    color: #fff;
    background-color: #BA0000;
    mix-blend-mode: hard-light;
    padding-bottom: 20px;
}

.tenpo__inner {
    padding-top: 35px;
    padding-left: 5%;
    padding-right: 5%;
}

.tenpo__inner .sub-ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}

.tenpo__contents {}

.tenpo__logo {
    margin-bottom: 40px;
}

.tenpo__logo img {}

.tenpo__contents__txt {
    margin-bottom: 40px;
}

.tenpo__contents__dl {
    display: flex;
    flex-wrap: wrap;
}

.tenpo__contents__dl dt {
    width: 5em;
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 15px;
    margin-bottom: 10px;
}

.tenpo__contents__dl dd {
    width: calc(100% - 6em - 15px);
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.sns__ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.sns__li {
    width: 30px;
    margin-right: 10px;
}

.sns__li a {}

.tenpo__map {
    aspect-ratio: 345/200;
}

.contact {}

.contact__inner {
    padding-left: 5%;
    padding-right: 5%;
    /* margin-top: -15%; */
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.contact__inner .sub-ttl {
    aspect-ratio: 322/65;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/osusume__ttl-bg-sp.svg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 40px;
}

.contact__caption {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.contact__contents {
    background-color: #BA0000;
    mix-blend-mode: hard-light;
    padding: 5%;
    border-radius: 10px;
}

.contact__contents__inner {}

.contact__contents__img {}

.contact__contents__img img {}

.contact__contents__txt {
    background-color: #BA0000;
    mix-blend-mode: hard-light;
    padding-top: 20px;
    padding-bottom: 5%;
}

.contact__contents__txt .l-ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.contact__contents__tel {
    display: flex;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.contact__contents__tel img {
    width: .8em;
    margin-right: .5em;
}

.contact__contents__tel a {
    text-decoration: none;
    color: #fff;
}

.contact__contents__caption {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.contact__contents__caption02 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.contact__contents__caption03 {
    text-align: center;
}

.l-header__nav-btn {
    /* background-color: #69BC82; */
    width: 55px;
    height: 55px;
    font-size: 10px;
    position: relative;
    z-index: 510;
    background-color: #030000;
    cursor: pointer;
}

.l-header__nav-btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    /* padding: 6px 15px 10px; */
    height: 55px;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.copy small {
    font-size: 16px;
    display: flex;
    padding: 5px 0;
    justify-content: center;
}

.l-header__nav-btn .l-header__nav-btn-inner .l-header__nav-btn-line {
    position: absolute;
    width: 45%;
    bottom: 46%;
    color: #000;
}

.l-header__nav-btn .l-header__nav-btn-inner div span {
    background-color: #fff;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
    top: calc(50% - 12px);
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(2) {
    top: calc(50% - 3px);
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(3) {
    top: calc(50% + 6px);
}

body.is-menu-open .l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 50%;
}

body.is-menu-open .l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(2) {
    width: 0;
    left: 50%;
}

body.is-menu-open .l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

body.is-menu-open #js_black_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

body.is-menu-open {
    position: fixed;
    width: 100%;
    height: 100%;
}

.l-header__nav-btn .l-header__nav-btn-inner div span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


.sp-header-menu {
    display: none;
}

.sp-header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: #fff;
}

/*# sourceMappingURL=style.css.map */

.pc,
.pc-in,
.pc-inbl,
.tabpc-inbl {
    display: none;
}

.sp {
    display: block;
}

.sp-in {
    display: inline;
}

.sp-inbl {
    display: inline-block;
}

.slick-slide {
    min-height: inherit !important;
}

.mfp-iframe-holder .mfp-content {
    width: 80%;
}

#cv__btn-sp {
    position: fixed;
    z-index: 1000;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#cv__btn-pc {
    display: none;
}

#cv__btn-sp img {
    width: 100%;
}

.eigyojikan{
    flex-direction: column !important;
    align-items: start !important;
    word-break: break-all;
}

.eigyojikan a{
    color: rgb(110, 209, 255);
}