@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mv_orange{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-image: linear-gradient(0deg, white 40%, transparent);
	mask-image: linear-gradient(0deg, white 0%, white 40%, transparent 85%);
	z-index: 0;
	opacity: 0.7;
	object-fit: cover;
}
.mv_logo{
	margin: 12.8rem auto;
	max-width: 110rem;
	width: 100%;
	opacity: 0.5;
}
.mv_sky{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 10%, #000 40%, transparent 70%);
	mask-image: linear-gradient(to bottom, transparent 0%, transparent 10%, #000 40%, transparent 70%);
	opacity: 0.35;
	z-index: 2;
	object-fit: cover;
}
.mv_mat {
	position: absolute;  
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0.8;
}
.mv_mat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual {
	margin-bottom: 15rem;
	padding-bottom: 15rem;
	position: relative;
	min-height: 45vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.mainVisual .textBox {
	position: relative;
	z-index: 10;
}
.mainVisual h1{
	margin-bottom: 0.8rem;
	color: #FFF;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	text-align: center;
}
.mainVisual .mv_copy{
	color: #FFF;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.mv_back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.45;
}
#main .topBox {
	margin-bottom: 20.8rem;
}
#main .topBox .videoBox {
	margin-bottom: 4.4rem;
}
#main .topBox .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .topBox .textArea {
	margin-bottom: 29.5rem;
}
#main .topBox .textArea .lText {
	width: 23rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.75;
}
#main .topBox .textArea .rBox {
	width: calc(100% - 39.8rem);
}
#main .topBox .textArea .rBox .text {
	margin-bottom: 3.5rem;
	color: #858585;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.64;
}
#main .topBox .textArea .rBox .link {
	margin-bottom: 2.7rem;
	width: 11.4rem;
}
#main .topBox .textArea .rBox .link a {
	padding: 1.1rem 0.5rem 1rem;
	display: block;
	font-size: 1.2rem;
	background-color: #BAA253;
	border-radius: 20rem;
	text-align: center;
}
#main .topBox .textArea .rBox .link a span {
	padding-left: 2.3rem;
	background: url(https://kohlenjapan.itembox.design/item/img/common/icon03.png) no-repeat left top / 1.5rem;
}
#main .topBox .textArea .rBox .link a:hover {
	opacity: 0.7;
}
#main .topBox .textArea .rBox .text01 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .topBox .textArea .rBox .text01 .sml {
	font-size: 1.2rem;
}
#main .topBox .textArea .rBox .text01 .tag {
	font-size: 0.8rem;
}
#main .topBox .photo {
	margin: 0 auto;
	width: 62.6rem;
}
#main .sec01 {
	margin-bottom: 20.6rem;
}
#main .sec01 .headLine01 {
	margin-bottom: -3rem;
}
#main .sec01 .outVideoBox {
	position: relative;
	min-height: 81.4rem;
}
#main .sec01 .videoBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .sec01 .videoBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background-color: rgba(0, 0, 0, 0.7);
	mix-blend-mode: multiply;
	content: '';
	z-index: 1;
}
#main .sec01 .sec01-skin .videoBox::before {
	background-color: transparent;
}
#main .sec01 .videoBox video {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	object-fit: contain;
	object-position: center bottom;
	max-height: 100%;
}
#main .sec01 .outVideoBox {
	margin-bottom: 17.3rem;
}
#main .sec01 .outVideoBox .textBox {
	padding: 39.3rem 0;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
