/* css（scss）は、#item_detail_boxを起点に記述してください。 */

/* ------------------------------
商品エリア
------------------------------ */
#item_detail_box {
    margin: 0 auto;
    padding: 0 0 80px;
    text-align: center;
    max-width: 940px;
    width: 100%;
}

#item_detail_box,
#item_detail_box * {
    box-sizing: border-box;
}

/* ------------------------------
商品リンク
------------------------------ */
#item_detail_box ul.link_list li {
    font-size: calc(19 / 14 * 1em);
    text-align: left;
    margin: 0 0 14px;
}

#item_detail_box ul.link_list li a.link-others {
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 4px;
    text-decoration: none;
}

#item_detail_box ul.link_list li a:hover {
    opacity: .6;
}

#item_detail_box ul.link_list li a.link-others::after {
    content: "";
    background-image: url("/img/itemcontents/0000000/icon_link.gif");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    margin-left: 6px;
}

/* ------------------------------
タイトル周り
------------------------------ */
#item_detail_box .title img,
#item_detail_box .title-1line img {
    width: 100%;
}

#item_detail_box .title-1line img.ph,
#item_detail_box .title img.ph {
    margin: 0 auto 20px;
}

#item_detail_box .title h3 {
    margin: 0 auto 40px;
    width: 690px;
}

#item_detail_box #howtouse .title h3 {
    margin: 0 auto 40px;
}

#item_detail_box .title-1line h3 {
    margin: 0 auto 40px;
    height: auto;
    width: 690px;
}

#item_detail_box .explanation-block h3 {
    margin: 0 auto 34px;
    text-align: center;
    width: 100%;
}

#item_detail_box .explanation-block h3 img {
    width: 690px;
}

#item_detail_box h2 {
    font-size: calc(21 / 14 * 1em);
    border-bottom: 1px solid #000000;
    margin: 0 0 50px;
    padding: 80px 0 12px;
    text-align: left;
}

/* ------------------------------
テキストパーツ
------------------------------ */
#item_detail_box .info-block .title {
    width: 100%;
}
#item_detail_box .text {
    font-size: calc(19 / 14 * 1em);
    letter-spacing: .2px;
    line-height: 1.8;
    margin: 0 0 60px;
    padding: 0;
    text-align: left;
    width: auto;
}
#item_detail_box .text:last-of-type {
    margin-bottom: 0;
}
#item_detail_box p a {
    text-decoration: underline;
}
#item_detail_box p a:hover {
    text-decoration: none;
}

#item_detail_box .text-caption {
    font-size: calc(19 / 14 * 1em);
    letter-spacing: .2px;
    line-height: 1.8;
    margin: 0 auto 1em;
    padding: 0;
    text-align: left;
    width: auto;
}

#item_detail_box .text-note {
    font-size: calc(15 / 14 * 1em);
    letter-spacing: .2px;
    line-height: 1.8;
    padding: 0;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

/* ------------------------------
ページ内リンクボタン
------------------------------ */
#item_detail_box .nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 90px;
    padding: 0;
    width: 940px;
}

#item_detail_box .nav-list li {
    margin: 0;
    width: 460px;
}

#item_detail_box .nav-list li:nth-child(n+3) {
    margin-top: 20px;
}

#item_detail_box .nav-list li a {
    background: #fff;
    border: 1.5px solid #222;
    color: #222;
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: calc(20 / 14 * 1em);
    letter-spacing: .5px;
    padding: 20px;
    position: relative;
    width: 100%;
}

#item_detail_box .nav-list li a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 36px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(135deg);
}

#item_detail_box .nav-list li a:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

#item_detail_box .nav-list li a:hover::before {
    border-color: #fff;
}

/* ------------------------------
お買い物かごエリア＆ボタン
------------------------------ */
#item_detail_box .info-block-text.info-block-text-ex {
    padding-left: initial;
    width: 100%;
    margin: auto;
}
#item_detail_box .info-block .product-name {
    font-size: calc(30 / 14 * 1em);
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 18px;
    text-align: left;
}

#item_detail_box .info-block .product-number,
#item_detail_box .info-block .product-price {
    font-size: calc(20 / 14 * 1em);
    font-weight: bold;
    text-align: left;
}

#item_detail_box .info-block .info-block-text-ex .product-name,
#item_detail_box .info-block .info-block-text-ex .product-number,
#item_detail_box .info-block .info-block-text-ex .product-price {
    text-align: center;
}

#item_detail_box .info-block .product-price {
    margin: 0 auto 27px;
}

#item_detail_box .info-block .product-number {
    margin: 0 auto 10px;
}

