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

* {
	box-sizing: border-box;
}
html {
	font-size: clamp(18px, 2.33vw, 20px);
	-webkit-text-size-ajust: 100%;
	font-style: normal;
	color: #000000;
	width: 100%;
}
@font-face {
	font-family: 'Kaisotai';
	src: url("../font/font.eot");
	src: url("../font/font.eot?iefix") format("eot"),url("../font/font.woff2") format("woff2");
}
body {
	font-family:"MS Pゴシック",sans-serif,"Meiryo";
	line-height: 1.4;
	margin: 0;
}
main {
	background: #002d57;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	margin: 0;
}
figure {
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1 {
	margin: 0;
}
h2 {
	background: #d89597;
	font-size: clamp(24px, 3.11vw, 30px);
	text-align: center;
	color: #ffffff;
	clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
	margin: 0 0 20px;
	padding: 0.5em 0;
}
h3 {
	font-family: 'Kaisotai';
	font-size: clamp(24px, 4.02vw, 30px);
	letter-spacing: 20px;
	text-align: center;
	border-radius: 50px;
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0.5em;
	background: #9fa0a0;
	color: #ffffff;
	position: relative;
}
h3::after{
	content: '';
	background: url('../images/illust_01.webp') no-repeat;
	background-size: contain;
	width: 110px;
	height: 120px;
	position: absolute;
	right: 5%;
	transform: translate(-50%, -50%);
}
h4{
	border-top: solid 3px #d79494;
	border-bottom: solid 3px #d79494;
	padding: 2% 0;
	font-size: clamp(20px, 2.6vw, 28px);
	text-align: center;
	margin: 0;
}
h5{
	color: #002d57;
  margin-top: 20px;
  font-size: clamp(20px, 2.6vw, 26px);
  text-align: center;
}
p {
	margin: 0;
}
div {
	background: translate;
}
/*　ーー　共通　ーー　*/
.font01{
	font-family: 'Kaisotai';
}
.font02{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.wave::after{
	content: '';
  position: absolute;
  width: 100%;
  height: 76px;
  bottom: -40px;
  left: 0;
}
.txtR {
	text-align: right!important;
}
/*　ーー　/共通　ーー　*/

/*　ーー　header　ーー　*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: auto;
	margin: 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;
	
}
header .openbtn {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999999;
}
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 0;
	border: 1px solid #241d1b;
	transition: all 0.5s ease-out;
}
header .humbergar_menu .nav {
	width: 90%;
	margin: 0 auto;
}
header .humbergar_menu .humbergar_nav {
	width: 60%;
	max-width: 480px;
	margin: 0 auto;
}
header .humbergar_menu .humbergar_nav li {
	width: 100%;
	margin: 0 auto;
}
header .humbergar_menu .humbergar_nav li a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	color: #666666;
	padding: 0 0 10px;
}
header .humbergar_menu .humbergar_nav li a:hover {
	color: #000000;
}
header .humbergar_menu .humbergar_nav li.logo {
	width: 100%;
	margin: 0 0 30px;
}
header .humbergar_menu .humbergar_nav li.logo:hover {
	opacity: 0.5;
}
header .humbergar_menu .humbergar_nav li.logo a {
	width: 100%;
	text-align: center;
	border-bottom: none;
	padding: 0;
}
header .humbergar_menu .humbergar_nav li.logo img {
	width: 70%;
	margin: 0 auto;
}
header .humbergar_menu .humbergar_nav li.purchase {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1%;
	margin: 30px auto 0;
}
header .humbergar_menu .humbergar_nav li.purchase img {
	padding-right: 0.5em;
	text-align: left;
}
header .humbergar_menu .humbergar_nav li.purchase p {
	width: 25%;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 0;
}
header .humbergar_menu .humbergar_nav li.purchase p.doshisha_marche {
	width: 35%;
	margin: 0;
}
header .humbergar_menu .humbergar_nav li.purchase p.rakuten {
	width: 35%;
	margin: 0;
}
header .humbergar_menu .humbergar_nav li  p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: #404040;
	border-radius: 50px;
	padding: 5% 0;
	border-bottom: none;
}
header .humbergar_menu .humbergar_nav li  p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: #ac3e3e;
	border-radius: 50px;
	padding: 5% 0;
	border-bottom: none;
}
header .humbergar_menu .humbergar_nav li p.doshisha_marche a:hover, header .humbergar_menu .humbergar_nav li p.rakuten a:hover {
	opacity: 0.5;
}
/*　ーー　/header　ーー　*/

/*　ーー　main_image　ーー　*/
#main_video {
	position: relative;
	width: 100%;
	z-index: 3;
}
#main_video video {
	position: relative;
	width: 100%;
	z-index: 0;
}
#main_video .video_sp {
	display: none;
}
#main_video .youtube {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%,-8%);
}
#main_video .youtube p {
	text-align: center;
	color: #ffffff;
	margin: 10px 0 0;
}
#main_video .youtube figure {
	width: 40%;
	max-width: 90px;
	margin: 0 auto;
	transition: all 1s;
}
#main_video .youtube figure:hover {
	transform: scale(1.3,1.3);
}
#main_image {
	position: relative;
	background: #fcf2c7;
	padding: 8% 0;
	z-index: 3;
}
#main_image h1 {
	position: relative;
	width: 50%;
	max-width: 1024px;
	margin: 0 auto;
	z-index: 2;
}
#main_image .medical {
	position: absolute;
	bottom: 12%;
	right: 3%;
	transform: translate(-5%,-10%);
	font-size: clamp(10px, 3.1vw, 14px);
	color: #002d57;
}
.slider_bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 150px;
	margin: auto;
	z-index: 1;
}
.slider_bg li figure {
	width: 80%;
	margin: 0 auto;
}
.wave_01 {
	position: absolute;
	top: -5%;
	left: 50%;
	transform: translate(-50%,-5%);
	width: 100%;
	z-index: 3;
}
.wave_01 img ,.wave_02 img {
	width: 100vw;
}
.wave_02 {
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translate(-50%,-10%);
	width: 100%;
	z-index: 3;
}
/*　ーー　/main_image　ーー　*/

