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

* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-ajust: 100%;
	line-height: 1.4;
	width: 100%;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
}
body {
    font-family: "Noto Sans JP", sans-serif;
	background: #fbe2ad;
}
h2 {
    font-family: "Noto Sans JP", sans-serif;
	position: relative;
	color: #42261d;
	text-align: center;
	font-size: clamp(18px, 5.60vw ,24px);
	font-weight: 500;
}
h2::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	background: #ea9020;
}
h3 {
    font-family: "Noto Sans JP", sans-serif;
	background: #ea9020;
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: clamp(16px,4.98vw,20px);
	border-radius: 50px;
	margin: 40px auto 30px;
	padding: 0.8em 0;
}
.manual_box h3 {
	margin: 10px auto;
}
#evercook.manual_box h3 {
    position: relative;
	margin: 40px auto 0;
}
h4 {
    font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	color: #42261d;
	font-size: clamp(16px,4.98vw,20px);
	font-weight: bold;
	padding: 0.5em 0 0;
}
p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(13px, 4.0vw, 18px);
	font-weight: 500;
	color: #42261d;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
section {
	padding: 50px 0;
	margin: 50px auto;
}
.small {
	font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
/* -- 枠 -- */
.wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	background: #ffffff;
	margin: 0 auto;
}
.inner {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	transition: all .4s;
	padding: 65.36px 0 0;
}
.inner.active {
	filter: blur(5px) grayscale(80%);
}
/* -- /枠 -- */

/* -- loading -- */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	background: #ea9020;
	width: 100%;
	height: 100vh;
	z-index: 999999;
}
.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { transform: scale(0.0) }
	50% { transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
	}
	50% { 
		transform: scale(1.0);
	}
}
/* -- /loading -- */
/* -- header -- */
header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1200px;
	width: 100%;
    height: 65.36px;
	background: #ffffff;
	z-index: 888888;
}
header .header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f58f09;
	background: #ffffff;
	z-index: 888888;
}
header h1 {
	width: 50%;
	max-width: 245px;
	padding: 0 0 0 20px;
}
.openbtn{
	position: relative;
	background: #ffffff;
	cursor: pointer;
    width: 70px;
    height: 64.36px;
	border-radius: 50%;
	z-index: 999999;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    height: 3px;
    border-radius: 5px;
	background: #f58f09;
  	width: 45%;
  }
