body {
    font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}
.maindesign h1 span {
    color: #fff;
}

.maindesign h1 span.heading01 {
    position: absolute;
    font-size: 4em;
    font-weight: bold;
    width: auto;
    font-feature-settings: "palt" 1;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
}

.maindesign h1 span.heading02 {
    /*text-align: center; */
    position: absolute;
    font-size: 1.8em;
    font-weight: normal;
    width: auto;
    top: 36%;
    left: 3%;
    transform: translateY(-50%);
    color: #fff;
    background: #002c65;
    -webkit-text-stroke: unset;
    padding: 0px 10px;
    line-height: 1.5;
}

.maindesign h1 span.heading01 span {
    font-size: 0.8em;
}

@media screen and (max-width:767px) {
	.maindesign .category-item--size---single {
		font-size: 1.1rem;
	}   

.maindesign h1 span.heading01 {
        font-size: 9vw;
        top: 50%;
        left: 3%;
        line-height: 1.2;
    }

.maindesign .sp-only {
        display: block;
    }

.maindesign h1 span.heading01 span::before {
        top: 60%;
    }

.maindesign h1 span.heading02 {
        font-size: 3.5vw;
        top: 30%;
        left: 3%;
        width: 56%;
        line-height: 1.2;
        padding: 5px;
    }

.maindesign .recommendation--right{
      display: block;
	  height: auto;
	}	

}
.maindesign .c-lead-text {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 0 10px;
}
.maindesign .feature-hdg4 {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
    border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
}
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .menu-btn-list {
	margin: 0 !important;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb {
	margin-bottom: 5px !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px !important;
	}
}
.maindesign .page--item-leave {
	margin-top: 50px;
}
.maindesign .page--item-moderate {
	margin-top: 30px;
}
.maindesign .page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .page--item-leave {
		margin-top: 30px;
	}
	.maindesign .page--item-close {
		margin-top: 15px;
	}
}

.maindesign .title {
	position: relative;
}
.maindesign .title img{
	display: block;
}
.maindesign .title-inner {
	position: absolute;
    font-size: 4.0rem;
    font-weight: bold;
    width: 90%;
    text-align: center;
    padding: 0.1em 0 0.2em 0;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    background: rgba(255,255,255,0.6);
    background: linear-gradient( 0deg , rgb(255 255 255 / 0%), rgb(255 255 255 / 80%) 15%, rgb(255 255 255 / 80%) 85%, rgb(255 255 255 / 0%));
    background: -moz-linear-gradient( 0deg , rgb(255 255 255 / 0%), rgb(255 255 255 / 80%) 15%, rgb(255 255 255 / 80%) 85%, rgb(255 255 255 / 0%));
    background: -webkit-linear-gradient( 0deg , rgb(255 255 255 / 0%), rgb(255 255 255 / 80%) 15%, rgb(255 255 255 / 80%) 85%, rgb(255 255 255 / 0%));
}

@media screen and (max-width:767px) {
	.maindesign .title-inner {
		font-size: 10vw;
		top: 25%;
		left: 50%;
		transform: translate(-50%);
		line-height: 1.15;
	}
}

.maindesign .topBtn ul::before,
.maindesign .topBtn ul::after {
	content: '';
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .topBtn ul::before {
	order: 1;
}
.maindesign .topBtn a {
	display: flex !important;
	align-items: center;
	height: 55px;
}

.maindesign .under-text {
	font-size: 1.0rem;
	margin-top: 5px;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .under-text {
		font-size: 0.85rem;
	}
}

.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}
.maindesign h3.checkPoint.h2under {
        margin: 20px 0 20px 0;
    }
