﻿/*--------------------------------
    リセットcss
--------------------------------*/
#anniversary14th li {
    margin: 0;
}

#anniversary14th a,
#anniversary14th a:hover {
    text-decoration: none;
}



/*--------------------------------
    anniversary14th.css
--------------------------------*/
#anniversary14th .pt-5 {
    padding-top: 5em;
}

#anniversary14th .pb-2 {
    padding-bottom: 2em;
}

#anniversary14th .pb-3 {
    padding-bottom: 3em;
}

#anniversary14th .pb-6 {
    padding-bottom: 6em;
}

#anniversary14th .mb-2 {
    margin-bottom: 2em;
}

#anniversary14th .mb-3 {
    margin-bottom: 3em;
}

#anniversary14th .mb-5 {
    margin-bottom: 5em;
}

#anniversary14th .mb-7 {
    margin-bottom: 7em;
}

#anniversary14th .f-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#anniversary14th .d-none {
    display: none;
}

#anniversary14th .t-start {
    text-align: start;
}

main#anniversary14th section .t-center {
    text-align: center;
}

main#anniversary14th * {
    line-height: 1.6;
}

#anniversary14th a {
    display: inline-block;
}

#anniversary14th hr {
    width: 90%;
    margin: 0 auto;
}

#anniversary14th .bg {
    background-color: rgba(213, 226, 232, 0.5);
}

#Contents:has(>#anniversary14th) {
    margin-bottom: 0;
    background-color: rgb(255, 253, 253);
}

main#anniversary14th {
    background-color: rgb(255, 255, 255);
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .02);
}

#anniversary14th section,
#anniversary14th p {
    text-align: center;
    font-weight: bold;
}

#anniversary14th .fade {
    position: relative;
    width: 100%;
    height: auto;
}

#anniversary14th .fade picture {
    width: 100%;
    height: auto;
    animation: fade 35s infinite;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    /* ゆっくりフェードイン */
    20% {
        opacity: 1;
    }

    /* 少しだけキープ */
    30% {
        opacity: 0;
    }

    /* ゆっくりフェードアウト */
    100% {
        opacity: 0;
    }

}

#anniversary14th .fade picture:nth-of-type(1) {
    animation-delay: 0s;
}

#anniversary14th .fade picture:nth-of-type(2) {
    animation-delay: 5s;
}

#anniversary14th .fade picture:nth-of-type(3) {
    animation-delay: 10s;
}

#anniversary14th .fade picture:nth-of-type(4) {
    animation-delay: 15s;
}

#anniversary14th .fade picture:nth-of-type(5) {
    animation-delay: 20s;
}

#anniversary14th .fade picture:nth-of-type(6) {
    animation-delay: 25s;
}

#anniversary14th .fade picture:nth-of-type(7) {
    animation-delay: 30s;
}

#anniversary14th .lead1 {
    padding-top: 90%;
    display: flex;
    justify-content: center;
    text-align: center;
}

#anniversary14th .lead2 {
    font-size: 1.5em;
    line-height: 2em;
    letter-spacing: .14em;
}

#anniversary14th .schedule {
    padding: 0 1em 12em;
}

#anniversary14th .schedule_title {
    margin-bottom: 1em;
}


#anniversary14th .schedule_title,
#anniversary14th .schedule span {
    font-family: "garamond-premier-pro-caption", serif;
    font-style: normal;
    letter-spacing: .08em;
}

#anniversary14th .schedule_title {
    font-weight: 600;
    font-size: 2em;
}

#anniversary14th .schedule span {
    font-weight: 500;
}

#anniversary14th .rounded_square {
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    aspect-ratio: 1;
}

#anniversary14th .schedule li:nth-of-type(2) {
    transform: translate(-3%, 40%);
}

#anniversary14th .schedule li:nth-of-type(3) {
    transform: translate(0, 50%);
}

#anniversary14th .schedule li:nth-of-type(4) {
    transform: translate(3%, 40%);
}


#anniversary14th .fade_in_left {
    opacity: .1;
    transform: translateX(2em);
    transition: all 500ms;
}