.openbtn span:nth-of-type(1) {
	top: 22px;	
}
.openbtn span:nth-of-type(2) {
	top: 32px;
}
.openbtn span:nth-of-type(3) {
	top: 42px;
}
.openbtn.active span:nth-of-type(1) {
	top: 32px;
	left: 20px;
	transform: rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
	display: none;
}
.openbtn.active span:nth-of-type(3) {
	top: 32px;
	left: 20px;
	transform: rotate(45deg);
}
.humbergar_nav {
	width: 100%;
	max-width: 480px;
	position: absolute;
	top: -1000px;
	right: 0;
	background: #ffffff;
	opacity: 0;
	z-index: -1;
	transition: all 1s;
}
.humbergar_nav.active {
	display: block;
	top: 65.36px;
	transform: translateY(0);
	opacity: 1;
	z-index: 111111;
}
.humbergar_nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 20px auto;
}
.humbergar_nav li {
	width: 50%;
	margin: 10px 0;
}
/* -- /header -- */
/* -- ナビ -- */
.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 98%;
	margin: 20px auto;
}
[class^="btn_"] {
	display: inline-block;
	padding: 0 0 0 30px;
}
[class^="btn_"] a {
	display: block;
	color: #42261d;
	padding: 10px 10px 10px 20px;	
}
.btn_lineup {
	background: url("../images/icon_lineup.svg") no-repeat 0 0;	
}
.btn_manual {
	background: url("../images/icon_manual.svg") no-repeat 20px center;
    background-size: 25px;
}
.nav .btn_manual ,.humbergar_nav .btn_manual ,.footer_nav .btn_manual {
    background: url(../images/icon_manual.svg) no-repeat 0 center;
    background-size: auto;
}
.btn_company {
	background: url("../images/icon_company.svg") no-repeat 0 0;	
}
.btn_mail {
	background: url("../images/icon_mail.svg") no-repeat 0 0;	
}
.btn_parts {
	background: url("../images/icon_parts.svg") no-repeat 0 0;	
}
.btn_marche {
	background: url("../images/icon_shopping_cart.svg") no-repeat 20px center #ea9020;
	background-size: 25px;
	border-radius: 50px;
}
.btn_marche a {
	color: #ffffff;
	padding: 10px 20px;
}
.btn_rakuten {
	background: url("../images/icon_shopping_cart.svg") no-repeat 20px center #ea9020;
	background-size: 25px;
	border-radius: 50px;
}
.btn_rakuten a {
	color: #ffffff;
	padding: 10px 20px;
}
.humbergar_nav .nav_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 20px auto;
}
.nav_sns li {
	background: #f1f1f1;
	width: 25%;
	max-width: 60px;
}
.nav_sns li p {
	display: inline-block;
}
.nav_sns li p a {
	display: block;
	width: 60px;
	height: 60px;
	padding: 10px;
}
.other_nav li p {
	font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
.search form {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
input[type="textbox"] {
  width: 232px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
}
input[type="submit"] {
  height: 40px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 15px;
}
input[type="submit"]:hover {
  background-color: #cccccc;
}
/* -- /ナビ -- */

/* -- メインスライダー -- */

#main_slider {
	width: 96%;
	margin: 0 auto;
}
#main_slider .main_slider li {
	opacity: 0.2;
}
#main_slider .main_slider li.slick-current {
	opacity: 1;
}
#main_slider .main_slider .slick-next {
    right: 45px;
	z-index: 666;
}
#main_slider .main_slider .slick-prev {
    left: 25px;
	z-index: 666;
}
#main_slider .main_slider .slick-prev:before,#main_slider .main_slider .slick-next:before {
	font-size: 40px;
	color: #e3932e;
}
#main_slider .slick-dots li {
	opacity: 1;
	margin: 0 2px;
}
#main_slider .slick-dots li button:before {
	color: #aaaaaa;
	font-size: clamp(8px,2.49vw,12px);
}
#main_slider .slick-dots li.slick-active button:before {
	color: #e3932e;
	opacity: 1;
}
/* -- /メインスライダー -- */

/* -- ラインナップ -- */
#top_lineup {
	background: #fef4df;
}
#top_lineup .top_lineup {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 50px 30px;
	width: 90%;
	margin: 50px auto;
}
#top_lineup .top_lineup li {
	width: calc(25% - 30px);
}
#top_lineup .top_lineup li p {
	text-align: center;
	margin: 0.5em 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#top_lineup .top_lineup li p:hover {
	overflow: visible;
	text-overflow: inherit;
	white-space: nowrap;
	z-index: 999999;
	position: relative;
}
#top_lineup .top_lineup li figure {
	background: #ffffff;
	border-radius: 10%;
	padding: 10px;
}
/* -- /ラインナップ -- */
/* -- 新着情報 -- */
#top_info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	width: 90%;
	margin: 0 auto 50px;
}
#top_info section {
	padding: 0;
	margin: 0;
}
#top_news {
	width: 70%;
}
#top_news .news {
	margin: 50px 0 0;
}
#top_news .news li {
	border-bottom: 3px solid #f1f1f1;
	padding: 0 0 10px 1em;
	margin: 20px 0;
}
#top_news .news li:last-of-type {
	margin: 0;
}
#top_news .news li p span {
	padding: 0 1em 0 0;
}
#top_brand {
	width: 30%;
}
#top_brand figure+figure {
	margin: 10px 0 0;
}
/* -- /新着情報 -- */