#main .sec01 .outVideoBox .textBox .text {
	margin-bottom: 11.5rem;
	color: #828282;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	transition: .3s;
}
#main .sec01 .outVideoBox .textBox .text.on {
	color: #FFF;
	transform: scale(2);
}
#main .sec01 .outVideoBox .textBox .text:last-child {
	margin-bottom: 0 !important;
}
#main .sec01 .imgBox {
	align-items: start;
}
#main .sec01 .imgBox .photoBox {
	width: 73.9rem;
	height: 40.1rem;
	position: relative;
}
#main .sec01 .imgBox .photoBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	mix-blend-mode: multiply;
	content: '';
}
#main .sec01 .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec01 .imgBox .textBox {
	margin-top: -1.5rem;
	width: calc(100% - 75.8rem);
}
#main .sec01 .imgBox .textBox p {
	margin: 0 -1.7rem 7rem 0;
	padding-left: 1.7rem;
	color: #757575;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2;
}
#main .sec01 .imgBox .textBox .photo {
	height: 22.5rem;
	position: relative;
}
#main .sec01 .imgBox .textBox .photo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	mix-blend-mode: multiply;
	content: '';
}
#main .sec01 .imgBox .textBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec02 {
	margin-bottom: 22rem;
	padding-bottom: 10.7rem;
	border-bottom: 1px solid #919191;
}
#main .sec02 .text {
	margin-bottom: 15.5rem;
	color: #858585;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.64;
}
#main .sec02 .videoBox {
	margin: 0 auto 20.4rem;
	width: 59.6rem;
	height: 33rem;
}
#main .sec02 .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec02 .imgList {
	margin-bottom: 10.8rem;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
}
#main .sec02 .imgList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #919191;
}
#main .sec02 .imgList li:last-child {
	border-bottom: none;
}
#main .sec02 .imgList li .lBox {
	padding: 9rem 2rem 15.9rem 12.3rem;
	width: 54.25%;
	box-sizing: border-box;
	border-right: 1px solid #919191;
}
#main .sec02 .imgList li .lBox .photo {
	padding-right: 19.8rem;
	width: 100%;
}
#main .sec02 .imgList li .title {
	margin-bottom: 3.6rem;
	font-size: 3rem;
	font-weight: 500;
}
#main .sec02 .imgList li .text {
	margin-bottom: 0;
	line-height: 1.6;
	color: #5C5C5C;
}
#main .sec02 .imgList li .rBox {
	padding: 15.6rem 11rem 9rem 10.1rem;
	width: 45.75%;
	box-sizing: border-box;
}
#main .sec02 .imgList li:nth-child(2) .lBox {
	padding: 11.8rem 4rem 10.5rem 12.3rem;
}
#main .sec02 .imgList li:nth-child(2) .lBox .title {
	margin-bottom: 5.4rem;
}
#main .sec02 .imgList li:nth-child(2) .rBox {
	padding: 9.4rem 2rem 9rem 9.2rem;
	order: 2;
}
#main .sec02 .imgList li:nth-child(2) .rBox .photo {
	padding-right: 8.9rem;
}
#main .sec02 .textList {
	padding: 0 1.5rem;
}
#main .sec02 .textList li {
	margin-bottom: 6.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec02 .textList li:last-child {
	margin-bottom: 0;
}
#main .sec02 .textList li .ttl {
	width: 30rem;
	font-size: 1.9rem;
	font-weight: 500;
}
#main .sec02 .textList li .txt {
	margin-top: -0.3rem;
	width: calc(100% - 38.7rem);
	color: #5C5C5C;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}
