@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;
	width: 100%;
}
@font-face {
  font-display: swap;
  font-family: 'dnp-shuei-mgothic-std';
  font-style: normal;
}
body {
	background: #000000;
	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 {
	margin: 0;
}
h2 {
	font-size: clamp(20px, 6.25vw, 30px);
	text-align: center;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
}
h3 {
	color: #000000;
	font-size: clamp(20px, 6.25vw, 30px);
	text-align: center;
	margin: 0;
}
h4 {
	font-size: clamp(18px, 5.6vw, 28px);
	text-align: center;
	margin: 0;
}

/*　ーー　共通　ーー　*/
.inner {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner_full {
	width: 98%;
	margin: 0 auto;
}
section {
	padding: 10% 0;
	border-radius: 150px 150px 0 0;
}
section.last {
	border-radius: 150px;
}
.bg_pink {
	position: relative;
	background: #f3e14d;
	z-index: 50;
}
.bg_black{
	position: relative;
	background: #000000;
	z-index: 50;
}
.bg_white {
	position: relative;
	background: #d40d39;
	z-index: 50;
}
.bg_pink_black {
	position: relative;
	background-color: #f3e14d;
    background-image: linear-gradient(180deg, #f3e14d 0%, #241d1b 100%);
	z-index: 50;
}
.high_power {
	background: #000000;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-align: center;
	padding: 0.5% 0;
    margin: 0 auto 3%;
}

br.br_769 {
	display: none;
}
.txtC {
	color: #ffffff;
	text-align: center;
	-webkit-text-fill-color: #ffffff;
}
.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 {
    color: #241d1b;
	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: 100%;
	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: #d40d39;
	background-size: 90%;
    background-position: center right;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.main_image {
	position: relative;
	height: clamp(540px, 168.7vw, 100vh);
}
.main_image .flex_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
}
.main_image h1 {
	width: 50%;
    text-align: center;
}
.main_image .flex_box figure {
    width: 50%;
}
.main_image h1 img {
	width: clamp(296px,92.5vw,736px);
    margin: 0 auto;
}
.main_image p.limited {
	position: absolute;
	bottom: 10%;
	left: 20%;
	transform: translate(-20%,-10%);
	width: 30%;
	margin: 20px 0;
	z-index: 2;
}
.main_image .deco_01 {
	position: absolute;
	top: 0;
	right: 5vw;
	width: 30vw;
	z-index: 9;
}
.main_image .deco_02 {
	position: absolute;
	top: 50%;
	right: 5vw;
	width: clamp(208px, 15.9vw, 308px);
	transform: translate(-5vw,-50%);
	z-index: 9;
}
.main_image .deco_03 {
	position: absolute;
	top: 15%;
	left: 10%;
	width: 13%;
	z-index: 9;
}
.main_image .deco_04 {
	position: absolute;
	top: 0;
	right: 3%;
	width: 10%;
	z-index: 9;
}
/*　ーー　/main_image　ーー　*/

section h2 {
	margin: 0 0 5%;
}
#concept {
    background: #000000;
}
#concept p {
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    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 .title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
	width: 100%;
	margin: 0 auto;
}
#feature .title p {
	width: clamp(120px, 37.5vw, 200px);
}
#feature .title h3 {
	width: auto;
}
#feature .feature {
	background: #f7e041;
	width: 90%;
	margin: 0 auto 10px;
	padding: 50px 0;
}
#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;
	background: none;
}
#feature .content figure {
	width: 50%;
}
#feature .point {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border: 3px solid #000000;
	border-radius: 20px;
	width: 90%;
	margin: 50px auto 0;
	padding: 1em;
}
#feature .point p:first-of-type {
	background: #000000;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	padding: 0.5em 1em;
	width: 33%;
}
#feature .point p:nth-of-type(n+2) {
	width: 70%;
}
#feature .point p:nth-of-type(n+2) img {
	width: 100%;
}
#how_to_use h3 {
    position: relative;
    width: 90%;
    max-width: 700px;
    background: #ffffff;
    font-size: clamp(13px, 4.0vw, 30px);
    color: #000000;
	margin: 0 auto;
    padding: 20px;
}
#how_to_use h3 span {
	font-size: clamp(24px, 7.5vw, 50px);
}
#how_to_use h3::after {
    content: "";
    position: absolute;
    bottom: 1%;
    right: 1%;
    background: url("../images/gorilla_01.webp") no-repeat;
    background-size: 140px;
    width: 140px;
    height: 127px;
    transform: scale(-1,1);
}
#how_to_use ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1%;
	width: 90%;
	margin: 10% auto 0;
}
#how_to_use ul li {
	width: 30%;
}
#how_to_use ul li figure img {
	border-radius: 8%;
}
#how_to_use ul li p {
	text-align: center;
    color: #000000;
}
#how_to_use .youtube {
	width: 90%;
	max-width: 720px;
	aspect-ratio: 16/9;
	margin: 10% auto 0;
	text-align: center;
}
#spec .image {
	display: block;
	width: 50%;
	max-width: 250px;
}
#spec .product {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 8% auto;
}
#spec .txt {
	width: 50%;
	text-align: center;
}
#spec .txt p {
	background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
	color: #ffffff;
	margin: 5px 0;
}
#spec .txt h4 {
	color: #ffffff;
}
#spec .txt p.cart {
	margin: 10% auto;
}
#spec .txt p.color {
	margin: 20px 0 0;
}
p.color span.color_black::before {
	content: "●";
	color: #000000;
    -webkit-text-fill-color: #000000;
}

