﻿

/* ----pc  h1 ページタイトル---- */
.maindesign .feature-hdg1{
position: relative;
}
.maindesign .feature-hdg1 img {
display: block;
}
.maindesign .feature-hdg1 .sub_title{
color: #fff;
text-shadow:1px 1px 2px rgba(10,10,10,0.7);
text-align: center;
font-weight: bold;
font-size: 70px;
margin-left: 0;
padding-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
line-height:1.1;
width: 100%;
letter-spacing: 0.05em;
}
.maindesign .feature-hdg1 .sub_title-secondary{
font-size: 0.5em;
display: block;
margin-top: 1.25rem;
}
/* -- pc  h1 ページタイトル end --  */

/* ----キャッチコピー---- */
.maindesign .description{
font-size:1em;
background: #cfcfcf;
text-align:left;
line-height: 1.6;
/*padding: 10px 20px;*/
margin: 0;
margin-bottom: 30px;
}
/* -- キャッチコピー end --  */


/* ----pc  h2 見出し---- */
.maindesign .feature-hdg2 {
position: relative;
padding-bottom: 1.25rem;
border-bottom: 3px solid #B6B6B6;
font-size: 1.75rem;
margin-top: calc(80px - 0.6rem);
margin-bottom: calc(40px - 0.75rem); 
}
.maindesign .feature-hdg2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 8%;
display: block;
}
/* -- pc  h2 見出し end --  */

/* ----pc  h2 見出し 補足（リード文）---- */
.maindesign .lead-text {
font-size: 1.15em;
line-height: 1.4; 
}
/* -- pc  h2 見出し 補足（リード文） end --  */


/* ----pc  h3 見出しデフォルト---- */
.maindesign .feature-hdg3 {
font-size: 1.75rem;
margin-top: calc(60px - 0.6rem);
margin-bottom: calc(40px - 0.75rem);  
padding-bottom: 0.5rem;
}
/* ----sp  h3 見出し　中央---- */
.maindesign .feature-hdg3.secondary {
text-align: center;
}
/* ----sp  h3 見出し　マーカー風---- */
.maindesign .feature-hdg3.tertiary {
position: relative;
text-align: center;
}
/*グレーのマーカー*/
.maindesign .feature-hdg3.tertiary .marker-gray {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ddd );  
}
/*青色のマーカー*/
.maindesign .feature-hdg3.tertiary .marker-blue {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #c4ebfa );  
}
/*黄色のマーカー*/
.maindesign .feature-hdg3.tertiary .marker-yellow {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f9ff52 );  
}
/* -- pc  h3 見出し end --  */


/* ----pc  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a;
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .etcbtn{
font-size: 1.2rem
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
.maindesign .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 3.75em 0;
}
/* --ボーダーライン end --  */



/* ----画像付き pc3列表示 sp1列表示---- */
.maindesign .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
.maindesign .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタンend --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
margin: 1rem 0; 
}
.maindesign .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2;
margin-top: 20px;
}
.maindesign .menu-btn-list li:nth-child(2n) {
margin-right: 0;
}
.maindesign .menu-btn-list li:nth-child(-n + 2) {
margin-top: 0;
} 
.maindesign .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
.maindesign .menu-btn-list.col-1 { 
	justify-content: center;
}
.maindesign .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
margin: 0;
}
.maindesign .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
/* ----2列表示----*/
.maindesign .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .banner-list li {
width: 48%;
margin-top: 24px;
}

