#main {
	margin-bottom: 40px;
}

#main img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width: 767px){
#main nav{
	width: 96%;
	margin: auto;
	padding: 0;
}
}
#main .title{
	position: relative;
}
#main .title--inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	padding: 20px;
	width: 70%;
}
@media screen and (max-width: 767px){

#main .title--inner{
	font-size: 8vw;
}

}

#main #catchCopy .lead-text{
	margin: 0;
}
.maindesign .lead-text__large {
	font-size: 1.1em;
}
.maindesign .lead-text__red {
	color: #ff0000;
}
.maindesign .kome {
	color: #ff0000;
    margin-top: 1em;
    text-indent: -1em;
    padding-left: 1em;
}

#main .tab-menu-nav li a{
	display: flex;
}

#main .order-flow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
#main .order-flow--block{
	width: calc(30% - 22px);
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: center;
	position: relative;
}
#main .order-flow--block::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid black;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}
#main .order-flow--block:last-child::after{
	content: none;
}
#main .order-flow--block p{
	text-align: center;
	line-height: 1.4;
	font-size: 0.9em;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){

#main .order-flow--block{
	width: calc(100% - 22px);
	margin-bottom: 50px;
}
#main .order-flow--block::after{
	border-top: 15px solid black;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: none;
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#main .order-flow--block p{
	font-size: 5.0vw;
}

}

#main .feature-hdg4c{
	text-align: center;
	font-size: 1.4em;
    margin: 50px 0 30px;
    font-weight: bold;
}

.maindesign .campaign-banner{
	margin-top: 2em;
}



/*  are  */
input{
  display: none;
}
.bl_3daysSearchBlock{
  margin-bottom: 60px;
}
.bl_3daysSearchBlock_inner{
/*  width: 82.9%;*/
/*  max-width: 1160px;*/
  margin-left: auto;
  margin-right: auto;
}

.el_searchResult{
  text-align: center;
  color: #0073aa;
}
.js_target,
.js_target02,
.js_target03,
.js_target04{
  display: none;
}
.js_target.js_selected,
.js_target02.js_selected02,
.js_target03.js_selected03,
.js_target04.js_selected04{
  display: block;
}
.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock a{
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
/*  margin-right: 5px;*/
	margin-top: 5px;
	margin-bottom: 10px;
  border: 1px solid #0073aa;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #0073aa;
}
.el_searchResult{
	margin-top: 5px;
  margin-bottom: 20px;
}
/*
.bl_selectBlock{
  border: 1px solid #0073aa;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
*/
/*
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
*/
.bl_selectBlock_check label{
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-flow: column;
	text-align: center;
	font-size: 0.9em;
}
.bl_selectBlock_ttl{
	font-size: 1.2em;
	color: #000000;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.bl_selectBlock_content{
/*  width: calc(100% - 185px);*/
	display: flex;
	flex-wrap: wrap;
/*	margin-bottom: 50px;*/
}

@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
.bl_searchResultBlock{
	font-size: 14px;
	border-top: 1px solid #bdbdbd;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bl_searchResultBlock_item{
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #bdbdbd;
	width: 50%;
}
@media screen and (max-width: 767px){
.bl_searchResultBlock_item{
	width: 100%;
}
}

