@charset "UTF-8";
:root {
    --blue: #2A3E89;
    --line: #d9e1ef;
    --soft: #f4f7fc;
    --text: #333;
    --white: #fff;
}
* {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
#list_wrap {
    width: 100%;
    max-width: 120rem;
    margin: 6rem auto;
    text-align: center;
}
#list_wrap img {
    width: 100%;
}
#list_wrap .name {
    font-size: 1.6rem;
}
.heading {
    position: relative;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.heading + p {
    max-width: 120rem;
    margin: 0 auto;
    font-size: 2rem;
    padding-top: 6rem;
    letter-spacing: 0.09em;
    text-align: center;
}
.header_img {
    font-size: 2.8rem;
    background-color: #fbfbff;
}
.header_img .c-inner {
    margin: 0 auto;
    box-sizing: border-box;
    height: 200px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("https://tt313.w2solution.com/Test/R5008_AmcMu/Page/campaignlist/img/main.jpg");
}
.header_img .c-inner h1 {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 37px;
    box-sizing: border-box;
}
.header_img .c-inner h1 span {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}
.mode-tabs {
    display: flex;
    margin: 0 auto 40px;
    min-height: 60px;
    gap: 2rem;
}
.mode-tab {
    border: 1px solid var(--blue);
    background: #fff;
    color: var(--blue);
    cursor: pointer;
    transition: .2s ease;
    font-size: 1.8rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 50%;
}
.mode-tab.is-active {
    background: var(--blue);
    color: #fff;
}
.filter-panel {
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
    margin-bottom: 28px;
}
.filter-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.filter-btn {
    border: 1px solid #d7deeb;
    background: #fff;
    color: #36405a;
    padding: 10px;
    cursor: pointer;
    transition: .2s ease;
    min-width: 132.6666666666px;
    font-size: 1.6rem;
}
.filter-btn:hover {
    opacity: .75;
}
.filter-btn.is-active {
    background: #eff4ff;
    color: var(--blue);
}
.product-list-tabs {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
    border: 1px solid #173b91;
}
.product-list-tab {
    width: 50%;
    padding: 18px 20px;
    border: none;
    background: #fff;
    color: #173b91;
    font-size: 16px;
    letter-spacing: .05em;
    cursor: pointer;
    transition: .3s;
}
.product-list-tab + .product-list-tab {
    border-left: 1px solid #173b91;
}
.product-list-tab:hover {
    background: #f4f6fb;
}
.product-list-tab.is-active {
    background: #173b91;
    color: #fff;
}
/* =========================
   切り替えコンテンツ
========================= */
.tab-panel {
    display: none;
}
.tab-panel.is-active {
    display: block;
}
#list_wrap section[id] {
    scroll-margin-top: 180px;
}
#list_wrap h3 {
    background: #f5f5f5;
    text-align: center;
    margin: 10rem 0 2rem;
    padding: 1rem 0;
    border-radius: 1.5rem;
    font-size: 1.8rem;
}
#list_wrap #cleansing h3, #list_wrap #skincare h3 {
    margin-top: 4rem;
}
#list_wrap .list_read {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}
#list_wrap .itemwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
#list_wrap .itemwrap li {
    width: calc(100% / 4 - 1.5rem);
}
#list_products, #list_series {
    margin-top: 5rem;
}
.page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #173b91;
    color: #173b91;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .1em;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 100;
    flex-direction: column;
    gap: 2px;
}
.page-top:hover {
    background: #173b91;
    color: #fff;
}
/* 表示状態 */
.page-top.is-show {
    opacity: 1;
    visibility: visible;
}
.teiki_link {
    display: flex;
    max-width: 120rem;
    margin: 0 auto;
    background: var(--soft);
    padding: 6rem 4rem;
    border-radius: 10px;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue);
}
.teiki_link_ic {
    width: 88px;
    height: 88px;
}
.teiki_link_text {
    color: var(--blue);
    letter-spacing: 0.09em;
}
.teiki_link_text .p1 {
    font-size: 3.8rem;
    border-bottom: 1px solid var(--blue);
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-weight: 500;
}
.teiki_link_text .p2 {
    font-size: 1.6rem;
    line-height: 1.75;
    color: var(--text);
}
.teiki_link a {
    display: block;
    background: var(--blue);
    color: #fff;
    min-height: 65px;
    line-height: 65px;
    padding: 0 5rem;
    border-radius: 8px;
    font-size: 1.8rem;
}
@media screen and (max-width:767px) {
    .header_img .c-inner {
        background-image: url(../Page/campaignlist/img/main.jpg);
        margin: 0 auto;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: right top;
        background-position: 85% bottom;
        padding: 0 0 100px 0;
        height: auto;
        background-size: auto 100px;
    }
    .header_img .c-inner h1 {
        padding: 30px 10px 30px 30px;
    }
    .header_img .c-inner h1 span {
        font-size: calc(40 * (100vw / 750));
        height: auto;
        vertical-align: middle;
        font-weight: normal;
    }
    #list_wrap {
        width: calc(700 * (100vw / 750));
        margin: 3rem auto;
    }
    .heading + p {
        width: calc(700 * (100vw / 750));
        font-size: calc(26 * (100vw / 750));
        line-height: 1.7;
        padding-top: 3rem;
    }
    .mode-tabs {
        min-height: 45px;
        gap: .8rem;
    }
    .mode-tab {
        font-size: 1rem;
    }
    .filter-row {
        gap: 8px;
    }
    .filter-btn {
        min-width: 76.666667px;
        font-size: .8rem;
        padding: 8px;
    }
    #list_wrap h3 {
        font-size: calc(30 * (100vw / 750));
        margin: 5rem 0 1rem;
    }
    #list_wrap #cleansing h3, #list_wrap #skincare h3 {
        margin-top: 3rem;
    }
    #list_wrap .list_read {
        font-size: calc(24 * (100vw / 750));
        margin-bottom: 1.5rem;
        line-height: 1.7;
    }
    #list_wrap .itemwrap li {
        width: calc(100% / 2 - .5rem);
    }
    #list_wrap .name {
        font-size: calc(24 * (100vw / 750));
    }
    #list_wrap .subname {
        height: auto;
        margin: 0;
    }
    .teiki_link {
        width: calc(700 * (100vw / 750));
        padding: 2rem;
        flex-direction: column;
        gap: .8rem;
        margin-bottom: 4.5rem;
    }
    .teiki_link_text .p1 {
        font-size: calc(28 * (100vw / 750));
        line-height: 1.75;
        margin-bottom: .8rem;
        padding-bottom: .8rem;
    }
    .teiki_link_text .p2 {
        font-size: calc(24 * (100vw / 750));
    }
    .teiki_link a {
        min-height: 40px;
        line-height: 40px;
        padding: 0 15px;
        border-radius: 8px;
        font-size: calc(24 * (100vw / 750));
        width: 100%;
        text-align: center;
    }
    .page-top {
        right: 15px;
        bottom: 75px;
        width: 80px;
        height: 80px;
        font-size: calc(22 * (100vw / 750));
    }
.page-top:hover {
    background: initial;
    color: initial;
}    
    .page-teiki {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #173b91;
        color: #FFFFFF !important;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        z-index: 100;
        padding: 1rem;
        
    }
    .page-teiki span{
      animation: blink 2s infinite;  
    }

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
}

.revico-star .revico-star-block {
    justify-content: flex-start;
}