@charset "UTF-8";
strong {font-weight:bold;}

/* ヘッダーの固定 */
.wrapper header#header {
    position: sticky;
    top: 0;
    z-index: 199;
}
.page-top header#header,
.page-goods header#header,
.page-genre header#header,
.page-category header#header {
    top: -41px;
}
.page-goods .pane-goods-right-side {/*影響箇所の調整：商品詳細*/
    top: 80px;
}
.page-page header#header {/*影響箇所の調整：記事ページ*/
    position: relative;
}

/* フッター：TOPへ戻るの固定 */
#footer-top-pagetop {
    position: fixed;
    display:block;
    bottom: 35px;
    right: 15px;
    height: 60px;
    width: 60px;

    background-color:#ccc;
    border: 1px solid #bbb;
    border-radius: 50px;
    font-size: 0.5rem;
    text-align: center;

    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
    z-index:999;
}
#footer-top-pagetop a{
    display:block;
    height: 100%;
    width: 100%;
    border-radius: 50px;

    padding: 1rem;
    padding-top: 1.5rem;
    line-height:0.75rem;
    display:block;
    text-decoration-line:none;
}
#footer-top-pagetop a:before {
    position: absolute;
    top:0.7rem;
    left: calc(50% - 7px);
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    content: '';
}
#footer-top-pagetop a:hover{
    background-color:#ddd;
}

/* フッター　ロゴ用エリア */
#footer-top-logo {
    display: flex;
    gap:10px;
    margin:0 auto;
    margin-right:0px;
    padding:0;
    max-height:44px;
}
#footer-top-logo a{
    display: inline-block;
    text-align: right;
}
#footer-top-logo img{
    width:auto;
    height:100%;
    vertical-align:bottom;
}

/* フッター　ナビメニュー */
#footer-nav {
    padding: 10px 0 50px;
}


/* 本文：その他メーカー用 */
#jtc-other-maker-list {
	padding-left: 1rem;
}
#jtc-other-maker-list .block-genre-style--item {
	display: inline-block;
	width: unset;
	height: unset;
	margin: 0;
	border: none;
}
#jtc-other-maker-list .block-genre-style--item .block-genre-style--item-name:after {
	content: "/";
	font-size: 1em;
	padding: 0 0.25rem 0 0;
}
#jtc-other-maker-list .block-genre-style--item .block-genre-style--item-name {
	display: inline-block;
	margin: 0;
	border: none;
	font-size: 1rem;
	font-weight: normal;
}
#jtc-other-maker-list .block-genre-style--item .block-genre-style--item-name a {
	display: inline-block;
	width: unset;
	height: unset;
	border: none;
	font-size: 1em;
	margin-bottom: 0;
}
#jtc-area-other-maker-list {
	margin: 1rem;
}
.jtc-ctrl-show-label {
	position: relative;
	font-size: .8rem;
	padding: 0.25rem 1rem 0.25rem 1.5rem;
	border: solid 1px #aaa;
	border-radius: 10px;
	background-color: #f5f5f5;
}
.jtc-ctrl-show-label:before {
	position: absolute;
	top: calc(50% - 0.5rem);
	left: .5rem;
	content: '▼';
	font-size: 0.5em;
	transform: rotate(-90deg);
}
/* その他メーカー▼表示非表示制御 */
#jtc-other-maker-list,
#jtc-other-maker-show,
.jtc-ctrl-show-label .jtc-on {
	display: none;
}
#jtc-other-maker-show:checked~#jtc-other-maker-list {
	display: block;
}
#jtc-other-maker-show:checked~.jtc-ctrl-show-label .jtc-on {
	display: inline;
}
#jtc-other-maker-show:checked~.jtc-ctrl-show-label .jtc-off {
	display: none;
}
#jtc-other-maker-show:checked~.jtc-ctrl-show-label:before {
	transform: rotate(0deg);
}
/* ▲表示非表示制御 */

/* NEWS　アイコン位置調整（PC) */
.page-top .block-top-topic--items li {
    position: relative;
}
.page-top .block-top-topic--items li img.block-top-topic--icon {
    height: 1.2rem;
    position: absolute;
    top:0.7rem;
    left:5.5rem;
}