.maindesign .recommendation {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.maindesign .recommendation--left {
    width: 48%;
    padding: 0 14px 0 0;
}
.maindesign .recommendation--right {
	width: 52%;
	height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.maindesign .category {
	margin-top: 20px;
}
.maindesign .category-item {
	display: flex;
    justify-content: space-evenly;
	margin-top: 15px;
	flex-wrap: wrap;
}
.maindesign .category--name {
	font-weight: bold;
	font-size: 1.35rem;
	text-align: center;
}
.maindesign .category-item--img {
	width: 30%;
    max-width: 120px;
	padding-right: 10px;
	text-align: center;
}
.maindesign .category-item--img > span {
	display: inline-block;
	margin-top: 5px;
}
.maindesign .category-item--size {
	position: relative;
	width: calc(20% - 10px);
	height: 45px;
	background-color: #808080;
	border-radius: 5px;
}
.maindesign .category-item--size > span {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 1.75rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.maindesign .category-item--color {
	text-align: center;
	margin-right: 15px;
}
.maindesign .category-item--color > span {
	display: inline-block;
	margin-top: 5px;
}
.maindesign .category-item--color::before {
	content: '';
	width: 85px;
	height: 60px; 
	display: block;
	border-radius: 10px;
}
.maindesign .category-item--color__black::before {
	background-color: #000;
}
.maindesign .category-item--color__gray::before {
	background-color: #808080;
}
.maindesign .category-item--color__navy::before {
	background-color: #000080;
}
.maindesign .category-item--color__beige::before {
	background-color: #F4B183;
}

@media screen and (max-width:767px) {
	.maindesign .recommendation {
		flex-wrap: wrap;
	}
	.maindesign .recommendation--left {
		width: 100%;
        padding: 0;
	}
	.maindesign .recommendation--right {
		width: 100%;
		margin-top: 15px;
	}
}

.maindesign .recommendation-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .recommendation-group--item {
	width: 48%;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #333;
	align-items: normal !important;
}
.maindesign .recommendation-group--left {
	position: relative;
	background-color: #767171;
}
.maindesign .recommendation-group--img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
}
.maindesign .recommendation-group--right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .recommendation-group .maindesign .recommendation-group--item:nth-child(n+3) {
	margin-top: 30px;
}
.maindesign .recommendation--name {
	font-weight: bold;
	font-size: 1.0rem;
}
.maindesign .recommendation--lead {
	font-size: 0.85rem;
	margin-top: 10px;
}
.maindesign .group-category {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.maindesign .category-item--img > svg {
	width: 100%;
}
.maindesign .group-category--name {
	width: 25%;
	font-size: 1.0rem;
	font-weight: bold;
	margin-right: 10px;
}
.maindesign .group-category--item {
	width: 70%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.maindesign .group-category-item--img {
	width: 18%;
	margin-right: 10px;
}
.maindesign .group-category--item .group-category-item--size:nth-child(n+3) {
	margin-top: 5px;
}
.maindesign .group-category-item--size {
	position: relative;
    width: calc(45% - 10px);
    height: 25px;
    background-color: #808080;
    border-radius: 10px;
	margin-right: 10px;
}
.maindesign .group-category-item--size > span {
	position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 1.0rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.maindesign .group-btn ul {
	margin: 15px 0 0 0 !important;
}
.maindesign .group-btn li {
	width: 100% !important;
}
.maindesign .group-btn a {
	font-size: 0.95rem !important;
	padding: 0.45rem 1.0rem !important;
	min-height: 2.0rem !important;
}

@media screen and (max-width:767px) {
	.maindesign .recommendation-group--item {
		width: 100%;
	}
	.maindesign .recommendation-group--left {
		height: 200px;
	}
	.maindesign .recommendation-group .maindesign .recommendation-group--item:not(:first-child) {
		margin-top: 30px;
	}
	.maindesign .recommendation--lead {
		margin-top: 5px;
	}
	.maindesign .group-category-item--img {
		width: 13%;
	}
}

.heater-nav a {
	text-decoration: none !important;
	color: #000 !important;
}
.heater-nav--inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding: 15px 30px;
	border: 1px solid #333;
}
.heater-nav--inner::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	width: 25px;
	height: 80px;
	transform: translate(-100%,-50%);
	z-index: 10;
	background-color: #fff;
}
.heater-nav--inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	border-top: solid 15px #333;
	border-right: solid 15px #333;
	width: 55px;
	height: 55px;
	transform: translateY(-50%) rotate(45deg);
	z-index: 1;
}
.heater-nav--img {
	width: 20%;
	padding-right: 15px;
}
.heater-nav--text {
	width: 70%;
	font-weight: bold;
	font-size: 1.75rem;
}

@media screen and (max-width:767px) {
	.heater-nav--inner {
		padding: 7px 15px;
	}
	.heater-nav--img {
		width: 25%;
		padding-right: 10px;
	}
	.heater-nav--text {
		font-size: 4.8vw;
		width: 60%;
	}
	.heater-nav--inner::before {
		width: 25px;
    	height: 45px;
		transform: translate(-50%,-50%);
	}
	.heater-nav--inner::after {
		border-top: solid 7px #333;
		border-right: solid 7px #333;
		width: 25px;
		height: 25px;
	}
}






/*ブランドロゴ*/
.maindesign .maker-icon{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.maindesign .maker-icon li{
	width: calc(100% / 2 - 10px);
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
}
.maker-p {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
	text-align: center;
	margin-top: 10px;
}
.maindesign .maker-icon li a{
	display: block;
	box-shadow: #ccc 4px 4px 5px;
	text-decoration: none;
	color: #333; 
}
.maindesign .maker-icon li a .maker-icon--img {
	display: flex;
	align-items: flex-start;
}
.maindesign .maker-icon li:nth-child(2n){
	margin-right: 0;
}
.maindesign .maker-icon li:nth-child(-n + 2){margin-top: 0;}
.maindesign .maker-icon li p {
	margin: 10px 0;
	font-size: 1.0em;
}

@media screen and (min-width:768px) {
.maindesign .maker-icon li {
	width: calc(100% / 4 - 15px);
	margin-right: calc(60px / 3);
	margin-top: 20px;
}
.maindesign .new-arrival--img {
	width: 120px;
	margin: auto 30px;
}
.maindesign .maker-icon li:nth-child(2n) {
	margin-right: calc(60px / 3);
}
.maindesign .maker-icon li:nth-child(4n) {
	margin-right: 0;
}
.maindesign .maker-icon li:nth-child(-n + 4) {
	margin-top: 0;
}
} 
    @media screen and (min-width:768px) {
    .maindesign .maker-icon li.large-box {
        width: calc(100% / 2 - 10px);
        margin-right: 0;
    }
        .maindesign .maker-icon li.large-box img {
        width: 100%;
        height: auto;
    }
}
    @media screen and (max-width:767px) {
		.maindesign .maker-icon li.large-box {
		width: 100%;
		margin-right: 0;
		}
        .maindesign .maker-icon li.large-box img {
        width: 100%;
        height: auto;
    }
}

.maindesign .goods.sagyougoods .text-box {
    font-weight: bold;
    text-align: center;
}

.maindesign .relation-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .relation-items .relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: flex-start;
}
.maindesign .relation-text {
	width: 70%;
	order: 1;
}
.maindesign .relation-text--title {
	font-size: 1.15em;
	font-weight: bold;
	white-space: wrap;
	margin-bottom: 10px;
    font-feature-settings: "palt" 1;
}
.maindesign .relation-text > span {
	line-height: 1.15;
} 
.maindesign .relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .relation-img > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .relation-items .relation--item:not(:first-child) {
	margin-top: 15px;
}
	.maindesign .relation--item {
		width: 100%;
	}
	.maindesign .relation-inner {
		padding: 15px 10px;
		align-items: center;
	}
	.maindesign .relation-text--title {
		white-space: wrap;
	}
	.maindesign .relation-text {
		order: 2;
	}
	.maindesign .relation-img {
		order: 1;
	}
}
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
font-size: 0.8em;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav::after,
#main .tab-menu-nav::before {
content: "";
display: block;
width: calc(25% - 15px);
height: 0;
}
#main .tab-menu-nav::before {
order: 1;
}
#main .tab-menu-nav li{
width: calc(25% - 15px);
margin-top:1.25rem;
position: relative
}
#main .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
#main .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}
#main .tab-menu-nav.col-3 li {
width: calc( 33.3% - 10px);
margin-top:1.25rem; 
}
#main .tab-menu-nav.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */


