@charset "utf-8";
/* CSS Document */
body {
    background: #e2ebf0;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
    font-size: 1.5rem;
}
img {
    width: 100%;
    margin: 0 auto;
}
.pc_top .top_navi img {
    width: 70% !important;
}
.pc_top .top_navi {
    right: 60px;
    position: fixed;
    bottom: 80px;
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
    #list_wrap {
        width: 1100px;
    }
}
@media screen and (max-width: 767px) {
    #list_wrap {
        width: calc(690 * (100vw / 750));
    }
    #list_wrap ul.itemwrap li {
        width: 100% !important;
        margin-left: 10px !important;
    }
    .pc {
        display: none;
    }
    .listttl_bg h2 img {
        width: 100%;
    }
}
#list_wrap img {
    width: 100%;
}
#list_wrap {
    margin: 0 auto;
    text-align: center;
}
#list_wrap .teiki_info_anker {
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    font-size: 2.2rem;
    padding: 4%;
    font-weight: 600;
}
#list_wrap p {
    text-align: center;
    line-height: 1.5em;
}
#list_wrap .itemDetail {
    font-weight: bold;
}
#list_wrap ul.navi {
    height: 60px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#list_wrap ul.navi li {
    padding-top: 25px;
    width: 320px;
    background-color: #2A3E89;
}
#list_wrap ul.navi li a {
    color: #fff;
}
#list_wrap h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 0;
}
#list_wrap h3 {
    border: 2px solid #ff81b3;
    display: block;
    text-align: center;
    margin: 50px 0 20px 0;
    padding: 10px 0;
    font-size: 18px;
}
#list_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#list_wrap ul.anker li {
    width: 16%;
    text-align: center;
}
#list_wrap ul.anker li img {
    width: 80px;
    margin: 0 auto;
}
#list_wrap ul.anker li p {
    text-align: center;
    margin-top: 10px;
}
#list_wrap ul.itemwrap li {
    width: 450px;
    font-size: 1.2em;
    margin: 20px;
}
#list_products {
    margin-top: 50px;
    /* padding-top: 100px; */
}
.list_series ul.itemwrap li {
    margin-bottom: 50px;
}
.list_series ul.itemwrap li:nth-last-child(-n+4) {
    margin-bottom: 0px;
}
/* 2002改修 */
#list_wrap h3 p {
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
}
#list_wrap h3 {
    background-color: #ff81b3;
    border: 2px solid #ff81b3 !important;
}
#list_wrap .list_read {
    margin-bottom: 25px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.divArea {
    padding: 0;
    font-size: 13px;
    margin-top: 30px;
}
.sub_menu {
    width: 1000px;
    left: 0;
    padding: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 24px;
    text-align: left;
    z-index: 200;
}
ul li:hover .sub_menu, ul li:hover .trykit-sub_menu {
    visibility: visible;
}
.sub_menu .sub_menu--list {
    margin-right: 40px;
}
.sub_menu .sub_menu--list img {
    display: block;
    margin-bottom: 20px;
}
.sub_menu--title {
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bolder;
    color: #0e2f8f;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    border-bottom: 1px solid #0e2f8f;
}
.sub_menu .sub_menu--list .col a {
    font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #454545;
    line-height: 2.1;
    letter-spacing: 0.01em;
}
.sub_menu .sub_menu--list .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sub_menu .sub_menu--list .col p a {
    text-align: left;
    box-sizing: border-box;
    display: inline;
    margin-bottom: 5px;
}
.sub_menu .sub_menu--list .col p a:hover {
    color: #0e2f8f;
    border-bottom: 1px solid #0e2f8f;
    transition: all 0.3s;
}
.listttl_bg h2 {
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
}
.listttl_bg h2 span {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}
.teikibin {
    font-weight: 600;
}
.dis30 {
    color: #ff0000;
    padding: 5px;
    display: inline-block;
    font-size: 15px;
}
.kakoi {
    border: 1px solid #666;
    padding: 2px 5px;
}
.btnt a, .btn a {
    color: #fff;
    display: inline-block;
    width: 70%;
    text-align: center;
    margin: 15px;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 1.3em;
    font-weight: 500;
}
.btnt a {
    /* background-color: #2A3E89; */
    background: #0E2F8F;
}
.btn a {
    /* background-color: #0E2F8F; */
    background: #E7385F;
}
input[type="checkbox"] + label {
    padding-left: 0 !important;
    margin: 10px !important;
} /* アコーディオン*/
.acd-check, input[type="checkbox"] + label:before, input[type="checkbox"]:checked + label:after {
    display: none !important;
}
.acd-label {
    background: #fff;
    color: #666666;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    text-align: center;
    border: 1px solid #666;
}
.acd-content {
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    text-align: center;
    height: 0;
    color: #666;
}
.acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    padding: 10px;
    visibility: visible;
    height: auto;
}
/*	.subname {
    margin: 10px 0 0 0;
}
	*/