/*続きを読む*/
.block-top-topic--next-page a {
    border-radius: 20px;
    font-size: 14px;
    padding: 2px 15px;
}
#block_of_topic .block-top-topic--next-page {/*お知らせ*/
    /*display: none;*/
}
.top-feature-title .block-top-topic--next-page {/*特集記事*/
    /* display: none; */
}


/* イチオシ商品インタビュー */
#ichioshi-interview-wrap {
    position: relative;
    border-top: none;
    padding: 0px 20px 20px 20px;
}
/*#ichioshi-interview-wrap:before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    background: #ddd;
    content: '';
}*/
#ichioshi-interview-wrap .top-interview-main {
    padding: 30px 0;
    padding-bottom: 0;
}

/*サイドメニューカテゴリ*/
#block_of_categorytree {
    margin-bottom: 30px;
}

/* サイドメニューの見出し */
h2.jtc-side-midashi,
.block-category-tree--item__open a[href$="/rmaker/"],
.block-genre-tree--item a[href$="/rmaker/"],
.block-category-tree--item__open a[href$="/rg0/"],
.block-genre-tree--item a[href$="/rg0/"] ,
.block-genre-tree--item__open a[href$="/rg0/"] {
	display: block;
	border: none;
	margin: 0;
	font-size:1.05rem;
/*
	font-weight: normal;
	padding: .3rem;
	border-left: 8px solid #777;
	background: linear-gradient(135deg, #ccc, #FFF);
*/
	font-weight: bold;
	padding: 0.3rem 0;
	border-bottom: 2px #747474 solid;
	border-bottom-style: dotted;
}
/* #block_of_leftmenu_top,
.block-category-tree--item__open a[href$="/rmaker/"],
.block-genre-tree--item a[href$="/rmaker/"] {
  background: linear-gradient(135deg, #ccc, #FFF);
} */
.block-category-tree--items.block-category-tree--level-1 ul {
	display: block;
	margin: 0;
	margin-left: .5rem;
	margin-bottom: .5rem;
	border-left: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}
.block-category-tree--items.block-category-tree--level-1 ul ul {
	border-bottom: none;
}
.block-category-tree--level-3 > li ,
.block-category-tree--level-4 > li {
  text-indent: unset;
}