@media screen and (max-width:767px) {
/* ----ページ内リンクボタン---- */
/* ----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 1.8rem 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 --  */
}

/*240502*/

.maindesign .category-item--size---single span{
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.maindesign .category-item--size---single {
	position: relative;
    width: 100%;
    max-width: 230px;
    height: 45px;
    background-color: #808080;
    border-radius: 5px;
}


.maindesign .btnstyle {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

.maindesign .btnstyle .images {
        height: 6em;
        background: #fff;
        border-right: 1px solid #ababab;
        display: inline-block;
        padding: 5px;
        box-sizing: border-box;
    }

.maindesign .btnstyle .images img {
        width: auto;
        height: 100%;
    }

.maindesign .btnstyle a {
        display: flex !important;
        align-items: center;
        width: 100%;
    }

.maindesign .btnstyle li {
        width: calc(50% - 5px);
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ababab;
        background: #f1f1f1;
        display: flex;
        overflow: hidden;
    }

.maindesign .btnstyle .arrow {
        background: #aaa;
        height: 100%;
        width: 2em;
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

.maindesign .btnstyle .textBox {
        padding: 0.5em;
        font-weight: 700;
        line-height: 1.3em;
	    width: 60%;
    }

@media screen and (max-width:767px) {
.maindesign .btnstyle li {
        width: 100%;
    }
	
.maindesign .category-item--size---single span {
    font-size: 1.0rem;
}
	
.maindesign .side-margin {
    margin: 0 10px;
	}
#main .tab-menu-nav li {
    margin-top: 0;
}
}

.maindesign .tab-menu-nav li a {
	border: 1px solid #B6B6B6;
}

.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;
    }

.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 .lead-text {
        font-size: 1.15em;
        line-height: 1.4;
    }

.maindesign .menu-btn-list {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1rem 0;
    }

.maindesign .menu-btn-list.col-1 li {
        width: calc(60% - 10px);
    }

.maindesign .fs-medium {
        font-size: 1.0em;
        padding: 0.8rem 0.2rem;
    }

.maindesign .orange-btn {
        background: #EA6D0D;
    }

 .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 .menu-btn-list {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1rem 0;
    }

.maindesign .menu-btn-list li:last-child {
        margin-right: 0;
    }

.maindesign .menu-btn-list .fs-large {
        font-feature-settings: "palt";
        min-height: 3rem;
        font-size: 1.5em;
    }

.maindesign .fs-large {
        font-size: 1.62em;
        padding: 1.05rem 1rem;
    }

.maindesign .arrow-r, .maindesign .arrow-d {
        position: relative;
    }

.maindesign .default-btn {
        background: #979797;
    }

.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;
    }

