/*style上書き ver190801*/
.form-control {
    padding: 0px 10px;
}
.input_point_card input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_point_card input:first-child {
    margin-left: 0;
}
.search select {
    padding:0;
}
.search .input_search {
    padding: 0 50px 0 1em;
}
.search .bt_search {
    margin-top: -2px;
}
#public_keyword dl dt{
	font-size:1.4rem;
}
.newslist {
    border-bottom: none;
}
.newslist dl {
	border-bottom: 2px solid #ffffff;
}
.newslist dd {
	padding: 10px 0 0;

}
/*#entry_birth select,
#point_artist_birth select {
	margin: 0 8px;
}
#entry_birth select:first-child,
#point_artist_birth select:first-child {
	margin-left: 0;
}*/
#header {
	padding-top: 10px;
}
#header .header_bottom_area {
	padding-top: 10px;
}
.item_gallery > div{
	padding-top: 0;
}
#review_area > .btn-block {
	margin:15px auto 0;
}
.page-heading {
	margin:0;
}
#relative_category_box {
	font-size:1.4rem;
}
@media (max-width:768px){
.header_logo img {
margin-bottom:10px;
min-width:260px;
}

#contents h1{
	margin-left:8px;
	margin-right:8px;
}
#contents .col-sm-8 h1{
	margin-left:0;
	margin-right:0;
}
h2{
	margin-left:8px;
	margin-right:8px;
}
#contents .inner {
	padding:0 10px;
}
}

/* 20250917更新: 小さい画面向けロゴ調整 */
@media (max-width: 480px) {
  #header .header_logo img {
    min-width: 0 !important;
    height: auto !important;
    width: calc(100vw - 120px) !important;
    max-width: calc(100vw - 120px) !important;
  }
}

/*style上書きend*/

body{ /* 基本の文字色 */
	color: #333333;
}

a{ /* リンク文字の設定 */
	color: #333333;
	/*text-decoration: underline !important;*/
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active{ /* リンク文字にフォーカスが当たった時、アクションがあった時等の設定 */
	text-decoration: none;
	opacity: 1.0; /* 20170529変更 */
}

a:hover img{ /* リンク付き画像にフォーカスが当たった時、アクションがあった時等の設定 */
	opacity: 0.7;
}

#top_box__agreement a{
	text-decoration: underline !important;
}

body, #contents, #header {
	/*background: #f1eddf!important;*//* 20250912背景色削除 */
}
#main {
	background: #fff!important;
	padding:20px 20px 0;
}
#agreement_wrap{
	background: #fff!important;
}
#side_left {
	padding-right:1%;
}
@media (max-width:768px){
#main {
	padding:10px 10px 0;
}
#main_middle {
	margin:0;
}
#item_photo_area {
	margin:0;
	padding:0;
}
#item_photo_area .detail_slider-nav img {
	margin:0;
}
#item_detail_area, #detail_explain, #review_area {
	padding:0;
}
#relative_category_box {
 margin:0;
}
}
@media (min-width:768px){
#side_left {
	width:21%;
}
.theme_side_left #main {
	width:79%;
}
.cart_area #detail_cart_box__button_area div dl dd button {
	width:180px;
}
}
/*
#main_middle, #sales_ranking, #checkeditem {
	background: #fff!important;
	padding:20px 20px 0;
	margin-bottom:20px;
}
*/

h1{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #333333;
}
h2 {
	font-size: 2.2rem;
	font-weight: bold;
	color: #db1721;
	padding: 10px 0 10px 10px;
	line-height:1.3;
	border-left: 4px solid #db1721;
	border-bottom:1px dotted #db1721;
	margin:0 0 20px;
}

#checkeditem h2 a {
	display:none;
}
.attention{
	color: #FF0000;
}

.attention_big{
	font-size: 24px;
	font-size: 2.4rem;
	color: #FF0000;
	font-weight: bold;
}

/* btn */