.bl_selectBlock_check{
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
	width: 120px;
    margin: 0 10px 20px;
    border: 1px solid #000;
    padding: 10px 0 0;
}
.color-area .bl_selectBlock_check{
/*	width: 25%;*/
	margin:0 10px 20px;
	padding: 0;
}
/*
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
*/
.bl_selectBlock_release{
	text-align: center;
	color: #fff;
	background-color: #bdbdbd;
	padding: 15px 0;
	margin: 10px auto;
	border-radius: 40px;
	width: 300px;
	cursor: pointer;
}
.js_release,
.js_release02,
.js_release03,
.js_release04{
  cursor: pointer;
}
.color-area .bl_selectBlock_check label::before{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-color: #ccc;
	margin-bottom: 5px;
}
.color-area .bl_selectBlock_check label.color-red::before{
	background-color: #f00;
}
.color-area .bl_selectBlock_check label.color-rose::before{
	background-color: #e95464;
}
.color-area .bl_selectBlock_check label.color-pink::before{
	background-color: #f3a68c;
}
.color-area .bl_selectBlock_check label.color-lavender::before{
	background-color: #cab8d9;
}
.color-area .bl_selectBlock_check label.color-orange::before{
	background-color: #ee7800;
}
.color-area .bl_selectBlock_check label.color-yellow::before{
	background-color: #ffdc00;
}
.color-area .bl_selectBlock_check label.color-green::before{
	background-color: #00a960;
}
.color-area .bl_selectBlock_check label.color-blue::before{
	background-color: #0075c2;
}
.color-area .bl_selectBlock_check label.color-navy::before{
	background-color: #202f55;
}
.color-area .bl_selectBlock_check label.color-ivory::before{
	background-color: #f8f4e6;
}
.color-area .bl_selectBlock_check label.color-beige::before{
	background-color: #eedcb3;
}
.color-area .bl_selectBlock_check label.color-brown::before{
	background-color: #8f6552;
}
.color-area .bl_selectBlock_check label.color-gray::before{
	background-color: #7d7d7d;
}
.color-area .bl_selectBlock_check label.color-pearlwhite::before{
	background-color: #f7f6f5;
}
.color-area .bl_selectBlock_check label.color-black::before{
	background-color: #000000;
}
.color-area .bl_selectBlock_check label.color-white::before{
	background-color: #fff;
}


.icon-area .bl_selectBlock_check label::before{
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}
.icon-area .bl_selectBlock_check label.blacked::before{
	background-image: url("../img/icon_00.jpg");
}
.icon-area .bl_selectBlock_check label.one-grade::before{
	background-image: url("../img/icon_01.jpg");
}
.icon-area .bl_selectBlock_check label.shading::before{
	background-image: url("../img/icon_02.jpg");
}
.icon-area .bl_selectBlock_check label.memory::before{
	background-image: url("../img/icon_03.jpg");
}
.icon-area .bl_selectBlock_check label.fire::before{
	background-image: url("../img/icon_04.jpg");
}
.icon-area .bl_selectBlock_check label.soundproof::before{
	background-image: url("../img/icon_05.jpg");
}
.icon-area .bl_selectBlock_check label.lining::before{
	background-image: url("../img/icon_06.jpg");
}
.icon-area .bl_selectBlock_check label.thermal::before{
	background-image: url("../img/icon_07.jpg");
}
.icon-area .bl_selectBlock_check label.keeping::before{
	background-image: url("../img/icon_08.jpg");
}
.icon-area .bl_selectBlock_check label.antibacterial::before{
	background-image: url("../img/icon_09.jpg");
}
.icon-area .bl_selectBlock_check label.antivirus::before{
	background-image: url("../img/icon_10.jpg");
}
.icon-area .bl_selectBlock_check label.mold::before{
	background-image: url("../img/icon_11.jpg");
}
.icon-area .bl_selectBlock_check label.antifouling::before{
	background-image: url("../img/icon_12.jpg");
}
.icon-area .bl_selectBlock_check label.hard-to-see::before{
	background-image: url("../img/icon_13.jpg");
}
.icon-area .bl_selectBlock_check label.blocking::before{
	background-image: url("../img/icon_14.jpg");
}
.icon-area .bl_selectBlock_check label.lighting::before{
	background-image: url("../img/icon_15.jpg");
}
.icon-area .bl_selectBlock_check label.uv-cut::before{
	background-image: url("../img/icon_16.jpg");
}
.icon-area .bl_selectBlock_check label.pollen::before{
	background-image: url("../img/icon_17.jpg");
}
.icon-area .bl_selectBlock_check label.coating::before{
	background-image: url("../img/icon_18.jpg");
}
@media screen and (max-width: 767px){
.bl_selectBlock_check{
	width: 30%;
	margin: 0 0 20px;
}
.color-area .bl_selectBlock_check{
	margin: 0 0 20px;
}
.bl_selectBlock_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.bl_selectBlock_content::before,
.bl_selectBlock_content::after{
	content: "";
	display: block;
	width: 30%;
	height: 0;
}
.bl_selectBlock_content::before{
	order: 1;
}

}

