﻿body{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.title {
	background-image: url("../img/title_sp.jpg");
    background-size: cover;
    background-position: right center;
    height: 46.5vw;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	/*justify-content: right;*/
}

h1 {	
	color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 7vw;
    letter-spacing: 0.05em;
    /* text-shadow: 1px 1px 2px rgba(10,10,10,0.7); */
    text-shadow: 1px 1px 10px #000000;
	line-height: 1.2;
	width: 100%;
    background-color: rgba(0,0,0,0.3);
    padding: 10px 0;
	font-feature-settings: "palt";
}
h1 span{
	display: block;
	font-size: 0.7em;
}
#main #catchCopy {
    padding: 10px 20px;
    background: #D2DCE6;
    margin: 0 0 20px 0;
}
#main .pc-only{
	display: none;
}
#main .sp-only{
	display: block;
}
#main img {
        width: 100%;
        height: auto;
    }
#main .pList.bnrList li{
	margin-bottom: 20px;
	width: 32%
}
#main .pList.bnrList2 li{
	margin-bottom: 25px;
	width: 33%
}
#main .pList.bnrList2 img{
	width: 85%
	
}
#main .pList.bnrList3 li{
	margin-bottom: 25px;
	width: 49%
}
#main .pList.bnrList3 img{
	width: 100%
	
}
#main .pList.bnrList4 a img{
	width: 100%
	
}
#main .pList.bnrList4 li{
	margin-bottom: 20px;
	width: 100%
}

/**//**//**//**//**//**//**/

.listHeading1 {
    font-size: 1.2em;
    font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    color: #333;
    font-weight: bold;
}
.listHead34 {
    font-size: 1.2em;
    font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 30px 0 20px;
}
#main a {
	text-decoration:none;
}
#main a p{
	color:#000;
}
#main a p:active{
	color:#000;
}
#main a p:visited{
	color:#000;
}
#main p{
	line-height:1.2;
}

#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom:10px;
}
#main .breadcrumb a {
    color: #83838f;
}




#main .topBtn ul li a{
	background-image: url("../img/arow_red.png");
	background-size: 14px;
}

#main section{
	margin-bottom:40px;
}
#main section:last-child{
	margin-bottom:20px;
}

#main .cover-btn{
	margin-top: 20px;
}
#main .images{
	margin-bottom: 10px;
	display: block;
}
#main .images img{
	width: 100%;
	height: auto;
}
#main .fsMedium{
    padding: 0.75em;
}


#main .table-popup{
	border-collapse: collapse;
}
#main .table-popup th,
#main .table-popup td{
	border: 1px solid #ccc;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}
#main .table-popup th{
	font-size: 20px;
	padding: 10px;
	background: #999;
    color: #fff;
}
#main .table-popup td:nth-child(2n) {
    text-align: left;
}



#main .feature__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main .feature__items li {
    width: 100%;
    margin-top: 1rem;
    position: relative;
    font-feature-settings: "palt";
}
#main .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;
}
#main .feature__items li a .feature__items--txt {
    width: 65%;
}
#main .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;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch {
    line-height: 1.5;
    font-size: 0.85rem;
}
#main .feature__items li a .feature__items--img {
    margin: 0 5px 0 5px;
    width: 35%;
    display: flex;
    align-items: center;
}


#main .interview{
	/*display: flex;*/
	flex-wrap: wrap;
	align-items: center;
	border: 2px solid #1990d0;
	border-radius: 20px;
	padding: 3vw;
	text-align: center;
}
#main .interview--que{
	font-size: 4.9vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #1990d0;
}

#main .interview--ans{
	display: inline-block;
}
#main .interview--ans li{
	margin-bottom: 10px;
	font-size: 4vw;
    line-height: 1.3;
	color: #1990d0;
	text-align: left;
}
#main .interview--ans li:last-child{
	margin-bottom: 0;
}




#main .sankaku{
	font-size: 4vw;
    font-weight: bold;
    display: block;
    margin: 4vw auto 7vw;
    text-align: center;
    position: relative;
    color: #fff;
}
#main .sankaku::before{
	content: "";
    border-top: 10vw solid #1990d0;
    border-right: 20vw solid transparent;
    border-left: 20vw solid transparent;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#main .osusume{
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
	text-align: center;
    padding: 10px 0;
    background-color: #1990d0;
    border-radius: 20px;
}

