@charset "UTF-8";

.pane-main {
    margin-top: 0 !important;
    padding: 0;
}

/* MV */
#top-mv {
    position: relative;
    overflow: hidden;
    margin: 0 0 3.2rem;
    padding: 0 0 3.2rem;
}

#top-mv li {
    text-align: center;
}

#top-mv ul:not(.swiper-wrapper) li+li {
    display: none;
}

#top-mv li a {
    display: inline-block;
}

@media screen and (min-width: 960px) {
    #top-mv {
        position: relative;
        overflow: hidden;
        margin: 0 0 58px;
        padding: 0 0 36px;
    }

    #top-mv-body {
        max-width: 1280px;
        margin: 0 auto;
    }
}

/* event */
.block-top-event {
    margin: 3.0rem 0 5.8rem;
}

.block-top-event .block-top-event--image {
    margin: 3.0rem 4.5rem;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .block-top-event {
        margin: 54px 0 78px;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        gap: 40px;
    }

    .block-top-event .block-top-event--image {
        width: calc((100% - 80px) / 3);
        min-width: calc((100% - 80px) / 3);
        margin: 0;
        text-align: center;
    }

    .block-top-event--header {
        width: 100%;
    }

    .block-top-event--goods {
        width: 100%;
    }
}

/* コンタクト */
#top-contact-block {
    margin: 5.8rem auto;
    padding: 2.5rem 0.5rem;
    width: 33.5rem;
    border: solid 1px var(--main-color);
    text-align: center;
}

#top-contact-block>p:first-child {
    margin: 0 0 1.8rem;
    font-size: 1.55rem;
    font-weight: 500;
}

.block-contact-box--cc {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.block-contact-box--cc dl {
    display: contents;
}

.block-contact-box--cc dl dt {
    order: 1;
    font-size: 1.25rem;
}

.block-contact-box--cc dl dd {
    order: 3;
    font-size: 1.15rem;
}

.block-contact-box--cc>p {
    order: 2;
    color: var(--main-color);
    margin: 0.3rem 0;
    line-height: 1.1;
}

.block-contact-box--cc>p span {
    display: inline-block;
    text-align: center;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.block-contact-box--cc>p a {
    font-size: 3.45rem;
    font-weight: 500;
    font-family: 'Roboto', "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.block-contact-box--mail {
    margin: 2.0rem 0 0;
    text-align: center;
}

.block-contact-box--mail a {
    display: inline-flex;
    align-items: center;
    color: var(--main-color);
    text-decoration: underline;
    font-size: 1.45rem;
}

.block-contact-box--mail a::before {
    display: inline-block;
    content: '';
    margin: 0 0.5rem 0 0;
    width: 2.0rem;
    height: 1.8rem;
    background: url(../../img/usr/common/ico_footer_mail.png) center bottom / contain no-repeat;
}

@media screen and (min-width: 960px) {
    #top-contact-block {
        margin: 75px auto;
        padding: 30px 5px 27px;
        width: 770px;
    }

    #top-contact-block>p:first-child {
        margin: 0 0 15px;
        font-size: 21px;
        font-weight: 500;
    }

    .top-contact-block--in {
        display: inline-flex;
        flex-flow: column;
    }

    .block-contact-box--cc {
        flex-flow: wrap;
    }

    .block-contact-box--cc dl {
        display: block;
        text-align: left;
        margin: 0 12px 0 0;
    }

    .block-contact-box--cc dl dt {
        font-size: 17px;
    }

    .block-contact-box--cc dl dd {
        font-size: 15px;
    }

    .block-contact-box--cc>p span {
        font-size: 15px;
    }

    .block-contact-box--cc>p a {
        pointer-events: none;
        font-size: 42px;
    }

    .block-contact-box--mail {
        margin: 5px 0 0;
        text-align: right;
        font-size: 17px;
    }

    .block-contact-box--mail a:hover {
        text-decoration: none;
    }

}


/* ACSEINE */
/* MV */
body .swiper-horizontal>.swiper-pagination-bullets,
body .swiper-pagination-bullets.swiper-pagination-horizontal,
body .swiper-pagination-custom,
body .swiper-pagination-fraction {
    position: static;
    margin-top: 1rem;
}

body .swiper-pagination-bullet {
    background-color: #f2f2f2;
}

body .swiper-pagination-bullet {
    background-color: #f2f2f2;
}

body .swiper-pagination-bullet-active {
    background: #616161;
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    width: 3.8rem;
    height: 3.8rem;
}

body .swiper-button-next:after {
    background: url(../../img/usr/top/mv_next_arrow.jpg) center / contain no-repeat;
}

body .swiper-button-prev:after {
    background: url(../../img/usr/top/mv_prev_arrow.jpg) center / contain no-repeat;
}

#top-mv-body .swiper-button-next,
#top-mv-body .swiper-button-prev {
    top: 49.4rem;
    width: 3.8rem;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-prev {
    left: 0;
}