/*　ーー　購入ボタン　ーー　*/
.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;
	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;
	background: #404040;
	background-size: 15%;
	border-radius: 50px;
	padding: 5%;
}
.purchase_promotion p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	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;
}
.manual_btn {
	width: 100%;
	text-align: center;
	margin: 5% auto;
}
.manual_btn:hover {
	opacity: 0.5;
}
.manual_btn a {
	display: inline-block;
	background: #404040;
	color: #ffffff;
	font-size: clamp(15px, 4.6vw, 22px);
	padding: 0.5em 1em;
}
/*　ーー　/購入ボタン　ーー　*/


/* 	================
concept
==================== */

#concept .concept {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
}
#concept .concept .concept-box{
	position: relative;
	background-color: #ffffff;
	padding: 15% 10% 5%;
}
#concept .concept-box::after{
  background: url('../images/wave_05.webp') repeat-x;
  background-size: contain;
}
#concept .concept .concept-box h2{
	width: 88%;
	margin: 0 auto 8%;
}
#concept .concept .concept-box p{
	color: #000000;
	text-align: center;
	margin-top: 3%;
}
#concept .concept p {
	color: #ffffff;
	font-size: clamp(18px, 2.33vw, 24px);
	margin: 10px 0 0;
}

/* 	================
package
==================== */

#package .package {
	width: 96%;
	max-width: 1024px;
	margin: 7% auto 4%;
}
#package .package .package-box{
	position: relative;
	margin: 100px auto 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
}
#package .package-box::after{
  background: url('../images/wave_04.webp') repeat-x;
  background-size: contain;
  bottom: -110px;
  z-index: 1;
}
#package .package .package-box figure{
	width: 40%;
	margin: 0 auto;
}
#package .package span{
	color: #85b571;
	font-size: clamp(30px, 3.9vw, 44px);
}
#package .package p{
	color: #ffffff;
	font-size: clamp(18px, 2.33vw, 24px);
} 

/* 	================
feature
==================== */