.btn {
	color: #FFFFFF;
	text-decoration: none !important;
	background: #333333;
	border: none;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.historylist_column .btn:active,
.historylist_column .btn:hover,
.historylist_column .btn:visited,
.historylist_column .btn:focus{
	color: #FFFFFF;
}

.btn-lg{padding:10px 16px;font-size:16px;line-height:1.3333333}
.btn-sm{padding:8px 10px;font-size:12px;line-height:1.5;font-weight: normal;}
.btn-xs{padding:5px 8px;font-size:10px;line-height:1.5;font-weight: normal;}

.btn .cb {
    margin: 0 5px;
}

.btn-block{
	width: 250px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #FFFFFF;
	text-decoration: none !important;
	background: #333333;
	border: none;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-block:hover{ /* 20170529追加 */
	color: #FFFFFF;
}

.btn-sub {
	color: #333333;
	text-decoration: none !important;
	background: #CCCCCC;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: none;
	padding: 5px 20px;
}

#confirm_side .btn_order{
	background: #E80019;
	text-decoration: none !important;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 8px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-block:hover,
.btn-block:focus,
.btn-block:active,
.btn-sub:hover,
.btn-sub:focus,
.btn-sub:active,
.btn_order:hover,
.btn_order:focus,
.btn_order:active{
	opacity: 0.8;
}

/* ロゴ */
.header_logo {
	font-size: 1.3rem!important;
	font-weight: normal;
}
.header_logo img{
	max-width: 380px; /* ロゴ画像の幅を設定 */
}
/* 商品アイコン */
.item_icon{
	font-size: 0;
	margin: -5px 0 0 -5px;
	overflow: hidden;
	z-index: 0;
}

.item_icon li{
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0;
	margin: 5px 0 0 5px;
	width: 54px;
	height: 20px;
	text-align: center;
	float: left;
}

.item_icon .icon1{
	background: #F5974A;
}

.item_icon .icon2{
	background: #FF5983;
}

.item_icon .icon3{
	background: #80AF20;
}

.item_icon .icon4{
	background: #913982;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	padding: 3px 0;
}

.item_icon .icon5{
	background: #388DD1;
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: normal;
	padding: 4px 0;
}

.item_icon .icon6{
	background: #FF2626;
}

/* ヘッダーメニュー */
.member_link a{
	text-decoration: none;
	padding-left: 35px;
}

.member_link a.menu_cart span{
	position: absolute;
	top: 0;
	left: 18px;
	background-color:#FF4000;
    border-radius:10px;
}
/* ヘッダーメニュー end */
/*追加*/
.headerband {
	width:100%;
	height:60px;
	position: absolute;
	z-index: -1;
	bottom: -10px;
	background-color: #FFFFFF;/* 20250912白に変更 */
}
@media (max-width:768px){
	.headerband {
		bottom: 0px;
		height:165px;
	}
}
/* キーワード */
.search .input_search {
	border: 1px solid #CCCCCC;/* 20250912枠線追加 */
	background-color: #FFFFFF;
	color: #333;

}
.bt_search .cb-search {
    fill: #969696;
    font-size: 2.5rem;
}
@media (max-width:768px){
	.search select {
		margin-bottom: 5px;
	}
}
/* キーワードend */
/*20180410追加end*/
/* メインビジュアル */
.slider-nav button.slick-arrow{
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.6);
	border: none;
	width: 60px;
	height: 40px;
	left: 50%;
	margin-left: -30px;
	border-radius: 4px;
	text-indent: -9999px;
}

.slider-nav button.slick-prev{
	top: 5px;
}

.slider-nav button.slick-prev::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -9px;
}

.slider-nav button.slick-next{
	bottom: 0;
}

.slider-nav button.slick-next::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -9px;
}

/* メインビジュアル end */
/* 人気のキーワード */

#public_keyword dl dt{
	background: #f1eddf;
	color: #333333;
	text-align: center;
	line-height: 40px;
}

#public_keyword dl dd div{
	border: 1px solid #ffffff;
	border-left: none;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;/* 20250912枠線追加 */
}