.acd-content p {
    line-height: 170%;
}
.price {
    font-size: 1.2em;
    padding-left: 10px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0 0;
}
#Wrap {
    padding-top: 11rem;
}
@media screen and (max-width: 767px) {
    #Wrap {
        padding-top: calc(190 * (100vw / 750)) !important;
    }
}
#teiki {
    margin: 30px auto;
    text-align: center;
    width: 1100px;
}
#teiki ul {
    font-size: 1.2em;
    text-align: left;
    margin: 50px auto;
    padding: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#teiki ul li {
    line-height: 1.6em;
    margin-bottom: 10px;
}
#teiki ul li:last-child {
    margin-bottom: 0px;
}
/*　タブ */
/*ベース*/
section.typeA {
    display: flex;
    flex-wrap: wrap;
}
section.typeA::after {
    content: '';
    width: 100%;
    height: 3px;
    order: -1;
    display: block;
    background: #DB5330;
}
section.typeA .tabLabel { /* タブ */
    font-size: 2em;
    margin-right: 3px;
    padding: 4px;
    flex: 1;
    order: -1;
    border-radius: 3px 3px 0 0;
    color: #333;
    transition: .5s;
    cursor: pointer;
    font-family: serif;
    font-weight: 500;
    line-height: 2.2;
}
.skin {
    background-color: #EDBAB6;
}
.hair {
    background-color: #E2CFB0;
}
.uv {
    background-color: #B7DAD9;
}
section.typeA .tabLabel:nth-last-of-type(1) {
    margin-right: 0;
}
section.typeA input { /* ラジオボタン非表示 */
    display: none;
}
section.typeA .tabcontent { /* 本文 */
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.titletop01 {
    background-color: #FFBBD7;
    font-weight: 600;
}
.titletop02 {
    background-color: #D2D0E8;
    font-weight: 600;
}
.titletop03 {
    background-color: #93DBD9;
    font-weight: 600;
}
/*アクティブ設定*/
/*section.typeA input:checked + .tabLabel {
	color: #333;
	background-image: radial-gradient(circle, rgba(255, 246, 123, 1), rgba(245, 198, 81, 1) 80%);
}*/
section.typeA input:checked + .tabLabel + .tabcontent {
    height: auto;
    transition: .5s opacity;
    opacity: 1;
}
.price1 {
    margin-top: 7px;
}
.btnopen {

    background-color: #0E2F8F;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    transition: .3s;
    padding: 14px 10px;
    border: none;
}
.btnopen:after {
    content: '' !important;
    display: block !important;
    width: 1.3rem;
    height: 1.3rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 10%;
    margin: auto 0;
    transition: .3s;
}
.coupon {
    border: 1px solid #666;
    background-color: #fff;
    margin: 15px auto;
    width: 80%;
}
.code {
    color: #2000C4;
    font-size: 1.3em;
    font-weight: bold;
}
.thum {
    width: 50%;
    margin: 0 auto;
}
dl.present {
    border: 1px solid #0b95d1;
    margin: 6rem 0 3rem;
    background: #fff;
}
dl.present dt {
    background: #0b95d1;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 2em;
    padding: 2%;
    font-weight: 500;
    letter-spacing: 0.09em;
    text-align: center;
}
dl.present .fv_flex {
    display: grid;
    grid-template-columns: 45% 55%;
    padding: 4%;
}
dl.present > div {
    padding-right: 10%;
}
dl.present .fv_text {
    line-height: 1.5 !important;
    padding-right: 4%;
    font-size: 1.4em;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 4%;
    text-align: left !important;
}
dl.present .strong {
    font-size: 2.4em;
    font-weight: 600;
}
dl.present .pink {
    font-weight: 600;
    color: #F0039E;
    font-size: 1.4em;
}
#list_wrap dl.present p {
    text-align: left !important;
}


#skincare dl.present {
    border: 1px solid #A8862C;
    background: #fff;
    width: 940px;
    margin: 0 auto 3rem;
}
#skincare dl.present dt {
    background: #A8862C;
background: linear-gradient(180deg, rgba(168, 134, 44, 1) 0%, rgba(216, 202, 124, 1) 100%);
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 2em;
    padding: 2%;
    font-weight: 500;
    letter-spacing: 0.09em;
    text-align: center;
}
#skincare dl.present .fv_flex {
    display: grid;
    grid-template-columns: 63% 35%;
    padding: 4%;
}
/* TOP 目玉アイテム */
#list_wrap .top_item {
    position: relative;
    padding-bottom: 4rem;
}
#list_wrap .top_item a {
    position: absolute;
    animation: zoom 1s linear infinite alternate;
    display: block;
    transition: opacity .3s;
    overflow: initial;
    z-index: 3;
    bottom: 80px;
    right: 128px;
    height: 80px;
    width: 484px;
}
@keyframes zoom {
    0% {
        transform: scale(0.99);
    }
    100% {
        transform: scale(1.01);
    }
}