#main .caution {
    padding: 15px;
    border: 2px solid #bbb;
	margin-bottom: 30px;

}
#main .nagare{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 30px;
}
#main .nagare li{
	width: calc(50% - 4vw);
    margin-right: 8vw;
    margin-bottom: 8vw;
    text-align: center;
    line-height: 1.3;
    background-color: #1990d0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	font-size: 4.0vw;
    font-weight: bold;
	position: relative;
}
#main .nagare li:nth-child(2),
#main .nagare li:nth-child(3){
	margin-right: 0;
}
#main .nagare li::before{
	content: "";
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 3vw solid #969494;
    position: absolute;
    right: -5.5vw;
}
#main .nagare li{
	order: 1;
}
#main .nagare li:nth-child(2){
	order: 2;
}
#main .nagare li:nth-child(3){
	order: 4;
}
#main .nagare li:last-child{
	order: 3;
}
#main .nagare li:nth-child(2)::before{
	content: "";
	border-top: 3vw solid #969494;
	border-right: 3vw solid transparent;
	border-left: 3vw solid transparent;
	border-bottom: none;
	position: absolute;
    bottom: -5.5vw;
    right: 50%;
    transform: translateX(50%);
}
#main .nagare li:nth-child(3)::before{
	content: "";
    border-top: none;
	border-bottom: none;
	border-left: none;
}
#main .nagare li:last-child::before{
	content: "";
	border-top: 3vw solid transparent;
	border-right: 3vw solid #969494;
	border-bottom: 3vw solid transparent;
	border-left: none;
}

#main .futon-choice {
	display: flex;
    flex-wrap: wrap;
}

#main .futon-choice li{
	width: calc(50% - 30px);
	padding: 10px;
    margin-right: 20px;
    text-align: center;
}
#main .futon-choice li:nth-child(2n) {
    margin-right: 0;
}
#main .futon-choice li img{
	width: 100%;	
}
#main .nagare-list {
	margin-bottom: 30px;
}
#main .nagare-list li {
	font-size: 1.0em;
	font-weight: bold;
	/*color: #1990d0;*/
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    margin-bottom: 10px;
}
#main .caution-list li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    margin-bottom: 10px;
	font-size: 0.9em;
	text-align: justify;
}

#main .annotation{
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: center;
}

#main .service-price {
    display: flex;
	flex-wrap: wrap;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    padding: 10px;
	margin-top: 20px;
}
#main .service-price .single{
	font-size: 1.2em;
	width: 100%;
}
#main .service-price .price{
	font-size: 3.0em;
    font-weight: bold;
    margin: 0 20px;
}
#main .service-price .yen{
	font-size: 0.5em;
}
#main .service-price .nakami{
	font-size: 1.2em;
	text-align: center;
}

#main .manufacturing {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: center;
}
#main .manufacturing li {
    width: calc((100% / 3) - 8vw);
    margin-right: 7vw;
	padding: 1vw;
	border: 2px solid #1990d0;
	border-radius: 10px;
	position: relative;
	margin-bottom: 6vw;
	order: 1;
}
#main .manufacturing li:nth-child(3),
#main .manufacturing li:nth-child(4){
    margin-right: 0;
}
#main .manufacturing li:nth-child(4) {
	order: 6;
}
#main .manufacturing li:nth-child(5) {
	order: 5;
}
#main .manufacturing li:nth-child(6) {
	order: 4;
}

#main .manufacturing li::before{
	content: "";
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 3vw solid #969494;
    position: absolute;
    right: -5.5vw;
	top: 50%;
    transform: translateY(-50%);
}
#main .manufacturing li:nth-child(3)::before{
	content: "";
	border-top: 3vw solid #969494;
	border-right: 3vw solid transparent;
	border-left: 3vw solid transparent;
	border-bottom: none;
	position: absolute;
	top: auto;
    bottom: -5vw;
    right: 50%;
    transform: translateX(50%);
}
#main .manufacturing li:nth-child(5)::before,
#main .manufacturing li:last-child::before{
	content: "";
	border-top: 3vw solid transparent;
	border-right: 3vw solid #969494;
	border-bottom: 3vw solid transparent;
	border-left: none;
}
#main .manufacturing li:nth-child(4)::before{
	content: "";
    border-top: none;
	border-bottom: none;
	border-left: none;
}

#main .manufacturing li img {
    width: 100%;
}
#main .manufacturing li p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 19vw;
	text-align: center;
	font-size: 3.5vw;
    line-height: 1.3;
}
#main .maker-logo{
	margin-bottom: 5px;
}
#main .maker-logo img{
	width: 150px;
}
#main .border-color{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 30px;
}
#main .border-color .listHead34{
	margin-top: 0;
}

#main .ex1 {
    padding: 1rem 0.5rem 0rem ;
    line-height: 1.2;
    font-size: 1.0rem;
    font-feature-settings: "palt";
    text-align: center;
}	