/* 人気のキーワード end */
/* カテゴリ */
#category h2{ /* カテゴリタイトル */
	font-size:18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 6px 0;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

#category ul.category-nav > li > a{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 0 8px 25px;
	background-color: #ffffff;
	border-bottom: 1px dotted #999999;
	position: relative;
}

#category ul.category-nav ul li a{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 0 8px 25px;
	border-bottom: 1px dotted #999999;
}

#category ul.category-nav ul li ul li a{
	padding-left: 45px;
}

#category ul.category-nav ul li ul li ul li a{
	padding-left: 55px;
}

#category ul.category-nav li:hover,
#category ul.category-nav li:focus,
#category ul.category-nav li:active{ /* カーソルが乗った時の指定 */
	background: #ffffff;
}

ul.category-nav > li > a::before{
	content: "";
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 4px solid #db1721;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -3px;
}

ul.category-nav > li:hover > a,
ul.category-nav > li:focus > a,
ul.category-nav > li:active > a {
	color:#db1721;
}
ul.category-nav > li:hover > a::before,
ul.category-nav > li:focus > a::before,
ul.category-nav > li:active > a::before{ /* カーソルが乗った時の指定 */
	border: 3px solid transparent;
	border-top: 4px solid #db1721;
	margin-top: -2px;
	left: 8px;
}

#category ul.category-nav li:hover > ul,
#category ul.category-nav li:focus > ul,
#category ul.category-nav li:active > ul{ /* カーソルを乗せたら次階層表示 */
	display: block;
}

ul.category-nav > li > a.active::before {
	border: 3px solid transparent;
	border-top: 4px solid #FF4000;
	margin-top: -2px;
	left: 8px;
}
/* カテゴリ end */
/* カレンダー */
#calendar table tr td{
	border-bottom: 1px dotted #CCCCCC;
}

#calendar table tr th#sunday{
	color: #FF0000;
}

#calendar table tr th#saturday{
	color: #0040FF;
}

#calendar table tr td.holiday{
	color: #FF0000;
	background: #FFCDD2;
}
/* カレンダー end */
/* ランキング */
#sales_ranking .label-warning{
	font-family: Aparajita;
	font-size: 18px;
	font-size: 1.8rem;
	height: 0;
	font-weight: bold;
	background-color: transparent !important;
	padding: 0 5px;
	line-height: 28px;
	display: inline-block;
	position: relative;
	border-right: 13px solid transparent;
	border-bottom: 28px solid transparent;
}
#sales_ranking .no1{
	border-bottom: 28px solid #FFD700;
}
#sales_ranking .no2{
	border-bottom: 28px solid #E0E0E0;
}
#sales_ranking .no3{
	border-bottom: 28px solid #b87333;
}

.pickup_item a{
	text-decoration: none !important;
}

/* ランキング end */

/* おすすめ */
.item_comment{
	color: #666666;
}
/* おすすめ end */
/* トップページ商品用スライダー矢印 */
#sales_ranking button.slick-arrow,
#advice button.slick-arrow,
#checkeditem button.slick-arrow{
	background-color: rgba(0,0,0,0.6);
	width: 40px;
	height: 60px;
	border: none;
	border-radius: 4px;
	text-indent: -9999px;
}

#sales_ranking button.slick-prev::before,
#advice button.slick-prev::before,
#checkeditem button.slick-prev::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
	top: 50%;
	left: 20px;
	margin-top: -9px;
	margin-left: -4px;
}

#sales_ranking button.slick-next::before,
#advice button.slick-next::before,
#checkeditem button.slick-next::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 50%;
	left: 5px;
	margin-top: -9px;
}

#sales_ranking button.slick-prev,
#advice button.slick-prev,
#checkeditem button.slick-prev{
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 99;
}

#sales_ranking button.slick-next,
#advice button.slick-next,
#checkeditem button.slick-next{
	position: absolute;
	top: 30%;
	right: 0;
	z-index: 99;
}