#item_detail_box .info-block .product-name span {
    font-size: calc(18 / 14 * 1em);
}

#item_detail_box .info-block .product-price span {
    font-size: calc(28 / 14 * 1em);
}

/* ボタン type1 */
#item_detail_box .btn {
    background: #fff;
    border: 1.5px solid #222;
    color: #222 !important;
    display: block;
    font-size: calc(20 / 14 * 1em);
    font-weight: bold;
    letter-spacing: .2px;
    margin: 0 auto;
    max-width: 420px;
    padding: 20px 25px;
    position: relative;
    text-align: center;
    width: auto;
}

#item_detail_box .btn:hover {
    background: #222;
    color: #fff !important;
    text-decoration: none;
}

#item_detail_box .btn::before {
    content: "";
    display: block;
    position: absolute;
}

#item_detail_box .btn-arrow::before {
    right: 15px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    top: calc(50% - 7px);
    transform: translateX(-50%) rotate(45deg);
}

#item_detail_box .btn-arrow:hover::before {
    border-color: #fff;
}

#item_detail_box .btn-arrow-top::before {　
    position: absolute;
    right: 15px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    top: calc(50% - 7px);
    transform: translateX(-50%) rotate(-45deg);
}

#item_detail_box .btn-arrow-top:hover::before {
    border-color: #fff;
}

#item_detail_box .craftsman-block .btn {
    margin-bottom: 150px;
}

/* ボタン type2 */
#item_detail_box .btn-cart {
    display: block;
    line-height: 84px;
    font-size: 20px;
    text-align: center;
    padding: 0;
    background-color: #b80000;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 40px;
    text-decoration: none;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#item_detail_box .btn-cart:hover {
    opacity: 0.7;
}

#item_detail_box .btn-cart::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17px;
    margin: -2.5px 0 0 0;
}

#item_detail_box .btn-cart::after {
    content: "";
    background-image: url("/img/itemcontents/0000000/cart_ico.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 60px;
    margin: -11.5px 0 0 0;
}

/* ------------------------------
別窓ボタン
------------------------------ */
#item_detail_box .btn-blank {
    border: 1px solid #222;
    max-width: 480px;
}

#item_detail_box .btn-blank::after {
    content: "";
    background-image: url("/img/itemcontents/0000000/blank_ico_black.png");
    background-repeat: no-repeat;
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 28px;
    margin: -10px 0 0 0;
}

#item_detail_box .btn-blank:hover::after {
    background-image: url("/img/itemcontents/0000000/blank_ico_white.png");
}

/* ------------------------------
汎用ブロック＆パーツ
------------------------------ */
#item_detail_box .info-block {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 90px;
}
#item_detail_box .info-block.info-bnr {
    width: 658px;
}
#item_detail_box .info-block.info-bnr img {
    max-width: 100%;
}
#item_detail_box .info-block .content_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* カート周り */
#item_detail_box .info-block .info-block-img {
    height: auto;
    max-width: 450px;
    width: auto;
}

#item_detail_box .info-block .info-block-img img {
    width: 100%;
}

#item_detail_box .info-block-text {
    padding-left: 40px;
    width: 460px;
}

#item_detail_box .info-block .product-name {
    font-size: calc(30 / 14 * 1em);
    font-weight: bold;
    margin: 0 auto 18px;
    text-align: left;
}

#item_detail_box .info-block .product-number,
#item_detail_box .info-block .product-price {
    font-size: calc(20 / 14 * 1em);
    font-weight: bold;
    text-align: left;
}

#item_detail_box .info-block .product-price {
    margin: 0 auto 27px;
}

#item_detail_box .info-block .product-number {
    margin: 0 auto 10px;
}

#item_detail_box .info-block .product-name span {
    font-size: calc(18 / 14 * 1em);
}

#item_detail_box .info-block .product-price span {
    font-size: calc(28 / 14 * 1em);
}

/* ------------------------------
セクションブロック
------------------------------ */
#item_detail_box .feature-block,
#item_detail_box .howtouse-block,
#item_detail_box .craftsman-block,
#item_detail_box .detail-block,
#item_detail_box .creator-block,
#item_detail_box .stocker-block {
    margin-top: -100px;
    padding-top: 100px;
    margin-bottom: 90px;
}
#item_detail_box .productinfo-block {
    margin-top: 90px;
    margin-bottom: 0;
}
#item_detail_box .explanation-block {
    margin: 50px auto;
    padding: 0 0 20px;
    text-align: center;
    max-width: 940px;
    width: 100%;
}
#item_detail_box .colorvariation-block {
    margin-top: 90px;
    margin-bottom: 60px;
}