#block_of_genretree .block-genre-tree--level1>.block-genre-tree--item {
	margin-top: 0;/*30px;*/
	padding-bottom: 10px;
	border-top: none;
}
.block-category-tree--item__open a, 
.block-category-tree--item a, 
.block-category-tree--item > span {
	height: 50px;
}
.block-category-tree--image {
    height: 40px;
    width: 40px;
    margin-left:0.2rem;
    filter: drop-shadow(0 0 2px #fff);
}

/* サイドメニュー：メーカーで選ぶ/価格で探す */
.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item {
	display:none;
}
.jtc-side-maker,
.jtc-side-price{
	margin-bottom:1rem;
}
.jtc-side-maker li,
.jtc-side-price li {
	margin-left: .5rem;
	padding: .5rem .5rem .5rem 0;
	border-top: #eee 1px solid;
}

/* サイドバナー */
.jtc-side-banner {
	margin-top:0.5rem;
	margin-bottom:1rem;
}
.jtc-side-banner>li {
    min-height: 2.5rem;
    text-align: center;
    /*background-color: #f7f7f7;/**/

    margin-bottom: .5rem;
    display: flex;
    justify-content: center;/**/
    align-items: center;
}
.jtc-side-banner>li:hover {
}
.jtc-side-banner>li a {
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
}
.jtc-side-banner>li img{
    vertical-align: bottom;/*下部余白除去*/
}



/* パンくずリストの折り畳み */
.pane-topic-path {
  position: relative;
  height : 1.6rem;
  width: 100%;
  background: #fff;
  z-index:189;
}
.block-topic-path{
  position: absolute;
  height : 1.90rem;
  width: inherit;
  overflow: hidden;
  background: #fff;
  padding: 4px 12px;
  border:1px solid #ccc;
  border-radius: 8px;
  margin-top: 4px;
}
.block-topic-path:hover{
  background: #fff;
  height: max-content;
  overflow: visible;
}
.block-topic-path ul{
  width:100%;
  visibility:hidden;
}
.block-topic-path ul:nth-of-type(1){
  visibility:visible;
}
.block-topic-path:hover ul{
  visibility:visible;
}

/* 検索結果などの一覧ページ＆商品詳細ページ　商品情報のアイコン1～3 */
.block-icon img {
    height: 20px;
}
.page-goods .block-icon img {/* 商品詳細ページ */
    height: 30px;
}
.block-icon--auto-on-sales img {/*セールアイコン*/
/*    height: 20px; アイコン変更により無効化*/
}

/* 商品詳細でバリエーションが選択できることを明記 */
.page-goods .block-variation--name.block-color--name:after ,
.page-goods .block-variation--name.block-size--name:after {
    content: "を選択してください。";
}
.block-variation--item.active dt {
    border: 2px solid #e50012;/*赤に*/
}

/* カラー選択のキャプション調整 */
.block-variation--item-description.block-color--item-description {
	display: flex;
	justify-content: center;
	width: 60px;
	margin: auto;
	margin-top: .3rem;
	font-size: 0.9em;
	letter-spacing: -0.05em;
	line-height: 1.15em;
	line-break: strict;
	text-align: center;
}
.block-variation--item-term.block-color--item-term {
	margin: auto;
	width:54px;
}
.block-variation--item-term.block-color--item-term .img-center {
	margin: auto;
}
/* L画像サムネ下に出るカラー名非表示 */
.block-goods-detail--color-variation-goods-color-name {
    display: none;
}

/* 注文拡張情報の項目解説文章 */
.page-goods .help-block {
    font-size: 13px;
}

/* 購入数入力欄用 */
.page-goods .btn-primary {margin-top: 1rem;}
.page-goods #qty{width:5rem;text-align: right;}
.page-goods .cart_qty {margin-top: 1rem;}
.page-goods .qty_info {color:red;}
.page-goods .cart-disabled {background-color:#333;}

/* 商品詳細コメント5 配送エリア画像用 */
.block-goods-comment5 .area {
    margin-top:1rem;
}
.block-goods-comment5 .area img:nth-of-type(n + 2) ,
.block-goods-comment5 .area a:nth-of-type(n + 2) {
    display:inline-block;
    margin-top:1rem;
}
/* 商品詳細コメント6：メーカー＆取説URL（PC） */
.jtc-makerweb {
    text-align: center;
    margin: 1.5rem 0;
    width: 740px;
}
.jtc-makerweb a{
    display: inline-block;
    width: 47%;
    font-size: 0.8rem;
    margin: 0.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 99px;
    text-decoration: none;
}
.jtc-makerweb-home {
    background-color: #fff;
    border: solid 1px #5a5a5a;/*#cc2e18;*/
}
.jtc-makerweb-manual {
    background-color: #fff;
    border: solid 1px #5a5a5a;/*#1a5c1f;*/
}
.jtc-makerweb-home:hover,
.jtc-makerweb-home:active{
    background-color: #ddd;/*#ff6c50;*/
}
.jtc-makerweb-manual:hover,
.jtc-makerweb-manual:active{
    background-color: #ddd;/*#36ba40;*/
}

/* 商品詳細コメント7 注意事項用 */
.block-goods-comment7 .notes {
    margin-top:1rem;
    max-width: 740px;
}

/* 画像説明を表示するよう変更 */
.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  max-height: none;
}
.js-goods-img-item.block-goods-detail-line-item div:not([class]){
    padding:1rem 1.5rem 0.5rem;
    text-align: justify;
}

/* 商品詳細中央のカートボタン群　非表示に */
.block-goods-footer-cart {
    display: none;
}
/*「あわせて買いたい」リスト　横2個並びに */
.block-check-list-a--form .block-check-list-a--items li {
    width: calc(50% - 20px);
}
.block-check-list-a--items li:last-child .block-check-list-a--item-body {
    border-bottom: 1px solid #dfdfdf;
}

/* ▼商品詳細の最近見た商品 24.02.16 */
.page-goods #goodsdetail_itemhistory {
    margin-top:3rem;
}
.page-goods #itemHistoryDetail {
    /*サイドメニューなしなので中央寄せにする*/
    margin-left:auto;
    margin-right:auto;
}
/* ▲商品詳細の最近見た商品 24.02.16 */