/* トップページ商品用スライダー矢印 end */
/* 新着情報 */
#news_area .newslist{
	margin-top: 5px;
	background: #F8F8F8;
}

.newslist dt .news_title {
    text-decoration: underline;
}

.newslist dt .angle-circle{
    position: absolute;
    right: 16px;
	top: 20px;
    display: inline-block;
    width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #333333;
}

.newslist dt .angle-circle::before{
	content: "";
	position: absolute;
	top: -11px;
	left: -10px;
    display: inline-block;
    width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 9px solid #F8F8F8;
}

.newslist dt.active .angle-circle{
    position: absolute;
    right: 16px;
	top: 10px;
    display: inline-block;
    width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #333333;
}
.newslist dt.active .angle-circle::before{
	content: "";
    position: absolute;
	top: -8px;
    display: inline-block;
    width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 9px solid #F8F8F8;
}

.newslist dd {
	border-top: 1px dotted #999999;

}

/* 新着情報 end */
/* パンクズリスト */
#topicpath ol {
}
#topicpath li {
    font-size: 12px;
    font-size: 1.2rem;
}
/* パンクズリスト end */
/* 商品一覧上部のナビ */
#page_navi_top{
	margin-top: 10px;
}

#page_navi_top strong{
	color: #FF0000;
}
#page_navi_top strong span{
	color: #FF0000;
}
/* 商品一覧上部のナビ end */
/* 商品一覧 */
#item_list a{
	text-decoration: none !important;
}
/* 商品一覧ページャー */
.pagination ul {
    list-style-type: none;
    margin: 0 0 0 -5px;
}
.pagination ul li {
    min-width: 29px;
    padding: 0 0 0 5px;
    text-align: center;
}

.pagination ul li a {
    color: #525263;
    line-height: 1.8;
    padding: 0 10px;
    text-decoration: none !important;
}
.pagination ul li a:hover, .pagination ul li a:focus {
    background: #f1f1f1;
}
.pagination ul li.active a {
    background: #F3F3F3;
    text-decoration: none;
}
.pagination ul li.active a:hover, .pagination ul li.active a:focus {
    background: #F3F3F3;
}
.pagination ul li.disabled a {
    color: #9797A0;
    text-decoration: none;
}
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus {
    color: #9797A0;
}
/* 商品一覧ページャー */
/* 商品詳細 */
#item_photo_area .detail_slider-nav .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-indent: -9999px;
	z-index: 100;
	background: rgba(225,225,225,0.6);
	border: none;
	border-radius: 4px;
	height: 40px;
	width: 20px;
}

#item_photo_area .detail_slider-nav .slick-prev{
	left: 0;
}

#item_photo_area .detail_slider-nav .slick-next{
	right: 0;
}
	
#item_photo_area .detail_slider-nav .slick-prev::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #333333;
    border-left: solid 2px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
	top: 50%;
	left: 10px;
	margin-top: -9px;
	margin-left: -4px;
}

#item_photo_area .detail_slider-nav .slick-next::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 50%;
	left: -5px;
	margin-top: -9px;
}

.cart_area #detail_cart_box__cart_quantity dd button#favorite{ /* お気に入りボタンデザイン */
	background: #F8F8F8;
	border: 1px solid #333333;
	padding: 5px 10px 5px 30px;
	border-radius: 4px;
	position: relative;
	background: url(../img/item_img1.gif) no-repeat 5px;
}


/* 商品詳細 end */
/* のし設定保存ボタン　2023/7/26追加 */
.noshi_savebutton{
	text-align: center;
	font-size: 0;
}
.noshi_savebutton button{
	width: calc(50% - 30px);
	height: 38px;
	max-width: 180px;
	margin: 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}
