@charset "UTF-8";
/*****************************

画面ロード

*****************************/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #loading img {
    width: 100px;
    opacity: .7; }

#loading.loaded {
  opacity: 0;
  visibility: hidden; }

/*ーーーーーーーーーー
全体設定
ーーーーーーーーーーー*/
body {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #542F11;
	overflow-x: hidden;
	background: url("../images/bg.webp");
}
p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 1.5em 0;
}
p.notice {
	font-size: 90%;
	line-height: 1.6;
}
h2.title-contents {
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 0.3em;
	margin: 0;
	letter-spacing: 0.05em;
}
h2.title-contents span {
    font-size: 20px;
}   
h3.catch {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding: 0 0 1.5em;
	margin: 0;
}
a i {
	padding-right: 8px;
}
a img {
	transition: 0.25s;
}
a img:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
}
.inner_white {
	background: #ffffff;
	max-width: 1800px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
}
.cont-area {
	width: 92%;
	max-width: 950px;
	margin: 0 auto;
}
.recommend {
	text-align: center;
}
#page-top {
	width: 55px;
	position: fixed;
	right: 0.7rem;
	bottom: 0.7rem;
	opacity: .9;
}
.view-pc {
	display: block;
}
.view-sp {
	display: none;
}
.invisible {
	visibility: hidden;
}
/*ーーーーーーーーーー
main
ーーーーーーーーーーー*/
.slider_main {
	margin: 86px 0 0;
}
.slider_main li {
	position: relative;
}
.slider_main .item_01 {
	position: absolute;
	width: 280px;
	top: 70px;
	right: 130px;
}
.slider_main .item_02 {
	position: absolute;
	width: 90%;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.slider_main .item_03 {
	position: absolute;
	width: 280px;
	bottom: 250px;
	right: 250px;
}
.slider_main .item_04 {
	position: absolute;
	width: 80%;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

/*　ーー　poyoyon　ーー　*/
.poyoyon {
  animation: poyoyon 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon {
   0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
/*　ーー　/poyoyon　ーー　*/
/*　ーー　bound　ーー　*/
.bound {
  animation: bound 3s infinite;
}
@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
/*　ーー　/bound　ーー　*/

/*ーーーーーーーーーー
concept
ーーーーーーーーーーー*/
#concept {
	width: 100%;
	margin: 0 auto 80px;
	background: #f3e0e2;
}
#concept h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	padding: 1.2em 0;
	text-align: center;
}
#concept h3 span {
	font-size: 70%;
}
#concept .copy-concept {
	display: flex;
	flex-wrap: nowrap;
	gap: 2%;
	justify-content: flex-end;
}
#concept .copy-concept h4 {
	width: 66%;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	padding: 1.2em 0 0;
}
#concept .copy-concept div {
	width: 32%;
	max-width: 280px;
	text-align: right;
	margin: -12% 0 0;
}
#concept .copy-concept div img {
	padding-right: 5%;
}

/*ーーーーーーーーーー
products
ーーーーーーーーーーー*/
#products {
	width: 100%;
	margin: 0 auto 80px;
}
#products .flex-products {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 3%;
	margin: -4% 0 30px;
}
#products .flex-products div {
	width: 24%;
	padding-left: 2%;
}
#products .flex-products p {
	width: 71%;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.0;
	padding: 0;
	margin: 0;
}
/*ーーーーーーーーーー
color
ーーーーーーーーーーー*/
#color {
	width: 100%;
	margin: 0 auto 80px;
}
#color .block-color {
    width: 100%;
}
#color .block-color.yellow {
	background: #d0aba2;
}
#color .block-color.ivory {
	background: #d8cbb0;
}
#color .block-color.green {
	background: #c1cbc5;
}
#color .flex-color {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 1%;
}
#color .flex-color h2 {
	width: 44%;
}
#color .flex-color div {
	width: 52%;
	margin-right: -10%;
}
#color .flex-color div img {
	margin-top: -10%;
}
/*ーーーーーーーーーー
lineup
ーーーーーーーーーーー*/
#lineup {
	margin: 0 auto 20px;
}
#lineup .cont-lineup {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
#lineup .spec-lineup {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
}
#lineup .spec-lineup p {
	width: 56%;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