/* ------------------------------
作り手 ブロック＆パーツ
------------------------------ */
#item_detail_box .craftsman-block>img {
    margin: 0 auto 30px;
    width: 100%;
}

#item_detail_box .craftsman-block {
    margin-bottom: 48px;
}
#item_detail_box .craftsman-block .about {
    margin: 50px auto 0;
}

/* ------------------------------
使い方 ブロック＆パーツ
------------------------------ */
#item_detail_box .howtouse-block .method {
    margin: 100px auto;

}

/* ------------------------------
ご購入前にご確認ください
ブロック＆パーツ（アコーディオン）
------------------------------ */
#item_detail_box .t-wrapper .t-fixed-w-m {
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

#item_detail_box .td-1 {
    margin: 0 auto 24px;
    text-align: left;
    padding: 0 25px;
    width: auto;
}

#item_detail_box .td-1 .td-1__hdr {
    color: #fff;
    cursor: pointer;
    background: #222;
    font-size: calc(22 / 14 * 1em);
    font-weight: bold;
    letter-spacing: .2px;
    padding: 15px 28px;
    position: relative;
}

#item_detail_box .t-ico--toggle {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#item_detail_box .t-ico {
    display: inline-block;
    background: 50% 50% no-repeat;
    background-size: 100% auto;
    vertical-align: top;
    line-height: 1;
    display: inline-block;
}

#item_detail_box .t-ico--toggle:before {
    transform: rotate(90deg);
}

#item_detail_box .t-ico--toggle:before,
#item_detail_box .t-ico--toggle:after {
    display: block;
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 22px;
    height: 3px;
    background: #fff;
    top: calc(50% - 1.5px);
    transition: transform 0.25s ease;
}

#item_detail_box .td-1__hdr.active .t-ico--toggle:before {
    transform: rotate(180deg);
}

#item_detail_box .td-1 .td-1__body {
    display: none;
    background: #fff;
    border: 2px solid #222;
    margin-top: -2px;
    padding: 30px 40px 10px;
}

#item_detail_box .td-1 .td-1__body h4 {
    font-size: calc(19 / 14 * 1em);
    margin: 0 0 0.5em;
}

#item_detail_box .td-1 .td-1__body ul,
#item_detail_box .td-1 .td-1__body ol,
#item_detail_box .td-1 .td-1__body p {
    font-size: calc(17 / 14 * 1em);
    line-height: 2;
    margin-bottom: 20px;
}

#item_detail_box .td-1 .td-1__body ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

#item_detail_box .td-1 .td-1__body ol li {
    text-indent: -1.4em;
    padding-left: 1.4em;
}

#item_detail_box .td-1 .td-1__body ol li::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    font-weight: bold;
}

#item_detail_box .td-1 .td-1__body ul li {
    padding-left: 18px;
    position: relative;
}

#item_detail_box .td-1 .td-1__body ul li::before {
    background: #000;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: calc(1em - 4.5px);
    width: 9px;
}

#item_detail_box :lang(x)::-ms-backdrop,
.td-1 .td-1__body ul li::before {
    top: .5em;
}

#item_detail_box .t-wrapper .t-list-num {
    font-size: 3.4vw;
    margin-bottom: 4vw;
}

#item_detail_box .t-wrapper .t-list-num .t-indent {
    margin-left: 4vw;
    text-indent: -4vw;
}

/* ーーーーーーー以下個別調整用CSSーーーーーーー */

/* ------------------------------
別サイズリンク
------------------------------ */
#item_detail_box ul.link_list {
	margin: 20px 0 60px;
}

#item_detail_box ul.link_list li {
	font-size: calc(19 / 14 * 1em);
	text-align: left;
	margin: 0 0 14px;
}

#item_detail_box ul.link_list li a.link-others {
	position: relative;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	text-decoration: none;
}

#item_detail_box ul.link_list li a:hover {
	opacity: .6;
}

#item_detail_box ul.link_list li a.link-others::after {
	content: "";
	background-image: url("/img/itemcontents/9731500/icon_link.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	margin-left: 6px;
}

/* ------------------------------
色違い見出し調整
------------------------------ */
#item_detail_box .title-1line h3.ex-color {
    margin: 0 auto 20px;
}

/* ------------------------------
バナー
------------------------------ */
#item_detail_box .info-block .banner h3 {
	height: auto;
}

#item_detail_box .info-block .banner a:hover {
	opacity: 0.8;
}

#item_detail_box .info-block .banner .banner-img {
	width: 70%;
}

/* ------------------------------
2カラム ブロック＆パーツ
------------------------------ */
#item_detail_box .info02-block {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 120px;
}

