@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
html {
	font-size: clamp(13px, 4.0vw, 20px);
	-webkit-text-size-ajust: 100%;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #241d1b;
	width: 100%;
}
@font-face {
  font-display: swap;
  font-family: 'dnp-shuei-mgothic-std';
  font-style: normal;
}
body {

	line-height: 1.4;
	margin: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	margin: 0;
}
figure {
	margin: 0;
}
a {
	text-decoration: none;
	color: #241d1b;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1 {
    text-align: center;
	margin: 0;
}
h2 {
	font-size: clamp(20px, 6.25vw, 30px);
	text-align: center;
	margin: 0;
}
h3 {
	font-size: clamp(20px, 6.25vw, 30px);
	text-align: center;
	margin: 0;
}
h4 {
    color: #ffffff;
	font-size: clamp(18px, 5.6vw, 28px);
	text-align: center;
	margin: 0;
}
ol {
    padding: 0;
}
/*　ーー　共通　ーー　*/
.inner {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner_full {
	width: 98%;
	margin: 0 auto;
}
.cart_icon {
	background: #241d1b;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
}
section {
	padding: 10% 0;
	border-radius: 150px 150px 0 0;
}
section.last {
	border-radius: 150px;
}
.bg_blue {
	position: relative;
	background: #dbe0f6;
	z-index: 50;
}
.bg_white {
	position: relative;
	background: url("../images/bg_white.webp") repeat;
	z-index: 50;
}
.bg_blue_black {
	position: relative;
	background-color: #dbe0f6;
	background-image: linear-gradient(180deg, #acb2d9 0%, #241d1b 100%);
	z-index: 50;
}
.high_power {
	background: #b1b5bf;
	color: #ffffff;
	text-align: center;
	padding: 0.5% 0;
    margin: 0 auto;
}
br.br_769 {
	display: none;
}
.txtC {
    color: #ffffff;
	text-align: center;
}
.mt20 {
	margin-top: 20px!important;
}
.mt50 {
	margin-top: 50px!important;
}
/*　ーー　/共通　ーー　*/

/*　ーー　header　ーー　*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: auto;
	margin: 1% 0 0;
}
header h1 img {
	width: 100%;
}
header .inner {
	position: relative;
}
header ul.nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	width: 100%;
	max-width: 780px;
	background: #ffffff;
	border-radius: 50px;
	padding: 5px 10px;
	box-shadow: 0 7px 12px -4px #0006;
}
header ul.nav li.logo:hover {
	opacity: 0.5;
}
header ul.nav li a {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	padding: 10px 5px;
}
header ul.nav li a:hover {
	color: #000000;
}
header .openbtn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
    box-shadow: 0 7px 12px -4px #0006;
}
header .humbergar_menu {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,1);
	width: 90vw;
	max-width: 1200px;
	height: auto;
	border-radius: 30px;
	padding: 30px;
	border: 1px solid #241d1b;
	transition: all 0.5s ease-out;
}
header .humbergar_menu .humbergar_menu_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
header .humbergar_menu .humbergar_menu_content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
    margin: 20px auto 0;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_title {
	position: relative;
    margin: 0 auto 1em;
    text-align: center;
    font-weight: bold;
    font-size: clamp(20px, 6.25vw, 26px);
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list {
    width: 60%;
	border-right: 1px solid #cccccc;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list .humbergar_menu_content_title {
	width: 90%;
    margin: 0 0 1em;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_title span {
	position: absolute;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(13px, 4.0vw, 16px);
    font-weight: normal;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new {
    width: 40%;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new_name {
    text-align: center;
    padding: 0.2em 1em;
    margin: 0 0 10px;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new_name a {
    background: #d9c5df52;
    padding: 0.2em 1em;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure {
    width: 25vw;
    max-width: 200px;
    background: #404040;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure img {
    max-height: 200px;
    margin: 0 auto;
}
header .humbergar_menu .humbergar_nav li {
	width: 90%;
	margin: 0;
}
header .humbergar_menu .humbergar_nav li a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
    background: #f1f1f1;
	color: #000000;
	padding: 10px 0;
}
header .humbergar_menu .humbergar_nav li a:hover {
	color: #000000;
}
header .humbergar_menu .logo {
	width: 50%;
    max-width: 300px;
    margin: 0;
}
header .humbergar_menu .logo:hover {
	opacity: 0.5;
}
header .humbergar_menu .logo a {
	width: 100%;
	text-align: center;
	border-bottom: none;
	padding: 0;
}
header .humbergar_menu .logo img {
	width: 90%;
	margin: 0 auto;
}
header .humbergar_menu .purchase {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1%;
	margin: 0 auto 0;
}
header .humbergar_menu .purchase img {
    width: clamp(20px, 6.25vw, 30px);
	padding-right: 0.1em;
	text-align: left;
}
header .humbergar_menu .purchase p {
	width: 25%;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 0;
}
header .humbergar_menu .purchase p.doshisha_marche {
	width: 35%;
	margin: 0;
}
header .humbergar_menu .purchase p.rakuten {
	width: 35%;
	margin: 0;
}

header .humbergar_menu p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #404040;
	border-radius: 50px;
	padding: 5% 0;
	border-bottom: none;
}
header .humbergar_menu p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #ac3e3e;
	border-radius: 50px;
	padding: 5% 0;
	border-bottom: none;
}
header .humbergar_menu p.doshisha_marche a:hover, header .humbergar_menu p.rakuten a:hover {
	opacity: 0.5;
}
/*　ーー　/header　ーー　*/

/*　ーー　main_image　ーー　*/
main.cover_gray {
    filter: blur(5px) grayscale(50%);
}
main .bg:before {
	content: "";
	position: fixed;
	background: url("../images/main_image.webp") no-repeat;
	background-size: cover;
    background-position: left top;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.main_image {
	position: relative;
	height: clamp(440px, 137.5vw, 120vh);
    overflow: hidden;
}
.main_image .main_lineup {
    width: clamp(390px, 32.5vw, 500px);
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%,-25%);
	z-index: 2;
    text-align: center;
}
.main_image h1 img {
	width: 100%;
    margin: 0 auto;
}

.main_image .main_lineup figure {
    margin: 50px auto;
}
.main_image .main_lineup figure img {
	width: 100%;
}
.main_image .deco_01 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-3%, 0);
    width: clamp(390px, 32.5vw, 600px);
    z-index: 9;
}
.main_image .deco_02 {
    position: absolute;
    top: 0;
    right: 20%;
    transform: translate(-20%, 0);
    width: clamp(120px, 10vw, 150px);
    z-index: 9;
}
.main_image .deco_03 {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(-3%,-50%);
    width: clamp(320px,26.6vw,400px);
    z-index: 9;
}