#lineup .spec-lineup p span {
	font-size: 200%;
	padding: 0 2px;
}
#lineup .spec-lineup div {
	width: 35%;
}
#lineup ul.lineup-prd {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5%;
	padding: 0 0 80px;
}
#lineup ul.lineup-prd li {
	width: 33.333%;
	text-align: center;
}
#lineup ul.lineup-prd li .ic-color {
	font-size: 14px;
	font-weight: 500;
	width: 9em;
	margin: 10px auto 8px;
	border-radius: 15px;
	padding: 0.2em;
	color: #fff;
}
#lineup ul.lineup-prd li .ic-color.yellow {
	background: #d0aba2;
}
#lineup ul.lineup-prd li .ic-color.ivory {
	background: #d8cbb0;
}
#lineup ul.lineup-prd li .ic-color.green {
	background: #c1cbc5;
}
#lineup ul.lineup-prd li p {
	font-size: 14px;
	margin: 0 0 1em;
	padding: 0;
}
#lineup ul.lineup-prd li a {
	margin: 0 auto;
	padding: 0.5em;
	display: block;
	width: 13em;
	position: relative;
	color: #fff;
	background: #603813;
	border-radius: 20px;
	transition: 0.25s;
}
#lineup ul.lineup-prd li a i {
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#lineup ul.lineup-prd li a:hover {
	opacity: 0.7;
}
/*ーーーーーーーーーー
movie
ーーーーーーーーーーー*/
#movie {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 60px;
}
#movie .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*ーーーーーーーーーー
footer
ーーーーーーーーーーー*/
.cont-lineup {
	padding: 0 0 50px;
}
.btn-foot {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
}
.btn-foot a {
	width: 30%;
	margin: 0 35% 0;
	text-align: center;
	font-size: 16px;
	padding: 1em 0;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border: 2px solid #603813;
	transition: .25s;
}
.btn-foot a:hover {
	opacity: 0.7;
}
.btn-foot a.cart {
	background: #2D5198;
	color: #fff;
}
.btn-foot a.cart:hover {
	background: #3FA7F3;
}
footer {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #603813;
	padding: 2.5em;
}
footer a {
	display: block;
	width: 50%;
	max-width: 280px;
	border: 1px solid #90745A;
	margin: 0 auto 15px;
}
@media (max-width: 1800px) {
	.slider_main .item_01 {
		width: 15%;
		top: 5%;
		right: 10%;
	}
	.slider_main .item_02 {
		bottom: 6%;
	}
	.slider_main .item_03 {
		width: 15%;
		bottom: 20%;
		right: 20%;
	}
	.slider_main .item_04 {
		bottom: 6%;
	}
}
@media (max-width: 1080px) {
	#color .flex-color {
		width: 98%;
		max-width: 100%;
		padding: 0 0 10px;
		overflow-y: visible;
		overflow-x: hidden;
	}
}
@media (max-width: 940px) {
	body {
		font-size: 14px;
	} 
	p {
  		font-size: 15px;
	}
	h2.title-contents {
		font-size: 26px;
	}
	h2.title-contents span {
        font-size: 13px;
	}
	h3.catch {
		font-size: 16px;
	}
	#page-top {
		width: 30px;
	}
	.view-pc {
		display: none;
	}
	.view-sp {
		display: block;
	}
	.slider_main {
		margin: 70px 0 0;
	}
	#concept {
		margin: 0 auto 40px;
	}
	#concept h3 {
		font-size: 20px;
		padding: 1.2em 0 1em;
	}
	#concept .copy-concept h4 {
		font-size: 15px;
		width: 64%;
		padding: 0.5em 0 1em;
	}
	#concept .copy-concept div {
		width: 34%;
	}
	#products {
		margin: 0 auto 40px;
	}
	#products .flex-products div {
		padding-left: 0;
		width: 32%;
	}
	#products .flex-products p {
		font-size: 14.5px;
		line-height: 1.4;
		width: 65%;
	}
	#products .flex-products p.second {
		padding-top: 1.5em;
	}
	#color {
		margin: 0 auto 40px;
	}
	#lineup {
		margin: 0 auto 0px;
	}
	#lineup .spec-lineup p {
		font-size: 13px;
		width: 55%;
	}
	#lineup .spec-lineup div {
		width: 43%;
	}
	#lineup ul.lineup-prd {
		gap: 20px 0;
		flex-wrap: wrap;
		padding: 0 0 60px;
	}
	#lineup ul.lineup-prd li {
		width: 80%;
		margin: 0 10%;
	}
	#lineup ul.lineup-prd li .ic-color {
		font-size: 12px;
	}
	#lineup ul.lineup-prd li p {
		font-size: 12px;
	}
	#movie {
		margin: 0 auto 40px;
	}

	.btn-foot a {
		width: 70%;
		margin: 0 15% 0;
		font-size: 14px;
	} 
}

@media (max-width: 480px) {
	.slider_main .item_01 {
		width: 20%;
	}
	.slider_main .item_03 {
		width: 20%;
		bottom: 20%;
		right: 10%;
	}
}










