@charset "utf-8";
/* -------------------------------
MAIN
------------------------------- */
#main.top {
	background: url(../images/bg_main01.jpg) no-repeat center center / cover;
}
#main .inn {
	margin-top: 3rem;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
/*	min-height: 56.5rem;*/
margin-left: 10rem;

}
#main .inn .pic {
	width: 35rem;
	padding: 0 5rem;
	margin-top: 3rem;
	margin-bottom: -3rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#main .inn#laundry_p .pic {
	width: 45rem;
}
#main .inn#gift .pic {
	width: 50rem;
}
#main .inn .pic img {
	display: none;
	max-width: 100%;
	width: auto;
	max-height: 39rem;
}
#main .inn#laundry_p .pic img {
	width: 100%;
}
#main .inn .pic img:first-child {
	display: inline-block;
}
#main .inn .txt {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-right: 5rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
/*#main .inn .txt h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 5.5rem;
	line-height: 1;
	margin-top: 1rem;
	flex: 1 0 auto;
	word-break: keep-all;
}*/
#main .inn .txt h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 5.5rem;
	line-height: 1;
	margin-top: 1rem;
	flex: 1 0 auto;
	word-break: keep-all;
	color: #000;
	letter-spacing: 0;
	margin-left: 0;
}
#main .inn .txt h3 {
	display:none;
	font-family: Gothic MB101 Regular;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-top: 1rem;
}
#main .inn  .txt h3:first-of-type {
	display: block;
}
#main .inn .txt p.lead {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}
#main .inn .txt .icon {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
#main .inn .txt .thumb {
	display: flex;
	flex-wrap: wrap;
}
#main .inn .txt .thumb li {
	border: 1px solid #ccc;
	width: 8rem;
	height: 8rem;
	margin-top: 1.5rem;
	margin-right: 1.5rem;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	cursor: pointer;
}
#main .inn .txt .thumb li.current {
	border-color: #5bb431;
}
#main .inn .txt .thumb li.mark {
	border: none;
	width: auto;
	padding: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: none;
	cursor: auto;
	align-items: flex-end;
	flex: 1 0 auto;
	margin-top: 1.5rem;
}
#main .inn .txt .label {
	display: inline-block;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	border-radius: 0.5rem;
	font-size:1.4rem;
	margin: 1rem 0 0;
	padding: 0.2rem 1.5rem;
}
#main .inn .txt .thumb li img {
	max-width: 100%;
	max-height: 100%;
}
#main .inn .txt .spec {
	margin-top: 2rem;
}
#main .inn .txt .spec li {
	display: none;
	border-top: 1px solid #ccc;
/*	border-bottom: 1px solid #ccc;*/
	padding: 2rem 0;
}
#main .inn .txt .spec li:first-child {
	display: block;
}
#main .inn .txt .spec h4 {
	display: inline-block;
	margin-right: 1.5rem;
	border: 1px solid #666;
	color: #666;
	border-radius: 10rem;
	padding: 0.2rem 1rem;
	font-size: 0.8em;
	vertical-align: middle;
	line-height: 1.2;
	text-align: center;
}
#main .inn .txt .spec li table {
/*	width: 100%;*/
}
#main .inn .txt .spec li table td {
	vertical-align: middle;
}
#main .inn#gift .txt .spec li table td {
	display: block;
	padding-left: 0;
}
#main .inn .txt .spec li table td p {
	display: inline-block;
	vertical-align: middle;
}
#main .inn .txt .spec li table td:last-child {
/*	text-align: right;	*/
	padding-left: 2.0rem;
}
/*#main .inn .txt .spec li table td span {
	font-size: 1.5em;
	line-height: 0;
}*/

#main .inn .txt p {
	margin-top: 0.5rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
#main .inn .shopWrap {
	width: 20rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-right: 3rem;
}
#main .inn .shopWrap .shop {
	display: none;
	justify-content: flex-end;
}
#main .inn .shopWrap .shop:first-child {
	display: flex;
}
#main .inn .shop > ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-end;
}
#main .inn .shop > ul > li {
	margin-top: 1rem;
	width: 100%;
}
#main .inn .shop > ul > li.tit {
	font-family: Gothic MB101 Regular;
	padding: 0 2rem;
	position: relative;
	text-align: center;
	font-size: 1.5rem;
}
#main .inn .shop > ul > li.tit::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	margin-top: -2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 0;
	
}
#main .inn .shop > ul > li.tit span {
	display: inline-block;
	background: #fff;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