@media screen and (max-width:767px) {
	.maindesign .menu-btn-list.col-1 li {
	   width:100%;
	   min-height: 3rem;
	}
	
	.maindesign .menu-btn-list .fs-large {
	   font-size: 1em;
	
}
}
	
	
.maindesign .cols{
    display: flex;
    flex-wrap: wrap;
}
.maindesign .cols.c2-1 .cols_block{
    width: 50%;
    margin: 0 0 20px;
}
@media screen and (max-width:767px) {
	.maindesign .cols.c2-1 .cols_block{
    width: 100%;
        margin: 0 0 20px;
}
}


.switch-list{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.switch-list--text {
	width: 100%;
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 30px;
	text-align: center;
}
.switch-list .switch-list--btn{
        width: calc(100% / 3 - 10px);
    margin: 0 0 20px;
}
.switch-list .switch-list--btn.select .flatbtn {
	background-color: #979797;
	color: #fff !important;
}

@media screen and (max-width:767px) {
.switch-list--text {
	font-size: 6.5vw;
	line-height: 1.3;
	margin-bottom: 15px;
}
.switch-list .switch-list--btn{
        width: 100%;
    margin: 0 0 20px;
}
}


@media screen and (min-width:768px) {
/* ----pc  ボタン組み合わせ---- */
#main .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;
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
outline: 0;
}
#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-gray::after {
border-color: #B6B6B6;
}
#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 .etcbtn{
font-size: 1.2rem
}
#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; }
/* -- pc  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 3.75em 0;
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .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; 
}
#main .tab-menu-nav::after,
#main .tab-menu-nav::before {
content: "";
display: block;
width: calc(25% - 15px);
height: 0;
}
#main .tab-menu-nav::before {
order: 1;
}
#main .tab-menu-nav li{
width: calc(25% - 15px);
margin-top:1.25rem;
position: relative
}
#main .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
#main .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}
#main .tab-menu-nav.col-3 li {
width: calc( 33.3% - 10px);
margin-top:1.25rem; 
}
#main .tab-menu-nav.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#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; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
#main .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
#main .menu-btn-list li:last-child {
margin-right: 0 
} 
#main .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-3 li { 
width: calc( 100% / 3 - 10px);
margin-right: 10px;
}
#main .menu-btn-list.col-4 li { 
width: calc( 25% - 10px);
margin-right: 10px;
}
#main .menu-btn-list.col-3 li:nth-child(3n){
margin-right: 0 
}
#main .menu-btn-list.col-4 li:nth-child(4n){
margin-right: 0 
}
#main .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
/* ----2列表示----*/
#main .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .banner-list li {
width: 48%;
margin-top: 24px;
}