/*  are  */



.maindesign .p{
	background-color: #ddd;
}

.maindesign .o{
	background-color: #ddd;
}

.maindesign .be{
	background-color: #ddd;
}

.maindesign .y{
	background-color: #ddd;
}

.maindesign .g{
	background-color: #ddd;
}
.maindesign .drape-rc,
.maindesign .drape-re,
.maindesign .drape-rd-d{
    background-color: #ddd;
}
.maindesign .bg-pink {
    background-color: #fbb3c4;
}
#main .open {
	/*cursor:pointer;  マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	display: flex;
	align-items: center;
    width: calc(100% - 20px);
    padding: 10px;
	color: #333;
	line-height: 1.3;
	text-decoration: none;
}
#main .open img{
	width: 100px;
	margin-right: 10px;
}
#main #eo2980,
#main #eo3980,
#main #eo4980,
#main #eo4980ex,
#main #eo5980,
#main #eo6980,
#main #eo7980,
#main #eol4980,
#main #eol5980,
#main #eol6980,
#main #lac1980,
#main #lac2980,
#main #lac3980,
#main #lac4980,
#main #lacl3980{
	display: none; /* label でコントロールするので input は非表示に */
}
#main .overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#main #eo2980:checked + .overlay,
#main #eo3980:checked + .overlay,
#main #eo4980:checked + .overlay,
#main #eo4980ex:checked + .overlay,
#main #eo5980:checked + .overlay,
#main #eo6980:checked + .overlay,
#main #eo7980:checked + .overlay,
#main #eol4980:checked + .overlay,
#main #eol5980:checked + .overlay,
#main #eol6980:checked + .overlay,
#main #lac1980:checked + .overlay,
#main #lac2980:checked + .overlay,
#main #lac3980:checked + .overlay,
#main #lac4980:checked + .overlay,
#main #lacl3980:checked + .overlay{
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#main .window {
	width: 100%;
	max-width: 800px;
	height: auto;
	background-color: #ffffff;
	border-radius: 6px;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:20px;
}
#main .text {
	font-size: 18px;
	margin: 0;
}
#main .close {
	cursor: pointer;
    position: absolute;
    top: -60px;
    right: -20px;
    font-size: 20px;
    transform: translateX(-50%);
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.maindesign .eo-price{
	font-size: 1.4em;
    font-weight: bold;
    margin: 20px 0 0;
    color: #2D1B86;
}
.maindesign .window .eoc{
	border: 2px solid #2d1b86;
	margin: 20px 0;
	border-collapse: collapse;
	width: 100%;
}
.maindesign .window .p {
    background-color: #ddd;
}
.maindesign .window .bold {
    font-weight: bold;
}
.maindesign .window .eoc td,
.maindesign .window .eoc th {
    padding: 8px 4px;
    line-height: 1.2em;
    color: #333;
    border: solid 1px #2d1b86;
	text-align: center;
}
.maindesign .vertical {
    font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.maindesign .vertical .td-small{
    -webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}
.maindesign .window .eoc td.link {
    padding: 0;
}

@media screen and (max-width: 767px){
#main .window{
	width: 80%;
}
.maindesign .window .eoc {
   width: 700px;
}
#main .sp-scroll{
	overflow-x: scroll;
}
#main .close {
	top: 5px;
}
.maindesign .eo-price{
	font-size: 1.2em;
    margin: 0;
}
.maindesign .window .eoc td,
.maindesign .window .eoc th{
	font-size: 0.9em;
}
.maindesign .vertical {
	-ms-writing-mode: inherit;
	writing-mode: inherit;
}
.maindesign .vertical .td-small{
    -webkit-text-combine: inherit;
	-ms-text-combine-horizontal: inherit;
	text-combine-upright: inherit;
}

}