/* 最近見た商品ブロックの並び設定 */
.block-thumbnail-t {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.block-thumbnail-t li{
    margin-left: auto;
    margin-right: auto;
}


/* メーカー別ページ(PC)　表示順制御 */
.page-genre .block-genre-page {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.page-genre .block-genre-page>*{
    order: 2;   
}
.page-genre .block-genre-page>h1,
.page-genre .block-genre-page>h2{
    order: 0;
}
.page-genre .block-genre-page--goods {
    order: 1;
}
.page-genre .block-genre-page--goods .block-genre-style--item {
    margin-left: 0;
}


/* トピックス(おしらせ)：本文のリンク下線有効化 */
.block-topic-page--article-body a {
    text-decoration-line: underline;
}


/* お問い合わせ(PC) */
.page-contact textarea {
    width: 95%;
    height: 15rem;
}

/* お問い合わせ履歴詳細(PC) */
.jtc-contact-item {
  padding: 1rem;
  padding-bottom: 2rem;
  margin: 1rem 0;
  border-radius: 1.0rem;
  border-radius: 1.0rem;
  width: 90%;
}
.jtc-contact-item a{
  text-decoration: underline;
}
.jtc-contact-type-user {
  background-color: #e1ffee;
  margin-left: auto;
}
.jtc-contact-type-shop {
  background-color: #eee;
  margin-right: auto;
}
.jtc-contact-item .legend{
  margin-top: 1rem;
}

/* レビュー約款部分（PC）*/
#jtc-review-rule {
    font-size:0.9rem;
    margin: auto;
    margin-top: 3rem;
    padding: 1.5rem 3rem;
    width: 100%;
    min-width: 500px;
    max-width: 800px;
    border: 1px solid #aaa;
}
#jtc-review-rule h3{
    padding: 0;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #777;
    /*    width: max-content;*/
    padding: 0 0.5rem;
    text-align: center;
}
#jtc-review-rule h4{
    font-size: 1.1rem;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    padding-left:0.5em;
    border-left: 0.3em solid #777;
}
#jtc-review-rule ul{
    margin-bottom: 1.0em;
}
#jtc-review-rule ul>li{
    list-style: none;
    margin-left: 1em;
    text-indent: -1em;
}
#jtc-review-rule ul>li:before {
    content:"・";
}
#jtc-review-rule p{
    margin-bottom: 1.0em;
}

/* カート「お買い物を続ける」をボタンに変更（PC） */
.page-cart .block-cart--continue-shopping {
	text-indent: 150%;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
	padding: 1rem;
}
.page-cart #order_back {
	position: absolute;
	top:0;
	left: 5%;
	width: 90%;
	height: 100%;
	display: block;
	border: 1px solid #aaa;
	text-decoration: none;
}
.page-cart #order_back:hover {
	color: #000;
	border: 1px solid #777;
	background-color: #eee;
}

/* NEWS(トピック)ページ（PC） */
.page-topic .block-topic-page--article-body {
    min-height: 300px;
    padding-top: 1rem;
    line-height: 1.8em;
    text-align: justify;
}

/* 見積もりページ、お問い合わせページのユーザー名部分 */
.page-questionnaireform .block-questionnaire--customer-name,
.page-contact .block-inquiry--customer-name {
    margin-top: 1rem;
    padding: 0.5rem 0.5rem 1rem;
    font-size: 1.5em;
    border-top: 1px dotted #777;
}