#main .ex2 {
    padding: 0.4rem 1rem 0.5rem;
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 700;
    font-feature-settings: "palt";
    text-align: center;
    background: linear-gradient(transparent 70%, #1990d0 80%);
}

#main .section{
	margin: 0 10px;
}

#main .customer-voice{
	position: relative;
	border: 2px solid #1990d0;
	border-radius: 10px;
	padding: 30px 20px 20px;
}
#main .customer-voice--title{
	position: absolute;
	top: -1.2em;
	left: 1em;
	padding: 10px 20px;
	background-color: #1990d0;
	font-size: 1.2em;
	color: #fff;
}
#main .customer-voice--voice{
	margin-bottom: 20px;
}
#main .customer-voice--voice p{
	line-height: 1.3;
	margin-top: 5px;
}
#main .customer-voice--voice p:first-child{
	margin-top: 0;
}
#main .customer-voice--voice:first-child{
	margin-top: 0;
}
#main .customer-voice .musubi{
	text-align: center;
	text-decoration: underline;
	margin-top: 30px;
	padding: 10px;
	background-color: #fdb7fd;
}

#main .kanren{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .kanren a{
	background-color: #cfcfcf;
	margin-top: 20px;
}
#main .kanren a:first-child{
	margin-top: 0;
}
#main .kanren .images{
	margin-bottom: 0;
}
#main .kanren .description{
	margin-bottom: 0;
}
#main .qanda {
	margin-top: 20px;
}
#main .qanda:first-child {
	margin-top: 0;
}
#main .qanda li{
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.4;
	margin-top: 5px;
	text-indent: -1em;
	padding: 10px 1em 10px 2em;
}
#main .qanda li:first-child{
	margin-top: 0;
	background-color: #ccc;
}
#main .qanda li li{
	padding: 0 0 0 1em;
}
#main .qanda li li:first-child{
	background: none;
}

#main .kome{
	margin: 10px 0;
}
#main .kome li{
	margin-bottom: 5px;
	color: #f00;
	line-height: 1.3;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 0.9em;
}








#main .relation {
    display: flex;
    flex-wrap: wrap;
}

#main a.feature {
    display: flex;
    color: #000000;
    text-decoration: none;
}
#main .feature {
    width: 100%;
    height: auto;
    min-height: 80px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.6s;
    text-align: justify;
}
#main .feature img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 100px;
    transform: translateY(-50%);
}
#main .feature .feat_title {
    font-size: 1.2em;
    width: calc(100% - 130px);
    padding-left: 10px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
}
#main .feature .feat_text {
    font-size: 0.8em;
    width: calc(80% - 30px);
    padding-left: 10px;
    line-height: 1.2;
    margin: 10px 0 0 0;
}
#main .wmax{
	width: 100%!important;
}


.fton{
    display: flex;
    padding: 10px;
	margin: 10px 0 10px ;
	flex-flow: column;
  justify-content:space-between;
}

.fton>div{
    width: 100%;
	margin: 10px 0 10px ;
}
#main .fton img{
	width: 100%;
}
#main .fton .w50tc{
	width: 50%;
	text-align: center;
}






#main .flow{
		
	}
#main .flow .blocks{
		display:none;
}
#main .flow .selecter{
		color:#fff;
		background: #f18500;
    	text-align: center;
    	font-weight: 700;
		padding: 0.5em;
		font-size: 1.5em;
		margin-top: 40px;
	}
#main .flow .select{
		display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px
	}
#main .flow .btnRadius01 {
    border-radius: 40px;
    font-weight: bold;
    color: #000;
	background: #fff;	
    /* padding: 15px; */
    display: flex;
    border: 1px solid;
    box-sizing: border-box;
    text-align: center;
    opacity: 1.0;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#main .flow .btnRadius01:hover {
    border-color: #E88078;
    transition: 0.6s;
}

#main .flow .items{
		width: calc(50% - 10px);
		cursor: pointer;
		flex-direction: column;
    	justify-content: flex-start;
	}
#main .flow .text_type{
		line-height: 1.3;
		font-size: 1.2em;
	font-weight: bold;
	margin: 30px 0 10px;
	text-align: center;
	}
#main .flow .items img{
		order: 0;
		padding: 0.5em 0;
    	box-sizing: border-box;	
		width:100%;
		max-width: 280px;	
	}
#main .flow .active .flowSelect{
		background-color: #E88078;
    	color: #fff ;
		border-color: #E88078 ;
	}