#main .sec03 {
	padding-bottom: 9.9rem;
}
#main .sec03 h2 {
	/*margin-bottom: -20.8rem;*/
	margin-bottom: 10rem;
	font-size: 9rem;
	line-height: 1.05;
	text-align: center;
	position: relative;
	z-index: 5;
}
#main .sec03 h2 span {
	padding-left: 15.5rem;
	display: inline-block;
	width: fit-content;
	text-align: left;
	background: url(https://kohlenjapan.itembox.design/item/img/common/icon04.png) no-repeat left center / 11.8rem;
}
#main .sec03 .videoBox {
	margin: 0 auto;
	max-width: 139.5rem;
	height: 78.5rem;
}
#main .sec03 .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec03 .imgBox {
	margin: -0.4rem 0 15rem;
}
#main .sec03 .imgBox .photoBox {
	margin: 5.3rem -0.9rem 0 0;
	width: 24.6rem;
	order: 2;
}
#main .sec03 .imgBox .textBox {
	width: calc(100% - 34.5rem);
}
#main .sec03 .imgBox .textBox .title {
	margin-bottom: 2.6rem;
	font-size: 5.6rem;
	font-weight: 700;
}
#main .sec03 .imgBox .textBox .text {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.94;
}
#main .sec03 .inner {
	position: relative;
}
#main .sec03 .inner .link {
	margin: 0 0.3rem 1.6rem 0;
	text-align: right;
	position: relative;
	z-index: 5;
}
#main .sec03 .inner .link a {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}
#main .sec03 .inner .link a:hover {
	opacity: 0.7;
}
#main .sec03 .inner .photoList {
	margin-right: -1.8rem;
	padding: 4.4rem 3.6rem 3.8rem;
	background: #141415;
	border-radius: 1.5rem;
}
#main .sec03 .inner .photoList .slick-slide > div {
	margin: 0 4.6rem 0 0;
	width: 26.4rem;
}
#main .sec03 .inner .photoList li {
	width: 26.4rem;
}
#main .sec03 .inner .photoList .topBox {
	margin-bottom: 2.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec03 .inner .photoList .topBox .pho {
	width: 5.7rem;
}
#main .sec03 .inner .photoList .topBox .rBox {
	margin-top: 0.1rem;
	width: calc(100% - 7.8rem);
}
#main .sec03 .inner .photoList .topBox .rBox .txt {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
}
#main .sec03 .inner .photoList .topBox .rBox .subBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec03 .inner .photoList .topBox .rBox .starPic {
	width: 9rem;
}
#main .sec03 .inner .photoList .topBox .rBox .num {
	width: calc(100% - 11.2rem);
	font-size: 1.5rem;
	font-weight: 500;
}
#main .sec03 .inner .photoList .text {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.56;
}
#main .sec03 .inner .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .sec03 .inner .arrow li {
	margin-top: 2.7rem;
	position: absolute;
	z-index: 10;
	width: 5.5rem;
	top: 50%;
	transform: translateY(-50%);
	left: -3.7rem;
	cursor: pointer;
}
#main .sec03 .inner .arrow li.next {
	left: auto;
	right: -5.5rem;
}
#main .sec03 .inner .arrow li.slick-disabled {
	opacity: 0 !important;
}
#main .sec04 .headLine01 {
	margin-bottom: 6.3rem;
	font-size: 4.9rem;
}
#main .sec04 {
	padding-bottom: 14.1rem;
}
#main .sec04 .inner {
	margin: 0 0.5rem 0 -2rem;
	padding: 5.7rem 3rem 3rem 6.6rem;
	border-radius: 3rem;
	color: #000;
	background-color: #FAFAFC;
	box-sizing: border-box;
}
#main .sec04 .inner .lBox {
	margin-top: 5.2rem;
	width: 29rem;
}
#main .sec04 .inner .lBox .ttl {
	margin-bottom: 6.3rem;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .sec04 .inner .lBox .txt {
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.72;
}
#main .sec04 .inner .textList {
	width: 53.3rem;
}
#main .sec04 .inner .textList li {
	margin-bottom: 2.2rem;
	padding: 1.2rem 3rem 1.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #FFF;
	border-radius: 1.5rem;
	box-sizing: border-box;
}
#main .sec04 .inner .textList li > span {
	display: block;
}
#main .sec04 .inner .textList li .en {
	margin-top: 2rem;
	width: 4.5rem;
	font-size: 1.3rem;
	font-weight: 500;
	font-family: "Roboto Condensed", sans-serif;
}
#main .sec04 .inner .textList li .rBox {
	width: calc(100% - 4.5rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
}
#main .sec04 .inner .textList li .rBox .price {
	font-size: 2.5rem;
}
#main .sec04 .inner .textList li .rBox .price .num {
	font-size: 3.9rem;
	font-weight: 500;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: -0.05em;
}
#main .sec04 .inner .textList li .rBox .price .sml {
	margin: 0 1.5rem;
	font-size: 1.35rem;
}
#main .sec04 .inner .textList li .rBox .link,
#main .sec04 .inner .textList li .rBox .link a {
	display: block;
}
#main .sec04 .inner .textList li .rBox .link {
	padding-bottom: 1rem;
}
#main .sec04 .inner .textList li .rBox .link a {
	padding-left: 2.8rem;
	width: fit-content;
	color: #000;
	font-size: 1.65rem;
	font-weight: 700;
	background: url(https://kohlenjapan.itembox.design/item/img/common/icon07.png) no-repeat left center / 1.6rem;
}
#main .sec04 .inner .textList li .rBox .link a:hover {
	opacity: 0.7;
}
#main .bg02 {
	background-color: #FAFAFA;
}
#main .sec05 {
	padding: 14.5rem 0 23.2rem;
	color: #000;
}
#main .sec05 .headLine01 {
	margin-bottom: 5.4rem;
	font-size: 4.9rem;
	text-align: center;
}
#main .sec05 .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec05 .tableBox th,
#main .sec05 .tableBox td {
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	box-sizing: border-box;
	border-bottom: 1px solid #D4D4D4;
}
#main .sec05 .tableBox tr:last-child th,
#main .sec05 .tableBox tr:last-child td {
	border-bottom: 1px solid #ddd;
}
#main .sec05 .tableBox th {
	padding: 1.8rem 0;
	width: 28.3%;
	font-size: 2.2rem;
	font-weight: 700;
	vertical-align: top;
}
#main .sec05 .tableBox td.style01,
#main .sec05 .tableBox td.style02 {
	padding: 2.2rem 0 2rem;
	font-size: 1.5rem;
	font-weight: 700;
}
#main .sec05 .tableBox td.style01 {
	vertical-align: top;
	width: 17.5%;
}
#main .sec05 .tableBox td.style02 {
	width: 12.5%;
}
#main .sec05 .tableBox td.style03 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.35rem;
	font-weight: 500;
}
#main .sec06 {
	padding-bottom: 16.9rem;
	color: #000;
}
#main .sec06 .headLine01 {
	margin-bottom: 5.2rem;
	font-size: 4.9rem;
	line-height: 1.38;
}
#main .sec06 .textList li {
	padding: 4rem 3.5rem 4rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #EEEEEE;
}
#main .sec06 .textList li:last-child {
	border-bottom: 1px solid #EEEEEE;
}
#main .sec06 .textList li .title {
	margin: 1.4rem 0 0 -0.7rem;
	padding-left: 4.2rem;
	width: 36rem;
	font-size: 2.2rem;
	font-weight: 500;
	background: url(https://kohlenjapan.itembox.design/item/img/common/icon08.png) no-repeat left top 0.2rem / 2.7rem;
}
#main .sec06 .textList li .text {
	color: rgba(0, 0, 0, 0.6);
	/*width: calc(100% - 38.5rem);*/
	width: calc(100%);
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.1;
}
#main .faq {
	padding: 14.2rem 0 15rem;
	color: #000;
}
#main .faq .headLine01 {
	margin-bottom: 6.3rem;
	font-size: 4.9rem;
	font-weight: 700;
	text-align: center;
}
#main .faq .textList {
	margin: 0 auto;
	width: 71rem;
}
#main .faq .textList li {
	margin-bottom: 3.1rem;
	padding-bottom: 4.1rem;
	border-bottom: 1px solid #EEEEEE;
}
#main .faq .textList li:last-child {
	margin-bottom: 0;
}
#main .faq .textList li .ttl {
	margin-bottom: 1.5rem;
	font-size: 1.9rem;
	font-weight: 500;
}
#main .faq .textList li .txt {
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.35rem;
	font-weight: 500;
}
#main .outPriceBox .comPriceBox {
	padding: 10.7rem 0 8.9rem;
	width: 50%;
}
#main .outPriceBox .comPriceBox.style02 {
	background-color: #FAFAFA;
}
#main .outPriceBox .comPriceBox .photo {
	margin-bottom: 1.7rem;
    width: 55rem;
    text-align: center;
}
#main .outPriceBox .comPriceBox .en {
	margin-bottom: 0.6rem;
	font-size: 1.9rem;
}
#main .outPriceBox .comPriceBox .price {
	margin-bottom: 1.8rem;
	font-size: 3.8rem;
}
#main .outPriceBox .comPriceBox .price .tag {
	font-size: 2.4rem;
}
#main .outPriceBox .comPriceBox .price .sml {
	font-size: 1.3rem;
}
#main .outPriceBox .comPriceBox .textUl {
	margin-bottom: 2.3rem;
}
#main .outPriceBox .comPriceBox .textUl li {
	margin: 0 0.7rem;
	padding: 0.4rem 1rem 0.5rem 1.2rem;
	font-size: 1.2rem;
}
#main .outPriceBox .comPriceBox .link {
	margin-bottom: 2.3rem;
}
#main .outPriceBox .comPriceBox .imgArea {
	margin-bottom: 2.2rem;
	width: 32.8rem;
}
#main .outPriceBox .comPriceBox .smlText {
	color: #9A9A9A;
}
#main .outPriceBox .comPriceBox .txtList {
	margin: 0 auto;
	width: 32.8rem;
	color: #000;
}
#main .outPriceBox .comPriceBox .txtList li {
	padding: 2.6rem 0 2.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
}
#main .outPriceBox .comPriceBox .txtList .ttl {
	width: 15rem;
	font-size: 1.1rem;
	font-weight: 700;
}
#main .outPriceBox .comPriceBox .txtList .txt {
	width: calc(100% - 15.3rem);
	font-size: 1.9rem;
	font-weight: 700;
}
#main .outPriceBox .comPriceBox.style01 .en,
#main .outPriceBox .comPriceBox.style01 .price,
#main .outPriceBox .comPriceBox.style01 .link a,
#main .outPriceBox .comPriceBox.style01 .smlText,
#main .outPriceBox .comPriceBox.style01 .txtList {
	color: #FFF;
}
#main .bottomBox {
	padding: 25.6rem 0 24rem;
	position: relative;
	background: url(https://kohlenjapan.itembox.design/item/img/index/bg02.jpg) no-repeat center center / cover;
}
#main .bottomBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	content: '';
}
#main .bottomBox .content {
	position: relative;
	z-index: 5;
	width: 68.4rem;
}
#main .bottomBox .headLine01 {
	margin: 0 -2rem 5.4rem 0;
	font-size: 4.9rem;
	line-height: 1.38;
}
#main .bottomBox .text {
	margin-bottom: 4.3rem;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.1;
}
#main .bottomBox .inner {
	justify-content: end;
}
#main .bottomBox .inner .link {
	margin: 2.5rem 4.5rem 0 0;
	width: 22.4rem;
}
#main .bottomBox .inner .link a {
	padding: 1.1rem 1rem 1.5rem;
	display: block;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #CDD6DD;
}
#main .bottomBox .inner .link a:hover {
	opacity: 0.7;
}
#main .bottomBox .inner .link a span {
	padding-left: 2.7rem;
	background: url(https://kohlenjapan.itembox.design/item/img/common/icon09.png) no-repeat left top 0.8rem / 1.5rem;
}
#main .bottomBox .inner .telBox .tel a {
	padding: 0 1rem 0 4.8rem;
	font-size: 4.9rem;
	font-weight: 500;
	letter-spacing: -0.08em;
	font-family: "Roboto Condensed", sans-serif;
	background: url(https://kohlenjapan.itembox.design/item/img/common/icon10.png) no-repeat left center / 3.4rem;
}
#main .bottomBox .inner .telBox .sml {
	margin-top: -1rem;
	font-size: 1.3rem;
	text-align: right;
}
#main .skinlist{
	margin-top: 80px;
}