/*.maindesign .banner-list li a:hover{
border-color: #E5002D;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s; 
text-decoration: none;
}*/
.maindesign .banner-list p {
margin-top: 0.5rem;
line-height: 1.5; 
}
.maindesign .banner-list p span {
margin-left: 0.5em 
}
/* ----2列表示----*/
.maindesign .banner-list.col-2 li:nth-child(-n+2) {
margin-top: 0 
}
/* ----1列表示----*/
.maindesign .banner-list.col-1 li {
width: 100% 
}
.maindesign .banner-list.col-1 li:nth-child(-n+1) {
margin-top: 0 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
.maindesign .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .feature__items li{
width: 48%;
min-height: 140px;
margin-top: 24px;
font-size: 0.9em;
position: relative;
font-feature-settings: "palt"; 
}
.maindesign .feature__items li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 20px 15px 15px 20px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
.maindesign .feature__items li a:after {
content: none;
}
.maindesign .feature__items li a:hover{
border-color: #E5002D;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s; 
text-decoration: none;
}
.maindesign .feature__items li a .feature__items--img{
width:24% ;
display: flex;
align-items: center; 
}
.maindesign .feature__items li a .feature__items--txt{
width: calc( 76% - 20px);
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 0.6rem
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 1.1rem
}
/* pc3列表示 sp2列表示 */
.maindesign .feature__items.col-3 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
.maindesign .feature__items.col-3 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
.maindesign .feature__items.col-3 li:nth-child(3n) {
margin-right: 0;
}
.maindesign .feature__items.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
.maindesign .feature__items.col-3 li a {
padding: 10px 8px 8px 10px;
}
.maindesign .feature__items.col-3 li a .feature__items--txt {
width: 70%;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
.maindesign .feature__items.col-3 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* pc3列表示 sp1列表示 */
.maindesign .feature__items.col-31 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
.maindesign .feature__items.col-31 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
.maindesign .feature__items.col-31 li:nth-child(3n) {
margin-right: 0;
}
.maindesign .feature__items.col-31 li:nth-child(-n+3) {
margin-top: 0 
}
.maindesign .feature__items.col-31 li a {
padding: 10px 8px 8px 10px;
}
.maindesign .feature__items.col-31.pb a {
border: none;
padding: 0;
border-radius: 0;
}
.maindesign .feature__items.col-31 li a .feature__items--txt {
width: 70%;
}
.maindesign .feature__items.col-31 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
.maindesign .feature__items.col-31 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
.maindesign .feature__items.col-31 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */


/* ----動画（YouTube・MP4　共通）----*/
.maindesign .komeri-original-movie {
margin-bottom: 4rem;
}
.maindesign .youtube-list {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.maindesign .youtube-list.cols1__1 {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.maindesign .youtube-list li {
width: 50%;
box-sizing: border-box;
margin-top: 1.5em;
border: 1px solid #ccc;
}
.maindesign .youtube-list li:nth-child(-n+1) {
margin-top: 0;
}
.maindesign .youtube-list.cols2__1 li {
width: calc(50% - 12px);
}
.maindesign .youtube-list.cols2__1 li:nth-child(-n+2) {
margin-top: 0;
}
/*Youtube*/
.youtube{
position:relative;
width:100%;
padding-top:56.2%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.videos{
position:relative;
cursor:pointer;
border: 1px solid #ccc;
box-sizing: border-box;
}
.videos img{
display: block;
}
.maindesign .videos--overmaker{
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
width: 20%;
height: auto;
opacity:0.7;
}
#modalwindow{
display:none;
background:rgba(0,0,0,0.7);
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: 10000;
}
#bamiri{
width:65%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
#subwindow{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
}
.modal_close{
position: absolute;
top: 0;
right: -40px;
cursor: pointer; 
}
/* -- 動画（YouTube・MP4　共通） end --  */


/* ----静的　単品商品----*/
.maindesign .product-list{
display:flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.maindesign .product-list li a{
}
.product-img--area{
width: 200px;
height: 200px;
margin: auto;
position: relative;
}
.maindesign .product-list li a img.product-img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
max-width: 98%;
max-height: 98%;
margin: auto;
}
.maindesign .product-list .goods-nm {
line-height: 1.5;
color: #333;
padding: 0.4em 0 0.7em;
word-break: break-all;
overflow-wrap: break-word;
font-feature-settings: 'palt';
overflow: hidden;
height: 3.5em;
}
.maindesign .product-list .price-cart-area {
display: flex;
bottom: 0;
width: 100%;
flex-direction: column;
min-height: 0;
margin-top: auto;
}
.maindesign .product-list .price-area {
line-height: 1;
font-size: 1.25em;
margin-bottom: 0.8rem;
display: flex;
width: 100%;
justify-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; 
}
.maindesign .product-list .price-area .head {
font-size: 0.75em;
width: 2em; 
white-space: nowrap; 
margin-right: 0.8em;
padding-bottom: 0.5em;
}
.b-price {
position: relative;
display: inline;
}
.b-price img {
height: 1.5em;
width: auto;
}
.b-price_line {
position: absolute;
border-bottom: 2px solid #030303;
height: 2px;
bottom: 80%;
right: 0px;
width: 100%;
}
.price {
}
/*.price img {
height: 2.25em;
width: auto;
}/*

.maindesign .product-list .kakaku-right {
text-align: right;
}
.maindesign .product-list .price-area .text-cancel {
font-size: 0.9em;
}
.maindesign .product-list .price-area .en {
font-size: 1rem;
font-weight: normal;
padding-left: 2px;
}
.maindesign .product-list .price-area .value {
}
.maindesign .product-list .price-area .pr-red {
color: #EE221A;
}
.maindesign .product-list .price-area .amt {
font-size: 1.8rem;
font-weight: bold;
margin: 0.8rem 0;
}
.maindesign .product-list .price-area .en {
font-size: 1rem;
font-weight: normal;
padding-left: 2px;
}
/* pc4列表示 sp2列表示 */
.maindesign .product-list.col-4::before {
content: "";
display: block;
width: calc(25% - 40px);
order: 1;
}
.maindesign .product-list.col-4::after {
content: "";
display: block;
width: calc(25% - 40px);
}
.maindesign .product-list.col-4 li{
width: calc(25% - 40px);
margin-top:2.5rem;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column; 
}
.maindesign .product-list.col-4 li:nth-child(-n+4) {
margin-top: 0 
}
/* -- pc4列表示 sp2列表示 end --  */

/* pc3列表示 sp2列表示 */
.maindesign .product-list.col-3::after {
content: "";
display: block;
width: calc(33.33% - 40px);
}
.maindesign .product-list.col-3 li{
width: calc(33.33% - 40px);
margin-top:2.5rem;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column; 
}
.maindesign .product-list.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
.maindesign .product-list.col-3 .goods-nm {
font-size: 1.2em;
}
.maindesign .product-list.col-3 .price-area .head {
font-size: 1rem;
padding-bottom: 0.2em; 
}
.maindesign .product-list.col-3 .b-price img {
height: 1.75em;
width: auto;
}
.maindesign .product-list.col-3 .price img {
height: 2.5em;
width: auto;
}
/* -- pc3列表示 sp2列表示 end --  */

/* pc2列表示 sp2列表示 */
.maindesign .product-list.col-2 li{
width: calc(50% - 40px);
margin-top:2.5rem;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column; 
}
.maindesign .product-list.col-2 li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .product-list.col-2 .product-img--area {
width: 300px;
height: 300px;
margin: auto;
position: relative;
}
.maindesign .product-list.col-2 .goods-nm {
font-size: 1.5em;
}
.maindesign .product-list.col-2 .price-area .head {
font-size: 1.5rem;
padding-bottom: 0.2em; 
}
.maindesign .product-list.col-2 .b-price img {
height: 2em;
width: auto;
}
.maindesign .product-list.col-2 .price img {
height: 2.75em;
width: auto;
}
/* -- pc3列表示 sp2列表示 end --  */
/* -- 静的　単品商品 end --  */





}




@media screen and (max-width: 767px){

/* ----pc sp 切り替え---- */
.pc-only{
display: none;
}
/* -- pc sp 切り替え end --  */


/*企画ページ画像補正*/
.feat-art .goods-list-area .item .goods-img {
display: flex !important;
margin: auto;
align-items: center;
justify-content: center;
}


/* ----sp  h1 ページタイトル---- */
.maindesign .feature-hdg1{
position: relative;
}
.maindesign .feature-hdg1 img {
display: block;
}
.maindesign .feature-hdg1 .sub_title {
color: #fff;
text-shadow:1px 1px 2px rgba(10,10,10,0.7);
text-align: center;
font-weight: bold;
font-size: 8vw; 
margin-left: 0;
padding-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
line-height:1.1;
width: 100%;
letter-spacing: 0.05em; 
}
.maindesign .feature-hdg1 .sub_title-secondary{
font-size: 0.75em;
display: block;
margin-top: 1.25rem;
}
/* -- sp  h1 ページタイトル end --  */


/* ----キャッチコピー---- */
.maindesign .description{
font-size: 0.8em;
background: #cfcfcf;
text-align:left;
line-height: 1.6;
padding: 10px 0;
margin: 0;
margin-bottom: 30px;
}
/* -- キャッチコピー end --  */


/* ----sp  h2 見出し---- */
.maindesign .feature-hdg2 {
position: relative;
padding-bottom: 1.25rem;
border-bottom: 3px solid #B6B6B6;
font-size: 1.5rem;
margin-top: calc(60px - 0.6rem);
margin-bottom: calc(45px - 0.75rem);
line-height: 1.2; 
}
.maindesign .feature-hdg2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 8%;
display: block;
}
/* -- sp  h2 見出し end --  */


/* ----sp  h2 見出し 補足（リード文）---- */
.maindesign .lead-text {
font-size: 0.95em;
line-height: 1.5; 
}
/* -- sp  h2 見出し 補足（リード文） end --  */


/* ----sp  h3 見出しデフォルト---- */
.maindesign .feature-hdg3 {
font-size: 1.25rem;
margin-top: calc(50px - 0.6rem); 
margin-bottom:calc(30px - 0.75rem); 
padding-bottom: 0.5rem;
line-height: 1.3;  
}
/* ----sp  h3 見出し　中央---- */
.maindesign .feature-hdg3.secondary {
text-align: center;
}
/* ----sp  h3 見出し　マーカー風---- */
.maindesign .feature-hdg3.tertiary {
position: relative;
text-align: center;
}
/*グレーのマーカー*/
.maindesign .feature-hdg3.tertiary .marker-gray {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ddd );  
}
/*青色のマーカー*/
.maindesign .feature-hdg3.tertiary .marker-blue {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #c4ebfa );  
}
/*黄色のマーカー*/
.maindesign .feature-hdg3.tertiary .marker-yellow {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f9ff52 );  
}
/* -- sp  h3 見出し end --  */