.cart a {
	background: #241d1b;
	color: #ffffff;
	border-radius: 50px;
	padding: 10px 30px;
} 

#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 0.5fr 0.5fr 0.5fr;
    gap: 2px;
    grid-template-areas:
        ". ."
        ". ."
        ". ."
        ". ."
        ". ."
        ". ."
        ". ."
        ". .";
}
#spec .spec_chart p {
	-webkit-text-fill-color: #ffffff;
}
#spec .spec_chart .spec_name {
    background: #241d1b;
    text-align: center;
}
#spec p.manual {
	text-align: center;
	margin: 3% auto 10%;
}
#spec .manual a {
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #241d1b;
	text-align: center;
	padding: 15px 50px;
    display: inline-block;
}
#spec .spec_chart .spec_detail {
    background: #666666;
	padding-left: 1em;
}

#coming_soon {
	width: 90%;
	background: #ffdce5;
	border-radius: 50px;
	margin: 10% auto;
	padding: 5% 0;
}
#coming_soon figure {
	width: 50%;
	text-align: center;
	margin: 5% auto 0;
}
#coming_soon a:hover {
	opacity: 0.5;
}
.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.0;
}
.purchase_promotion p.rakuten {
	width: 23%;
	line-height: 1.2;
}
.purchase_promotion 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: 5%;
}
.purchase_promotion 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: 5%;
}
.purchase_promotion p.doshisha_marche a:hover,.purchase_promotion p.rakuten a:hover {
	opacity: 0.5;
}

footer {
	position: relative;
	background: #000000;
	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;
}

/*　ーー　シリーズ共通　ーー　*/
#hanako_series {
	position: relative;
	background: none;
    width: 100%;
	z-index: 3;
	padding: 60px 0;
	margin: 50px 0;
}
#hanako_series::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/series_bg.webp") no-repeat center center / cover;
	filter: grayscale(0.6);
	z-index: -1;
}
#hanako_series p {
	width: 50%;
	max-width: 180px;
	margin: 0 auto 2%;
}
#hanako_series .hanako_lineup {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
#hanako_series .hanako_lineup li {
	width: calc(25% - 5px);
}
#hanako_series .hanako_lineup .slick-prev {
    left: 75px;
	z-index: 4;
}
#hanako_series .hanako_lineup .slick-next {
    right: 75px;
	z-index: 4;
}
#hanako_series .slick-prev:before, #hanako_series .slick-next:before {
	font-size: 25px;
	color: #915a32;
}
#spin_off_series {
	position: relative;
    background: #ffffff;
    width: 100%;
	z-index: 3;
	padding: 50px 0;
}
#spin_off_series p {
	width: 40%;
	max-width: 180px;
	margin: 0 auto 2%;
}
#spin_off_series .spin_off_lineup {
	width: 90%;
	max-width: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
	margin: 0 auto;
}
#spin_off_series .spin_off_lineup li {
	width: calc(50% - 1%);
    max-width: 300px;
    text-align: center;
}