/* -- footer -- */
.footer {
	width: 98%;
	margin: 0 auto;
}
.footer,.footer_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_nav {
	gap: 25px;
	margin: 30px 0;
}
.footer p.doshisha_marche {
	width: 25%;
}
footer {
	background: #ea9020;
	padding: 50px;
}
footer img {
	width: 60%;
	max-width: 160px;
	margin: 0 auto;
	padding: 0 0 10px;
}
footer p {
	color: #ffffff;
	text-align: center;
	font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
/* -- /footer -- */

/* -- サブラインナップ -- */
#sub_lineup {
	background: #fef4df;
}
#sub_lineup li {
	margin: 0 10px;
	padding: 30px 0;
}
#sub_lineup li p {
	text-align: center;
	margin: 0.5em 0 0;
}
#sub_lineup li figure {
	background: #ffffff;
	border-radius: 10%;
	padding: 20px;
}
#sub_lineup .slick-prev:before,#sub_lineup  .slick-next:before {
	font-size: 40px;
	color: #e3932e;
}
#sub_lineup .slick-next {
	right: 55px;
}
#sub_lineup .slick-prev {
	left: 35px;
	z-index: 777777;
}
/* -- サブラインナップ -- */
#lineup section {
	width: 90%;
	margin: 0 auto;
}
#lineup .lineup_box {
	text-align: center;
}
#lineup .lineup_box .lineup_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
#lineup .lineup_box .lineup_list li {
	width: calc(25% - 10px);
	background: #f1f1f1;
	padding: 10px 10px 20px;
}
#lineup .lineup_box .lineup_list li figure {
	width: 90%;
	margin: 10px auto;
}
#lineup .lineup_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#lineup .lineup_name:hover {
	overflow: visible;
	text-overflow: inherit;
	white-space: nowrap;
	z-index: 999999;
	position: relative;
}
#lineup .lineup_box a:hover {
	opacity: 0.5;
}
#manual section {
	width: 90%;
	margin: 0 auto;
}
#manual .manual_box h3{
    position: relative;
    cursor: pointer;  
}
#manual .manual_box h3::before, #manual .manual_box h3::after {
    position: absolute;
    content:'';
    width: 20px;
    height: 3px;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    background-color: #ffffff;
    transition: all .4s;
    border-radius: 10px;
}
#manual .manual_box h3::before {
    transform: translateY(-50%) rotate(0deg);
}
#manual .manual_box h3::after {
    transform: translateY(-50%) rotate(90deg);
}
#manual .manual_box h3.active::before {
    transform: translateY(-50%) rotate(45deg);
}
#manual .manual_box h3.active::after {
    transform: translateY(-50%) rotate(135deg);
}
#manual .manual_list {
	display: none;
	margin: 10px 0 30px;
}
#manual .manual_list.active {
	display: block;
}
#manual p.discontinued_cautionary {
	font-size: clamp(10px, 3.125vw, 14px);
	text-align: right;
	margin: 30px 0 0;
}
#manual p.discontinued_cautionary span {
	color: #cccccc;
}
#manual .manual_box p.manual_card_number span {
	color: #cccccc;
}
#manual .manual_box .manual_card {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border: 1px solid #cccccc;
	padding: 20px;
	margin: 10px auto 20px;
}
#manual .manual_box .manual_card .manual_images {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1px;
	width: 40%;
	overflow-x: scroll;
}
#manual .manual_box .manual_card .manual_images figure {
	min-width: 50%;
}
#manual .manual_box .manual_card .manual_images_single {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
}
#manual .manual_box .manual_card .manual_images_single figure {
	max-width: 50%;
	margin: 0 auto;
}
#manual .manual_box .manual_card .manual_card_txt {
	width: 60%;
	padding: 10px;
}
#manual .manual_box .manual_card .manual_card_name {
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
#manual .manual_box .manual_card .manual_card_number {
	font-size: clamp(10px, 3.125vw, 14px);
	margin: 0 0 20px;
}
#manual .manual_box .manual_card .manual_card_number span {
	color: #cccccc;
}
#manual .manual_box .manual_card .manual_card_btn {
	font-size: clamp(10px, 3.125vw, 14px);
	text-align: right;
	color: #cc0000;
}
#manual .more_box {
	text-align: center;
}
#manual .more_box .more_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0 0;
}
#manual .manual_box .more_list .manual_card {
	width: calc(50% - 5px);
	padding: 10px;
	margin: 0;
	gap: 5px;
}
#manual .manual_box .more_list .manual_card .manual_card_name {
	font-size: clamp(10px, 3.125vw, 14px);
	margin: 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#manual .manual_box .more_list .manual_card .manual_card_name:hover {
	overflow: visible;
	text-overflow: inherit;
	white-space: nowrap;
	z-index: 999999;
	position: relative;
}
#manual .manual_box .more_list .manual_card .manual_card_number {
	margin: 0 0 10px;
}
#manual .more_box .more_btn {
	display: inline-block;
	text-align: center;
	background: #ea9020;
	color: #ffffff;
	padding: 10px 15px;
	margin: 0 auto;
	width: auto;
}
#manual .more_box .more_btn.active {
	display: none;
}
#manual .more_box .manual_card_number {
	text-align: left;
}
#manual .more_box .more {
	display: none;
}
#manual .more_box .more.active {
	display: block;
}
.support_nav {
	background: #fef4df;
	padding: 50px 0;
}
.support_nav ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	max-width: 600px;
	margin: 40px auto;
}
.support_nav ul li {
	width: calc((100% - 60px) / 3);
}
.support_nav ul li figure {
	background: #ffffff;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	margin: 0 0 1em;
}
.support_nav ul li figure img {
	width: 80%;
	margin: 0 auto;
}
.support_nav ul li p {
	font-size: clamp(11px, 3.42vw, 18px);
	text-align: center;
}
#support section {
	background: #f1f1f1;
}
#support h3 {
	background: none;
	color: #42261d;
	font-weight: 500;
	border: 1px solid #42261d;
	border-radius: 0;
	width: 90%;
	margin: 0 auto;
	padding: 0.5em;
}
#support .support_contents_01 ul,#support .support_contents_02 ul {
	width: 90%;
	margin: 20px auto;
}
#support .support_contents_01 ul li {
	padding: 0.5em 0;
}
#support .support_contents_01 ul li .small {
	padding: 0.5em 0;
}
#support .support_contents_02 ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}
#support .support_contents_02 ul li {
	border: 1px solid #ea9020;
	width: 50%;
}
#support .support_contents_02 ul li p {
	font-weight: normal;
	text-align: center;
	margin: 1em 0;
}
#support .support_contents_02 ul li p.small {
	text-align: left;
	padding: 0 1em;
}
#support .support_contents_02 ul li p a {
	font-weight: bold;
}
#support .support_contents_02 ul li p:first-of-type {
	text-align: center;
	background: #ea9020;
	color: #ffffff;
	margin: 0 auto 1em;
	padding: 0.5em;
}
#autoclave section {
	background: #f1f1f1;
}
#autoclave h3 {
	background: none;
	color: #42261d;
	font-weight: 500;
	border: 1px solid #42261d;
	border-radius: 0;
	width: 90%;
	margin: 0 auto;
	padding: 0.5em;
}
#autoclave h4 {
	margin: 20px 0;
}
#autoclave .autoclave_contents_01 .service_ended {
	width: 90%;
	margin: 0 auto;
}
#autoclave .autoclave_contents_01 .service_ended p {
	margin: 1em 0;
	line-height: 1.8;
	font-weight: normal;
}
#autoclave .autoclave_contents_01 .service_ended .end_date {
	background: #ff0000;
	padding: 20px;
	margin: 20px 0;
}
#autoclave .autoclave_contents_01 .service_ended .end_date p {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: clamp(16px, 4.98vw, 20px);
}
#autoclave .autoclave_contents_01 .service_ended .end_date p span {
	border-bottom: 1px solid #ffffff;
}
#autoclave .autoclave_contents_01 .service_ended p.right {
	text-align: right;
}
#autoclave .autoclave_contents_02 figure {
	width: 90%;
	max-width: 563px;
	margin: 20px auto;
}
#autoclave .autoclave_contents_02 figure img {
	width: 100%;
	margin: 0 auto;
}
#product h2 span {
	font-size: clamp(13px, 4.0vw, 18px);
	padding: 0 0 0 1em;
}
#product .product_main {
	margin: 0 auto;
	padding: 0;
}
#product .product_description {
	background: #fef4df;
	padding: 50px;
}
#product .product_description h2 {
	margin: 0 0 5%;
}
#product .product_description_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
#product .product_description_flex .product_description_txt {
	width: 60%;
}
#product .product_description_flex .product_description_txt p {
    text-align: center;
	margin: 50px auto;
}
#product .product_description_flex .product_image {
	width: 40%;
}
#product .product_description_flex .product_image_slider {
	width: 40%;
}
#product .product_description_flex .product_image_slider div {
	width: 100%;
    padding: 0!important;
}
#product .product_description_flex .product_image_slider div p {
	text-align: center;
    margin: 0 0 0.5em;
}
#product .product_description_flex .product_image_slider .slick-dots li {
	opacity: 1;
	margin: 0 2px;
}
#product .product_description_flex .product_image_slider .slick-dots li button:before {
	color: #aaaaaa;
	font-size: clamp(8px,2.49vw,12px);
}
#product .product_description_flex .product_image_slider .slick-dots li.slick-active button:before {
	color: #e3932e;
	opacity: 1;
}
#product .product_description_flex .buy_product {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#product .product_description_flex .buy_product p {
	margin: 0;
}
#product .product_sub {
	margin: 50px auto;
}
#product .product_sub .product_slider li figure {
	width: 100%;
	max-width: 300px;
	margin: 0 10px;
}
.product_slider .slick-dots li {
	opacity: 1;
	margin: 0 2px;
}
.product_slider .slick-dots li button:before {
	color: #aaaaaa;
	font-size: clamp(8px,2.49vw,12px);
}
.product_slider .slick-dots li.slick-active button:before {
	color: #e3932e;
	opacity: 1;
}
#product .product_spec {
    margin: 50px auto 0;
}
#product .product_spec .spec {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 1px;
	max-width: 800px;
	width: 90%;
    margin: 50px auto 0;
    padding: 0 0 5px;
}
#product .product_spec .spec li {
    background: #d1d1d1;
    padding: 10px 0;
}
#product .product_spec .spec li:nth-of-type(2n) {
    background: #f1f1f1;
}
#product .product_spec .spec li p {
    text-align: center;
    font-size: clamp(12px, 3.75vw, 16px);
    font-weight: 600;
}
#product .product_spec .product_spec_btn {
	text-align: center;
	margin: 20px 0 0 ;
}
#product .product_spec .product_spec_btn .btn_manual {
	border: 1px solid #ea9020;
}
#product .product_spec_btn .btn_manual {
	background: url(../images/icon_manual.svg) no-repeat 10px center;
	background-size: 25px;
	border: 1px solid #ea9020;
}
#product .product_spec .product_spec_btn .btn_manual a {
	padding: 10px 20px 10px 10px;
}
#product .product_spec .attention {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
#product .product_recipi_btn {
	text-align: center;
	margin: 5% 0;
}
#product .product_recipi_btn .btn_recipi {
	border: 1px solid #42261d;
}
#product .product_recipi_btn .btn_recipi {
	background: url(../images/icon_cooking.svg) no-repeat 10px center #ea9020;
	background-size: 25px;
    border-radius: 5px;
	border: 1px solid #42261d;
}
#product .product_recipi_btn .btn_recipi a {
    color: #ffffff;
	padding: 10px 20px 10px 10px;
}
#product .purchase_promotion {
    position: fixed;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    width: 98%;
    max-width: 710px;
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0 7px 12px -4px #0006;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
#product .purchase_promotion.scroll_view {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}
#product .purchase_promotion .purchase_promotion_txt {
    margin: 0 1% 0 0;
}