/*　ーー　/main_image　ーー　*/

section h2 {
	margin: 0 0 5%;
}
#concept p {
	text-align: center;
}
#concept .inner_full {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8% auto 1%;
}
#concept .inner_full figure {
	width: 25%;
}
#concept .inner_full ul.slider_01 {
	width: 70%;
}
#concept .inner_full ul.slider_01 img {
	border-radius: 8%;
}
#feature .gorilla_gif {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 3% auto 0;
    padding: 0 20px;
}
#feature h2 {
    width: 50%;
    max-width:350px;
    margin: 3% auto;
}
#feature .title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
	width: 100%;
	margin: 0 auto 30px;
}
#feature .title p {
	width: clamp(80px, 25vw, 200px);
}
#feature .title h3 {
	width: auto;
}
#feature .feature {
	background: #ffffff;
	width: 90%;
	margin: 0 auto 10px;
	padding: 50px 0;
    border: 3px solid #acb2d9;
}

#feature .feature.guide {
	background: #ded9ea;
    text-align: center;
    margin: 0 auto;
}
#feature .feature.guide h3 {
    display: inline-block;
    color: #ffffff;
    background: #553e67;
    border-radius: 50px;
    padding: 0.5em 2em;
    margin: 0 auto 5%;
}
#feature .feature.guide ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1%;
    width: 90%;
    margin: 0 auto;
    padding: 2em 0 0;
}
#feature .feature.guide ul li {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 2em 0 0;
}
#feature .feature.guide ul li h4 {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #ffffff;
    border-radius: 50px;
    color: #543e66;
    border: 2px solid#543e66;
    padding: 0.2em 1em;
    width: 70%;
}
#feature .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2%;
	width: 90%;
	margin: 0 auto;
}
#feature .content p {
	width: 50%;
	text-align: left;
}
#feature .content div p {
	width: 100%;
	text-align: left;
}
#feature .content figure {
	width: 50%;
}
#feature .content div figure {
	width: 100%;
    margin: 3% auto;
}
#feature .small_feature {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin: 3% auto;
}
#feature .small_feature li {
    width: 50%;
    text-align: center;
}
#feature .small_feature li p {
    margin: 5% 0 0;
}


