@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;
}
.fnt13{
    font-size: 1.2rem;
}
.lih15{
    line-height: 1.5;
}
.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;
}

.divArea {
    padding: 0;
    font-size: 13px;
    margin-top: 30px;
}

ul li:hover .sub_menu, ul li:hover .trykit-sub_menu {
    visibility: visible;
}

.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;
}

/*アクティブ設定*/
/*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;
}
.present {
    border: 3px solid #ed6e6e;
    background: #fff;
    margin: 0 auto;
    width: 980px;
    box-sizing: border-box;
}
.present h3{
background: #faf1ee;
    font-family: "Noto Serif JP", serif;
    font-size: 2em;
    padding: 2%;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-align: center;
    border-bottom: 3px solid #ed5e6e;
}

.present .present_inner{
  padding: 5% 8%;  
}
.present .fv_flex {
    display: flex;
    justify-content: space-between;
}

.present picture{
    width: 358px;
    height: auto;
    margin: auto;
}

.present picture img{
    object-fit: contain;
}

.present .btn a{
    padding: 20px;
    width: 312px;
    margin: 15px 0;
}


.present .fv_text {
        font-weight: 600;
    padding-bottom: 4%;
}
.present strong {
    font-size: 2.4rem;
}

.present .pt15{
    border-top: 1px solid #999;
    padding-top: 1.5em;
    margin-top: 1.5em;
}
