:root {
    --accent-color: #1e3662;
    --font-playfair: "Playfair Display", serif;
    --font-crimson: "Crimson Text", serif;
}

html {
    font-family: "Noto Sans JP",sans-serif;
    font-size: 62.5%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.contents{
    width: calc(100% - 30px);
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
	padding:0;
}
.container{
	padding:0;
}
.comapany-box pre{
    font-size:1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
}
main{
    margin: 50px auto 200px;
    width: 750px;
}
h2{
    margin-bottom:50px;
    font-weight:400;
    letter-spacing: 0.2rem;
}
h2 span{
    display: block;
    font-size: 1.2rem;
    margin-top: 4px;
    letter-spacing: .1em;
}
a:hover {
    opacity: .7;
}

/*利用案内*/
.guide-section{
    margin-bottom:45px;
}
.guide-section p{
    border-bottom: 1px solid #585858;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
}
.guide-section pre{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
    white-space: pre-wrap;
}

/*プライバシーポリシー*/
.policy-box pre{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
    white-space: pre-wrap;
}

/*特定商取引法*/
.contract-section{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 45px;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.contract-section dd{
    margin-left: 1.6rem;
}

/*利用規定*/
.policy-box{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
}
.policy-box pre{
    white-space: pre-wrap;
}
.policy-box .terms h5, .policy-box .terms h6, .policy-box .terms li{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
}
.terms li{
    margin-left:1.6rem;
}

/*利用規定*/
main.search-items{
    width:auto;
}
.search-items .item-list{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
}
.search-items .item-list li{
    list-style;none;
}
.list-head-sort{
    display:flex;
    justify-content: flex-end;
    gap:5%;
    margin-bottom:10%;
    padding:0.8rem;
    padding-right: 5rem;
    background:#fafafa;
    font-size:1.4rem;
}
.pager-wrap{
    margin-top:10%;
    text-align:center;
    font-size:1.4rem;
}
.pager{
    list-style:none;
}

/*商品検索結果*/
.sec--items__list__items{
    position:relative;
}
.item-icon{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
}
.item-icon p{
    display: flex;
    width: 100%;
    font-size: 1.2rem;
    height: 20px;
    background: var(--accent-color);
    justify-content: center;
    color: #fff;
    align-items: center;
    font-family: var(--font-playfair);
}
.item-list-sold{
    font-size: 1.2rem;
    text-align: right;
}


/*買い物かご*/
section.cart{
    margin:100px auto;
}
section.cart h2{
    font-size:1.4rem;
}
.cart-list-table{
    width:100%;
    padding-top:3%;
    border-spacing:0;
}
.cart-list-table th{
    font-size: 1.4rem;
    background: #fafafa;
    color: #333;
    font-weight: 400;
    line-height: 4rem;
}
.cart-list-table td{
    padding-bottom:3%;
    margin-bottom:3%;
    border-bottom:1px solid #ccc;
    text-align: center;
}
.item-cart-title{
    font-size:1.4rem;
}
.cart-list-image a{
    display:flex;
    justify-content: center;
}
.item-cart-quantity{
    font-size:1.2rem;
}
.item-cart-quantity div{
    display:flex;
    margin:10px;
    gap: 15px;
    justify-content: center;
}
.cart-total{
    background:#fafafa;
}
.cart-total-title{
    font-size: 1.4rem;
    font-weight: 600;
    padding: 3%;
}
.item-cart-subtotal{
    font-size: 1.6rem;
    font-weight: 600;
}
.item-cart-price{
    font-size:1.4rem;
}
.cart-total-price{
    font-size: 2.6rem;
    font-weight: 600;
}
.cart-total-price-wrap{
    padding:3%;
}
.cart-button-wrap{
    list-style: none;
    display:flex;
    justify-content: center;
    gap: 5%;
    margin-top:5%;
    padding-left:0;
}
.cart-button, .cart-back-button{
    width: 300px;
}
.cart-button a{
    display: block;
    text-align: center;
    padding: 14px 0;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: .1em;
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}
.cart-back-button a{
    display: block;
    text-align: center;
    padding: 14px 0;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: .1em;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    transition: .2s;
}
.item-cart-delete{
    color:#666;
  }
.incart-total-item{
    font-size:1.4rem;
    text-align: center;
    margin-top:10%;
}

/*コンセプト*/
.concept__block-mv{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    max-height: 550px;
    aspect-ratio: 2000 / 1333;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.concept__block-mv img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
main.page_concept{
    width:auto;
}
.page_concept section{
    padding:60px 0 0;
}
.page_concept section:last-child{
    padding-bottom:0;
}
/* .page_concept section:nth-child(2n+1){
    background:var(--accent-color);
} */
.page_concept h2{
    margin:30px auto;
    font-size:2.2rem;
    font-weight:400;
    font-family: "Noto Sans JP", sans-serif;
}
.page_concept ol, .page_concept dl{
    margin:30px auto 0;
}
.page_concept p, .page_concept li, .page_concept dd, .page_concept dt{
    margin:10px auto;
    font-size: 1.4rem;
    font-weight: 400;
    line-height:1.6;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
    white-space: pre-wrap;
}
.page_concept p.brand-concept{
	font-weight:bold;
}
.page_concept p span, .page_concept dd span{
    display:block;
    font-size:1.2rem;
}
.page_concept li{
    list-style: none;
    line-height:0.5;
}
/* .page_concept section:nth-child(2n+1) h2, .page_concept section:nth-child(2n+1) dd, .page_concept section:nth-child(2n+1) dt, .page_concept section:nth-child(2n+1) p {
    color:#fff;
} */

/*成分一覧*/
.ingredient-list__block{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
    display: flex;
    gap: 1rem;
    margin-bottom: 45px;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.ingredient-list__block dt{
    color: var(--accent-color);
    font-size: 1.8rem;
    font-weight: bold;
}
.ingredient-list__block dt span{
    display:inline-block;
    text-indent:1rem;
    font-size: 1.4rem;
    font-weight: 400;
}
.ingredient-efficacy{
    background: #eaeaea;
    padding: 0.5rem 2rem;
}
.ingredient-list__block dd{
    line-height:1.6;
}
.ingredient-list__block dd span{
    display:block;
    margin:1rem 0;
    font-weight:bold;
}
.ingredient-list__btn{
    display: flex;
    justify-content: flex-end;
}
.ingredient-list__btn a{
    padding: 0.8rem 1.5rem;
    margin: 2rem 0;
    background: #000;
    color:#fff;
    text-decoration: none;
}

/*notice*/
.news-content-wrap{
	margin-bottom: 60px;
}
.section-title.news-title{
	font-size: 1.8rem;
}
.news-detail-content{
	font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #585858;
    letter-spacing: .1em;
    line-height: 2.4rem;
}
.news-list-title{
	font-size:1.6rem;
}
.news-list-title a{
	text-decoration:none;
}
.news-list-content{
	font-size:1.4rem;
	line-height:2.4rem;
}
.news-list-date{
	font-size: 12px;
    color: #B5B5B5 !important;
    margin-bottom: 8px;
}
.news-pager{
	list-style: none;
	margin-top: 10%;
    text-align: center;
    font-size: 1.2rem;
	color:#333;
    display: flex;
    justify-content: end;
}
.pager-left{
	display: flex;
    justify-content: space-between;
    width: 50%;
}

/* -----------------------------------------------------------------
   responsive
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    main{
        width:100%;
        margin: 10% auto 20%;
    }
    h2{
        margin-bottom:5%;
    }
    .comapany-box pre{
        white-space: pre-wrap;
    }

    /*利用規定*/
    .search-items .item-list{
        grid-template-columns: repeat(2, 1fr);
    }

    /*検索結果*/
    .list-head-sort{
        font-size:1rem;
        padding-right: 1.5rem;
    }

    /*買い物かご*/
    .item-cart-quantity input{
        width:70px;
        text-align: center;
    }
    .cart-total-title{
        padding-right:0;
    } 
    .cart-total-price-wrap{
        padding:0 10px 0 0;
    }
    .cart-total-price{
        font-size: 2rem;
    }
    .item-cart-quantity div{
        white-space: nowrap;
    }
    .cart-list-table th span{
        display:block;
        font-size:1.2rem;
    }
    .cart-button-wrap{
        flex-direction: column;
        gap:20px;
    }
    .cart-button, .cart-back-button{
        width:100%;
    }
    .incart-total-item{
        margin-top:20%;
    }

    /*コンセプト*/
    .page_concept section:first-child{
        margin-top:0;
    }
    .concept__block-mv{
        max-height: 575px;
        aspect-ratio: 2000 / 1333;
    }

    /*成分一覧*/
    .ingredient-list__block dt span{
        display:block;
        text-indent:0;
    }

}