/* ----sp  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .arrow-r::after {

content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 0.9em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
.maindesign .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 2.5em 0; 
}
/* --ボーダーライン end --  */




/* ----画像付き pc3列表示 sp1列表示---- */
.maindesign .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
.maindesign .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
.maindesign .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
.maindesign .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
.maindesign .menu-btn-list li:last-child {
margin-bottom: 0 
} 
.maindesign .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
.maindesign .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .banner-list li {
margin-bottom: 1rem;
}
.banner-list li:last-child {
 margin-bottom: 0 
}
.banner-list p {
margin-top: 0.5rem;
line-height: 1.3; 
}
.maindesign .banner-list p span {
margin-left: 0.5em 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
.maindesign .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .feature__items li{
width: 100%;
margin-top: 1rem;
position: relative;
font-feature-settings: "palt"; 
}
.maindesign .feature__items li:first-child {
margin-top: 0 
}
.maindesign .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 12px 8px 12px 12px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
.maindesign .feature__items li a .pickup--img{
margin: 0 10px 0 10px;
width:28% ;
}
.maindesign .feature__items li a .feature__items--img{
margin: 0 5px 0 5px;
width:24% ;
display: flex;
align-items: center;	
}
.maindesign .feature__items li a .feature__items--txt{
width: 76%;
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.4rem;
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 0.85rem;
}
/* pc3列表示 sp2列表示 */
.maindesign .feature__items.col-3 {
}
.maindesign .feature__items.col-3 li {
width: 48%;
margin-top: 1rem;
position: relative;
}
.maindesign .feature__items.col-3 li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .feature__items.col-3 li a {
padding: 8px 5px;
}
.maindesign .feature__items.col-3 li a .feature__items--txt {
width: 62%;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 11px;
line-height: 1.3;
margin-bottom: 0.4rem;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.3;
font-size: 9px;
}
.maindesign .feature__items.col-3 li a .future--img {
margin: 0 5px;
width: calc( 38% - 10px);
display: flex;
align-items: center;
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */


/* ----動画（YouTube・MP4　共通）----*/
.maindesign .komeri-original-movie {
margin-bottom: 2rem;
}
.maindesign .youtube-list {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.maindesign .youtube-list .youtube{
box-sizing: border-box;
margin-bottom: 1.5em;
border: 1px solid #ccc;
}
.maindesign .youtube-list li {
width: 100%;
margin-top: 1.5em;
}
.maindesign .youtube-list li:nth-child(-n+1) {
margin-top: 0;
}
.maindesign .youtube-list.cols2__1 li {
width: 100%;
}
/*Youtube*/
.youtube{
position:relative;
width:100%;
padding-top:56.2%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.videos{
position:relative;
cursor:pointer;
border: 1px solid #ccc;
box-sizing: border-box;
}
.videos img{
display: block;
}
.maindesign .videos--overmaker{
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
width: 20%;
height: auto;
opacity:0.7;
}
#modalwindow{
display:none;
background:rgba(0,0,0,0.7);
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: 10000;
}
#bamiri{
width:80%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
#subwindow{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
}
.modal_close{
position: absolute;
top: -30px;
right: -30px;
}
/* -- 動画（YouTube・MP4　共通） end --  */



/* ----静的　単品商品----*/
/* sp2列表示 */
.maindesign .product-list{
display:flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.maindesign .product-list li{
width: calc(50% - 15px);
margin-top: 1.5rem;
position: relative;
display: flex;
flex-direction: column; 
}
.maindesign .product-list li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .product-list li a{
}
.product-img--area{
width: 150px;
height: 150px;
margin: auto;
position: relative;
}
.maindesign .product-list li a img.product-img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
max-width: 98%;
max-height: 98%;
margin: auto;
}
.maindesign .product-list .goods-nm {
line-height: 1.4;
color: #333;
word-break: break-all;
overflow-wrap:break-word;	
font-feature-settings: 'palt';
overflow: hidden;
height: 4em;
margin-bottom: 1em; 
font-size: 0.875em;
margin-top: 1em; 
}
.maindesign .product-list .price-cart-area {
display: flex;
bottom: 0;
width: 100%;
flex-direction: column;
min-height: 0;
margin-top:auto;
}
.maindesign .product-list .price-area {
line-height: 1;
font-size: 1.25em;
margin-bottom: 0.8rem;
display: flex;
width: 100%;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.maindesign .product-list .price-area .head {
font-size: 0.75em;
margin-right: 0.5em;
}
.b-price {
position: relative;
display: inline-block;
}
.b-price img {
height: 1em;
width: auto;
}
.b-price_line {
position: absolute;
border-bottom: 2px solid #030303;
height: 2px;
bottom: 50%;
right: 0px;
width: 100%;
}
.price {
}
.price img {
height: 1.5em;
width: auto;
}
.maindesign .product-list .kakaku-right {
text-align: right;
}
.maindesign .product-list .price-area .text-cancel {
font-size: 0.9em;
}
.maindesign .product-list .price-area .en {
font-size: 1rem;
font-weight: normal;
padding-left: 2px;
}
.maindesign .product-list .price-area .value {
}
.maindesign .product-list .price-area .pr-red {
color: #EE221A;
}
.maindesign .product-list .price-area .amt {
font-size: 1.5rem;
font-weight: bold;
margin: 0.8rem 0;
}
.maindesign .product-list .price-area .en {
font-size: 1rem;
font-weight: normal;
padding-left: 2px;
}
/* -- sp2列表示 end --  */
/* -- 静的　単品商品 end --  */


}



/*-- margin-top --*/
.mt1em { margin-top: 1em !important; }
.mt2em { margin-top: 2em !important; }
.mt3em { margin-top: 3em !important; }
/*-- margin-bottom --*/
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }

#wrap .maindesign{
    clear: both;
}