/* 特集記事個別ページ（PC）*/
/*リセット*/
.block-page-block,
.block-page-block * {
padding: 0;
margin: 0;
}
.page-page .pane-main {
padding-left: 1rem;
font-size: 1.0rem;
line-height: 1.8em;
text-align: justify;
}
.page-page h1 {
font-weight: bold;
}
.block-page-block h2 {
margin-top: 3rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid #777;
width: 100%;
font-weight: bold;
}
.block-page-block h3 {
margin-top: 1.5rem;
margin-bottom: 0.5rem;
font-size: 1.2rem;
border-left: 5px solid #777;
padding-left: 0.5rem;
font-weight: bold;
}
.block-page-block h4 {
margin-top: 1.5rem;
font-weight: bold;
}
.block-page-block strong {
font-weight: bold;
}
.block-page-block ul {
margin-bottom: 0.8rem;
}
.block-page-block ul>li {
list-style: none;
margin-left: 1em;
text-indent: -1em;
}
.block-page-block ul>li:before {
content:"・";
}
.block-page-block--contents-imgtextslider{
width: 1000px;
margin-bottom: 4rem;/* スライダー下部ドットナビ分の高さ確保 */
}
.block-page-block--contents-imgtextslider .bx-viewport {
height: 100% !important;
}
.block-page-block--contents-imgtextslider ul>li {
padding: 1rem 4rem;
width: 100%;
margin: 1rem;
text-indent: 0;
}
.block-page-block--contents-imgtextslider ul>li:before {
content: none;
}
.block-page-block--frame {
margin-bottom: 1rem;
}
/* 文章部分の枠 */
.block-page-block--contents-body-text-1column ,
.block-page-block--contents-body-imgtext-1column {
    max-width:900px;    
}
.block-page-block--contents-body-img-1column img,
.block-page-block--contents-body-imgtext-1column img {
margin-bottom: 1rem;
vertical-align: bottom;
}

.block-page-block--contents-goodslist {
display: inline-flex;
flex-wrap: wrap;
align-items: top;
}
.block-page-block--contents-goodslist dl {
display: inline-block;
vertical-align: top;
width: 20%;
min-width: 196px;
margin-right:1rem;
margin-bottom:1rem;
padding: 1rem;
border: 1px solid #ccc;
line-height: 1.4em;
}
.block-page-block--contents-goodslist dl img {
border: 1px solid #ccc;
}
.block-page-block--contents-goodslist dd {
margin-top: 0.8rem;
}
.block-page-block--contents-goodslist dd .block-page-block--goods-name,
.block-page-block--contents-goodslist dd .variation-name  {
font-size: 0.85em;
line-height: 1.4em;
}

/* 注文方法指定画面の配送希望日・時間帯の枠を非表示 */
.block-order-method--spec{
    display:none;
}
/* 注文確認画面の配送希望日・時間帯の枠を非表示 */
.block-order-estimate--date-spec-confirmation{
    display:none;
}

/* 購入ページ */
/* チャートの1つめにカートへのリンク設定 23.10.27 */
.linkcart:hover {
    position: relative;
    text-decoration-line: none;
    background-color:#444;
    color:#fff;
    font-weight: bold;
    margin: -15px -15px -5px -15px;
    padding: 15px 15px 15px 15px;
    height: 50px;
    z-index:1;
}

/* カテゴリページの表示順制御 22.09.02*/
.block-category-list {
    display: flex;
    flex-direction: column;
}
.block-category-list--header-freespace{
    margin: 17px 0 9px;
}
.block-category-list--header-freespace,
.block-category-list--header {
    order:-10;
}
.block-category-list--topic {
    /*order: 20;*/
}
.block-category-list--goods {
    /* order: 20; */
}
.block-category-list--sub {
    order: -10;/*配下商品リストを上に*/
    /*padding-bottom:24px;*/
}


/* カテゴリページ　フリースペース2用 （商品ページのコメント6でも使用の場合あり）*/
.page-goods .ct_free2 {
    margin-bottom: 1rem;
}
.guide_txt {
    border-left: 5px solid #777;
    margin:1.0rem 0 0.5rem ;
    font-size: 1.1rem;
    padding: 6px 10px;
    font-weight: bold;
}

/* カテゴリページ：サブカテゴリブロックに表示される各一言コメントを非表示に */
.page-category .block-category-style-t--item-comment {
    display:none;
}
/* カテゴリページ：一言コメント */
.page-category .block-category-list--comment {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 1.5rem;
    order: -10;
}


/* ▼ インタビュー記事ページ */
:root {
	--balloon-l-color: #efe;
	--balloon-l-border-color: #efe;
	--balloon-r-color: #fee;
	--balloon-r-border-color: #fee;
}

