@charset "utf-8";
/* CSS Document */

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Outfit', sans-serif;	
	font-family: 'Playfair Display', serif;
	font-family: 'Noto Serif JP', serif;	
}
.cmn-container {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}


.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
	.only_sp960 {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.only_pc768 {
		display: none;
	}
}
.pc {
  display: none
}
.mt20 {
  margin-top: 20px
}

.cmn-container img {
	width: 100%;
	height: auto;
}
.wrapper {
	position: relative;
}

.fv_area {
	margin-bottom: 90px;
}
.fv_area .fv_mov {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}
.fv_area .fv_mov video {
	width: 100%;
	height: auto;
}
.fv_text {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 60px;
}
.fv_text p {
	font-size: 14px;
	line-height: 2.2;
}
.fv_text h2 {
	font-size: 28px;
	text-align: center;
	line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
	  font-weight: 500;
	padding: 60px 0;
	margin: 0;
}
.fv_text h2 > span {
	display: block;
}
.fv_text h2 .f01 {
	text-align: center;
	line-height: 1.0;
	font-family: 'Noto Sans JP', sans-serif;
	  font-weight: 600;
	margin: 0;
}
.fv_text h2 .f02 {
	font-size: 0.8em;
	text-align: center;
	line-height: 1.0;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	padding: 0.2em 0;
}
.fv_text h2 .f03 {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.0;
  font-family: "Bebas Neue", sans-serif;
	  font-weight: 500;
	margin: 0;
}
.top_slide .slick-slide {
	position: relative;
	background-color: #000;
}
.top_slide .slick-slide img {
	transition: 0.3s all ease;
}
.top_slide .slick-slide:hover img {
	opacity: 0.6;
}
.top_slide .slick-slide a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.top_slide .slick-slide .img {
	position: relative;
}
.top_slide .slick-slide::after {
	content: "";
	display: table-cell;
	width: 30px;
	height: 30px;
	background: center center / 100% auto url("../../../../img/contents/240305_marka/slide_arrow.png") no-repeat;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
.top_slide .slick-slide .textBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.top_slide .slick-slide .textBox > span {
	text-align: center;
}
.top_slide .slick-slide .textBox > span.big {
	font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	margin-bottom: 3em;
	padding: 0 0.5em;
	line-height: 2.0;
	background-color: rgba(255,255,255,0.60);
}
.top_slide .slick-slide .textBox > span.big .text_jp {
	font-family: 'Noto Sans JP', sans-serif;	
	font-weight: 600;
	font-size: 0.80em;
}
.top_slide .slick-slide .textBox > span.big .text_en {
  font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
}
.top_slide .slick-slide:hover .textBox > span.big {
	background-color: rgba(255,255,255,0.90);
}
.top_slide .slick-slide .textBox > span.mid {
	font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding: 0 1em;
	line-height: 1.0;
	background-color: rgba(255,255,255,0.60);
}
.top_slide .slick-slide:hover .textBox > span.mid {
	background-color: rgba(255,255,255,0.90);
}
.colors {
	text-align: center;
	font-size: 0;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	padding: 60px 0;
}
.colors .color {
	display: inline-block;
	width: 30%;
	margin-right: 5%;
}
.colors .color:nth-last-child(1) {
	margin-right: 0;
}
.colors .color > span {
	display: block;
}
.colors .color .img {
	margin-bottom: 10px;
}
.colors .color .text p {
	font-size: 18px;
	  font-family: "Bebas Neue", sans-serif;
	  font-weight: 400;
}
.itemBox {
	margin-bottom: 120px;
}
.infoBox {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
}
.infoBox h3 {
	text-align: center;
	font-size: 26px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}
.infoBox h3 .text_jp {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;	
	font-size: 0.88em;
}
.infoBox p.size {
	text-align: center;
	font-size: 15px;
}
.infoBox p.price {
	text-align: center;
	font-size: 23px;
	line-height: 1.3;
}
.infoBox p.price .unit {
	font-size: 0.8em;
	line-height: 1.3;
}
.btn_area {
	text-align: center;
	padding: 60px 0;
}
.btn_area .btn {
	display: inline-block;
	padding: 0;
}
.btn_area .btn a {
	color: #FFF;
	font-size: 20px;
	font-family: "Bebas Neue", sans-serif;
	
	letter-spacing: 0.1em;
	display: block;
	line-height: 2em;
	padding: 0 1.3em;
	background-color: #000;
	border-radius: 1em;
}
.itemBottomSlide .text {
	font-size: 15px;
	text-align: center;
	line-height: 1.8;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	margin-top: 1em;
	padding: 0 1em;
}
.itemSlide .slick-slide {
	padding: 0 5px;
}
.code_area {
	margin: 0 auto;
	background-color: rgba(244,244,244,1.00);
	padding-top: 120px;
	padding-bottom: 60px;
}
.code_area .box {
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 30px;
	width: 90%;
	max-width: 550px;
	margin: 0 auto 30px;
	box-shadow: 0 5px 12px rgba(0,0,0,0.05);
}
.code_area h2 {
	font-size: 32px;
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}
.code_area h2 span {
	position: relative;
}
.code_area h2 span::after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	content: "";
	display: table-cell;
	width: 100%;
	height: 3px;
	background-color: #000;
}
.code_area .textBox {
	padding: 15px 10px;
}
.code_area .textBox p {
	font-size: 15px;
	line-height: 1.8;
}