.noshi_savebutton #cancelNoshiModalButton{
	background-color: #999999 !important;
}
.noshi_savebutton #setNoshiModalButton{
	background-color: #de5d50 !important;
}
.noshi_savebutton p{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	margin-top: 10px;
}
/* のし設定保存ボタン　2023/7/26追加 end */
/* マイページ */
.local_nav li:first-child{
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.local_nav li:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.local_nav li.active a { /* カーソルが乗った時、該当ページに居る時の指定 */
    color: #DE5D50;
	background: #F8F8F8;
	position: relative;
}

.local_nav li.active a::before{ /* カーソルが乗った時、該当ページに居る時の指定 */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: 3px;
	border: 3px solid transparent;
	border-top: 4px solid #FF4000;
}

/* マイページ end */
/* フッター */
#footer .container-fluid ul{
	background: #db1721;
	padding: 15px 0;
}
#footer ul li {
	margin:0 10px;
}
#footer a {
	color:#ffffff;
	text-decoration: none;
	line-height: 1.8;
}
#footer a:hover {
  color:#ffffff;
	text-decoration: underline;
  opacity:1.0;
}
.footer_logo_area .copyright {
    font-size: 12px;
    font-size: 1.2rem;
	color: #666666;
  margin-bottom:10px;
}

/* フッター end */

/* ヘッダーログイン者情報 */
#login_user_info {
	float: right;
	width: 100%;
	padding-right: 20px;
	text-align: right;
}

/*----------------------------------
商品詳細画面：サムネイル調整
----------------------------------*/

#item_photo_area .slides .slick-list {
  container-type: inline-size;
}

#item_photo_area .slides .slick-list .slick-track .detail_img {
  position: relative;
  height: 100cqw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*IE hack*/
_:not(_)::-ms-backdrop, #item_photo_area .slides .slick-list .slick-track .detail_img {
  height: 100% !important;
  min-height: 264px !important;
}

#item_photo_area .slides .slick-list .slick-track .detail_img img {
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #item_photo_area {
    display: flex;
    align-items: center;
  }
}

#item_photo_area br {
  display: none;
}

#item_photo_area .detail_slider-nav {
  margin-top: 6px;
  container-type: inline-size;
}
@media only screen and (max-width: 767px) {
  #item_photo_area .detail_slider-nav .slick-next {
    right: auto;
    bottom: -3px;
    left: auto !important;
    margin: 0 0 0 40%;
  }
  #item_photo_area .detail_slider-nav .slick-prev {
    left: 55% !important;
  }
  #item_photo_area .slides, #item_photo_area .detail_slider-nav {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #item_photo_area .detail_slider-nav {
    margin-top: 0;
  }
}

#item_photo_area .detail_slider-nav .detail_img {
  height: calc(100cqw / 4.4);
  max-height: calc(100cqw / 4.4);
  cursor: pointer;
  overflow: hidden;
}
/*IE hack*/
_:not(_)::-ms-backdrop, #item_photo_area .detail_slider-nav .detail_img {
  height: 60px;
  max-height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #item_photo_area .detail_slider-nav .detail_img {
    max-height: 100cqw;
    margin-bottom: 6px;
  }
}

/*----------------------------------
商品詳細画面：タブ調整（SP）
----------------------------------*/

@media only screen and (max-width: 767px) {
  #detail_cart_box__button_area #tab_label {
    padding: 0;
  }
  #detail_cart_box__button_area #tab_label li label {
    margin-bottom: 0;
    font-size: 3.2vw;
  }
  #detail_cart_box__button_area input#tab_delivery:checked ~ #tab_label #tab_delivery_for {
    border-color:#E8011A;
  }
}


/*----------------------------------
共通：おすすめ・チェック商品リスト画像サイズ調整/文字省略調整
----------------------------------*/

#advice,
#checkeditem,
#sales_ranking {
  container-type: inline-size;
}

#advice .item_photo,
#checkeditem .item_photo,
#sales_ranking .item_photo {
  position: relative;
  height: calc(100cqw / 5.3);
  background: #F8F8F8;
}
/*IE hack*/
_:not(_)::-ms-backdrop, #advice .item_photo, #checkeditem .item_photo, #sales_ranking .item_photo {
  height: 145px;
}
@media only screen and (max-width: 767px) {
  #advice .item_photo,
  #checkeditem .item_photo,
  #sales_ranking .item_photo {
    height: calc(100cqw / 3.3);
  }
}