#how_to_use .slider_03 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.youtube {
	width: 90%;
	max-width: 720px;
	aspect-ratio: 16/9;
	margin: 5% auto 0;
	text-align: center;
}
#spec h2 {
    margin: 8% 0 2%;
}
#spec .image figure img {
	border-radius: 8%;
}
#spec .lineup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}
#spec .lineup li {
    text-align: center;
}
#spec .lineup li p {
    margin: 5% 0 0;
}
#spec .lineup_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 5% auto;
    max-width: 800px;
    width: 80%;
}
#spec .spec_chart {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
    gap: 2px;
    grid-template-areas:
        ". ."
        ". ."
        ". ."
        ". ."
        ". .";
}
#spec .spec_chart p {
    padding: 0.5em;
}
#spec .spec_chart .spec_name {
    background: #cbced0;
    text-align: center;
}
#spec p.manual {
	text-align: center;
	margin: 3% auto 10%;
}
#spec .manual a {
    display: inline-block;
	color: #241d1b;
	background: #ffffff;
	text-align: center;
	padding: 15px 50px;
}
#spec .spec_chart .spec_detail {
    background: #f3f3f3;
	padding-left: 1em;
}
.purchase_promotion {
    width: 90vw;
    max-width: 780px;
    position: fixed;
    left: 50%;
    bottom: -4%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 7px 12px -4px #0006;
    border-radius: 10px;
    margin: 50px auto;
    opacity: 0;
    transition: all 0.5s ease-out;
    z-index: 999999;
}
.purchase_promotion.scroll_view {
    opacity: 1;
}
.purchase_promotion .flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1%;
	margin: 2% auto;
}
.purchase_promotion p {
	width: 35%;
	line-height: 50px;
	text-align: center;
	font-size: clamp(15px, 4.6vw, 22px);
	font-weight: bold;
	color: #000000;
	-webkit-text-fill-color: #000000;
	margin: 0;
}
.purchase_promotion p a img {
	padding-right: 0.5em;
	text-align: left;
}
.purchase_promotion p.doshisha_marche {
	width: 23%;
	line-height: 1.4;
}
.purchase_promotion p.rakuten {
	width: 23%;
	line-height: 1.4;
}
p.doshisha_marche {
	width: 50%;
	line-height: 1.4;
}
p.rakuten {
	width: 50%;
	line-height: 1.4;
}
p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #404040;
	background-size: 15%;
	border-radius: 50px;
	padding: 8% 5%;
}
p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #ac3e3e;
	background-size: 15%;
	border-radius: 50px;
	padding: 8% 5%;
}
p.doshisha_marche a:hover,p.rakuten a:hover {
	opacity: 0.5;
}