#anniversary14th .fade_in_left.scrollin {
    opacity: 1;
    transform: translateX(0);
}

#anniversary14th .fade_in_left:nth-of-type(1) {
    transition-delay: 200ms;
}

#anniversary14th .fade_in_left:nth-of-type(2) {
    transition-delay: 400ms;
}

#anniversary14th .fade_in_left:nth-of-type(3) {
    transition-delay: 600ms;
}

#anniversary14th .fade_in_left:nth-of-type(4) {
    transition-delay: 800ms;
}

#anniversary14th .fade_in_left:nth-of-type(5) {
    transition-delay: 1000ms;

}

#anniversary14th .rounded_square>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#anniversary14th .schedule_list {
    display: flex;
    justify-content: center;
    gap: 8px;
}

@media (max-width:540px) {
    #anniversary14th .schedule_list {
        gap: 0;
    }
}

#anniversary14th .circle {
    box-sizing: border-box;
    border-radius: 50%;
    object-fit: cover;
    width: -webkit-fill-available;
    width: -moz-available;
    /* width: stretch; */
    width: 100%;
}

#anniversary14th .new::after {
    content: "NEW";
}

#anniversary14th .schedule_list figcaption {
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: -2em;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
}

#anniversary14th .logo_schedule,
#anniversary14th .logo_schedule>picture {
    width: 100%;
    height: 100%;
}

#anniversary14th .logo_schedule img {
    max-width: 60%;
}

#anniversary14th .rising {
    opacity: .1;
    transform: translateY(2em);
    transition: all 500ms;
}

#anniversary14th .rising.scrollin {
    opacity: 1;
    transform: translateY(0);
}

#anniversary14th h2 {
    font-weight: bold;
    font-size: 1.5em;
}

#anniversary14th .pic_center {
    margin: auto;
    width: 80%;
}

#anniversary14th .pic_landscape {
    margin: auto;
    width: 70%;
}

#anniversary14th .pic_right {
    flex-direction: row-reverse;
}

#anniversary14th .content figcaption {
    font-size: 1.3em;
    padding: 1em 1em 2em;
}

#anniversary14th figcaption.justify {
    display: flex;
    justify-content: center;
    text-align: justify;
}

#anniversary14th .pic_right figcaption,
#anniversary14th .pic_left figcaption {
    padding: 0;
}

main#anniversary14th .cta>a {
    margin-bottom: 1em;
}

main#anniversary14th .cta_primary>a {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

#anniversary14th .cta_secondary {
    font-size: 1.2em;
}

#anniversary14th .cta_primary>a,
#anniversary14th .cta_secondary>a {
    line-height: 2em;
    border-bottom: 1px dashed #222;
}

#anniversary14th .cta_secondary>a::before {
    content: "┛";
    transform: rotate(-45deg);
    display: inline-block;
    font-size: .9em;
    color: #F15A22;
    margin-right: .2em;
}

#anniversary14th .arrow {
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: .15em;
    background-color: #F15A22;
    margin: 0 .5em .2em 0;
}

#anniversary14th .arrow::before {
    content: "";
    position: absolute;
    top: 40%;
    right: -.05em;
    width: .7em;
    height: .12em;
    background-color: #F15A22;
    transform: rotate(45deg);
    transform-origin: 103% 50%;
}

#anniversary14th .circle_txt {
    transform: translateY(7em);
}

#anniversary14th .campaign_wrapper {
    background-color: #fff;
    border-radius: 3em;
    padding: 3em 1.7em 3em;
    width: 92%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 3em;
}

#anniversary14th .for_member {
    display: flex;
    column-gap: 0.6em;
}

#anniversary14th .campaign .for_member li {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

#anniversary14th .campaign .for_member li a {
    background-color: #f5f5f5;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    padding: 12%;
    margin: 1em 18%;
}

#anniversary14th .campaign h3 {
    font-size: 1.4em;
    font-weight: bold;
}

#anniversary14th .campaign section {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 3em;
}

#anniversary14th .campaign h2 {
    font-size: 1.4em;
}