/*  HiKOKIキャンペーン  */
.maindesign .set-products-list{
	display: flex;
	flex-wrap: wrap;
	
}
.maindesign .set-products-list--block{
	display: block;
	width: calc((100% - 85px) / 4);
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #333;
}
.maindesign .set-products-list--block:first-child {
    border-left: 1px solid #ccc;
}
.maindesign .set-products-list--block:nth-child(4n + 1) {
    border-left: 1px solid #ccc;
}
.maindesign .set-products-list--block:nth-child(-n + 4) {
    border-top: 1px solid #ccc;
}
.maindesign .set-products-list--block__text-area{
	margin-top: 10px;
}
.maindesign .set-products-list--block__text-area p{
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3;
}

@media screen and (max-width: 767px){
.maindesign .set-products-list--block{
	width: calc((100% - 43px) / 2);
}
.maindesign .set-products-list--block:first-child {
    border-left: 1px solid #ccc;
}
.maindesign .set-products-list--block:nth-child(4n + 1) {
    border-left: none;
}
.maindesign .set-products-list--block:nth-child(-n + 4) {
    border-top: none;
}
.maindesign .set-products-list--block:nth-child(2n + 1) {
    border-left: 1px solid #ccc;
}
.maindesign .set-products-list--block:nth-child(-n + 2) {
    border-top: 1px solid #ccc;
}
.maindesign .set-products-list--block__text-area p{
	font-size: 0.9em;
}



}

    .maindesign .goods {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}
    .maindesign .goods.cols4-2 li {
    width: calc(25% - 9px);
    margin: 0 12px 30px 0;
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    border: 1px solid #bbb;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
    @media screen and (min-width: 768px){
    .maindesign .goods.cols4-2 li:nth-child(4n) {
    margin: 0 0 30px 0;
}
        }

.maindesign .goods.cols3-2 li {
    width: calc(100% / 3 - 9px);
    margin: 0 12px 30px 0;
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    border: 1px solid #bbb;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
    @media screen and (min-width: 768px){
    .maindesign .goods.cols3-2 li:nth-child(3n) {
    margin: 0 0 30px 0;
}
        }
.maindesign .goods.cols2-2{
    justify-content: space-between;
}
.maindesign .goods.cols2-2 li {
    width: calc(50% - 10px);
    margin: 0 0 30px 0;
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    border: 1px solid #bbb;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
    @media screen and (min-width: 768px){
    .maindesign .goods.cols2-2 li:nth-child(2n) {
    margin: 0 0 30px 0;
}
        }
.maindesign .goods.cols2-1{
    justify-content: space-between;
}
.maindesign .goods.cols2-1 li {
    width: calc(50% - 10px);
    margin: 0 0 30px 0;
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    border: 1px solid #bbb;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
    @media screen and (max-width: 768px){
    .maindesign .goods.cols2-1 li{
    width: 100%;
    margin: 0 0 30px 0;
}
        }

.maindesign .goods li .list-img{
    
}
.maindesign .goods li .list-img img{
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: auto;
    display: block;
}
.maindesign .goods li .goods_prof{
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 auto;
}
.maindesign .goods li .goods_prof .goods_prof-box{
    width: 100%;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.maindesign .goods li .goods_prof .goods_prof-box:nth-child(2){
    margin: 20px 0 0;
} 
.maindesign .goods li .goods_prof .topic_title{    
    font-size: 1.25em;
    font-weight: bold;
    margin: 5px 0 5px;
    height: 50px;
    }
.maindesign .goods li .goods_prof .topic_title span{    
    font-size: 0.7em;
    }
.maindesign .goods li .goods_prof .topic_title__maker{
    font-size: 1.25em;
    font-weight: bold;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    }
.maindesign .goods li .goods_prof .topic_title__maker img{
    max-height: 45px;
    width: auto;
    max-width: 100%;
    }
.maindesign .goods li .goods_prof .txt_block{
    line-height: 1.2;
    margin: 0 0 10px;

}
.maindesign .goods li .goods_prof .goods_prof_block{
    display: block;
    margin-bottom: 10px;
    height: 130px;
}
.maindesign .goods li .goods_prof .goods_prof_block .goods_prof-cols{
    width: auto; 
    padding: 5px;
}
.maindesign .goods li .goods_prof .goods_prof_block p span.moto{
    font-weight: normal;
    font-size: 0.8em;
}
.maindesign .goods li .goods_prof .goods_prof_block p span.kakaku{
    font-weight: bold;
    font-size: 1em;
}
.maindesign .goods li .goods_prof .goods_prof_block .goods_prof-cols p,.goods li .goods_prof .const_block p{
    font-weight: bold;
    line-height: 1.2;
    font-size: 1em;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
    .goods li .goods_prof .const_block p{
        width: 35%;
    flex-wrap: wrap;
    }
    .goods li .goods_prof .const_block p.more{
        width: 60%;
    flex-wrap: wrap;
    }
.maindesign .goods li .goods_prof .goods_prof_block .goods_prof-cols p.kome{
    font-weight: normal;
    line-height: 1.2;
    font-size: 0.8em;
    text-align: right;
    justify-content: flex-end;
    margin: 0 0 10px;
    }
.maindesign .goods li .goods_prof .const_block p.ex{
    font-weight: normal;
    line-height: 1.2;
    font-size: 1em;
}
.maindesign .goods li .goods_prof .const_block p.ex_r{
    font-weight: normal;
    line-height: 1.2;
    font-size: 1em;
    text-align: right;
}
.maindesign .goods li .goods_prof .const_block p span{
    font-weight: normal;
    font-size: 0.8em;
}
.maindesign .goods li .goods_prof .const_block{
    border: 1px solid #bbb;
    margin: 0 0 0;
    padding: 5px 5px 5px;
    box-sizing: border-box;
}
.maindesign .goods li .goods_prof .const_block.no_const{
    border: none;
}
.maindesign .goods li .goods_prof .const_block .goods_prof-cols{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 767px){
    .maindesign .goods.cols4-2 li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #bbb;
    overflow: hidden;
        margin: 0 0 60px;
}
.maindesign .goods.cols3-2{
    justify-content: space-between;
}
    .maindesign .goods.cols3-2 li {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #bbb;
    overflow: hidden;
        margin: 0 0 60px;
}
.maindesign .goods li .list-img {
    width: 100%;
}
.maindesign .goods li .goods_prof .goods_prof-box {
    padding: 10px 0;
}   
.maindesign .goods li .goods_prof .goods_prof-box .goods_prof_value {
    margin: 0 0 5px auto;
}
.maindesign .goods li .goods_prof .const_block .goods_prof-cols .goods_prof_value {
    font-size: 5vw;
}
.maindesign .goods li .icons{ 
justify-content: flex-start;
    max-height: 30px;
}
.maindesign .goods li .icons .snow{
    max-width: 75px;
    width: 75px;
    font-size: 0.8em;
}
.maindesign .goods li .icons .port{
    max-width: 48px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maindesign .goods li .goods_prof .goods_prof_block .goods_prof-cols p,.goods li .goods_prof .const_block p{
    font-size: 1em;
}
}
.maindesign .goods li .btn{
        width: 100%;
    margin: auto 0 10px;
    padding: 5px;
    box-sizing: border-box;
    }
.maindesign .goods li .btn a{
        margin: 0 auto 10px;
    max-height: 42px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    }
.maindesign .goods li .btn a:last-child{
        margin: 0 auto 0;
    }
    
.maindesign .goods_prof .goods_prof_title{
    margin: 10px 0;
    font-size: 1.5em;
    font-weight: bold;
}
.maindesign .goods_prof .goods_prof_title.main_goods{
    line-height: 1.2;
    font-feature-settings: "palt" 1;
}
.maindesign .goods_prof .goods_prof_title span{
    font-size: 16px;
    font-weight: normal;
}

.maindesign .goods_prof .goods_prof_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.maindesign .goods_prof .goods_prof_block p{
    line-height: 1.2;
    font-size: 1.25em;
}
.maindesign .goods_prof .goods_prof_block .goods_prof-cols{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 9px 0 7px;
}
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols{
    width: calc(50% - 20px);
    border: 1px solid #bbb;
    margin: 0 0 0 20px;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols .goods_prof_title{
    width: 30%;
    line-height: 1.2;
    margin: 10px 0;
}
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols .goods_prof_title span{
    font-size: 16px;
    font-weight: normal;
}
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols .const_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 70%;
    align-items: center;
}
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols .const_block .goods_prof_value {
    font-size: 4em;
}
@media screen and (max-width: 767px){
    
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols{
    width: 100%;
    margin: 10px 0;
}    
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols .goods_prof_title {
    width: 100%;
    margin: 10px 0 10px;
}    
    
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols .const_block {
    width: 100%;
    margin: 0 0 7px;
}    
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.const-cols .const_block .goods_prof_value {
    font-size: 7vw;
}    
    
    
}



.maindesign .goods_prof .goods_prof_block .goods_prof-cols.solo{
    width: auto;
}

.maindesign .goods_prof .goods_prof_block .goods_prof-cols .goods_prof_value{
    text-align: right;
    font-size: 2.5em;
    font-weight: bold;
    margin: 10px 0;
}
.maindesign .goods_prof_value .goods_prof_tax,.goods_prof_value .goods_prof_en{
    font-size: 0.4em;
}
.maindesign .goods_prof_value .goods_prof_plus{
    margin: 0 10px 0 0;
    font-weight: normal;
}
.maindesign .goods_prof_value{
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}
@media screen and (max-width: 767px){
.maindesign .goods_prof .goods_prof_block .goods_prof-cols{
    width: 100%;
       margin: 0 0 20px;
}
.maindesign .goods_prof .goods_prof_block .goods_prof-cols:last-child{
       margin: 0 0 0px;
}
.maindesign .goods_prof .goods_prof_block .goods_prof-cols.solo{
    width: 100%;
    margin: 9px 0 7px;
}

.maindesign .goods_prof .goods_prof_block .goods_prof-cols .goods_prof_value{
    font-size: 6vw;
}
}

.maindesign .kome{
    text-align: right;
    margin: 10px 0;
    font-size: 0.3em;
    font-weight: normal;
}
.maindesign .goods li img.goods_main_img {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

  .maindesign .img_container {
    position: relative;
  }
  .maindesign .img_container img {
    width: 100%;
    height: auto;
  }
  .maindesign .img_container .icons {
    
  }
  .maindesign .img_container .icons img:nth-child(1){
    position: absolute;
    right: 5px;
    bottom: 10px;
    margin: 0;
    width: 30%;
  }
  .maindesign .img_container .icons img:nth-child(2){
    position: absolute;
    right: calc(30% + 10px);
    bottom: 10px;
    margin: 0;
    width: 30%;
  }

  .maindesign .notice {
    border: 1px solid red;
    color: red;
    width: 100%;
    padding: 20px 10px;
    font-weight: bold;
    margin: 15px 0;
    box-sizing: border-box;
  }
  .maindesign .notice p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .maindesign .mt_2 {
    margin-top: 2em;
  }
  .maindesign .topic_title + p {
    margin-bottom: 1em;
  }
  .maindesign .fs_8 {
    font-size: 0.8em;
  }
    @media screen and (max-width: 767px){
  .maindesign .img_container {
    overflow: hidden;
  }
  .maindesign .goods li .goods_prof .topic_title__maker {
    height: auto;
}
  .maindesign .goods li .goods_prof .topic_title {
    height: auto;
    font-size: 1em;
}
  .maindesign .goods li .goods_prof .goods_prof_block {
    height: auto;
      margin: 10px 0 10px;
}
        .goods_case .case_one {
    padding: 5px;
}
}


    .goods_case{
        background: #938875;
    color: #fff;
    display: flex;
    height: 50px;
    align-items: center;
    }
    .goods_case .case_one{
        background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.8em;
    width: 8%;
    height: 100%;
    box-sizing: border-box;
    }
    .goods_case .case_txt{
        padding: 10px;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 0.7em;
    width: 92%;
    }
    @media screen and (max-width: 767px){
      .goods_case .case_txt{
    font-size: 0.6em;
    }  
    }
    .accordion_one {
    margin: auto;
    display: flex;
        flex-direction: column;
    justify-content: space-between;
        margin: 10px 0 0;
}
    .accordion_one .accordion_header {
    background: #e60012;
    color: #fff;
    display: flex;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    z-index: +0;
    cursor: pointer;
    transition-duration: 0.2s;
    align-items: center;
    border: none;
    /* width: 90%; */
    flex-wrap: wrap;
    align-content: center;
    max-width: 800px;
    height: 42px;
    padding: 5px;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%); */
    text-align: center;
    opacity: 1.0;
    justify-content: center;
}
.accordion_one .accordion_header_open {
    background: #e60012;
    color: #fff;
    display: flex;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    z-index: +0;
    transition-duration: 0.2s;
    align-items: center;
    border: none;
    /* width: 90%; */
    flex-wrap: wrap;
    align-content: center;
    max-width: 800px;
    height: 42px;
    padding: 5px;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%); */
    text-align: center;
    opacity: 1.0;
    justify-content: center;
}
    .accordion_one .accordion_header.feat {
    background: #979797;
}
    .accordion_one .accordion_header:hover {
  opacity: .8;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /*  border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
    
    .accordion_one .accordion_inner{
    border: 5px solid #e60012;
    box-sizing: border-box;
        
        }
.accordion_one .accordion_inner.ac_open{
    display: block!important;    
        }
@media screen and (min-width: 768px){
    .accordion_one .accordion_inner{
    display: none;
        }
}
    .accordion_one .accordion_inner.feat{
    border: 5px solid #979797;
}

@media screen and (max-width: 767px){
    .accordion_one .accordion_header{
        font-size: 1.5em;
    }
      .accordion_one .accordion_header .i_box{
    display: none;
    }  
    }


	
.goods-b img{
    width: 100%;
    height: auto;
}	
.accordion_one img{
    width: 100%;
    height: auto;
}
	
	
	
	
	
	
	
	
	