#main .inn .shop > ul > li > a {
	width: 100%;
	height: calc(4800vw/1200);
	border: 1px solid #ccc;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	padding: 0 2rem;
}
#main .inn .shop > ul > li > a:hover {
	opacity: 0.6;
}
#main .inn .shop > ul li a img {
	max-height: calc(2800vw/1200);
	max-width: calc(8000vw/1200);
}
@media screen and (max-width: 1200px){
	#main .inn .txt .spec li table {
		font-size: calc( 3200vw / 1200);
	}
	#main .inn .txt .spec li table td.tit {
		width: calc( 8000vw / 1200);
	}
	#main .inn .shopWrap {
		width: calc( 20000vw / 1200);
	}
	#main .inn .txt .spec li table td p {
		font-size: calc( 3200vw / 1200);
	}
}
@media screen and (max-width: 1100px){
	#main .inn .txt .spec li table td {
		display: block;
		width: 100% !important;
		text-align: left !important;
	}
	#main .inn .txt .spec li table td.tit {
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width: 768px){
	#main,
	#main.top {
		width: 100%;
		min-height: 0;
		margin: 0 auto;
		padding: 1.5rem 1.5rem 3rem;
	}
	#main h1 {
		font-size: 2.6rem;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-left: 0rem;
	}
	#main .inn {
		margin-top: 1rem;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		min-height: 0;
		padding: 1.5rem;
		margin-left: 0rem;
	}
	#main .inn .pic {
		width: 100%;
		padding: 0 2rem;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#main .inn#laundry_p .pic,
	#main .inn#gift .pic {
		width: 100%;
	}
	#main .inn .pic img {
		max-width: 100%;
		width: auto;
		max-height: 20rem;
	}
	#main .inn#laundry_p .pic img {
		width: auto;
	}
	#main .inn .txt {
		padding: 0;
		flex: 1;
		display: flex;
		flex-direction: column;
		margin-right: 0;
	}
	/*#main .inn .txt h2 {
		font-size: 2.8rem;
		text-align: center;
		margin-top: 1.5rem;
	}*/
	#main .inn .txt h1 {
		font-size: 2.8rem;
		text-align: center;
		margin-top: 1.5rem;
	}
	#main .inn .txt h3 {
		font-size: 1.6rem;
		text-align: center;
	}
	#main .inn .txt h4 {
		font-size: 1.4rem;
	}
	#main .inn .txt .icon {
	}
	#main .inn .txt .icon li {
		margin-right: 1.5rem;
	}
	#main .inn .txt .icon li span {
	}
	#main .inn .txt p {
		margin-top: 0.2rem;
		font-size: 1.4rem;
	}
	#main .inn .txt .thumb {
		justify-content: center;
		margin-top: 1.5rem;
	}
	#main .inn .txt .thumb::after {
		content: "";
		display: none;
	}
	#main .inn .txt .thumb li {
		width: calc(79800vw / 3600);
		height: calc(79800vw / 3600);
		margin: 0 0.75rem 1.5rem;
	}
	#main .inn .txt .thumb li.mark {
		flex: 100%;
		text-align: left !important;
		justify-content: center;
	}
	#main .inn .txt .spec {
		margin-top: 0.5rem;
	}
	#main .inn .txt .spec li table td {
		display: table-cell;
		width: auto !important;
		text-align: left !important;
	}
	#main .inn .txt .spec li table td h4 {
		margin-right: calc(1500vw/768);
	}
	#main .inn .mark {
		width: 100%;
		display: flex;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
	}
	#main .inn .mark ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
	}
	#main .inn .mark ul li {
		margin-top: 0rem;
	}
	#main .inn .shopWrap {
		margin: 1.5rem 0 0;
		width: 100%;
	}
	#main .inn .shop {
		display: flex;
		align-items: flex-start;
		margin: 1.5rem 0 0;
		width: 100%;
	}
	#main .inn .shop > ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	#main .inn .shop > ul > li {
		margin-top: 1.5rem;
		width: calc(50% - 0.75rem);
		display: flex;
	}
	#main .inn .shop > ul > li.tit {
		margin-top: 1.5rem;
		width: 100%;
		display: block;
	}
	#main .inn .shop > ul > li > a {
		height: 12vw;
		width: 100%;
		border: 1px solid #ccc;
		padding: 1.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: none;
		padding: 0 2rem;
	}
	#main .inn .shop > ul > li > a:hover {
		opacity: 1;
	}
	#main .inn .shop > ul li a img {
		max-height: 7vw;
		max-width: 25vw;
	}
}
/* -------------------------------
PRODUCT
------------------------------- */
#product {
	margin-top: 5rem;
}
#product .inn {
	max-width: 120rem;
	padding: 0;
	margin: 0 auto;
}
#product h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
#product p.lead {
	text-align: center;
	margin: 2rem auto 0;
}
#product .inn > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 5rem;
	position: relative;
}
#product .inn > ul::before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	z-index: 3;
	left: 0;
	right: 0;
	background: #fff;
}
#product .inn > ul::after {
	content: "";
	display: block;
	width: calc(40000%/1200);
}
#product .inn > ul > li {
	width: calc(40000%/1200);
	margin-top: 5rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#product .inn > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	width: 5rem;
	height: 1px;
	bottom: -1px;
	right: 0;
	background: #fff;
}
#product .inn > ul > li::after {
	content: "";
	display: block;
	position: absolute;
	width: 5rem;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: #fff;
}
#product .inn > ul > li > div {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    padding: 2rem 5rem 0;
    height: 100%;
    border-right: 1px solid #ccc;
    text-align: justify;
}
#product .inn > ul > li:nth-child(3n) div {
    border-right: none;
    /* [disabled]text-align: justify; */
}