#item_detail_box .info02-block .title,
#item_detail_box .info02-block .title-1line {
	width: 100%;
    text-align: center;
}

#item_detail_box .info02-block .title-1line h3 {
	height: 50px;
}

#item_detail_box .info02-block h4 {
	font-size: calc(19 / 14 * 1em);
    margin-bottom: 0.5em;
}

/* 2カラム写真 */
#item_detail_box .info02-block .info-block-img {
	height: auto;
	max-width: 450px;
	width: auto;
}
#item_detail_box .info02-block .info-block-img:not(:last-of-type) {
	margin-bottom: 30px;
}
#item_detail_box .info02-block .info-block-img img {
	width: 100%;
}

/* 2カラムテキスト */
#item_detail_box .info02-block .info-block-text {
	text-align: start;
	padding-left: 40px;
	width: 490px;
}
#item_detail_box .info02-block .info-block-text p {
	text-align: left;
    font-size: calc(19 / 14 * 1em);
    letter-spacing: .2px;
    line-height: 1.8;
}

/* ------------------------------
汎用クラス
------------------------------ */
/* margin */
#item_detail_box .m_0 {
    margin: 0!important;
}

/* margin-top */
#item_detail_box .mt_0 {
    margin-top: 0!important;
}
#item_detail_box .mt_10 {
    margin-top: 10px!important;
}
#item_detail_box .mt_20 {
    margin-top: 20px!important;
}
#item_detail_box .mt_30 {
    margin-top: 30px!important;
}
#item_detail_box .mt_40 {
    margin-top: 40px!important;
}
#item_detail_box .mt_50 {
    margin-top: 50px!important;
}
#item_detail_box .mt_60 {
    margin-top: 60px!important;
}
#item_detail_box .mt_70 {
    margin-top: 70px!important;
}
#item_detail_box .mt_80 {
    margin-top: 80px!important;
}
#item_detail_box .mt_90 {
    margin-top: 90px!important;
}
#item_detail_box .mt_100 {
    margin-top: 100px!important;
}
/* margin-bottom */
#item_detail_box .mb_0 {
    margin-bottom: 0!important;
}
#item_detail_box .mb_10 {
    margin-bottom: 10px!important;
}
#item_detail_box .mb_20 {
    margin-bottom: 20px!important;
}
#item_detail_box .mb_30 {
    margin-bottom: 30px!important;
}
#item_detail_box .mb_40 {
    margin-bottom: 40px!important;
}
#item_detail_box .mb_50 {
    margin-bottom: 50px!important;
}
#item_detail_box .mb_60 {
    margin-bottom: 60px!important;
}
#item_detail_box .mb_70 {
    margin-bottom: 70px!important;
}
#item_detail_box .mb_80 {
    margin-bottom: 80px!important;
}
#item_detail_box .mb_90 {
    margin-bottom: 90px!important;
}
#item_detail_box .mb_100 {
    margin-bottom: 100px!important;
}

/* padding-top */
#item_detail_box .pt_0 {
    padding-top: 0!important;
}
#item_detail_box .pt_10 {
    padding-top: 10px!important;
}
#item_detail_box .pt_20 {
    padding-top: 20px!important;
}
#item_detail_box .pt_30 {
    padding-top: 30px!important;
}
#item_detail_box .pt_40 {
    padding-top: 40px!important;
}
#item_detail_box .pt_50 {
    padding-top: 50px!important;
}
#item_detail_box .pt_60 {
    padding-top: 60px!important;
}
#item_detail_box .pt_70 {
    padding-top: 70px!important;
}
#item_detail_box .pt_80 {
    padding-top: 80px!important;
}
#item_detail_box .pt_90 {
    padding-top: 90px!important;
}
#item_detail_box .pt_100 {
    padding-top: 100px!important;
}
/* padding-bottom */
#item_detail_box .pb_0 {
    padding-bottom: 0!important;
}
#item_detail_box .pb_10 {
    padding-bottom: 10px!important;
}
#item_detail_box .pb_20 {
    padding-bottom: 20px!important;
}
#item_detail_box .pb_30 {
    padding-bottom: 30px!important;
}
#item_detail_box .pb_40 {
    padding-bottom: 40px!important;
}
#item_detail_box .pb_50 {
    padding-bottom: 50px!important;
}
#item_detail_box .pb_60 {
    padding-bottom: 60px!important;
}
#item_detail_box .pb_70 {
    padding-bottom: 70px!important;
}
#item_detail_box .pb_80 {
    padding-bottom: 80px!important;
}
#item_detail_box .pb_90 {
    padding-bottom: 90px!important;
}
#item_detail_box .pb_100 {
    padding-bottom: 100px!important;
}