/*#main .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;
}*/
#main .banner-list p {
margin-top: 0.5rem;
line-height: 1.5; 
}
#main .banner-list p span {
margin-left: 0.5em 
}
/* ----2列表示----*/
#main .banner-list.col-2 li:nth-child(-n+2) {
margin-top: 0 
}
/* ----1列表示----*/
#main .banner-list.col-1 li {
width: 100% 
}
#main .banner-list.col-1 li:nth-child(-n+1) {
margin-top: 0 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
#main .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#main .feature__items li{
width: 48%;
min-height: 140px;
margin-top: 24px;
font-size: 0.9em;
position: relative;
font-feature-settings: "palt"; 
}
#main .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; 
}
#main .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;
}
#main .feature__items li a .feature__items--img{
width:24% ;
display: flex;
align-items: center; 
}
#main .feature__items li a .feature__items--txt{
width: calc( 76% - 20px);
}
#main .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
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 1.1rem
}
/* pc3列表示 sp2列表示 */
#main .feature__items.col-3 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
#main .feature__items.col-3 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
#main .feature__items.col-3 li:nth-child(3n) {
margin-right: 0;
}
#main .feature__items.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
#main .feature__items.col-3 li a {
padding: 10px 8px 8px 10px;
}
#main .feature__items.col-3 li a .feature__items--txt {
width: 70%;
}
#main .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;
}
#main .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
#main .feature__items.col-3 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* pc3列表示 sp1列表示 */
#main .feature__items.col-31 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
#main .feature__items.col-31 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
#main .feature__items.col-31 li:nth-child(3n) {
margin-right: 0;
}
#main .feature__items.col-31 li:nth-child(-n+3) {
margin-top: 0 
}
#main .feature__items.col-31 li a {
padding: 10px 8px 8px 10px;
}
#main .feature__items.col-31.pb a {
border: none;
padding: 0;
border-radius: 0;
}
#main .feature__items.col-31 li a .feature__items--txt {
width: 70%;
}
#main .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;
}
#main .feature__items.col-31 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
#main .feature__items.col-31 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */


/* ----動画（YouTube・MP4　共通）----*/
#main .komeri-original-movie {
margin-bottom: 4rem;
}
#main .youtube-list {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#main .youtube-list.cols1__1 {
-ms-flex-pack: distribute;
justify-content: space-around;
}
#main .youtube-list li {
width: 50%;
box-sizing: border-box;
margin-top: 1.5em;
border: 1px solid #ccc;
}
#main .youtube-list li.full {
width: 100%;
}
#main .youtube-list li:nth-child(-n+1) {
margin-top: 0;
}
#main .youtube-list.cols2__1 li {
width: calc(50% - 12px);
}
#main .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;
}
#main .videos--thumb{
width: 100%;
    height: auto
}
#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: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 --  */
}

@media screen and (max-width:767px) {

/* ----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-gray::after {
border-color: #B6B6B6;
}
#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 1.8rem 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--thumb{
width: 100%;
    height: auto
}
#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 --  */
}
.maindesign .l-relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-relation .l-relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .l-relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .l-relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .l-relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.maindesign .l-relation-text {
	width: 70%;
	order: 1;
	height: 100%;
}
.maindesign .l-relation-text--title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .l-relation-text > span {
	line-height: 1.15;
} 
.maindesign .l-relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .l-relation-img > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .l-relation .l-relation--item:not(:first-child) {
	margin-top: 15px;
}
	.maindesign .l-relation--item {
		width: 100%;
	}
	.maindesign .l-relation-inner {
		padding: 15px 10px;
		align-items: center;
	}
	.maindesign .l-relation-text {
		order: 2;
	}