footer {
	position: relative;
	background: #241d1b;
	text-align: center;
	z-index: 50;
	padding: 5% 0;
}
footer img {
	max-width: 300px;
	width: 50%;
	color: #ffffff;
	margin: 0 auto;
}
footer p {
	color: #ffffff;
	font-size: clamp(10px, 3.1vw, 14px);
	margin: 3% auto;
}
@media screen and (max-width: 1200px) {
    .main_image .main_lineup {
        width: clamp(320px, 31.21vw, 390px);
    }
    .main_image .deco_01 {
        width: clamp(320px, 31.21vw, 390px);
    }
    .main_image .deco_02 {
        width: clamp(90px, 8.7vw, 120px);
    }
    .main_image .deco_03 {
        width: clamp(270px,26.3vw,320px);
    }
	
}
@media screen and (max-width: 1024px) {
	header ul.nav {
		display: none;
	}
	.purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	.purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
    section {
        border-radius: 100px 100px 0 0;
    }
    section.last {
        border-radius: 100px;
    }
}
@media screen and (max-width: 769px) {
    header .humbergar_menu {
        width: 98vw;
        padding: 20px;
    }
	header .humbergar_menu .humbergar_menu_flex {
        display: block;
        justify-content: center;
        align-items: center;
    }
    header .humbergar_menu .logo {
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
    }
    header .humbergar_menu .purchase {
        margin: 20px auto 0;
        max-width: 360px;
    }
    header .humbergar_menu .purchase p.doshisha_marche {
        width: 49%;
        margin: 0 auto;
    }
    header .humbergar_menu .purchase p.rakuten {
        width: 49%;
        margin: 0 auto;
    }
	.purchase_promotion p:first-of-type {
		width: 100%;
	}
    header .humbergar_menu .humbergar_menu_content {
        display: block;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #cccccc;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list .humbergar_menu_content_title {
        margin: 0 auto 1em;
    }
    header .humbergar_menu .humbergar_nav li {
        margin: 0 auto;
    }
     header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new {
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        margin: 20px auto 0;
    }
    header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure {
        margin: 0;
    }
	section {
		border-radius: 50px 50px 0 0;
	}
	section.last {
		border-radius: 50px;
	}
	br.br_769 {
		display: block;
	}
	#feature .content {
        display: block;
    }
    #feature .content p {
        width: 100%;
    }
    #feature .content figure {
        width: 100%;
        margin: 5% auto;
    }
    #how_to_use h3::after {
        background-size: 110px;
        width: 110px;
        height: 100px;
    }
    #how_to_use ol li {
        padding: 50px 30px;
    }
	#spec .product {
		display: block;
	}
	#spec .image {
		width: 90%;
		margin: 10% auto;
	}
	#spec .txt {
		width: 90%;
		margin: 10% auto;
	}
	#coming_soon figure {
		width: 80%;
	}
	.flex_769 {
		display: block!important;
	}
	.flex_769 .content {
		margin-top: 20px!important;
	}

}
@media screen and (max-width: 480px) {
	header .humbergar_menu .humbergar_nav li.purchase {
		margin: 0px auto;
	}
    #how_to_use h3::after {
        background-size: 70px;
        width: 70px;
        height: 64px;
    }
    #how_to_use ol li {
        padding: 30px 20px;
    }
    #how_to_use ol li .how_to_use_img {
        display: block;
    }
    #how_to_use ol li .how_to_use_img figure {
        margin: 10px auto;
    }

}

@media (orientation: portrait) {
	main .bg::before {
		background: url("../images/main_image_sp.webp") no-repeat;
		background-size: 100%;
	}
    .main_image .main_lineup {
        width: 60%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .main_image .deco_01 {
        display: none;
    }
    .main_image .deco_02 {
        right: 5%;
        transform: translate(-5%, 0);
        width: 18%;
    }
    .main_image .deco_03 {
        display: none;
    }
}