.slick-prev, .slick-next {
  font-size: 0;
	font-weight: bold;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: table-cell;
  border-radius: 0;
  background-color: rgba(43,43,43,1.00);
  width: 40px;
  height: 80px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 500;
	background-image: none;
}

.cmn-container .slick-prev {
  z-index: 100;
  left: 0;
	background-image: none;
    background-color: rgba(0, 0, 0, 0.90);
    background-size: auto;
  background-size: cover;
}
.cmn-container .slick-next {
  z-index: 100;
  right: 0;
	background-image: none;
    background-color: rgba(0, 0, 0, 0.90);
    background-size: auto;
  background-size: cover;
}
.itemBottomSlide li {
	position: relative;
}
.itemBottomSlide .point {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.4em 1em;
	line-height: 1.0;
	color: #FFF;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-family: "Bebas Neue", sans-serif;
	background-color: rgba(0,0,0,0.7);
	border-right: 5px solid transparent;
}
.bottom_area {
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
}
.bottom_area > p {
	font-size: 15px;
	line-height: 2.2;
}
.bottom_area .btn_area .btn a {
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	
  letter-spacing: 0;
  display: block;
  line-height: 1.3;
  background-color: #FFF;
  border-radius: 0;
	color: #000;
	padding: 0.8em 1.5em;
	border: 3px solid #000;
}
.bottom_area .btn_area .btn a {
}
.bottom_area .btn_area .btn a .block {
	display: block;
	line-height: 1.0;
}
.bottom_area .btn_area .btn a .block:nth-child(1) {
	margin-bottom: 0.3em;
}
.bottom_area p {
}
@media screen and (max-width: 767px) {
	.slick-prev, .slick-next {
		  width: 5vw;
		  height: 12vw;
		  padding: 0;
		}
	.slick-prev::before, .slick-next::before {
	  font-size: 4vw;
	}
	.fv_text h2 {
	  font-size: 6vw;
	}
	.top_slide .slick-slide .textBox > span.big {
	  font-size: 4vw;
	  margin-bottom: 3em;
	}
	.top_slide .slick-slide .textBox > span.mid {
	  font-size: 4vw;
	}	
	.colors .color .text p {
	  font-size: 4.3vw;
	}
	.infoBox h3 {
	  font-size: 5vw;
	}	
	.infoBox p.size {
	  text-align: center;
	  font-size: 4vw;
	}	
	.infoBox p.price {
	  font-size: 5vw;
	}
	.btn_area .btn a {
	  font-size: 5vw;
	}
	.itemBottomSlide .point {
	  font-size: 4vw;
	}
	.itemBottomSlide .text {
	  font-size: 3.2vw;
	}	
	.btn_area {
	  padding: 8vw 0;
	}	
	.itemBox {
	  margin-bottom: 6vw;
	}
	.code_area h2 {
	  font-size: 5vw;
	}	
	.code_area .textBox p {
	  font-size: 3.2vw;
	  line-height: 1.8;
	}	
  .bottom_area .btn_area .btn a {
    font-size: 4.5vw;
	  text-decoration: underline;
  }	
	.bottom_area > p {
	  font-size: 3.2vw;
	}	
}