@charset "utf-8";
/* CSS Document */
/*-------------------------------------------
使用：ドルフィーオンラインストア5周年記念フェア PC
最終更新：2024/09/04　Y.T
--------------------------------------------*/
.contents {
 padding: 48px 0;
 border-bottom: #ccc solid 1px;
 color: #5f3140;
 background: url("../5th_anniversary/images/241026_5th_anniversary_bg.jpg") top center no-repeat;
}
.bg_none {
 background: none;
}
.contents h1, .contents h2, .contents h3 {
 font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
 letter-spacing: 0.1em;
}
.contents h1 {
 font-size: 28px;
 color: #78162C;
 margin-bottom: 12px;
}
.contents h2 {
 display: block;
 font-size: 32px;
 color: #78162C;
 margin-bottom: 12px;
 text-align: center;
 position: relative;
 padding: 0;
}
.contents h2::before {
 content: url(/client_info/VOLKS/view/userweb/images/doll/icon_head.svg);
 width: 29px;
 margin-right: 10px;
 vertical-align: middle;
}
.contents h3 {
 font-size: 24px;
 color: #FFF;
 padding: 10px;
 margin: 0 0 12px;
 text-align: center;
 background: #B94375;
 vertical-align: middle;
}
.contents h4 {
 text-align: center;
}
.contents p {
 margin: 12px;
 text-align: center;
}
.contents p.catch {
 font-size: 40px;
 font-weight: bold;
 font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
 color: #b84274;
 margin-bottom: 12px;
}
.contents .itembox p {
 margin: 12px;
 text-align: left;
}
.contents .text {
 display: block;
 margin: 48px auto;
 text-align: center;
}
.contents .text a {
 color: #78162C;
}
.contents .text a::before {
 border-style: none;
}
.contents .introduction {
 text-align: center;
 font-size: 24px;
 margin-bottom: 24px;
}
.contents ul.note li {
 font-size: 14px;
 color: #666;
 list-style: none;
 padding-bottom: 5px;
 padding-left: 1em;
 text-indent: -1em;
 border-bottom: dotted 1px #ccc;
 padding-bottom: 2px;
}
/*-------- メニュー --------*/
.contents #menu {
    width: 960px;
    display: block;
    margin: 12px auto;
    border: #8b6d7a 2px solid;
    background: #FFF;
    box-shadow: 0 .2rem .5rem 
    rgba(0, 0, 0, 0.2);
   }
.contents #menu ul {
    margin: 24px;
    font-size:18px;
}
.contents #menu li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: #999 dotted 1px;
}
/*-------- 商品紹介 --------*/
.contents .item {
 display: flex;
}
.contents .itembox {
 width: 960px;
 display: block;
 margin: 12px auto;
 border: #B94375 2px solid;
 background: #FFF;
 box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.2);
}
.contents .itembox2 {
 width: 50%;
 margin: 12px;
}
.contents .itembox img {
 max-width: 100%;
 height: auto;
 max-height: 100%;
}
.contents img.item_img {
 display: block;
 margin: 0 auto;
}
.contents .item_description {
 width: 960px;
 padding: 12px;
 display: block;
 margin: 0px auto 12px;
 background: url(/client_info/VOLKS/view/userweb/images/doll/category_back.jpg) no-repeat;
}
.contents .item_description p {
 margin: 12px 0 0;
}
.contents .itembox img.lmt_logo {
 display: inline;
 vertical-align: bottom;
 width: 50px;
 padding-right: 10px;
}
.contents .item_note {
 margin: 12px;
 font-size: 14px;
 color: #666;
 text-align: center;
}
.contents .item_note li {
 padding: 0 0 0 1em;
 text-indent: -1em;
}
.contents .item_note li + li {
 margin-top: 1px;
}
.contents a.btn_order {
 width: 90%;
 display: block;
 margin: 12px auto;
 padding: 1em;
 text-align: center;
 background: #78162c;
 border-radius: 6px;
 color: #FFF;
}
.contents a.pre {
 color: #5f3140;
 pointer-events: none;
 background: #eee;
}
.contents a.pre::after {
 content: "（※準備中）";
 font-size: 14px;
}
.contents a.close {
 color: #5f3140;
 pointer-events: none;
 background: #eee;
}
/*-------- プレゼント --------*/
.contents .present {
 width: 50%;
 margin: 12px;
}
.contents .present .present_img {
 padding: 0 12px 12px;
}
.contents .present .item_note li{
 text-align: left;
}

/*-------- 会員入会 --------*/
.contents .member {
 border: #999 1px solid;
 background: #FFF;
}
.contents .member h3 {
 background: #999;
}
/*-------- 販売方法 --------*/
.contents dl {
 margin: 0 12px 12px;
 padding: 3px 6px;
 font-size: 18px;
 font-weight: bold;
 border: 1px solid;
}
.contents dt {
 width: 100px;
 float: left;
}
.contents dt.short {
 width: 50px;
}
.contents dd::after {
 content: "";
 display: block;
 clear: both;
}
.contents .red {
 color: #D90000;
}
/*-------- アイコン --------*/
.contents ul.icon_rule {
 font-size: 12px;
 color: #FFF;
 margin-bottom: 12px;
}
.contents ul.icon_rule li {
 padding: 3px 5px;
 float: left;
 margin: 2px;
}
.contents ul.icon_rule::after {
 content: "";
 display: block;
 clear: both;
}
.contents ul.icon_rule li.members {
 background: #C50047;
 margin-left: 12px;
}
.contents ul.icon_rule li.method_lot {
 background: #fc3959;
}
.contents ul.icon_rule li.method_cart {
 background: #666;
}
.contents ul.icon_rule li.qty {
 background: #54a4dc;
}