#product .product_another_bn {
    margin: 0 0 5% 0;
}
#product .product_another_bn p {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}
#product .product_video {
    width: 90%;
    max-width: 560px;
    margin: 0 auto 5%;
}
#product .product_video .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#product .product_video .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1024px) {
	main {
		margin: 20px 0 0;
	}
	.nav {
		display: none;
	}
	section#top_lineup {
		padding: 50px 0 10px;
	}
	#top_info {
		display: block;
	}
	#top_news {
		width: 100%;
	}
	#top_brand {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin: 50px auto;
	}
	#top_brand figure+figure {
		margin: 0;
	}
	#sub_lineup li {
		margin: 0 5px;
	}
	.footer {
		display: none;
	}
	#lineup .lineup_box .lineup_list li {
		width: calc(33.3% - 10px);
	}
	main#product  {
		margin: 0;
	}
	
	
}
@media screen and (max-width: 769px) {
	h3 {
		padding: 0.5em 0;
	}
	.manual_box h3 {
		padding: 0.5em 0;
	}
	#sub_lineup .slick-prev:before, #sub_lineup .slick-next:before {
		font-size: 30px;
	}
	#sub_lineup .slick-next {
		right: 30px;
	}
	#sub_lineup .slick-prev {
		left: 20px;
	}
	#top_lineup .top_lineup {
		justify-content: flex-start;
		gap: 30px 10px;
	}
	#top_lineup .top_lineup li {
		width: calc(33.333333% - 10px);
	}
	#lineup .lineup_box .lineup_list li {
		width: calc(50% - 10px);
		padding: 5px 5px 10px;
	}
	#manual .manual_box .manual_card {
		display: block;
	}
	#manual .manual_box .manual_card .manual_images {
		width: 100%;
	}
	#manual .manual_box .manual_card .manual_images_single {
		width: 100%;
	}
	#manual .manual_box .manual_card .manual_card_txt {
		width: 100%;
		margin: 20px auto 0;
	}
	.support_nav ul li {
		width: calc((100% - 20px) / 3);
	}
	#support .support_contents_02 ul {
		display: block;
	}
	#support .support_contents_02 ul li {
		width: 100%;
		margin: 10px auto;
	}
	#product .product_description_flex {
		flex-flow: column;
	}
    #product .product_description_flex .product_image_slider {
        width: 100%;
        margin: 30px auto 0;
    }
	#product .product_description_flex .product_description_txt {
		width: 100%;
	}
	#product .product_description_flex .product_image {
		width: 100%;
		margin: 30px auto 0;
	}
    #product .purchase_promotion {
        flex-wrap: wrap;
    }
    #product .product_recipi_btn {
        margin: 10% 0;
    }
    #product .product_another_bn {
        margin: 0 0 10% 0;
    }
    #product .product_video {
        margin: 0 auto 10%;
    }
}
@media screen and (max-width: 480px) {
	#product .product_description {
		padding: 50px 20px;
	}
	#product .product_description_flex .buy_product {
		gap: 5px;
	}
	#product .product_description_flex .product_description_txt p {
		margin: 20px auto;
	}
	#product .product_description_flex .buy_product p {
		margin: 0;
	}
	#product .product_sub .product_slider li figure {
		max-width: 250px;
	}

}
@media screen and (max-width: 348px) {
	.humbergar_nav ul {

	}
	.humbergar_nav li {
		width: 100%;
		text-align: center;
	}
	.humbergar_nav .nav_sns {
		gap: 5px;
	}
}