/*アコーディオン*/
.maindesign .AC-blocks{
	margin-bottom: 30px;
}
.maindesign .AC-blocks .model-block{
	position: relative;
	cursor: pointer;
}
.maindesign .AC-blocks .model-block::after {
    content: url("../img/arrow_forward.svg");
    transform-origin: center;
    transform:translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
/*    padding: 0.5em;*/
    transition: 0.5s;
	position: absolute;
	top: 50%;
	right: 1%;
	height: 25px;
    width: 25px;
}
.maindesign .AC-blocks .model-block.active::after {
     transform: rotate(180deg) translateY(50%); 
}
.maindesign .AC-blocks .model-block .model-textBlock{
	border: 1px solid #ccc;
    padding: 15px;
    font-size: 1.3em;
    text-align: center;
}

.maindesign .AC-blocks .sub-block{
	display: none;
	border: 1px solid #ccc;
	border-top: none;
}
.maindesign .AC-blocks .feature-desc{
	width: 100%;
}
.maindesign .AC-blocks .feature-desc th,
.maindesign .AC-blocks .feature-desc td{
	padding: 10px;
	line-height: 1.3;
	border: 1px solid #ccc;
}
.maindesign .AC-blocks .feature-desc th{
	font-size: 1.1em;
	border-left: none;
	width: 150px;
	text-align: center;
}
.maindesign .AC-blocks .feature-desc td{
	font-size: 1.0em;
	border-right: none;
}
.maindesign .AC-blocks .feature-desc tr:first-child th,
.maindesign .AC-blocks .feature-desc tr:first-child td{
	border-top: none;
}
.maindesign .AC-blocks .feature-desc tr:last-child th,
.maindesign .AC-blocks .feature-desc tr:last-child td{
	border-bottom: none;
}
@media screen and (max-width: 767px){
.maindesign .AC-blocks .model-block .model-textBlock{
    font-size: 1.1em;
}
.maindesign .AC-blocks .feature-desc th{
	font-size: 1.0em;
	width: 30%;
}
.maindesign .AC-blocks .feature-desc td{
	font-size: 0.9em;
}
}


@media screen and (min-width: 768px){
/* ----全体設定---- */
body a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s;
}
/*   --    全体設定 end     --       */

.maindesign {
margin-bottom: 2.5em; 
}

/* ----pc sp 切り替え---- */
.sp-only{
display: none;
}
/* -- pc sp 切り替え end --  */



/* ----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;
border-left: 4px solid #f00;
padding: 0.3rem 1rem;
}
/* ----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 --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
.maindesign .tab-menu-nav,.maindesign .tab-menu-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:0 1rem;
    }
.maindesign .tab-menu-nav.col-3,.maindesign .tab-menu-nav.col-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap:0 1rem;
        }
.global-main .maindesign .tab-menu-nav,.global-contents__container .maindesign .tab-menu-nav {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap:0 1rem;
}
.maindesign .tab-menu-nav .fs-medium {
font-size: 1.0em;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}

.maindesign .tab-menu-nav::before {
order: 1;
}
.maindesign .tab-menu-nav li{
/*width: calc(25% - 15px);*/
width: 100%;
margin-top:1.25rem;
position: relative
}
.maindesign .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
/*.maindesign .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}*/
.global-main .maindesign .tab-menu-nav.col-3,.global-contents__container .maindesign .tab-menu-nav.col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:0 1rem;
    }