#advice .item_photo img,
#checkeditem .item_photo img,
#sales_ranking .item_photo img {
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(24px * 2);
}

#item_detail .item_name{
	overflow: none;
	text-overflow: clip;
	-webkit-box-orient: inline-axis;
	-webkit-line-clamp: none;
}

.item_name::before,
.item_name::after {
  display: none;
}

.item_gallery .row {
  margin-left: -12px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .item_gallery .row {
    margin-left: 0;
  }
}

/*----------------------------------
共通：商品一覧サムネイルサイズ
----------------------------------*/

#item_list {
  container-type: inline-size;
}

#item_list .item_photo {
  position: relative;
  height: calc(100cqw / 4.3);
  background: #F8F8F8;
}
/*IE hack*/
_:not(_)::-ms-backdrop, #item_list .item_photo {
  height: 100%;
  min-height: 174px;
}
@media only screen and (max-width: 767px) {
  #item_list .item_photo {
    height: calc(100cqw / 3.3);
  }
}

#item_list .item_photo img {
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*----------------------------------
共通：商品一覧はみ出し修正
----------------------------------*/

#result_info_box.row {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  #result_info_box.row {
    padding: 0 !important;
  }
}

#result_info_box #page_navi_top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #result_info_box #page_navi_top {
    flex-direction: column;
  }
}

#result_info_box #result_info_box__item_count {
  float: none;
  padding-left: 0;
}

#result_info_box #result_info_box__menu_box {
  float: none;
}

#result_info_box #result_info_box__menu.pagenumberarea {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  #result_info_box #result_info_box__menu.pagenumberarea {
    margin: 0 0 1em 0;
  }
  #result_info_box__order_menu,
  #result_info_box__disp_menu {
    display: flex;
    align-items: center;
    margin: 5px 0;
  }
}

#item_list .row {
  margin: 0;
}

#item_list .col-sm-3 {
  width: calc((100%) / 4);
}
@media only screen and (max-width: 767px) {
  #item_list .col-sm-3 {
    width: calc((100%) / 3);
  }
}

#item_list .col-sm-3,
#item_list .col-sm-4 {
  padding-left: 1%;
  padding-right: 1%;
}

#item_list .col-sm-3:first-child,
#item_list .col-sm-4:first-child {
  padding-left: 0;
}

#item_list .col-sm-3:nth-child(4n) {
  padding-right: 0;
}

#item_list .col-sm-3:nth-child(5n) {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #item_list .col-sm-3:nth-child(4n) {
    padding-right: 1%;
  }
  #item_list .col-sm-3:nth-child(3n) {
    padding-right: 1%;
  }
  #item_list .col-sm-3:nth-child(5n) {
    padding-left: 1%;
  }
}


/*----------------------------------
共通：headerアイコンSVG変更
----------------------------------*/

.member_link a {
	font-weight: 500;
	margin: 0;
	padding: 10px 0.5em 2px 0;
	height: auto;
	line-height: 1em;
	display: flex;
	align-items: center;
  overflow: auto;
}
@media screen and (max-width: 767px) {
	#drawer .member_link li a {
		padding: 15px;
	}
}

.member_link li a.menu_member::before { /* SVG内カラー変更は[fill="%23〇〇〇〇〇〇"]部分の丸部分をカラーコード6桁に差替えで可能 */
	content: '';
	display: inline-block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.26 87.91' %3E%3Cpath fill='%23333333' d='M60.18,22.56c0,12.46-10.1,22.56-22.56,22.56s-22.56-10.1-22.56-22.56S25.17,0,37.63,0S60.18,10.1,60.18,22.56z M37.63,50.28C16.85,50.28,0,67.13,0,87.91h75.26C75.26,67.13,58.41,50.28,37.63,50.28z' /%3E%3C/svg%3E") no-repeat left top;
	background-size: 100% auto;
	width: 20px;
	height: 23px;
	transform: translateY(-2px);
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .member_link li a.menu_member::before {
    margin-right: 1em;
  }
}


