/* reset.css適用済み前提 */


/* 共通設定 */

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #111;
    background-color: #fff;
    line-height: 1.8;
    margin: 0 auto;
    position: relative;
}

header {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #FF8CB1 0%, #82B9FF 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

header h1 {
    padding-top: 8px;
    z-index: 1002;
}

header h1 img {
    height: 32px;
}

header .inner {
    display: flex;
    justify-content: space-between;
}

#navbarNav {
    display: block;
    z-index: 100;
    position: relative;
}

.navbar-toggler {
    display: none;
}

#navbarNav button,
#navbarNav .menu-logo {
    display: none;
}

#navbarNav .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 50px;
}

#navbarNav .navbar-nav a {
    /* font-family: 'Noto Serif JP'; */
    font-family: "Cormorant", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

body.no-scroll {
    overflow: hidden;
}

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

.mv {
    width: 100%;
}

h2 {
    font-family: "Cormorant", serif;
    font-weight: normal;
    font-size: 32px;
    color: #F29BBD;
    text-align: center;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title h2 {
    position: relative;
    font-size: 67px;
    color: #F29BBD;
    margin: 0 30px;
    white-space: nowrap;
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #F29BBD;
}

.schedule {
    padding-top: 145px;
    padding-bottom: 145px;
    position: relative;
    text-align: center;
    position: relative;
}

.schedule>img {
    position: absolute;
}

.schedule>img.star-left-bottom {
    top: 80px;
    left: 0;
}

.schedule>img.star-right-top {
    top: -30px;
    right: 0;
}

.schedule>img.milk {
    bottom: -200px;
    right: 150px;
    width: 270px;
    z-index: 10;
}

.schedule h2 {
    font-size: 38px;
    color: #8186BE;
    margin-bottom: 100px;
}

.schedule h2 span {
    font-size: 70px;
    font-weight: 500;
}

.big-button-link {
    display: block;
    text-decoration: none;
    background: linear-gradient(270deg, #F95B92 0%, #4997FD 100%);
    padding: 20px;
}

.big-button-link:hover {
    opacity: 0.7;
}

.big-button-link div {
    color: #fff;
    font-family: "Cormorant", serif;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 5px;
    border: 2px solid #FFF;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
    ;
}

.big-button-link div span {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 400;
    margin-top: -40px;
}

.member {
    margin-bottom: 140px;
}

.member .flex {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 2%;
    row-gap: 45px;
}

.member .flex li {
    width: 32%;
}

.member .flex li h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 35px;
    text-align: center;
}

.member .flex li p {
    font-family: "Noto Serif JP", serif;
    color: #878787;
    font-size: 20px;
}

.member .flex li ul {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.member .flex li ul li {
    width: auto;
}

.member .flex li ul img {
    width: 42px;
}

.member .flex li:first-child h3 {
    color: #3066D0;
}

.member .flex li:nth-child(2) h3 {
    color: #2EB1FF;
}

.member .flex li:nth-child(3) h3 {
    color: #4B8976;
}

.member .flex li:nth-child(4) h3 {
    color: #909090;
}

.member .flex li:last-child h3 {
    color: #673D87;
}

.attention {
    margin-bottom: 145px;
}

.attention .content {
    background-color: #FFF8FB;
    padding: 50px 15%;
}

.attention .content h3 {
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #F95B92;
    margin-bottom: 25px;
}

.attention .content h4 {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #F95B92;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.attention .content h4::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #F95B92;
    display: block;
    margin-left: 12px;
    min-width: 40px;
    opacity: 0.7;
}

.attention .content ul {
    margin-bottom: 30px;
}

.attention .content li {
    margin-left: 1em;
    text-indent: -1em;
}

.attention .content li,
.attention .content p {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
}

.contact-btn {
    margin-bottom: 135px;
}

.mv-video {
    text-align: center;
    margin-bottom: 145px;
}

footer {
    padding-bottom: 30px;
}

footer .company {
    width: 100%;
    height: 420px;
    background-image: url(images/footer-company.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 90px;
    background-position: center;
}

footer .company h2 {
    color: #FFF;
    font-family: "Noto Serif", serif;
    font-size: 28px;
    padding-top: 180px;
}

footer .company p {
    color: #FFF;
    font-family: "Noto Serif", serif;
    font-size: 16px;
}

footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .flex ul {
    display: flex;
}

footer .flex ul li {
    margin-right: 30px;
}

footer .flex ul li:last-child {
    margin-right: 0;
}

footer .flex ul li a {
    font-size: 20px;
    font-family: "Cormorant", serif;
}

footer h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

footer .sns {
    margin-bottom: 90px;
}

footer .sns .item {
    border-right: 1px solid #111;
    width: 33%;
}

footer .sns .item:first-child {
    border-right: none;
    margin-right: auto;
}

footer .sns .item:nth-child(2) {
    border-left: 1px solid #111;
}

footer .sns .item a {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .sns .item a img {
    margin-right: 20px;
}

footer .sns .item.logo {
    text-align: center;
}

footer .sns .item.logo img {
    width: 323px;
}

footer .sns .item.x a img {
    width: 62px;
    height: 62px;
}

footer .sns .item.youtube a img {
    width: 62px;
    height: 62px;
}

footer .sns .item a h4 {
    font-size: 26px;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: -10px;
}

footer .sns .item.amazon a h4 {
    margin: 0;
}

footer .sns .item a span {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

footer .copyright {
    font-size: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
}

@media screen and (max-width:1300px) {
    .member .flex li h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:1200px) {
    footer .company {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    footer .company h2 {
        padding: 0;
    }
    footer .sns .item.logo img {
        width: 290px;
    }
    .member .flex li h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:1000px) {
    .inner {
        width: 85%;
    }
    #navbarNav .navbar-nav {
        gap: 25px;
    }
    #navbarNav .navbar-nav a {
        font-size: 18px;
    }
    footer .sns .item.logo img {
        width: 240px;
    }
    .member .flex li h3 {
        font-size: 25px;
    }
    .member .flex li p {
        font-size: 17px;
    }
}

@media screen and (max-width:850px) {
    .mv-video iframe {
        width: 600px;
        height: 335px;
    }
    footer .sns .item.logo img {
        width: 200px;
    }
}

@media screen and (max-width:768px) {
    .navbar-toggler {
        position: fixed;
        top: 20px;
        right: 40px;
        width: 63px;
        height: 12px;
        cursor: pointer;
        z-index: 1002;
        display: block;
    }
    .navbar-toggler-icon {
        width: 100%;
        cursor: pointer;
    }
    .navbar-toggler-icon:before {
        content: "";
        display: block;
        height: 1px;
        width: 52px;
        background-color: #FFF;
    }
    .navbar-toggler-icon:after {
        content: "";
        display: block;
        width: 52px;
        height: 1px;
        background-color: #FFF;
        margin-top: 10px;
    }
    #navbarNav {
        width: 100vw;
        height: 100vh;
        padding-top: 10%;
        background-color: #FFF;
        background-image: url(images/mv-back.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        display: none;
    }
    #navbarNav.show {
        display: block;
        background: linear-gradient(180deg, #F85B93 0%, #4A97FD 100%);
    }
    .close-btn {
        position: absolute;
        top: -20px;
        right: 50px;
        font-size: 3rem;
        background: none;
        border: none;
        cursor: pointer;
        color: #FFF;
        height: 48px;
        font-weight: normal;
    }
    #navbarNav>div {
        text-align: center;
        margin-top: 90px;
        margin-bottom: 20px;
    }
    #navbarNav>div img {
        width: 350px;
        height: 220px;
    }
    #navbarNav .button {
        margin-top: 60px;
    }
    #navbarNav .button a {
        display: block;
        width: 382px;
        height: 72px;
        border: 1px solid #FFF;
        border-radius: 60px;
        margin: 0 auto;
        font-size: 28px;
        color: #FFF;
        text-align: center;
        line-height: 72px;
        font-family: "Noto Serif", serif;
    }
    #navbarNav ul {
        display: flex;
        max-width: 720px;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 60px;
        justify-content: center;
    }
    #navbarNav ul li a {
        color: #FFF;
        font-family: "Cormorant", serif;
        font-size: 34px;
        text-align: center;
    }
    #navbarNav ul.sns-link {
        display: block;
        width: 36px;
        position: absolute;
        top: 100px;
        right: 52px;
    }
    #navbarNav ul.sns-link li {
        margin-bottom: 20px;
    }
    #navbarNav ul.sns-link li a {
        font-size: 0;
    }
    #navbarNav ul.sns-link li img {
        width: 100%;
        height: auto;
    }
    #navbarNav>img {
        position: absolute;
        bottom: 30px;
        right: 50px;
        height: 100px;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-toggler,
    .close-btn {
        right: 10px;
    }
    #navbarNav ul.sns-link {
        right: 20px;
    }
    #navbarNav ul {
        gap: 40px;
    }
    #navbarNav .navbar-nav {
        flex-wrap: wrap;
    }
    #navbarNav .navbar-nav li {
        width: 100%;
    }
    #navbarNav .navbar-nav li a {
        font-size: 36px;
    }
    footer .sns {
        flex-wrap: wrap;
    }
    footer .sns .item {
        width: 100%;
        margin-bottom: 15px;
        border-left: 1px solid #111;
    }
    footer .sns .item:first-child {
        border-right: 1px solid #111;
    }
    .member .flex {
        flex-wrap: wrap;
    }
    .member .flex li {
        width: 100%;
        margin-bottom: 30px;
    }
    .member .flex li h3 {
        font-size: 35px;
    }
    .member .flex li p {
        text-align: center;
        font-size: 20px;
    }
    .attention .content {
        padding: 30px 20px
    }
    .big-button-link div {
        font-size: 60px;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .big-button-link div span {
        font-size: 22px;
        margin-top: -20px;
    }
    .schedule>img.star-left-bottom {
        max-width: 40%;
    }
    .schedule>img.star-right-top {
        max-width: 40%;
    }
}

@media screen and (max-width:650px) {
    #navbarNav {
        padding-top: 15%;
    }
    #navbarNav ul {
        max-width: 400px;
    }
    .mv-video iframe {
        width: 500px;
        height: 280px;
    }
}

@media screen and (max-width:480px) {
    #navbarNav ul {
        max-width: 280px;
    }
    #navbarNav .button a {
        width: 300px;
    }
    .mv-video iframe {
        width: 320px;
        height: 200px;
    }
    footer .company h2 {
        font-size: 20px;
    }
    .big-button-link div {
        font-size: 50px;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .big-button-link div span {
        font-size: 16px;
        margin-top: -20px;
    }
    .schedule>img.star-left-bottom {
        max-width: 30%;
        top: 200px;
    }
    .schedule>img.star-right-top {
        max-width: 30%;
        top: 0;
    }
    .schedule h2 {
        font-size: 22px;
    }
    .schedule h2 span {
        font-size: 50px;
    }
}

:root {
    --jp: none;
    --en: none;
    --fire:none;
    --asp:none;
}
.en{
  display    : var(--en);
}
.jp{
 display    : var(--jp);
}