#ichi_contents {
	max-width: 700px;
	margin: auto;
	padding: 1rem 0.5rem;
}
#ichi_contents strong{
	font-weight: bold;
}

.ichi_date {
	text-align: right;
	margin-bottom: 0.5rem;
}
.ichi_lead {
	width: 95%;
	margin: auto;
	margin-bottom: 1rem;
}
.ichi_attention {
	width: 95%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: auto;
	margin-bottom: 1rem;
}

.ichi_character_list {
	width: 100%;
	margin: 1.5rem auto;
	padding: 1rem 0;
	border-bottom: 2px dotted #ccc;
}
.ichi_character_area {
	display: flex;
	justify-content: space-evenly;
}
.ichi_character_area .ichi_balloon_icon {
	width: 25%;
	max-width: 200px;
}
.ichi_character_area figcaption {
	padding: 0 0.5rem;
	line-height: 1.3rem;
	margin-top: .5rem;
}
@media screen and (max-width: 519px) {/* スマホ */
	.ichi_character_area .ichi_balloon_icon {
		width: 48%;
		min-width: 100px;
		margin-bottom: 1rem;
		letter-spacing: -0.03rem;
	}
	.ichi_character_area {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		gap: .5rem;
	}

}/* endスマホ */


.ichi_balloon_list {
	width: 100%;
	margin: auto;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	line-height: 1.4rem;
}
.ichi_balloon_area {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	text-indent: 0;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
}
.ichi_balloon_left {
	justify-content: flex-start;
}
.ichi_balloon_right {
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.ichi_balloon_icon {
	order: 10;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
}
.ichi_balloon_icon img {
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	object-fit: contain;
	border: solid 1px #777;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
}

@media screen and (max-width: 519px) {/* スマホ */
	.ichi_balloon_list .ichi_balloon_icon img {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}
}/* スマホ */

.ichi_balloon_area figcaption {
	display: none;
	position: absolute;
	width:100%;
	top: 70px;
	left: 50%;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.ichi_balloon_box {
	width: calc(100% - 0px);
	order: 20;
	filter: drop-shadow(2px 2px 6px #ccc);
	margin-bottom: 0.5rem;
}
.ichi_balloon_left .ichi_balloon_box {
	padding-left: 22px;
	padding-right: 8px;
	margin-left: 0;
	margin-right: 0;
}
.ichi_balloon_right .ichi_balloon_box {
	padding-left: 8px;
	padding-right: 22px;
	margin-left: 0;
	margin-right: 0;
}
.ichi_balloon_text {
	max-width: calc(100% - 90px);
	width: fit-content;
	position: relative;
	padding: 17px 20px;
	border-radius: 12px;
	text-align: justify;
}
@media screen and (max-width: 519px) {/* スマホ */
	.ichi_balloon_text {
		max-width: 100%;
		max-width: calc(100% - 40px);
	}
}/* スマホ */

.ichi_balloon_left .ichi_balloon_text {
	background: var(--balloon-l-color);
	border: 2px solid var(--balloon-l-border-color);
	margin-right: auto;
}
.ichi_balloon_right .ichi_balloon_text {
	background: var(--balloon-r-color);
	border: 2px solid var(--balloon-r-border-color);
	margin-left: auto;
}
.ichi_balloon_left .ichi_balloon_text:after {
	content: "";
	position: absolute;
	top: 13px;
	left: -20px;
	border: 5px solid transparent;
	border-right: 15px solid var(--balloon-l-color);
}
.ichi_balloon_left .ichi_balloon_text:before {
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	left: -26px;
	border: 6px solid transparent;
	border-right: 18px solid var(--balloon-l-border-color);
}
.ichi_balloon_right .ichi_balloon_text:after {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	right: -20px;
	border: 5px solid transparent;
	border-left: 15px solid var(--balloon-r-color);
}
.ichi_balloon_right .ichi_balloon_text:before {
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	right: -26px;
	border: 6px solid transparent;
	border-left: 18px solid var(--balloon-r-border-color);
}
.ichi_balloon_text p {
	margin: 0;
	padding: 0;
}

.ichi_goods {
	display: flex;
	padding: 1rem;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	margin: auto;
	border-radius: 10px;
}
.ichi_goods li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ichi_goods_img {
	margin: 1rem;
	padding:0;
}
.ichi_goods_img img{
	width: 140px;
	height: 140px;
	object-fit: cover;
	border: solid 1px #aaa;
	overflow: hidden;
}
.ichi_goods_description {
	margin: 0;
	padding: 1rem 0;
	font-size: 1.15rem;
}
.ichi_goods_price {
	margin-top: 1rem;
	font-weight: bold;
	text-align: right;
	font-size: 1.2rem;
}
.ichi_goods_price:after {
	content: "(税込)";
	font-size: 0.7em;
}
.ichi_goods_midashi {
	border: none;;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 1.5rem 1rem 0;
	border-top: 2px dotted #ccc;
	margin: 1.5rem auto;
}

.ichi_h1 {
	font-size: 28px;
	line-height:110%;
}

.ichi_small {
	font-size:0.8em;
}
/* ▲ インタビュー記事ページ */


/* PC表示の時、スマホ用は非表示 */
html[data-browse-mode="P"] .jtc-disp-sp-only {display: none;}
html[data-browse-mode="P"] .jtc-disp-pc-only {display: unset;}
/* スマホ表示の時、PC用は非表示 */
html[data-browse-mode="S"] .jtc-disp-pc-only {display: none;}
html[data-browse-mode="S"] .jtc-disp-sp-only {display: unset;}

/* Youtube動画埋め込みレスポンシブ対応 */
.jtc_youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    /*max-width: 600px;*/
    display: block;
    margin: 0;
}

/* PCトップページでのアイコンサイズ調整 */
.block-top-event .block-icon img {
    height: 20px;
}

/* 商品コメント4（商品詳細説明・紹介）PC*/
.page-goods .jtc-intro-h3 {
    font-size: 18px;
    font-weight: bold;
}
.page-goods .jtc-variationlist-col2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1rem;
    font-weight: bold;
}
.page-goods .jtc-variationlist-col2 li {
    width: 48%;
}
.page-goods .jtc-variationlist-col2 li p {
    text-align: center;
}
.page-goods .jtc-variationlist-col1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.page-goods .jtc-variationlist-col1 li {
    width: 100%;
    text-align: center
}
.page-goods .jtc-variationlist-col1 li p {
    text-align: center;
}
.page-goods .jtc-variationlist-col1 a:hover,
.page-goods .jtc-variationlist-col2 a:hover {
    opacity: 0.8;
}

.jtc-goodsintro {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
.jtc-goodsintro figure {
    width: 600px;
    margin: auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.jtc-goodsintro figure img {
}
.jtc-goodsintro figure figcaption {
    text-align: right;
}
.jtc-goodsintro p {
    width: 600px;
    margin: auto;
}

/*商品詳細コメント6*/
.jtc-btn {
    display: inline-block;
    /* border: 1px solid #000; */
    text-align: center;
    width: 230px;
    margin: 0px 5px;
    margin-bottom: 1rem;
    border-radius: 2px;
    text-decoration: none;
    background-color: #284d6a;
    color: #fff;
    padding: 0.5em 0;
    font-weight: bold;
}

.jtc-btn:hover {
    opacity:0.8;
	text-decoration:none;
}

.block-goods-comment6{
	max-width:740px;
}

.comment6-h3 {
    font-weight:bold;
    border-left:2px solid #000;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
    margin-left: -0.3rem;
    padding-left: 0.3rem;
}

.category-link-p{
	text-align: left;
}

.jtc-intro-p {
    font-weight:bold;
}

/*▲商品詳細コメント6*/

/*▼商品コメント1に入れるキャッチコピー*/
.jtc-catch {
    font-weight:bold;
}
/*▲商品コメント1に入れるキャッチコピー*/

/*▼子カテゴリボタンに*/

.block-category-style-t--item-name>a {
    display: block;
    margin:0;
    padding: 0.5em 0;
    text-decoration: none;
    width:100%;
    height:100%;
}

.block-category-style-t {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
	/*	gap:12px;*/
	/*gap:18px 12px;*/
	gap:8px;
}
.block-category-style-t--item:nth-child(4n+1) {
	margin: 0;
/*	margin-bottom: 1rem;*/
}
.block-category-style-t--item {
	display: inline-block;
	/*border: 1px solid #000;*/
	border: 1px solid #ccc;
	text-align: center;
	/*width: 25%;*/
	width: 20%;
	/*flex-basis: calc(25% - 9px); /*(12px * 3 / 4);*/
	flex-basis: calc(20% - 7px);/*(8px * 4 / 5 + 1)  */
	min-width: 150px;
	margin: 0;
	border-radius: 2px;
	/*background-color: #eaeae4;*/
	background-color: #fff;
	color: #fff;
	padding: 0;
	font-weight: bold;
}
.block-category-style-t--item:hover {
    /*opacity:0.5;*/
    background-color: #eaeae4;
}
.block-category-style-t--item h3{
    font-size:1rem;
}
.block-category-style-t--item-name>a:hover {
    text-decoration: none;
}

/*▲子カテゴリボタンに*/

/*▼イベントページもっと見るimg配置*/
.jtc-event-more {
    text-align:right;
    margin-bottom: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-bottom: 1px solid #d0cbcb;
}

/*▲イベントページもっと見るimg配置*/

/*▼comment4-関連商品・商品画像横4列*/
.page-goods .jtc-variationlist-col3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1rem;
}

.page-goods .jtc-variationlist-col3 li p {
    text-align: center;
}

.page-goods .jtc-variationlist-col3 img {
    border: 0.5px solid #6b6b6ba2;
}

.page-goods .jtc-variationlist-col3 li {
    width: 23%;
}
/*▲comment4-関連商品・商品画像横4列*/


/* ▼お問い合わせ 最近チェックした商品 23.10.30 */
.block-inquiry-completed .block-recent-item {
    width: 1200px;
}
.block-inquiry-completed .block-recent-item--items {
    width: 1200px;
}
/* ▲お問い合わせ 最近チェックした商品 23.10.30 */

/*▼カテゴリ(サイドメニュー内)にセール中表記*/
.pane-left-menu .jtc-top-category-sale::before {
  display: block;
  content: "SALE";
  color:#f5c01e;
  text-align:right;
  font-size:0.9rem;
  font-weight:bold;
  font-style: italic;
  width:90%;
  position: absolute;
  right: 6px;
  z-index:0;
  margin-top: 29px;
}
/*▲カテゴリ(サイドメニュー内)にセール中表記*/

.jtc-dsp-none {
	display: none !important;
}

/*▼注文明細拡張情報の必須項目あり未入力検知*/
/* 必須項目未入力時のジャンプ用ボタンPC */
.block-reqjump--btn  {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}
#jtc-reqbtn.block-reqjump--btn{
    background-color: #e4766b;
}
/* 必須項目ありの通知表示域 */
.jtc-reqmsg {
    margin-top:1.5rem;
    font-weight: bold;
    color: #e50012;
}
/*▲注文明細拡張情報の必須項目あり未入力検知*/


/*▼注文画面の右エリア*/
.block-cart--container .order-side-area-fixed, 
.block-order-method--container .order-side-area-fixed, 
.block-order-estimate--container .order-side-area-fixed {
  top: 108px;/* fixdの位置調整*/
}
/*▲注文画面の右エリア*/

/*▼パンくず空っぽ時*/
.block-topic-path:empty {
  display: none;
}
/*▲パンくず空っぽ時*/

/* ▼フリーページ　みたまま用 */
/* 非表示用 */
.jtc_fpg_dspnone {
  display: none !important;
}
/* ページ枠 */
.jtc_fpg_contentswrap {
  max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
}
/* ボタン PC */
.jtc_fpg_btn {
  width: 50%;
  border-radius: 30px !important;
  margin:auto !important;
}
.jtc_fpg_btn a {
  width: 100% !important;
  border-radius: 40px !important;
  transition: .3s;
  font-size: 1.6rem !important;
  line-height: 1rem !important;
  max-width: 400px;
  box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.4);
}
.jtc_fpg_btn a:hover {
  opacity:0.8;
}

/* ▲フリーページ　みたまま用 */