#product .inn > ul > li > div .pic {
	text-align: center;
}
#product .inn > ul > li > div .pic img {
	max-width: 100%;
/*	height: 15rem;*/
}
#product .inn > ul > li > div h2 {
	font-family: Gothic MB101 Regular;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.3;
}
#product .inn > ul > li > div p {
	font-size: 1.6rem;
	margin-top: 2rem;
}
#product .inn > ul > li > div .picLeft,
#product .inn > ul > li > div .picRight {
	margin-top: 2rem;
}
#product .inn > ul > li > div .picLeft p,
#product .inn > ul > li > div .picRight p {
	margin-top: 0;
}
#product .inn > ul > li > div .floatLeft {
	margin-right: 1rem;
	margin-bottom: 1rem;
}
#product .inn > ul > li > div .floatRight {
	margin-left: 1rem;
	margin-bottom: 1rem;
}
#product .inn > ul > li > div .floatL {
	float: left;
	width: 0px;
}
#product .inn > ul > li > div .floatR {
	float: right;
	width: 0px;
}
#product .inn > ul > li > div .top1 { height: 1.8em;}
#product .inn > ul > li > div .top2 { height: 3.6em;}
#product .inn > ul > li > div .top3 { height: 5.4em;}
#product .inn > ul > li > div .top4 { height: 7.2em;}
#product .inn > ul > li > div .floatL + .floatLeft {
	clear: both;
}
#product .inn > ul > li > div .floatR + .floatRight {
	clear: both;
}
#product .inn > ul > li > div .result {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin-top: 1.5rem;
}
#product .inn > ul > li > div .result dt {
    font-weight: bold;
    color: #fff;
    background: #4ea634;
    text-align: center;
    padding: 1rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#product .inn > ul > li > div .result dd {
    color: #4ea634;
    font-weight: bold;
	padding-left: 0.5rem;
	flex: 1;
}
#product .inn > ul > li > div .result dd p {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: 0;
}
#product .inn > ul > li > div .result dd small {
	font-weight: normal;
	margin-top: 0.2rem;
	color: #000;
}
#product .inn > ul > li > div ul.mark {
	display: flex;
	margin-top: 1.5rem;
	margin-left: -1.5rem;
}
#product .inn > ul > li > div ul.mark li {
	margin-left: 1.5rem;
}
#product .inn > ul > li > div ul.mark li img {
	max-width: 100%;
}

#product dl.label {
	border: 1px solid #231815;
	margin: 3rem auto;
	padding: 3rem;
	width: 100%;
	max-width: 120rem;
}
#product dl.label dt {
	font-weight: bold;
	font-size: 1.6rem;
	text-indent: -0.5em;
}
#product dl.label dd {
	font-size: 1.6rem;
}
 .switch > div {
	display:none;
}
.switch > div.switch1 {
	display:block;
}
@media screen and (max-width: 920px){
	#product .inn > ul::after {
		display: none;
	}
	#product .inn > ul > li {
		width: 50%;
	}
	#product .inn > ul > li:nth-child(3n) div {
		border-right: 1px solid #ccc;
	}
	#product .inn > ul > li:nth-child(2n) div {
		border-right: none;
	}
}
@media screen and (max-width: 768px){
	#product {
		margin-top: 1.5rem;
	}
	#product .inn {
		padding: 1.5rem 1.5rem 1rem;
	}
	#product .inn p.summary {
		font-size: 1.4rem;
		line-height: 2;
		text-align: center;
		padding: 0;
	}
	#product .inn p.lead {
		text-align: left;
		margin-top: 1.5rem;
	}
	#product .inn > ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 0;
		flex-direction: column;
		justify-content: flex-start;
	}
	#product .inn > ul > li {
		width: 100%;
		margin-top: 0.5rem;
		border-right: none;
		padding-bottom: 2.5rem;
	}
	#product .inn > ul > li::before,
	#product .inn > ul > li::after	{
		width: 2rem;
	}
	#product .inn > ul > li > div {
		padding: 1.5rem 3rem 0;
	}
	#product .inn > ul > li div p {
		font-size: 1.4rem;
		margin-top: 0;
	}
	#product .inn > ul > li div {
		border-right: none;
	}
	#product .inn > ul > li:nth-child(3n) div {
		border-right: none; 
	}
	#product .inn > ul > li div h2 {
		line-height: 1.3;
		margin-bottom: 1.5rem;
	}
	#product .inn > ul > li > div ul.mark {
		display: flex;
		margin-top: 1.5rem;
		margin-left: 0;
		justify-content: center;
	}
	#product .inn > ul > li > div ul.mark li {
		margin: 0 0.75rem;
	}
	#product .inn > ul > li > div ul.mark li img {
		max-width: 100%;
}
	#product dl.label {
		margin: 1.5rem 0;
		padding: 1.5rem;
	}
	#product dl.label dt {
		font-size: 1.6rem;
		text-indent: -0.5em;
	}
	#product dl.label dd {
		font-size: 1.4rem;
	}	
}
