@charset "UTF-8";

/* 今月の優待 */

/*--------------------------------------------------
  base
--------------------------------------------------*/

html {
    font-size: 62.5%;
    font-family:  YakuHanJP_Narrow,'Noto Sans JP' ,"noto-cjk-jp",sans-serif; 
    scroll-behavior: smooth;
}
body {
    position: relative;
    background: #fff;
}

p {
    font-size: 1.4rem;
    line-height: 100%;
}

.wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.pc-hidden {
    display: none !important;
}

@media(max-width: 768px) {
    p {
        line-height: 200%;
    }
    .wrap {
        width:100%;
        padding-right: calc(16/ 375 * 100%);
        padding-left: calc(16/ 375 * 100%);
    }
    .sp-hidden {
        display:none !important;
    }
    .pc-hidden {
        display:block !important;
    }
}

/* link */
.offers_archives .link {
    margin: 4rem auto 0;
    font-size: 1.6rem;
    text-align: center;
}
.offers_archives .link-item {
    padding-right: 2rem;
    position: relative;
}
.offers_archives .link-item::after {
    content: "";
    margin: auto;
    width: 18px;
    height: 18px;
    background: url("/img/icon/black-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.offers_archives .link-item:hover {
    opacity: 0.7;
}


/*--------------------------------------------------
  header
--------------------------------------------------*/

.offers_archives .header {
    /* margin-bottom: 0; */
    position: static;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 10rem;
    z-index: 999;
}

@media(max-width: 768px) {
    .offers_archives .header {
        min-height: 7rem;
    }
}

.offers_archives .header .header-inner {
    padding: 1rem 3.9%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

@media(max-width: 768px) {
    .offers_archives .header .header-inner {
        padding:1rem 1rem;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.offers_archives .header .header-logo {
    display: inline-block;
}

.offers_archives .header .header-logo img {
    margin: 0 auto;
}

@media(max-width: 768px) {
    .offers_archives .header .header-logo {
        width:19.9rem;
        max-width: 100%;
    }
}


/*--------------------------------------------------
  pagetop
--------------------------------------------------*/

.offers_archives #page-top {
    position: -webkit-sticky;
    position: sticky;
    right: 1.6rem;
    z-index: 99;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    left: calc(100vw - 120px);
    width: 80px;
    bottom: 50px;
    margin-bottom: -40px;
}

@media(max-width: 768px) {
    .offers_archives #page-top {
        left:calc(100vw - 100px);
        bottom: 10px;
        margin-bottom: -50px;
        position: fixed;
        margin-bottom: 0px;
    }
}

.offers_archives #page-top a {
    background-color: #a89176;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 2rem 1rem 1rem;
    width: 8rem;
    max-width: 100%;
    height: 8rem;
    max-height: 100%;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

@media(hover: hover)and (pointer: fine) {
    .offers_archives #page-top a:hover {
        background-color:#222;
        border: 1px solid #a89176;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.offers_archives #page-top a .page-top-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.offers_archives #page-top a .page-top-arrow img {
    width: 1.5rem;
    max-width: 100%;
}

.offers_archives #page-top a .page-top-text {
    margin-top: 1.2rem;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    font-weight: 500;
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/

.offers_archives .footer-bottom {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    background-color: #222;
}

@media(max-width: 768px) {
    .offers_archives .footer-bottom {
        padding-bottom: 8.6rem;
    }
}

.offers_archives .footer-bottom-text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
}

.offers_archives .footer-bottom-text.ja {
    font-size: 1.1rem;
}

@media(max-width: 768px) {
    .offers_archives .footer-bottom-text.ja {
        font-size: 1.2rem;
    }
}

.offers_archives .footer-bottom-text.en {
    margin-top: .8rem;
}

@media(max-width: 768px) {
    .offers_archives .footer-bottom-text.en {
        font-size: 1rem;
    }
}

/*--------------------------------------------------
  main
--------------------------------------------------*/

/* mv */
.offers_archives .sec-mv {
    width: 100%;
    /* min-height: 38rem; */
}
.offers_archives .sec-mv img {
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    object-fit: cover;
}
@media(max-width: 768px) {
    .offers_archives .sec-mv {
        /* min-height: auto; */
    }
    .offers_archives .sec-mv img {
        height: 20rem;
    }
}

/* anchor */
.offers_archives .sec-anchor {
    margin-top: 6.4em;
}
.offers_archives .anchor {
    display: flex;
    justify-content: center;
}
.offers_archives .anchor .anchor-item {
    padding: 0 3.3rem 0 1rem;
    font-size: 2rem;
    position: relative;
}
.offers_archives .anchor .anchor-item:hover {
    opacity: 0.7;
}
.offers_archives .anchor .anchor-item::after {
    content: "";
    margin: auto;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(90deg);
    background: url("/img/icon/black-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 1rem;
}
.offers_archives .anchor .anchor-item + .anchor-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #222;
    position: absolute;
    left: 0;
}
@media(max-width: 768px) {
    .offers_archives .sec-anchor {
        margin-top: 4rem;
    }
    .offers_archives .anchor {
        /* flex-direction: column;
        align-items: center;
        gap: 1rem; */
        flex-wrap: wrap;
    }
    .offers_archives .anchor .anchor-item {
        margin: 0.5rem 0;
        font-size: 1.8rem;
    }
    /* .offers_archives .anchor .anchor-item + .anchor-item::before {
        display: none;
    } */
}


/* offer */
.offers_archives .sec-offer {
}
.offers_archives .offer-title {
    margin-top: 10rem;
    margin-bottom: 5.6rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    font-size: 4rem;
    font-family: "Montserrat",sans-serif;
    border-bottom: 2px solid #a89176;
}
.offers_archives .offer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.offers_archives .offer-list .offer-list-item {
    width: calc(50% - 1rem);
}
.offers_archives .offer-list .offer-list-link {
    display: flex;
    gap: 2rem;
    padding: 1rem;
    /* border: 1px solid #222; */
}
.offers_archives .offer-list .offer-list-link:hover {
    opacity: 0.7;
}
.offers_archives .offer-list .offer-list-img {
    width: 20rem;
    height: 20rem;
}
.offers_archives .offer-list .offer-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.offers_archives .offer-list .offer-list-detail {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    flex: 1;
}
.offers_archives .offer-list .offer-list-sub {
    display: flex;
    gap: 1rem 2rem;
    flex-wrap: wrap;
}
.offers_archives .offer-list .offer-list-data {
    font-size: 1.6rem;
}

.offers_archives .offer-list .offer-list-category {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.offers_archives .offer-list .offer-list-category span {
    display: inline-block;
    padding: 0.3rem 1rem 0.5rem;
    background-color: #808080;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 2rem;
}
.offers_archives .offer-list a .offer-list-txt {
    font-size: 1.6rem;
    line-height: 1.4;
}
.offers_archives .offer-list a .offer-list-txt.small {
    font-size: 1.4rem;
    line-height: 1.4;
}
@media(max-width: 768px) {
    .offers_archives .sec-offer {
    }
    .offers_archives .offer-title {
        margin-top: 6.4rem;
        margin-bottom: 4rem;
        font-size: 3rem;
    }
    .offers_archives .offer-list .offer-list-item {
        width: 100%;
    }
    .offers_archives .offer-list .offer-list-img {
        width: 10rem;
        height: 10rem;
    }
    .offers_archives .offer-list .offer-list-sub {
        display: block;
    }
    .offers_archives .offer-list .offer-list-data {
        margin-top: 1rem;
    }
}


/* archive */
.offers_archives .sec-archive {
    margin-top: 10rem;
    padding: 10rem 0;
    background-color: #f5f5f5;
}
.offers_archives .archive-title {
    margin-bottom: 5.6rem;
    font-size: 4rem;
    text-align: center;
    font-family: "Montserrat",sans-serif;
}
.offers_archives .archive-form {
    text-align: center;
}
.offers_archives .archive-select {
    margin: 0 auto;
    padding: 2rem;
    width: 40rem;
    background-color: #fff;
    border: 1px solid #222;
    font-size: 1.8rem;
    text-align: center;
    outline: none;
    cursor: pointer;
}
@media(max-width: 768px) {
    .offers_archives .sec-archive {
        margin-top: 6.4rem;
        padding: 6.4rem 0;
    }
    .offers_archives .archive-title {
        margin-bottom: 4rem;
        font-size: 3rem;
    }
    .offers_archives .archive-select {
        width: 90%;
        font-size: 1.6rem;
    }
}


.offers_archives .sec-lccircle,
.offers_archives .sec-lcm {
    margin: 10rem 0;
}
.offers_archives .lccircle-title,
.offers_archives .lcm-title {
    margin-bottom: 5.6rem;
    font-size: 4rem;
    text-align: center;
    font-family: "Montserrat",sans-serif;
}
.offers_archives .lccircle-img,
.offers_archives .lcm-img {
    margin: 0 auto 4rem;
    width: 370px;
}
.offers_archives .lccircle-text,
.offers_archives .lcm-text {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}
.offers_archives .lccircle-text + .lccircle-text,
.offers_archives .lcm-text + .lcm-text {
    margin-top: 2em;
}
.offers_archives .lccircle,
.offers_archives .lcm {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 84rem;
    max-height: 15.3rem;
    background-color: #ccc;
}
@media(max-width: 768px) {
    .offers_archives .sec-lccircle,
    .offers_archives .sec-lcm {
        /* margin-top: 6.4rem; */
        margin: 6.4rem 0;
    }
    .offers_archives .lccircle-img,
    .offers_archives .lcm-img {
        width: 100%;
    }
}


.offers_archives .sec-note {
    margin: 10rem 0;
}
.offers_archives .note-title {
    margin-bottom: 5.6rem;
    font-size: 4rem;
    text-align: center;
    font-family: "Montserrat",sans-serif;
}
.offers_archives .note-text {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}
.offers_archives .note-text + .note-text {
    margin-top: 2em;
}
.offers_archives .note {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 84rem;
    max-height: 15.3rem;
    background-color: #ccc;
}
@media(max-width: 768px) {
    .offers_archives .sec-note {
        /* margin-top: 6.4rem; */
        margin: 6.4rem 0;
    }
}

/* .offers_archives .sec-lccircle + .sec-note,
.offers_archives .sec-lcm + .sec-lccircle {
    padding-top: 0;
} */