.top-mv-text {
    display: inline-block;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    color: #db0000;
    padding: 0 1.4rem;
    margin-top: 3.5rem;
}
/* メンテナンス非表示用 */
.top-mv-text.is-hidden{
    visibility: hidden;
}
.top-mv-text::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    background: url(../../img/usr/top/ico_maintenance.png) center / contain no-repeat;
    margin-right: 0.8rem;

}
#top-mv{
    padding:0;
}
@media screen and (min-width: 960px) {

    #top-mv-body .swiper-button-next,
    #top-mv-body .swiper-button-prev {
        top: 50%;
        transform: translateY(-100%);
        width: 3.8rem;
    }
    #top-mv {
        margin: 0 auto 58px;
    }

    .top-mv-text {
        margin-top: 3.3rem;
        font-size: 1.5rem;
    }

    .top-mv-text::before {
        width: 2rem;
        height: 2rem;
    }

    .section-title-ja {
        font-size: 1.8rem;
    }

    .pane-contents {
        position: relative;
        overflow: hidden;
    }

    .pane-contents::before {
        content: "";
        width: 100%;
        height: 58.1rem;
        background-color: #f5f7f8;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}





.keyword-block-title {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 500;
}

.keyword-block-items {
    margin-left: -0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.keyword-block-item {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-left: 0.6rem;
    max-width: 7.5rem;
    width: 100%;
    padding: 0.6rem 0rem;
    background-color: #616161;
    border-radius: 3.5rem;
    color: #fff;
    text-align: center;
}

.keyword-block-item:nth-of-type(4),
.keyword-block-item:nth-of-type(6),
.keyword-block-item:nth-of-type(7) {
    max-width: 9.5rem;
}

@media screen and (min-width: 960px) {
    .keyword-block-title {
        font-size: 1.8rem;
    }

    .keyword-block-items {
        margin-left: -1.6rem;
    }

    .keyword-block-item {
        margin-top: 2.4rem;
        margin-left: 2.4rem;
        font-size: 1.2rem;
    }

    .keyword-block-inner {
        max-width: 87rem;
        width: 100%;
        margin-inline: auto;
    }

    .keyword-block-item,
    .keyword-block-item:nth-of-type(6),
    .keyword-block-item:nth-of-type(7) {
        max-width: 14.4rem;
    }

    .keyword-block-item:nth-of-type(2) {
        max-width: 11.4rem;
    }

    .keyword-block-item:nth-of-type(5) {
        max-width: 12rem;
    }
}


.top-trialset-block {
    padding: 5.8rem 0 9rem;
}

.top-trialset-block-inner {
    padding: 0 2rem;
}

.top-trialset-block-items {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}

.top-trialset-block-item {
    display: block;
    box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.1);
}

.top-trialset-block-item+.top-trialset-block-item {
    margin-top: 5.5rem;
}

.top-trialset-block-item img {
    width: 100%;
}

.top-trialset-block-title {
    text-align: center;
    font-size: 100%;
}

.top-trialset-block .section-title-en {
    width: 10.4rem;
}

.top-trialset-block .section-title-en img {
    display: block;
    width: 100%;
}

.top-trialset-block .top-trialset-block-ja {
    margin-top: -0.8rem;
}

@media screen and (min-width: 960px) {
    .top-trialset-block .section-title-en {
        width: 15.6rem;
    }

    .top-trialset-block-items {
        grid-template-columns: 1fr 1fr;
        gap: 3.8rem;
    }

    .top-trialset-block-item+.top-trialset-block-item {
        margin-top: 0;
    }
}

/* products */
.top-products {
    padding: 4rem 0 3.5rem;
    background-color: #fef6f4;
}

.top-products-inner {
    padding: 0 2rem;
}

.top-products .section-title-ja {
    margin-top: 0.6rem;
}

.top-products .section-title-en {
    width: 20.1rem;
}

.top-products-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem 0rem;
}

.top-products-block {
    display: flex;
    align-items: center;
    min-height: 6.5rem;
    padding: 1rem 0.6rem;
    position: relative;
    background-color: #fff;
}

.top-products-block::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2rem;
}

.top-products-block-body {
    max-width: 24rem;
    width: 100%;
    flex-shrink: 0;
}

.top-products-block-img {
    max-width: 8.3em;
    width: 100%;
    margin-right: 1rem;
}

.top-products-block-name {
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    font-weight: 600;
}