.maindesign .tab-menu-nav.col-3 li {
/*width: calc( 33.3% - 10px);margin-right: 10px;*/
margin-top:1.25rem;
width: 100%;

}
#wrap .maindesign .tab-menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    #wrap .maindesign .tab-menu-nav .fs-medium {
    font-size: 1.0em;
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-feature-settings: "palt";
    min-height: 3rem;
    line-height: 1.3; 
    }
    #wrap .maindesign .tab-menu-nav::after,
    #wrap .maindesign .tab-menu-nav::before {
    content: "";
    display: block;
    width: calc(25% - 15px);
    height: 0;
    }
    #wrap .maindesign .tab-menu-nav::before {
    order: 1;
    }
    #wrap .maindesign .tab-menu-nav li{
    width: calc(25% - 15px);
    margin-top:1.25rem;
    position: relative
    }
    #wrap .maindesign .tab-menu-nav li:nth-child(-n+4) {
    margin-top: 0 
    }
    #wrap .maindesign .tab-menu-nav.col-3::after {
        content: "";
        display: block;
        width: calc( 33.3% - 10px);
        height: 0;
        }
        #wrap .maindesign .tab-menu-nav.col-3 li {
        width: calc( 33.3% - 11px);
        margin-top:1.25rem; 
        }
        #wrap .maindesign .tab-menu-nav.col-3 li:nth-child(-n+3) {
        margin-top: 0 
        }
/* ----ページ内リンクボタン---- */
/* ----画像付き 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 
}
#main .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.2rem;
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 20px;
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;
border-left: 4px solid #f00;
padding: 0.3rem 1rem;
}
/* ----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 --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
.maindesign .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.maindesign .tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
.maindesign .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
.maindesign .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き 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 
}
#main .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; }



/*  検索窓  */
.maindesign .search_box{
            display:none;
        }   
.maindesign .header-search-container {
    display: flex;
    width: 100%;
    margin-bottom: 2em;
}
.maindesign .header-search--input {
            border:1px solid #000;
        }  
.maindesign .header-search--input input{
        display:inline !important;
        font-size: 1rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        background: #fff;
        padding: .8em .8em;
        box-sizing: border-box;
        width: 100%;
        height: 42px;
        border-radius: 3px;
        color: #757575;
    }
.maindesign .header-search--input-btn {
        background: #e30012;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 3px 3px 0;
    }    
.maindesign .header-search--input-btn input{
        display:inline !important;
        width: 20px;
        height: auto;
        padding: 0 11px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
    } 
.maindesign .styles{
            font-size: 1.4em;
            font-weight: 700;
			margin-bottom: 10px;
        } 
.maindesign .ex {
    border: 1px solid #f00;
    padding: 1em;
    margin-top: 1em;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 2em;
}
.maindesign .ex img{
    width:100%;
    height:auto;
}
.maindesign .ex-tab {
    position: absolute;
    border: 1px solid #f00;
    background: #fff;
    padding: 0.3em;
    box-sizing: border-box;
    top: -1em;
    color: #F00;
}

/*251130*/
.maindesign .feature-hdg3.campaign-announce {
	position: relative;
	margin-bottom: calc(50px - 0.75rem);
}
.maindesign #main .feature-hdg4c.campaign-announce {
	position: relative;
	margin-bottom: calc(50px - 0.5rem);
}
.maindesign span.campaign-announce-icon{
	position: absolute;
    font-size: 1rem;
    background: #ff0000;
    bottom: -32px;
    left: -4px;
    color: #fff;
    padding: 5px 15px 7px;
	width: fit-content;
	font-weight: normal;
	line-height: 1;
}

.maindesign .feature-hdg4c span.campaign-announce-icon{
	left: 50%;
    transform: translateX(-50%);
	bottom: -35px;
}


@media screen and (max-width: 767px){
	.maindesign .feature-hdg3.campaign-announce{
		margin-bottom: calc(50px - 0.75rem);
	}
	.maindesign span.campaign-announce-icon{
	bottom: -33px;
    padding: 3px 15px 4px;
}
	.maindesign .feature-hdg4c span.campaign-announce-icon{
	left: 50%;
    transform: translateX(-50%);
	bottom: -31px;
	white-space: nowrap;
}
}