#feature .inner{
	width: 96%;
	max-width: 1024px;
	padding: 100px 2% 2%;
	margin: 0 auto;
	background: url('../images/feature_bg.webp') repeat #ffffff;
	background-size: 200px;
	background-position: -85px 0;
	background-attachment: fixed;
	position: relative;
}
#feature .inner::after{
	background: url('../images/wave_04.webp') repeat-x;
 	background-size: contain;
 	background-position: 50px 0;
 	transform: scale(1, -1);
}
#feature .feature_box {
	position: relative;
	background: #fcf2c7;
	border-top: 5px solid #9fa0a0;
	margin: 5% auto 10%;
	padding: 8% 20px;
	z-index: 3;
}
#feature .video{
	width: 100%;
	border-radius: 30px;
	margin-bottom: 3%;
}
#feature .feature_box::after{
  background: url('../images/wave_03.webp') repeat-x;
  background-size: contain;
}
#feature .flex_box {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}
#feature .flex_box figure {
	margin-bottom: 5%;
}
#feature .flex_box .left{
	width: 30%;
}
#feature .flex_box .left .ttl{
	display: block;
  text-align: center;
 	font-size: clamp(44px, 5.72vw, 50px);
  color: #002d57;
  letter-spacing: -5px;
  margin-top: 5%;
}
#feature .flex_box .left .ttl span{
	font-size: 22px;
  color: #fff;
  background: #002d57;
  padding: 1% 5%;
  border-radius: 100px;
  letter-spacing: 0;
}
#feature .flex_box .left p.txt{
	font-size: clamp(16px, 1.82vw, 22px);
	color: #000000;
	margin-top: 0;
	font-weight: bold;
	text-align: center;
}
#feature .flex_box .right{
	width: 45%;
}
#feature .flex_box .right p{
	font-size: clamp(16px,2.34vw, 20px);
	margin: 15px 0;
	font-weight: bold;
	padding: 0 3%;
}
#feature .flex_box .right .right_box{
	display: flex;
	gap: 5%;
}

/* 	================
spec
==================== */

#spec {
	position: relative;
	margin: 5% auto 0;
	padding: 3% 0;
	z-index: 3;
}
#spec .spec {
	width: 60%;
}
#spec .spec_box {
	width: 96%;
	max-width: 1024px;
	display: flex;
	justify-content: space-between;
  align-items: flex-start;
	gap: 50px;
	margin: 5% auto;
}
#spec .spec_box figure {
  width: 30%;
}
#spec .spec p {
	color: #ffffff;
	font-size: clamp(10px, 3.1vw, 14px);
	margin: 1em 0;
}
#spec .spec li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #ffffff;
}
#spec .spec li:last-of-type {
	border-bottom: 1px solid #ffffff;
}
#spec .spec li p:first-of-type {
	width: 30%;
	padding: 0 0 0 1em;
}
#spec .spec li p:last-of-type {
	width: 70%;
	padding: 0 1em;
}
#spec .spec_img_box {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#spec .spec_img_box figure {
	width: 60%;
	margin: 0 auto;
}

/* 	================
footer
==================== */

footer {
	position: relative;
	background: #241d1b;
	text-align: center;
	z-index: 50;
	padding: 5% 0;
}
footer .footer_logo {
	max-width: 150px;
	width: 50%;
	margin: 0 auto;
}
footer .footer_logo_txt {
	max-width: 450px;
	width: 60%;
	margin: 20px auto 0;
}
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;
  width: 100%;
	z-index: 3;
	margin: 50px 0;
  background: #ffffff;
  padding: 60px 0 10px;
}
#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;
}

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