.maindesign .l-relation-text > span {
		font-size: 0.9rem;
	}
	.maindesign .l-relation-img {
		order: 1;
	}
}

.maindesign .siding-mark--list{
    display: flex;
    flex-wrap: wrap;
}

.maindesign .siding-mark--list li{
    width: calc(100% / 3 - 8px);
    margin: 0 12px 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}
.maindesign .siding-mark--list.border-list li{
    border:1px solid #333;
    box-sizing: border-box;
}
.maindesign .siding-mark--list li:nth-child(3n){
    margin: 0 0 20px 0
}
.maindesign .siding-mark--list .siding-mark--list__inlist{
    height: 18em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5px;
}
.maindesign .siding-mark--list .siding-mark--list__inlist li{
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    border: none;
    padding: 0 5px;
}
.maindesign .siding-mark--list li p{
    width: 100%;
    padding: 5px;
    background: #333;
    color: #fff;
    margin: 0 0 5px;
}
.maindesign .feature-hdg4 span{
    font-size: 0.75em;
    color: #f00;
}
.maindesign .siding-mark--list li .siding-mark--list__img{
    width: 40%;
    height: auto;
}

.maindesign .siding-mark--list li .siding-mark--list__txt{
    width: 60%;
    line-height: 1.2;
    font-size: 0.8em;
    padding: 0 0 0 10px;
}

@media screen and (max-width:767px) {
.maindesign .siding-mark--list li{
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: auto;
    box-sizing: border-box;
    justify-content: space-between;
}
.maindesign .siding-mark--list li:nth-child(3n){
    margin: 0 0 20px 0;
}
.maindesign .siding-mark--list li .siding-mark--list__txt{
    width: 60%;
    line-height: 1.2;
    font-size: 1em;
    padding: 0px 0px 0 20px;
}
.maindesign .siding-mark--list .siding-mark--list__inlist{
    height: auto;
}
.maindesign .siding-mark--list .siding-mark--list__inlist li {
    margin: 0 0 20px 0;
}
.maindesign .siding-mark--list .siding-mark--list__inlist li:last-child {
    margin: 0 0 0 0;
}
}

.maindesign .siding-goods-list{
    display: flex;
    flex-wrap: wrap;
}

.maindesign .siding-goods-list.col-4-2 li{
    width: calc(25% - 9px);
    margin: 0 12px 20px 0;
}
.maindesign .siding-goods-list.col-4-2 li:nth-child(4n){
    margin: 0 0 20px 0;
}

.maindesign .siding-goods-list.col-b li{
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.maindesign .siding-goods-list.col-b li img{
    
}

.maindesign .siding-goods-list.col-b li h4{
    font-size: 1em;
    font-weight: bold;
    margin: 5px 0;
}
.maindesign .siding-goods-list.col-b li p{
    line-height: 1.2;
    margin: 0 0 5px;
    font-size: 0.8em;
}
.maindesign .siding-goods-list.col-b li a{
    margin: 0 0 10px;
}
#main .siding-goods-list.col-b .flatbtn{
    height: auto;
}
.maindesign .siding-goods-list.col-b li a:last-child{
    margin: 0 0 0;
}
.maindesign .siding-goods-list.col-b li .siding-goods-btn{
    margin: auto 0 0;
}
@media screen and (max-width:767px) {
.maindesign .siding-goods-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
   .maindesign .siding-goods-list.col-4-2 li{
    width: calc(50% - 5px);
    margin: 0 0 20px 0;
} 

    
    
}

.maindesign .notes-box {
	border: 2px solid #ff0000;
	padding: 20px 15px;
	box-sizing: border-box;
	margin: 30px 0 50px;
}
.maindesign .notes-bos--title {
	font-weight: bold;
	font-size: 1.35rem;
	color: #ff0000;
}
.maindesign .notes-box--lead {
	margin-top: 15px;
}
.maindesign .kome-text {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:767px) {
	.maindesign .notes-box {
		padding: 15px 10px;
		margin: 15px 0 30px;
	}
	.maindesign .notes-bos--title {
		font-size: 1.25rem;
	}
}