@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	font-size: clamp(13px, 2.0vw, 20px);
	-webkit-text-size-ajust: 100%;
	width: 100%;
}
body {
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0;
}
p {
	color: #6e4f35;
	margin: 20px 0 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
}
h2 {
	font-size: clamp(15px, 4.6vw, 23px);
	margin: 0 0 50px;
}
h3 {
	width: 60%;
	font-size: clamp(20px, 6.25vw, 30px);
	text-align: left;
	color: #6e4f35;
	border-bottom: 1px solid #6e4f35;
	margin: 30px 0 0;
	padding: 0 0 0 1em;
}
a {
	text-decoration: none;
}
.small {
	font-size: clamp(10px, 3.1vw, 15px);
}
.big {
	font-size: clamp(35px, 10.9vw, 60px);
}
.bg {
	background: url("../images/bg.webp");
}
.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.buy_btn {
	display: inline-block;
	position: relative;
	background: #ff5aad;
	border-radius: 10px;
}
.buy_btn:hover {
	opacity: 0.5;
}
.buy_btn.green {
	background: #94c99e;
}
.buy_btn.purple {
	background: #725ca5;
}


.buy_btn.blue {
	background: #5287e2;
}
.buy_btn a {
	display: inline-block;
	color: #ffffff;
	padding: 5px 20px 5px 45px;
}
.buy_btn a::before {
	display: inline-block;
	position: absolute;
	content: "";
	background: url("../images/cart_icon.svg") no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}
#manual{
	margin: 100px 0;
}
.manual_btn {
	width: 70%;
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #000000;
	margin: 0 auto 20px;
}
.manual_btn:hover {
	mix-blend-mode: difference;
}
.manual_btn a {
	display: inline-block;
	color: #000000;
	padding: 10px 40px 10px 50px;
}
.manual_btn a::before {
	display: inline-block;
	position: absolute;
	content: "";
	background: url("../images/manual_icon.svg") no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}
.manual_btn a::after {
	display: inline-block;
	position: absolute;
	content: "〉";
	color: #000000;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.manual_btn_purple {
	display: inline-block;
	position: relative;
    background: #725ca5;
	border-radius: 10px;
	margin: 30px 0 100px;
}
.manual_btn_purple:hover {
    background: #e35786;
}
.manual_btn_purple a {
	display: inline-block;
	color: #ffffff;
	padding: 10px 40px 10px 50px;
}
/*.shinako_txt {
    text-align: left;
}*/
.br_768 {
	display: none;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f1c1d9;
	box-shadow: 0px 5px 15px -5px #777777;
	z-index: 999999;
}
header .header {
	position: relative;
	width: 96%;
	height: auto;
	margin: 0 auto;
}
header .logo {
	text-align: center;
	height: auto;
	margin: auto;
	padding: 1% 0;
}
header .logo img {
	max-width: 400px;
}
header .buy_btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin: 0;
}
main {
	text-align: center;
}
#main_image {
	background: #ffffff;
	position: relative;
}
#main_image h1 {
	position: absolute;
	top: 5%;
	left: 50%;
	width: clamp(240px,75vw,800px);
	transform: translateX(-50%);
	z-index: 888888;
}
#main_image .bound {
	position: absolute;
	top: 0;
	left: 5%;
	width: clamp(100px,31.25vw,300px);
}
#concept ,section ,#youtube{
	padding: 100px 0;
}
#concept ,#scene ,#lineup {
	background: #ffffff;
}
#concept figure img ,#products figure img {
	border-radius: 20px;
}
#products h2, #scene h2, #lineup h2 {
	margin: 0 0 30px;
}
#concept {
	position: relative;
}
#concept .illustration {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(80px, 25vw, 150px);
}
#concept h2 {
	font-size: clamp(15px, 4.6vw, 30px);
}
#concept h2 span {
	color: #f1c1d9;
}
#concept figure img {
	width: 80%;
}
#products {
	background: #f1c1d9;
	color: #6e4f35;
}
#products h2 {
	display: inline-block;
	background: #ffffff;
	border-radius: 50px;
	color: #f1c1d9;
	padding: 2px 50px;
}
#scene h2, #lineup h2 {
	display: inline-block;
	background: #f1c1d9;
	border-radius: 50px;
	color: #ffffff;
	padding: 2px 50px;
}
#scene .slider_02 {
	margin: 50px 0 0;
}
#products .slick-slider {
	width: 60%;
	margin: 0 auto;
}
#products .slider_01 figure img {
	width: 100%;
	margin: 50px 0 0;
}
#products figure img {
	width: 60%;
	margin: 50px 0 0;
}
#products .products_01 figure img {
	margin: 20px 0 0;
}
#lineup .inner {
	width: 60%;
	margin: 0 auto;
}
#lineup .spec {
	text-align: left;
}
#lineup ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}
#lineup ul li .small {
	margin: 5px 0 0;
}
#youtube a:hover {
	opacity: 0.5;
}
#shinako p {
    font-size: clamp(10px, 3.1vw, 15px);
}
#shinako .shinako_title {
    background: #e6daff;
    width: 90%;
    font-weight: bold;
    font-size: clamp(13px, 2.0vw, 20px);
    padding: 0.5em;
    margin: 10px auto 0;
}
#shinako ul {
    display: block;
    width: 90%;
    margin: 5px auto;
}
#shinako ul li {
    background: #f5f1fd;
    color: #6e4f35;
    font-size: clamp(10px, 3.1vw, 15px);
    padding: 0.5em 0;
    margin: 5px 0;
}
#shinako ul li p {
    margin: 0;
}
#shinako ul li p.link a {
    display: block;
    color: #735ca4;
    text-align: right;
    margin: 10px 1em 0 0;
}
#shinako ul li p:first-of-type {
    font-weight: bold;
    margin: 10px 0;
}
.purchase_promotion {
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 96%;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	padding: 20px 0;
}
.purchase_promotion p {
	font-weight: bold;
	margin: 0;
}
.purchase_promotion p:first-of-type {
	width: 30%;
	text-align: center;
}
.purchase_promotion p.buy_btn {
	text-align: center;
}
.purchase_promotion p.buy_btn a {
	padding: 10px 40px 10px 65px;
}