/*　ーー　/シリーズ共通　ーー　*/

.flex_769 .content {
    margin-top: 20px!important;
}
@media (orientation: landscape) {
	.main_image .deco_01 {
		display: none;
	}
}


@media (orientation: portrait) {
	main .bg::before {
		background-size: 80%;
		background-position: bottom;
	}
    .main_image .flex_box {
        display: block;
        max-width: 450px;
    }
    .main_image h1 {
        width: 100%;
    }
    .main_image .flex_box figure {
        width: 100%;
    }
    .main_image p.limited {
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 80%;
		z-index: 2;
        max-width: 450px;
	}
	.main_image .deco_01 {
		top: 53vw;
		left: 50%;
		transform: translateX(-50%);
		width: 60vw;
		opacity: 0.5;
	}
	.main_image .deco_02 {
		display: none;
	}
}
@media (orientation: portrait) and (min-width: 770px) and (max-width: 1024px) {
    .main_image {
        height: 1000px;
    }
    .main_image .deco_04 {
        width: clamp(100px, 12.98vw, 174px);
    }
    .main_image .deco_03 {
        width: clamp(158px, 20.51vw, 158px);
        top: 15%;
        left: 20%;
        transform: translateY(-15%);
    }
}
@media screen and (max-width: 1024px) {
	header ul.nav {
		display: none;
	}
	header .humbergar_menu .humbergar_nav li.purchase {
		width: 100%;
	}
	.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;
    }
    .main_image {
        height: clamp(540px, 168.75vw, 850px);
    }
    .main_image .flex_box {
        display: block;
        max-width: 450px;
    }
    .main_image h1 {
        width: 100%;
    }
    .main_image .flex_box figure {
        width: 100%;
    }
    .main_image .deco_04 {
        width: clamp(66px, 20.625vw, 100px);
    }
    .main_image .deco_03 {
        width: clamp(88px, 27.5vw, 158px);
        top: 13%;
        left: 3%;
        transform: translateY(-13%);
    }
    .main_image p.limited {
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 80%;
		z-index: 2;
        max-width: 450px;
	}
	section {
		border-radius: 50px 50px 0 0;
	}
	section.last {
		border-radius: 50px;
	}
	br.br_769 {
		display: block;
	}
	.main_image .deco_01 {
		top: 50vw;
		width: 83vw;
		opacity: 0.5;
	}
    #feature .content {
        display: block;
    }
    #feature .flex_769 .content {
        display: flex;
    }
    #feature .content p {
        width: 100%;
    }
    #feature .content figure {
        width: 100%;
    }
    #feature .point {
		display: block;
		width: 90%;
		margin: 50px auto 0;
		padding: 1em;
	}
	#feature .point p:first-of-type {
		width: 200px;
		margin: 0 auto;
	}
	#feature .point p:nth-of-type(n+2) {
		width: 100%;
	}
    #how_to_use h3::after {
        background-size: 110px;
        width: 110px;
        height: 100px;
    }
	#how_to_use ul li {
		width: 48%;
	}
	#spec .product {
		display: block;
	}
	#spec .image {
		width: 30%;
		margin: 10% auto;
	}
	#spec .txt {
		width: 90%;
		margin: 10% auto;
	}
	#coming_soon figure {
		width: 80%;
	}
	.purchase_promotion p:first-of-type {
		width: 100%;
	}
	/*　ーー　シリーズ共通　ーー　*/
	#hanako_series .hanako_lineup .slick-prev {
		left: 45px;
	}
	#hanako_series .hanako_lineup .slick-next {
		right: 45px;
	}
	/*　ーー　/シリーズ共通　ーー　*/
}
@media screen and (max-width: 480px) {
	main .bg::before {
		background-size: 100%;
	}
	header .humbergar_menu .humbergar_nav li.purchase {
		margin: 0px auto;
	}
    #how_to_use h3::after {
        background-size: 70px;
        width: 70px;
        height: 64px;
    }
	/*　ーー　シリーズ共通　ーー　*/
	#hanako_series .hanako_lineup .slick-prev {
		left: 25px;
	}
	#hanako_series .hanako_lineup .slick-next {
		right: 25px;
	}
	/*　ーー　/シリーズ共通　ーー　*/
}






































