#main .question{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 70px;
	padding: 10px 10px 10px 100px;
	background-color: #0070C0;
	color: #fff;
	font-size: 1.0em;
	line-height: 1.4;
	margin-bottom: 20px;
	position: relative;
}
#main .question::before{
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	background-image: url(/contents/event/duvet_reform/img_230718/Q1.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .question.q-two::before{
	background-image: url(/contents/event/duvet_reform/img_230718/Q2.svg);
}
#main .question.q-three::before{
	background-image: url(/contents/event/duvet_reform/img_230718/Q3.svg);
}


#main .title.diagnose {
    background-image: url(../img_230718/title_sp.jpg);
}
#main .title.diagnose h1 {
    background-color:rgba(0,0,0,0) ;
	color: #0070C0;
	text-shadow: none;
}
#main .title.diagnose h1 span{
    background-color:#FFC000;
	border-radius: 4vw;
	padding: 1vw 0;
    width: 36vw;
    margin: 0 auto 1vw;
    font-size: 0.6em;
	color: #fff;
}

#main .diagnosis{
	padding: 20px 15px;
	background-color: #E88078;
	color: #fff;
	font-size: 1.0em;
	line-height: 1.4;
	position: relative;
	margin-bottom: 2em;
}
#main .diagnosis span{
	color: #E88078;
	display: block;
	width: 4.0em;
	background-color: #fff;
	padding: 5px 10px;
	margin-right: 15px;
	margin-bottom: 5px;
}
#main .diagnosis::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #E88078;
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
}

#main .resptab01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 2em;
}
#main .resptab01 li{
	width: 40%;
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
	color: #fff;
	background-color: #E88078;
	border-radius: 30px;
	padding: 10px 30px 10px 10px;
	position: relative;
}
#main .resptab01 li::after{
	content: "";
    position: absolute;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate( 135deg);
    transform: rotate( 135deg);
    top: 0;
    bottom: 0;
    margin: auto;
	transition-duration: 0.2s;
}
#main .resptab01 li.select{
	background-color: #fff;
	border: 1px solid #E88078;
	color: #E88078;
}
#main .resptab01 li.select::after{
    border-top: 2px solid #E88078;
    border-right: 2px solid #E88078;
}
#main .reco{
	font-size: 1.1em;
	margin-bottom: 10px;
}
#main #beginning{
	display: block;
}




/* アコーディオン  */

#main .AC-blocks .model-block{
	text-align: center;
	color: #fff;
    margin-top: 20px;
    background: #979797;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 1.3em;
	position: relative;
	cursor: pointer;
	border-radius: 40px;
	margin: 20px auto 0;
	width: auto;
	max-width: 600px;
}

#main .AC-blocks .sub-block{
	display: none;
	padding-top: 20px;
/*	border: 2px solid #ccc;*/
}
#main .AC-blocks .sub-block--table {
	width: 100%;
	max-width: 650px;
	margin: auto;
}
#main .AC-blocks .sub-block--table th,
#main .AC-blocks .sub-block--table td{
	text-align: center;
	font-size: 0.9em;
	padding: 10px;
	border: 1px solid #000;
}
#main .AC-blocks .sub-block--table td:last-child{
	color: #f00;
	font-size: 1.3em;
	font-weight: bold;
}
#main .AC-blocks .sub-block--table th{
	background-color: #ccc;
	font-weight: bold;
}














#main .tab-menu-nav .arrow-r::after{
	border-top: 2px solid #B6B6B6;
	border-right: 2px solid #B6B6B6;
}



/* ----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 ページタイトル---- */
#main .feature-hdg1{
position: relative;
}
#main .feature-hdg1 img {
display: block;
}
#main .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; 
}
#main .feature-hdg1 .sub_title-secondary{
font-size: 0.75em;
display: block;
margin-top: 1.25rem;
}
/* -- sp  h1 ページタイトル end --  */


/* ----キャッチコピー---- */
#main .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 見出し---- */
#main .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; 
}
#main .feature-hdg2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 8%;
display: block;
}
/* -- sp  h2 見出し end --  */


/* ----sp  h2 見出し 補足（リード文）---- */
#main .lead-text {
font-size: 0.95em;
line-height: 1.5; 
}
/* -- sp  h2 見出し 補足（リード文） end --  */


/* ----sp  h3 見出しデフォルト---- */
#main .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 見出し　中央---- */
#main .feature-hdg3.secondary {
text-align: center;
}
/* ----sp  h3 見出し　マーカー風---- */
#main .feature-hdg3.tertiary {
position: relative;
text-align: center;
}
/*グレーのマーカー*/
#main .feature-hdg3.tertiary .marker-gray {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ddd );  
}
/*青色のマーカー*/
#main .feature-hdg3.tertiary .marker-blue {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #c4ebfa );  
}
/*黄色のマーカー*/
#main .feature-hdg3.tertiary .marker-yellow {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f9ff52 );  
}
/* -- sp  h3 見出し end --  */