footer {
	background: #000000;
	text-align: center;
	color: #ffffff;
	padding: 0 0 50px;
}
footer p {
	margin: 0;
}
footer img {
	max-width: 300px;
	width: 35%;
	padding: 10px 20px;
	border: 1px solid #ffffff;
	margin: 50px 0 10px;
}

@media screen and (max-width: 1024px) {
	header .logo {
		text-align: left;
	}
	#main_image .bound {
		left: 0;
	}
}
@media screen and (max-width: 768px) {
	.br_768 {
		display: block;
	}
	h2 {
		margin: 0 0 40px;
	}
	h3 {
		margin: 24px 0 0;
	}
	p {
		margin: 16px 0 0;
	}
	#manual {
		margin: 80px 0;
	}
	.manual_btn_purple {
		margin: 30px 0 50px;
	}
	header .logo {
		text-align: center;
	}
	header .buy_btn {
		display: none;
	}
	#lineup .inner {
		width: 90%;
	}
	#concept ,section ,#youtube{
		padding: 80px 0;
	}
	#products h2, #scene h2, #lineup h2 {
		margin: 0 0 20px;
	}
	#products figure img {
		width: 80%;
		margin: 40px 0 0;
	}
	#products .slick-slider {
		width: 70%;
	}
	#products .slider_01 figure img {
		margin: 40px 0 0;
	}
	#scene .slider_02 {
		margin: 40px 0 0;
	}
	.purchase_promotion {
		flex-wrap: wrap;
	}
	.purchase_promotion p:first-of-type {
		width: 100%;
		margin: 0 0 10px; 
	}
	.purchase_promotion p.buy_btn {
		width: 49%;
		max-width: 160px;
	}
	.purchase_promotion p.buy_btn a {
		padding: 10px 20px 10px 45px;
	}
    #lineup ul li span.none_480 {
		display: none;
	}
	footer {
		padding: 0 0 40px;
	}
	footer img {
		margin: 40px 0 8px;
	}
}

@media screen and (max-width: 480px) {
	h3 {
		padding: 0 0 0 0.5em;
	}
	#manual {
		margin: 50px 0;
	}
	.manual_btn_purple {
		margin: 30px 0 50px;
	}
	header .logo {
		padding: 3% 0;
	}
	#concept ,section ,#youtube{
		padding: 50px 0;
	}
    #lineup ul {
		display: block;
	}
	#lineup ul li figure {
		width: 30%;
		margin: 0 auto;
	}
	#lineup ul li .buy_btn a {
		padding: 5px 18px 5px 45px;
	}
	#lineup ul li .buy_btn a::before {
		left: 15px;
	}
	
}
@media screen and (max-width: 320px) {
	header .buy_btn {
		top: 150%;
	}
	
}
