@media (orientation: landscape) {
	#main_video .video_sp {
		display: none;
	}
	#main_video .video_pc {
		display: block;
	}
}
@media (orientation: portrait) {
	#main_video .video_sp {
		display: block;
	}
	#main_video .video_pc {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	header .humbergar_menu .humbergar_nav li.purchase {
		width: 100%;
		margin: 10px auto 0;
	}
	.purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	.purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: clamp(20px, 4.15vw, 24px);
	}
	h3 {
		font-size: clamp(20px, 4.15vw, 24px);
	}
	h3::after{
		width: 60px;
		height: 70px;
		right: -10px;
	}
	h4 {
		width: 90%;
		margin: 10% auto 0;
	}
	header .humbergar_menu .humbergar_nav li.logo {
		width: 70%;
		margin: 0 auto 30px;
	}
	header .humbergar_menu .humbergar_nav li.logo img {
		width: 80%;
	}
	header .humbergar_menu .humbergar_nav li.purchase p.doshisha_marche {
		width: 48%;
	}
	header .humbergar_menu .humbergar_nav li.purchase p.rakuten {
		width: 48%;
	}
	header .humbergar_menu .humbergar_nav {
		width: 100%;
		margin: 0 auto;
		order: 1;
	}
	.purchase_promotion p:first-of-type {
		width: 100%;
	}
	.wave::after{
	  height: 25px;
	  bottom: -25px;
	}
	#main_video .video_sp {
		display: block;
	}
	#main_video .video_pc {
		display: none;
	}
	#main_video .youtube {
		bottom: 50%;
	}
	#main_image{
		padding: 8% 0 15%;
	}
	#main_image .medical{
		bottom: 6%;
	}
	.slider_bg {
		height: 50px;
	}

	/* 	================
	package
	==================== */

	#package .package .package-box{
		display: block;
		padding: 0;
		margin: 20% auto 10%;
	}
	#package .package .package-box figure{
		width: 80%;
	}
	#package .package .txt{
		text-align: center;
		margin-top: 8%;
	}
	#package .package-box::after{
		bottom: -60px;
	}

	/* 	================
	concept
	==================== */

	#concept .concept{
		width: 92%;
	}
	#concept .concept .concept-box{
		padding: 20% 5% 10%;
	}
	#concept .concept figure {
		margin: 0 auto 20px;
	}
	#concept .slider_lineup li.slick-current .lineup_ill {
		bottom: 16%;
		right: 0;
	}
	#concept .slider_lineup li figure {
		width: 60%;
	}

	/* 	================
	feature
	==================== */
	
	#feature .inner{
		width: 92%;
		padding: 15% 4% 12%;
    background-size: 30%;
    background-position: 70px -20px;
	}
	#feature .inner::after{
		bottom: 0;
	}
	#feature .feature_box {
		padding: 10% 5% 5%;
		border-top: 3px solid #9fa0a0;
	}
	#feature .feature_box:nth-of-type(n+2) {
		margin-top: 20%;
	}
	#feature .flex_box .left figure{
		margin-top: -10%;
	}
	#feature .flex_box {
		display: block;
	}
	#feature .flex_box .right,
	#feature .flex_box .left{
		width: 100%;
	}
	#feature .flex_box .right p{
		text-align: center;
	}
	#feature .flex_box .left p.txt{
		margin-bottom: 15%;
	}
	#feature .flex_box figure {
		width: 100%;
	}

	/* 	================
	spec
	==================== */

	#spec{
		margin-top: 15%;
	}
	#spec .spec {
		width: 90%;
		margin: 10% auto;
	}
	#spec h3{
	 	width: 80%;
	}
	#spec .spec_box {
		display: block;
	}
	#spec .spec_img_box {
		display: block;
		padding: 0 8%;
		margin-top: 10%;
	}
	#spec .spec_img_box figure:last-of-type {
		width: 100%;
		margin: 20px auto;
	}

	/* 	================
	footer
	==================== */

	footer{
		padding: 10% 0 40%;
	}

	/*　ーー　シリーズ共通　ーー　*/
	#hanako_series .hanako_lineup .slick-prev {
		left: 45px;
	}
	#hanako_series .hanako_lineup .slick-next {
		right: 45px;
	}
	/*　ーー　/シリーズ共通　ーー　*/
}

@media screen and (max-width: 480px) {
	html {
    font-size: clamp(15px, 4.67vw, 18px);
	}
	header .humbergar_menu .humbergar_nav li.purchase {
		margin: 0px auto;
	}
	#main_image h1 {
		width: 80%;
	}
	/*　ーー　シリーズ共通　ーー　*/
	#hanako_series .hanako_lineup .slick-prev {
		left: 25px;
	}
	#hanako_series .hanako_lineup .slick-next {
		right: 25px;
	}
	/*　ーー　/シリーズ共通　ーー　*/
}

@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}