.member_link li a.menu_favorite::before { /* SVG内カラー変更は[fill="%23〇〇〇〇〇〇"]部分の丸部分をカラーコード6桁に差替えで可能 */
	content: '';
	display: inline-block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 106.51 85.04'%3E%3Cpath fill='%23333333' d='M55,12.2l-4.2-0.1C40.3,1.1,26.9-4,14.5,8.4l0,0c-9.3,9.1-9.6,23,0,39.8C24.1,65,53.3,84,53.3,84l0,0 c0,0,29.2-19,38.7-35.8s9.3-30.7,0-39.8l0,0C79.7-4,65.4,1.2,55,12.2z' /%3E%3C/svg%3E") no-repeat left top;
	background-size: 100% auto;
	width: 26px;
	height: 22px;
	transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .member_link li a.menu_favorite::before {
    margin-right: 0.7em;
    transform: translateX(-3px);
  }
}
.member_link li a.menu_login::before { /* SVG内カラー変更は[fill="%23〇〇〇〇〇〇"]部分の丸部分をカラーコード6桁に差替えで可能 */
	content: '';
	display: inline-block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.3 88.3'%3E%3Cpath fill='%23333333' d='M68.28,28.64C68.28,12.85,55.44,0,39.65,0S11.01,12.85,11.01,28.64H0V88.3h79.3V28.64H68.28z M41.98,60.23 v14.01h-5.59V59.95c-3.32-1.3-5.69-4.52-5.69-8.31c0-4.94,4-8.94,8.94-8.94s8.94,4,8.94,8.94C48.59,55.76,45.78,59.2,41.98,60.23z M16.93,28.64c0-12.53,10.19-22.72,22.72-22.72s22.72,10.19,22.72,22.72H16.93z' /%3E%3C/svg%3E") no-repeat left top;
	background-size: 100% auto;
	width: 20px;
	height: 22px;
	transform: translateY(-2px);
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .member_link li a.menu_login::before {
    margin-right: 1em;
    transform: translateX(1px);
  }
}
.member_link li a.menu_cart::before { /* SVG内カラー変更は[fill="%23〇〇〇〇〇〇"]部分の丸部分をカラーコード6桁に差替えで可能 */
	content: '';
	display: inline-block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44.77'%3E%3Cpath fill='%23333333' d='M18.87,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S16.77,37.15,18.87,37.15z M43.2,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S41.1,37.15,43.2,37.15z M14.08,7.85L13.04,0H0 v4.2h9.35l0.49,3.65H9.76l2.81,20.88h0.03l0.91,6.84h31.28v-4.21h-27.6l-0.35-2.63H47.2L50,7.85H14.08z' /%3E%3C/svg%3E") no-repeat left top;
	background-size: 100% auto;
	width: 28px;
	height: 25px;
	transform: translateY(-2px);
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #btn_menu a {
    /*padding-top: 0;*/ /* 20250912削除 */
    margin-right: 0;
    }
}

.nav--newstyle a {
  display: inline-block;
  margin-top: 0.5em;
}

.nav--newstyle a::before,
.nav--newstyle a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
  border-radius: 5px;
}
.nav--newstyle a::before {
  margin-bottom: 0.5em;
}
.nav--newstyle a::after {
  margin-top: 0.5em;
}
/* 酒類販売者管理者標識 */
.liquortraffic_table{
	width: 100%;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.liquortraffic_table th,
.liquortraffic_table td{
	height: 70px;
	vertical-align: middle;
	padding: 10px;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
}
.liquortraffic_table th{
	width: 300px;
	color: #fff;
	padding-left: 20px;
	background-color: #db1721;
	border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 767px) {
	.liquortraffic_table th{
		width: auto;
	}
}
/* 酒類販売者管理者標識 end */