.top-products-block-text {
    font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
    .top-products .section-title-en {
        width: 30.5rem;
    }

    .top-products {
        padding: 6.7rem 0 5.9rem;
        position: relative;
    }

    .top-products::before {
        content: "";
        width: 200%;
        height: 100%;
        display: block;
        background: #fef6f4;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .top-products-items {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-top: 4.7rem;
    }

    .top-products-block:nth-child(odd) .top-products-block-img {
        max-width: 9.7rem;
    }

    .top-products-block:nth-child(even) .top-products-block-img {
        max-width: 12.2rem;
    }

    .top-products-block-img {
        margin-right: 1.2rem;
    }

    .top-products-block-name {
        font-size: 2rem;
    }

    .top-products-block-text {
        font-size: 1.5rem;
    }

    .top-products-block::before {
        width: 0.5rem;
        height: 0.5rem;
    }

    .top-products-block-body {
        max-width: 30rem;
    }
}


/* top-list-block */
.top-list-block {
    padding: 5.5rem 0 10rem
}

.top-list-block-inner {
    padding: 0 2rem;
}

.top-list-block-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7.2rem 0;
}

.top-list-block-item {
    display: block;
    box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.1);
}

.top-list-block-item img {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .top-list-block {
        padding: 6.4rem 0 12.7rem
    }

    .top-list-block-items {
        grid-template-columns: 1fr 1fr;
        gap: 0 3rem;
    }

}


/* specialsite */

.top-specialsite-block-inner {
    padding: 0 2rem;
}

.top-specialsite-block-items {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
}

.top-specialsite-block-item img {
    width: 100%;
}

.top-specialsite-block-title {
    text-align: center;
    font-size: 100%;
}

.top-specialsite-block .section-title-en {
    width: 13.4rem;
}

.top-specialsite-block .section-title-ja {
    margin-top: 0.6rem;
}

.top-specialsite-block-other {
    margin-top: 4rem;
    text-align: center;
}

.top-specialsite-block-btn {
    display: inline-block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    width: 100%;
    max-width: 24rem;
    padding: 1.5rem 0;
    border: 1px solid #cccccc;
    font-family: serif;
    font-weight: 600;
}

.top-specialsite-block-btn::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: translateY(-60%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 2rem;
}

@media screen and (min-width: 960px) {
    .top-specialsite-block .section-title-en {
        width: 20rem;
    }

    .top-specialsite-block-inner {
        max-width: 86rem;
        width: 100%;
        margin-inline: auto;

    }

    .top-specialsite-block-items {
        margin-top: 4.8rem;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .top-specialsite-block-other {
        margin-top: 6rem;
    }

    .top-specialsite-block-btn {
        font-size: 1.5rem;
        max-width: 25rem;
        padding: 1.4rem 0;

    }
}

/* top-foot-block */

.top-foot-block {
    padding: 10rem 0 0rem
}

.top-foot-block-inner {
    padding: 0 4.3rem;
}

.top-foot-block-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 0;
}

.top-foot-block-item {
    display: block;
}

.top-foot-block-item img {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .top-foot-block-items {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0 1.7rem;
    }
}

.top-ranking-block-title {
    text-align: center;
    margin-top: 8rem;
    font-size: 100%;
}

.top-ranking-block-title .section-title-ja {
    text-align: center;
}

.top-ranking-block-title .section-title-en {
    width: 10.5rem;
}

.top-ranking-block-title .section-title-ja {
    margin-top: 0.6rem;
}

@media screen and (min-width: 960px) {
    .top-ranking-block-title {
        margin-top: 5rem;
    }

    .top-ranking-block-title .section-title-en {
        width: 16rem;
    }
}

/* recommend */
.top-recommend-block-title {
    margin-top: 8rem;
    font-size: 100%;
}

.block-top-event{
    margin: 8rem 0 0rem;
}
@media screen and (min-width: 960px) {
    .block-top-event{
        margin: 10.5rem 0 0rem;
    }
}
.specialsite_listWrap {
    margin-top: 5rem;
    display: flex;
    gap: 4vw;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (min-width: 960px) {
    .specialsite_listWrap {
        gap: 30px;
    }
}
@media screen and (min-width: 960px) {
    .specialsite_listWrap li {
        max-width: 395px;
    }
}
.specialsite_listWrap li a {
    transition: 0.6s;
}
.accordion__btn {
    width: 64vw;
    margin: 2.5rem auto 0;
    padding: 1.4rem 0;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
}
@media screen and (min-width: 960px) {
    .accordion__btn {
        width: 250px;
        margin: 30px auto 0;
        padding: 8.5px 0;
        border: 1px solid #ccc;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.09em;
        position: relative;
    }
}
.accordion__btn.active::after {
    transform: rotate(-45deg);
}
.accordion__btn::after {
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    position: absolute;
    top: 35%;
    right: 9%;
    border-top: solid 0.2666666667vw #333;
    border-right: solid 0.2666666667vw #333;
    transition: 0.6s;
    transform: rotate(135deg);
    content: "";
}
@media screen and (min-width: 960px) {
    .accordion__btn::after {
        width: 5px;
        height: 5px;
        top: 40%;
        right: 9%;
        border-top: solid 1px #333;
        border-right: solid 1px #333;
    }
}