/* ----sp  ボタン組み合わせ---- */
#main .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;  
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .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;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .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;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 2.5em 0; 
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
#main .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
#main .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
#main .menu-btn-list li:last-child {
margin-bottom: 0 
} 
#main .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
#main .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .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; 
}
#main .banner-list p span {
margin-left: 0.5em 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
#main .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .feature__items li{
width: 100%;
margin-top: 1rem;
position: relative;
font-feature-settings: "palt"; 
}
#main .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; 
}
#main .feature__items li a .pickup--img{
margin: 0 10px 0 10px;
width:28% ;
}
#main .feature__items li a .feature__items--img{
margin: 0 5px 0 5px;
width:24% ;
display: flex;
align-items: center;	
}
#main .feature__items li a .feature__items--txt{
width: 76%;
}
#main .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;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 0.85rem;
}
/* pc3列表示 sp2列表示 */
#main .feature__items.col-3 {
}
#main .feature__items.col-3 li {
width: 48%;
margin-top: 1rem;
position: relative;
}
#main .feature__items.col-3 li:nth-child(-n+2) {
margin-top: 0 
}
#main .feature__items.col-3 li a {
padding: 8px 5px;
}
#main .feature__items.col-3 li a .feature__items--txt {
width: 62%;
}
#main .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;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.3;
font-size: 9px;
}
#main .feature__items.col-3 li a .future--img {
margin: 0 5px;
width: calc( 38% - 10px);
display: flex;
align-items: center;
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */


/* ----動画（YouTube・MP4　共通）----*/
#main .komeri-original-movie {
margin-bottom: 2rem;
}
#main .youtube-list {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#main .youtube-list .youtube{
box-sizing: border-box;
margin-bottom: 1.5em;
border: 1px solid #ccc;
}
#main .youtube-list li {
width: 100%;
margin-top: 1.5em;
}
#main .youtube-list li:nth-child(-n+1) {
margin-top: 0;
}
#main .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;
}
#main .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列表示 */
#main .product-list{
display:flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
#main .product-list li{
width: calc(50% - 15px);
margin-top: 1.5rem;
position: relative;
display: flex;
flex-direction: column; 
}
#main .product-list li:nth-child(-n+2) {
margin-top: 0 
}
#main .product-list li a{
}
.product-img--area{
width: 150px;
height: 150px;
margin: auto;
position: relative;
}
#main .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;
}
#main .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; 
}
#main .product-list .price-cart-area {
display: flex;
bottom: 0;
width: 100%;
flex-direction: column;
min-height: 0;
margin-top:auto;
}
#main .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;
}
#main .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;
}
#main .product-list .kakaku-right {
text-align: right;
}
#main .product-list .price-area .text-cancel {
font-size: 0.9em;
}
#main .product-list .price-area .en {
font-size: 1rem;
font-weight: normal;
padding-left: 2px;
}
#main .product-list .price-area .value {
}
#main .product-list .price-area .pr-red {
color: #EE221A;
}
#main .product-list .price-area .amt {
font-size: 1.5rem;
font-weight: bold;
margin: 0.8rem 0;
}
#main .product-list .price-area .en {
font-size: 1rem;
font-weight: normal;
padding-left: 2px;
}
/* -- sp2列表示 end --  */
/* -- 静的　単品商品 end --  */

#main .red{
	color: #E5002D;
}

/*ページトップ
--------------------------------------*/
#main .gotop {
margin: 1.5em 0;
text-align: right;
}


/*-- 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; }


/*250831*/
#main .tbl01 {
    border-collapse: collapse;
    margin: 10px auto 20px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#main .tbl01 th, #main .tbl01 td {
    padding: 20px 5px;
    border: 1px solid #ccc;
}
#main .tbl01 th {
    background-color: #ebebeb;
    color: #000;
    padding: 15px;
}
#main .tbl01 td {
    text-align: left;
	line-height: 1.5em;
}
#main .tbltac td, #main .tbltac th {
    text-align: center;
}
@media screen and (max-width: 767px){
#main .tbl01 th, #main .tbl01 td {
    padding: 0.5rem;
	font-size: 0.8em;
	}	
	#main .tbl01 td:nth-of-type(1) {
		width: 40%;
	}
	#main .tbl01 td:nth-of-type(2) {
		width: 20%;
	}
	#main .tbl01 th {
		width: 20%;
	}
}