#anniversary14th .specialthanks {
    margin: 3em auto;
}

#anniversary14th .page_top {
    cursor: pointer;
    position: fixed;
    bottom: -100px;
    z-index: 1999;
    width: 50px;
    right: 5px;
    background: #fff;
    border: 1px solid #bdbdbd;
    transition: .2s;
}

#anniversary14th .page_top.is_active {
    bottom: 10px;
}

#anniversary14th .page_top a {
    display: block;
}

#anniversary14th .schedule_list span {
    color: #ED7D55;
    position: absolute;
    top: -20%;
    left: 0;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .3em;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    font-weight: bold;
}

#anniversary14th .schedule_list span.new {
    background-color: #ED7D55;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    color: #fff;
    width: 3em;
    top: -10%;
    left: 6%;
}


#anniversary14th .schedule_list figure
 {
    padding: 3%;
    display: flex;
}

#anniversary14th .date_insta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #222;
    aspect-ratio: 1 / 1;
    width: 4.6em;
    padding-top: .4em;
}

#anniversary14th .date_insta .day {
    font-size: 1.2em;
}

#anniversary14th .wrapper_schedule {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3em;
}

#anniversary14th .schedule_insta {
    display: flex;
    justify-content: center;
    gap: 1em;
}

#anniversary14th .btn_insta {
    border: 1px solid #222;
    border-radius: 30px;
    padding: .8em;
}

#anniversary14th .btn_insta a {
    display: block;
}


@media (min-width:541px) {
    #anniversary14th .schedule_list span {
        font-size: 1.2em;
    }

    #anniversary14th .btn {
        width: 30em;
    }

    #anniversary14th .schedule_list figcaption .nbsp{
        display: inline-block;
    }
}

@media (max-width: 540px) {

    #anniversary14th .schedule_list span,
    #anniversary14th .schedule_list span.new {
        font-size: .88em !important;
        top: -28%;
    }

    main#anniversary14th * {
        font-size: calc(10px + .5vw);
    }

    main#anniversary14th {
        padding: 0 6px;
    }

    #anniversary14th .bg {
        margin: 0 -6px;
    }

    #anniversary14th .lead1 {
        width: 90%;
        margin: auto;
        padding: 93% 0 3em;
    }

    #anniversary14th .lead2.mb-2 {
        margin-bottom: 1em;
    }

    #anniversary14th .lead2 {
        font-size: 1.1em;
        letter-spacing: .1em;
    }

    #anniversary14th .schedule_title {
        font-size: 1.3em;
    }

    #anniversary14th .schedule {
        padding: 0 6px 9em;
    }

    #anniversary14th .brand_logo {
        max-width: 120px;
        margin: auto;
    }

    #anniversary14th .schedule_list figcaption {
        font-size: .9em;
        bottom: -4em;
    }

    #anniversary14th .pic_center {
        width: 85%;
    }

    #anniversary14th .pic_landscape {
        width: calc(100% + 12px);
        margin: 0 -6px;
    }

    #anniversary14th .pic_right picture,
    #anniversary14th .pic_left picture {
        width: 38vw;
    }

    #anniversary14th .pic_right figcaption {
        transform: translateX(1em);
    }

    #anniversary14th figure:has(figcaption.circle_txt) {
        display: block;
    }

    #anniversary14th figure:has(figcaption.circle_txt) picture {
        width: 70%;
        display: block;
        transform: translateX(1em);
    }

    #anniversary14th figcaption.circle_txt {
        padding: 0;
        transform: translate(7em, 1em);
    }

    #anniversary14th .content h2 {
        font-size: 1.3em;
    }

    #anniversary14th .content figcaption {
        font-size: 1.15em;
        text-align: start;
    }

    #anniversary14th .cta img {
        width: 35vw;
    }

    #anniversary14th .campaign section {
        width: 100%;
    }

    #anniversary14th .campaign .for_member {
        width: 90%;
    }

    #anniversary14th .specialthanks {
        width: 40%;
    }

    #anniversary14th .page_top.is_active {
        bottom: 66px;
    }
}