@media all and (min-width: 897px) {
	#main .sec03 .inner .arrow li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mv_logo{
		margin: 17.7rem auto;
		max-width: 34rem;
	}
	.mv_mat {
		position: absolute;  
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		opacity: 0.8;
		display: flex;
		flex-wrap: wrap;
		align-items: end;
	}
	.mv_mat img {
		width: auto;
		height: auto;
		object-fit: inherit;
	}
	.mainVisual {
		margin-bottom: 8rem;
		padding-bottom: 17.1rem;
		min-height: 71.7rem;
		align-items: end;
	}
	.mainVisual h1{
		margin-bottom: 0.9rem;
		font-size: 1.1rem;
		letter-spacing: 0.14em;
	}
	.mainVisual .mv_copy{
		font-size: 5rem;
	}
	#main .topBox {
		margin-bottom: 7.2rem;
	}
	#main .topBox .videoBox {
		margin-bottom: 7rem;
	}
	#main .topBox .textArea {
		margin-bottom: 8.9rem;
		display: block;
	}
	#main .topBox .textArea .lText {
		margin-bottom: 2.8rem;
		width: auto;
		font-size: 3.5rem;
		font-weight: 600;
		line-height: 1.43;
	}
	#main .topBox .textArea .rBox {
		width: auto;
	}
	#main .topBox .textArea .rBox .text {
		margin-bottom: 4.9rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .topBox .textArea .rBox .link {
		margin-bottom: 5.1rem;
		width: 15.2rem;
	}
	#main .topBox .textArea .rBox .link a {
		padding: 1.4rem 0.5rem;
		font-size: 1.6rem;
	}
	#main .topBox .textArea .rBox .link a span {
		padding-left: 3rem;
		background: url(https://kohlenjapan.itembox.design/item/img/common/icon03.png) no-repeat left top 0.2rem / 2rem;
	}
	#main .topBox .textArea .rBox .text01 {
		font-size: 1.8rem;
		line-height: 1.94;
	}
	#main .topBox .textArea .rBox .text01 .sml {
		font-size: 1.6rem;
	}
	#main .topBox .textArea .rBox .text01 .tag {
		font-size: 1.1rem;
	}
	#main .topBox .photo {
		margin: 0 3.2rem;
		width: auto;
	}
	#main .topBox .photo img {
		width: 100%;
	}
	#main .sec01 {
		margin-bottom: 12rem;
	}
	#main .sec01 .headLine01 {
		margin-bottom: 3.4rem;
	}
	#main .sec01 .outVideoBox {
		min-height: 25.5rem;
	}
	#main .sec01 .outVideoBox {
		margin-bottom: 11.8rem;
	}
	#main .sec01 .outVideoBox .textBox {
		padding: 15svh 0;
	}
	#main .sec01 .outVideoBox .textBox .text {
		margin-bottom: 12.6rem;
		font-size: 1.4rem;
	}
	#main .sec01 .outVideoBox .textBox .text.on {
		transform: scale(1.78);
	}
	#main .sec01 .imgBox {
		display: block;
	}
	#main .sec01 .imgBox .photoBox {
		margin-bottom: 2.5rem;
		width: auto;
		padding-bottom: 67.8%;
		height: 0;
		position: relative;
	}
	#main .sec01 .imgBox .photoBox::before {
		z-index: 1;
	}
	#main .sec01 .imgBox .photoBox img {
		position: absolute;
		top: 0;
		left: 0;
	}
	#main .sec01 .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .sec01 .imgBox .textBox p {
		margin: 0;
		padding-left: 0;
		font-size: 1.4rem;
		line-height: 1.71;
	}
	#main .sec01 .imgBox .textBox .photo {
		margin-top: 5rem;
		padding-bottom: 69%;
		height: 0;
		position: relative;
	}
	#main .sec01 .imgBox .textBox .photo::before {
		z-index: 1;
	}
	#main .sec01 .imgBox .textBox .photo img {
		position: absolute;
		top: 0;
		left: 0;
	}
	#main .sec02 {
		margin-bottom: 19rem;
		padding-bottom: 0;
		border-bottom: none;
	}
	#main .sec02 .text {
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
		line-height: 1.93;
	}
	#main .sec02 .videoBox {
		margin: 0 auto 6.5rem;
		width: auto;
		height: 50.6vw;
	}
	#main .sec02 .imgList {
		margin-bottom: 7.5rem;
		border-bottom: none;
	}
	#main .sec02 .imgList li {
		display: block;
		border-bottom: 1px solid #919191;
	}
	#main .sec02 .imgList li .lBox {
		margin-bottom: 0;
		padding: 6.9rem 2rem 0;
		width: auto;
		border-right: none;
	}
	#main .sec02 .imgList li .lBox .photo {
		margin-bottom: 3.8rem;
		padding: 0;
		width: auto;
	}
	#main .sec02 .imgList li .lBox .photo img {
		width: 100%;
	}
	#main .sec02 .imgList li .title {
		margin-bottom: 2.3rem;
		font-size: 2rem;
	}
	#main .sec02 .imgList li .text {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#main .sec02 .imgList li .rBox {
		padding: 0 2rem 9.8rem;
		width: auto;
	}
	#main .sec02 .imgList li:nth-child(2) .lBox {
		padding: 0 2rem 0;
	}
	#main .sec02 .imgList li:nth-child(2) .lBox .title {
		margin-bottom: 2.5rem;
	}
	#main .sec02 .imgList li:nth-child(2) .rBox {
		margin-bottom: 4.2rem;
		padding: 5rem 2.2rem 0;
	}
	#main .sec02 .imgList li:nth-child(2) .rBox .photo {
		padding: 0;
		width: auto;
	}
	#main .sec02 .textList {
		padding: 0;
	}
	#main .sec02 .textList li {
		margin-bottom: 5.2rem;
		display: block;
	}
	#main .sec02 .textList li .ttl {
		margin-bottom: 0.7rem;
		width: auto;
		font-size: 1.8rem;
	}
	#main .sec02 .textList li .txt {
		margin-top: 0;
		width: auto;
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#main .sec03 {
		padding-bottom: 3rem;
	}
	#main .sec03 h2 {
		margin-bottom: -2rem;
		padding: 0 2.5rem 0 1.9rem;
		font-size: 4.5rem;
		line-height: 1.1;
		text-align: center;
	}
	#main .sec03 h2 span {
		padding-left: 8.1rem;
		background: url(https://kohlenjapan.itembox.design/item/img/common/icon04_sp.png) no-repeat left center / 6.3rem;
	}
	#main .sec03 .videoBox {
		margin: 0 auto;
		max-width: 139.5rem;
		height: 56.3vw;
	}
	#main .sec03 .imgBox {
		margin: 0 0 17.7rem;
		display: block;
	}
	#main .sec03 .imgBox .photoBox {
		margin: 9rem auto 4.7rem;
		width: 16.6rem;
	}
	#main .sec03 .imgBox .textBox {
		width: auto;
	}
	#main .sec03 .imgBox .textBox .title {
		margin-bottom: 2.6rem;
		font-size: 3rem;
	}
	#main .sec03 .imgBox .textBox .text {
		font-size: 1.4rem;
		line-height: 2.14;
	}
	#main .sec03 .inner {
		position: relative;
	}
	#main .sec03 .inner .link {
		display: none;
	}
	#main .sec03 .inner .photoList {
		margin-right: 0;
		padding: 6rem 1rem 3.8rem 2.5rem;
		border-radius: 2rem;
	}
	#main .sec03 .inner .photoList li {
		margin-bottom: 7.7rem;
		width: auto;
	}
	#main .sec03 .inner .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .inner .photoList .topBox {
		margin-bottom: 3.5rem;
	}
	#main .sec03 .inner .photoList .topBox .pho {
		width: 7.6rem;
	}
	#main .sec03 .inner .photoList .topBox .rBox {
		width: calc(100% - 10.5rem);
	}
	#main .sec03 .inner .photoList .topBox .rBox .txt {
		margin-bottom: 0.7rem;
		font-size: 2rem;
	}
	#main .sec03 .inner .photoList .topBox .rBox .starPic {
		width: 12rem;
	}
	#main .sec03 .inner .photoList .topBox .rBox .num {
		width: calc(100% - 14.9rem);
		font-size: 2rem;
	}
	#main .sec03 .inner .photoList .text {
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#main .sec03 .inner .arrow {
		display: none;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 3rem;
		font-size: 3rem;
	}
	#main .sec04 {
		padding-bottom: 12.7rem;
	}
	#main .sec04 .inner {
		margin: 0;
		padding: 0;
		border-radius: 0;
		background-color: transparent;
		display: block;
	}
	#main .sec04 .inner .lBox {
		margin-top: 0;
		width: auto;
	}
	#main .sec04 .inner .lBox .ttl {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	#main .sec04 .inner .lBox .txt {
		margin-bottom: 4rem;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.67;
	}
	#main .sec04 .inner .textList {
		width: auto;
	}
	#main .sec04 .inner .textList li {
		margin-bottom: 1rem;
		padding: 0.7rem 2rem 0.9rem;
		display: block;
		color: #FFF;
		border-radius: 0;
		background-color: #000;
	}
	#main .sec04 .inner .textList li:last-child {
		margin-bottom: 0;
	}
	#main .sec04 .inner .textList li .en {
		margin-top: 0;
		width: auto;
		font-size: 1rem;
	}
	#main .sec04 .inner .textList li .rBox {
		width: auto;
	}
	#main .sec04 .inner .textList li .rBox .price {
		font-size: 2rem;
	}
	#main .sec04 .inner .textList li .rBox .price .num {
		font-size: 3.1rem;
		letter-spacing: -0.05em;
	}
	#main .sec04 .inner .textList li .rBox .price .sml {
		margin: 0 1.5rem;
		font-size: 1.1rem;
	}
	#main .sec04 .inner .textList li .rBox .link a {
		padding-left: 2.2rem;
		color: #FFF;
		font-size: 1.3rem;
		background: url(https://kohlenjapan.itembox.design/item/img/common/icon03.png) no-repeat left center / 1.2rem;
	}
	#main .sec05 {
		padding: 5.1rem 0 11.6rem;
	}
	#main .sec05 .headLine01 {
		margin-bottom: 6.6rem;
		font-size: 3rem;
	}
	#main .sec05 .tableBox th,
	#main .sec05 .tableBox td {
		/*
		margin-bottom: 1.7rem;
		padding-bottom: 1.2rem;
		*/
		border-bottom: 0;
		display: block;
		width: 100% !important;
		position: relative;
	}
	#main .sec05 .tableBox th {
		margin-bottom: 0;
		padding: 0 0 0.3rem;
		font-size: 1.8rem;
		border-bottom: none;
		margin-top: 30px;
	}
	#main .sec05 .tableBox td.style01,
	#main .sec05 .tableBox td.style02 {
		padding: 0;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#main .sec05 .tableBox td.style01 {
		margin-bottom: -0.2rem;
		padding-top: 1.6rem;
		border-bottom: none;
	}
	#main .sec05 .tableBox td.style01.spec {
		margin-bottom: 2.2rem;
		padding-bottom: 2rem;
		border-bottom: 1px solid #D4D4D4;
	}
	#main .sec05 .tableBox td.style01.mb01 {
		margin-bottom: 0.5rem;
	}
	#main .sec05 .tableBox td.style01.pt01 {
		padding-top: 2.2rem;
	}
	#main .sec05 .tableBox td.style03 {
		color: rgba(0, 0, 0, 0.6);
		font-size: 1.4rem;
		line-height: 2.2;
	}
	#main .sec05 .tableBox td.style03.pt01 {
		padding-top: 1.6rem;
	}
	#main .sec05 .tableBox td.style02.spec {
		margin-bottom: -0.2rem;
		padding-top: 1.6rem;
		border-bottom: none;
	}
	#main .sec05 .tableBox td .txt {
		position: absolute;
		top: 1.6rem;
		left: 10.3rem;
		display: inline-block;
		color: rgba(0, 0, 0, 0.6);
		font-size: 1.4rem;
		font-weight: 500;
	}
	#main .sec06 {
		padding-bottom: 6rem;
	}
	#main .sec06 .headLine01 {
		margin-bottom: 3.5rem;
		font-size: 3rem;
		line-height: 1.16;
		font-weight: 500;
	}
	#main .sec06 .textList li {
		margin-bottom: 3.1rem;
		padding: 0 0 3.1rem;
		display: block;
		border-top: none;
		border-bottom: 1px solid #EEEEEE;
	}
	#main .sec06 .textList li:last-child {
		margin-bottom: 0;
	}
	#main .sec06 .textList li .title {
		margin: 1.4rem 0 2rem;
		padding-left: 4rem;
		width: auto;
		font-size: 2.1rem;
		font-weight: 500;
		background: url(https://kohlenjapan.itembox.design/item/img/common/icon08.png) no-repeat left top 0.2rem / 2.6rem;
	}
	#main .sec06 .textList li .text {
		width: auto;
		color: rgba(0, 0, 0, 0.6);
		font-size: 1.4rem;
		line-height: 1.43;
	}
	#main .faq {
		padding: 6.3rem 0 6rem;
	}
	#main .faq .headLine01 {
		margin-bottom: 3.5rem;
		font-size: 3rem;
		font-weight: 500;
	}
	#main .faq .textList {
		margin: 0;
		width: auto;
	}
	#main .faq .textList li {
		margin-bottom: 2.6rem;
	}
	#main .faq .textList li .ttl {
		margin-bottom: 2.3rem;
		font-size: 2rem;
	}
	#main .faq .textList li .txt {
		padding-left: 1.15em;
		color: rgba(0, 0, 0, 0.6);
		font-size: 1.4rem;
		line-height: 1.43;
		text-indent: -1.15em;
	}
	#main .outPriceBox {
		display: block;
	}
	#main .outPriceBox .comPriceBox {
		padding: 8.2rem 0 21.8rem;
		width: auto;
	}
	#main .outPriceBox .comPriceBox .photo {
		margin-bottom: 5rem;
		width: auto;
	}
	#main .outPriceBox .comPriceBox .en {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	#main .outPriceBox .comPriceBox .price {
		margin-bottom: 3.3rem;
		font-size: 5.1rem;
	}
	#main .outPriceBox .comPriceBox .price .tag {
		font-size: 3.2rem;
	}
	#main .outPriceBox .comPriceBox .price .sml {
		font-size: 1.7rem;
	}
	#main .outPriceBox .comPriceBox .textUl {
		margin-bottom: 3.3rem;
	}
	#main .outPriceBox .comPriceBox .textUl li {
		margin: 0 0.9rem;
		padding: 0.6rem 1.6rem 0.6rem 1.4rem;
		font-size: 1.4rem;
	}
	#main .outPriceBox .comPriceBox .imgArea {
		margin-bottom: 1.5rem;
		width: auto;
	}
	#main .outPriceBox .comPriceBox .txtList {
		margin: 0 2rem;
		width: auto;
	}
	#main .outPriceBox .comPriceBox .txtList li {
		padding: 3.8rem 0 3.4rem;
	}
	#main .outPriceBox .comPriceBox .txtList .ttl {
		width: 15rem;
		font-size: 1.5rem;
	}
	#main .outPriceBox .comPriceBox .txtList .txt {
		width: calc(100% - 17.9rem);
		font-size: 2rem;
	}
	#main .outPriceBox .comPriceBox.style02 {
		padding: 10.8rem 0 5.9rem;
	}
	#main .bottomBox {
		padding: 10.4rem 0 6.3rem;
		color: #000;
		background: #FFF;
	}
	#main .bottomBox::before {
		display: none;
	}
	#main .bottomBox .content {
		width: auto;
	}
	#main .bottomBox .headLine01 {
		margin: 0 0 3.1rem;
		font-size: 3rem;
		line-height: 1.33;
	}
	#main .bottomBox .text {
		margin-bottom: 4.8rem;
		color: rgba(0, 0, 0, 0.6);
		font-size: 1.4rem;
		line-height: 1.43;
	}
	#main .bottomBox .inner {
		display: block;
	}
	#main .bottomBox .inner .link {
		margin: 2.5rem auto 2.3rem;
		width: 29.9rem;
	}
	#main .bottomBox .inner .link a {
		padding: 1.5rem 1rem 1.9rem;
		color: #000;
		font-size: 2.5rem;
		border: 2px solid #CDD6DD;
	}
	#main .bottomBox .inner .link a span {
		padding-left: 3.8rem;
		background: url(https://kohlenjapan.itembox.design/item/img/common/icon09_black.png) no-repeat left top 1.2rem / 2rem;
	}
	#main .bottomBox .inner .telBox .tel {
		text-align: center;
	}
	#main .bottomBox .inner .telBox .tel a {
		padding: 0 1rem 0 4.8rem;
		color: #000;
		font-size: 5.2rem;
		background: url(https://kohlenjapan.itembox.design/item/img/common/icon10_black.png) no-repeat left center / 3.6rem;
	}
	#main .bottomBox .inner .telBox .sml {
		margin-top: -1.1rem;
		padding-left: 2.7rem;
		font-size: 1.2rem;
		text-align: center;
	}
	.mainVisual {
		padding-bottom: 30.1rem;
	}
}