@charset "UTF-8";
/*
---------------------------------------------------------
    reset.css ver 1.2 [2008/11/25] 
    *This document validates as CSS level 3
    *GNU General Public License v3
    *http://higash.net/20081125/reset_css3.html

    Modify YUI Reset CSS, YUI Fonts CSS 
    *Copyright (c) 2008, Yahoo! Inc. All rights reserved.
    *http://developer.yahoo.com/yui/license.html
    
    Modify Formy CSS Form Framework 0.8(beta)
    *GNU General Public License v2
    *http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
}

/* --BODY-- */

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
	font-size: 1.07143vw;
	font-weight: 400;
	font-style: normal;
	line-height: 1.9;
	margin: 0 auto;
	padding: 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

body.open {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
	transition: all .2s ease-out;
	text-decoration: none;
	word-break: break-all;
}

a:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

q:before,
q:after {
	content: '';
}

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure,
figcaption,
summary {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.js-fadein {
	position: relative;
	top: 20px;
	transition: all .3s ease-out;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.js-fade {
	top: 0;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.loader-wrap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: #0c2d6a;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader {
	position: relative;
	width: 12vw;
	height: 16vw;
	background: url(../img/common/loading_logo.webp) center top no-repeat;
	background-size: 100% auto;
}

.loader:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1.3vw;
	content: '';
	animation-name: icon2_anime2;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	background: url(../img/common/loading_illust2.webp) left center repeat-x;
	background-size: auto 120%;
	-webkit-clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	animation-fill-mode: none;
}

.loader:after {
	position: absolute;
	bottom: 1vw;
	left: 0;
	display: block;
	width: 100%;
	height: 1.78571vw;
	content: '';
	animation-name: icon1_anime2;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	background: url(../img/common/loading_illust1.webp) left 180% center no-repeat;
	background-size: auto 100%;
	animation-fill-mode: none;
}

.loader {
	text-indent: -9999em;
}

/*
* #Header
*/

header {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
}

.header-inner {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-logo {
	width: 23.57143vw;
	padding-top: 1.78571vw;
	padding-left: 3.57143vw;
}

#menu_popup {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	position: fixed;
	z-index: 103;
	top: 60px;
	right: 10px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .8);
}

#menu_popup span {
	position: relative;
}

#menu_popup span:after {
	position: absolute;
	top: -15px;
	right: 6px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 6px 12px 6px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
}

#menu_popup.none {
	display: none;
}

.hab-menu {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headersubNav {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headersubNav a {
	display: block;
	display: -ms-flexbox;
	display: flex;
	height: 4.28571vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.headersubNav ._map a,
.headersubNav ._shop a {
	font-size: .85714vw;
	position: relative;
	width: 4.28571vw;
	padding-top: 2.57143vw;
	color: #fff;
	background: #3b578a;
}

.headersubNav ._map a:after,
.headersubNav ._shop a:after {
	position: absolute;
	top: .71429vw;
	left: 50%;
	display: block;
	width: 2.14286vw;
	content: '';
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../img/common/icon_map.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 30 / 30;
}

.headersubNav ._shop a {
	background: #0c2d6a;
}

.headersubNav ._shop a:after {
	width: 1.92857vw;
	background-image: url(../img/common/icon_shop.webp);
	aspect-ratio: 27 / 25;
}

.headersubNav ._contact a {
	font-size: 1.28571vw;
	font-weight: bold;
	width: 12.28571vw;
	color: #fff;
	background: #0e701e;
}

.headersubNav ._contact a span {
	position: relative;
	padding-left: 1.42857vw;
}

.headersubNav ._contact a span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1.07143vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/ar_white.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 15 / 4;
}

.spNavBtn__btn {
	position: fixed;
	z-index: 12;
	top: 0;
	right: 0;
}

.spNavBtn__btn a {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	background: #0c2d6a;
}

.spNavBtn__btn a span {
	position: relative;
}

.spNavBtn__btn a span:before,
.spNavBtn__btn a span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1px;
	height: 7.14286vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.open .spNavBtn__btn a span:before,
.open .spNavBtn__btn a span:after {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a span:before {
	-ms-transform: rotate(-90deg) translate(-50%, -50%);
	transform: rotate(-90deg) translate(-50%, -50%);
}

.open .spNavBtn__btn a span:before {
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}

.spNavBtn__btn a span:after {
	-ms-transform: rotate(0) translate(-50%, -50%);
	transform: rotate(0) translate(-50%, -50%);
}

.open .spNavBtn__btn a span:after {
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.spNavBtn__btn a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.open .spNavBtn__btn a {
	color: #747474;
	background: #747474;
}

#spNavBtn {
	display: none;
	height: 50px;
}

/**
 * #Footer
 */

.footer-logo img {
	width: 22.85714vw;
}

.sp-fixed_menu {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.sp-fixed_menu ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp-fixed_menu ._shop,
.sp-fixed_menu ._map {
	font-size: 1.2rem;
	width: 25%;
	background: #0c2d6a;
}

.sp-fixed_menu ._shop a,
.sp-fixed_menu ._map a {
	padding-top: 37px;
	background: url(../img/common/icon_shop.webp) center top 10px no-repeat;
	background-size: 28px auto;
}

.sp-fixed_menu ._map {
	background: #3b578a;
}

.sp-fixed_menu ._map a {
	background-image: url(../img/common/icon_map.webp);
}

.sp-fixed_menu ._contact {
	font-size: 1.6rem;
	width: 50%;
	background: #0e701e;
}

.sp-fixed_menu ._contact a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-fixed_menu ._contact a span {
	padding-left: 20px;
	background: url(../img/common/ar_white.webp) center left no-repeat;
	background-size: 15px auto;
}

.sp-fixed_menu a {
	display: block;
	height: 60px;
	text-align: center;
	color: #fff;
}

/**
 * #Main
 */

/*------------ common ------------*/

.table-2 {
	width: 100%;
}

.table-2 th,
.table-2 td {
	font-size: 1vw;
	line-height: 1.6;
	padding: .71429vw;
	border: 1px solid #d5d5d5;
}

.table-2 th {
	background: #eee;
}

.slick-prev,
.slick-next {
	z-index: 5;
	width: 2.85714vw;
	height: 2.85714vw;
	border-radius: 50%;
	background: #fff url(../img/common/arr_gray.webp) center center no-repeat;
	background-size: 40%;
}

.slick-prev:before,
.slick-next:before {
	content: none;
}

.slick-prev {
	left: 1.42857vw;
	-ms-transform: scale(-1, 1) translate(0, -50%);
	transform: scale(-1, 1) translate(0, -50%);
}

.slick-next {
	right: 1.42857vw;
}

a.link {
	text-decoration: underline;
}

.cv {
	position: relative;
	z-index: 1;
}

.cv:after {
	position: absolute;
	z-index: -1;
	top: -4.14286vw;
	left: 0;
	display: block;
	width: 100%;
	content: '';
	background: url(../img/common/shibahu_img.webp) center top no-repeat;
	background-size: 100% auto;
	aspect-ratio: 2800 / 158;
}

.cv-box {
	position: relative;
	z-index: 5;
	display: -ms-flexbox;
	display: flex;
	margin-top: -12.14286vw;
	padding: 5.71429vw;
	color: #fff;
	background: #0c2d6a;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cv-box__ttl {
	font-size: 7.14286vw;
	line-height: 1;
}

.cv-slide_item {
	width: 28.57143vw;
	background: #000;
}

.cv-slide_item img {
	opacity: .4;
}

.cv-box_cont {
	text-align: center;
}

.cv-tel {
	font-size: 2.14286vw;
	line-height: 1;
}

.cv-tel a {
	font-size: 2.92857vw;
	margin-left: 1.42857vw;
	color: #fff;
}

.bg1 {
	position: relative;
	color: #fff;
	background: #0e701e;
}

.bg1:after {
	position: absolute;
	top: -4.14286vw;
	left: 0;
	display: block;
	width: 100%;
	content: '';
	background: url(../img/common/shibahu_img.webp) center top no-repeat;
	background-size: 100% auto;
	aspect-ratio: 2800 / 158;
}

.bg2 {
	background: rgba(14, 112, 30, .05);
}

/*------------ top ------------*/

.anime_robo {
	position: absolute;
	z-index: 2;
	top: -71.42857vw;
	right: 2.14286vw;
	width: 20vw;
}

.anime_robo img {
	-ms-transform: translate(0, -30%);
	transform: translate(0, -30%);
}

.top-fv {
	position: relative;
	overflow: hidden;
	padding-top: 17.14286vw;
}

.top-fv .section {
	padding-bottom: 32.14286vw;
}

.top-fv_txt ._firstline {
	font-weight: bold;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	transition: all 1s ease-in-out 1s;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

._show .top-fv_txt ._firstline {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.top-fv_txt ._firstline .top-fv_txt__txt1 {
	font-size: 3.57143vw;
	position: relative;
	margin-right: 1.42857vw;
	padding-top: 1.78571vw;
	padding-right: 2vw;
	padding-bottom: .42857vw;
	padding-left: 2.21429vw;
}

.top-fv_txt ._firstline .top-fv_txt__txt1:before,
.top-fv_txt ._firstline .top-fv_txt__txt1:after {
	position: absolute;
	display: block;
	width: 1.85714vw;
	content: '';
	background: url(../img/top/fv_icon.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 26 / 41;
}

.top-fv_txt ._firstline .top-fv_txt__txt1:before {
	top: 0;
	left: 0;
}

.top-fv_txt ._firstline .top-fv_txt__txt1:after {
	right: 0;
	bottom: 0;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.top-fv_txt ._firstline .top-fv_txt__txt2 {
	font-size: 3.14286vw;
	padding-bottom: .71429vw;
}

.top-fv_demo {
	position: absolute;
	bottom: 3.57143vw;
	left: 3.57143vw;
}

.top-fv_demo__ttl {
	margin-bottom: .71429vw;
	text-align: center;
}

.top-fv_demo__ttl span {
	font-size: 2.21429vw;
	position: relative;
	display: inline-block;
	padding-right: .71429vw;
	padding-left: .71429vw;
	color: #0e701e;
}

.top-fv_demo__ttl span:before,
.top-fv_demo__ttl span:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 1px;
	height: 70%;
	content: '';
	background: #0e701e;
}

.top-fv_demo__ttl span:before {
	left: 0;
	-ms-transform: rotate(-15deg) translate(0, -50%);
	transform: rotate(-15deg) translate(0, -50%);
}

.top-fv_demo__ttl span:after {
	right: 0;
	-ms-transform: rotate(15deg) translate(0, -50%);
	transform: rotate(15deg) translate(0, -50%);
}

.top-fv_demo_thumb {
	width: 21.42857vw;
	background: #fff;
}

.top-fv_txt__txt1 span {
	position: relative;
}

.top-fv_txt__txt1 ._icon1:after {
	position: absolute;
	top: -.71429vw;
	left: 0;
	display: block;
	width: 100%;
	height: 1.21429vw;
	content: '';
	animation-name: icon1_anime;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	background: url(../img/top/illust1.webp) left 180% center no-repeat;
	background-size: auto 100%;
	animation-fill-mode: none;
}

.top-fv_txt__txt1 ._icon2:after {
	position: absolute;
	top: -.85714vw;
	left: 0;
	display: block;
	width: 100%;
	height: 1.3vw;
	content: '';
	animation-name: icon2_anime;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	background: url(../img/top/illust2.webp) left center repeat-x;
	background-size: auto 120%;
	-webkit-clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	animation-fill-mode: none;
}

.top-fv_txt__txt1 ._icon3:after {
	position: absolute;
	top: -.85714vw;
	left: 50%;
	display: block;
	width: 2.57143vw;
	content: '';
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	animation-name: icon3_anime;
	animation-duration: 4s;
	animation-timing-function: steps(4);
	animation-iteration-count: infinite;
	animation-direction: normal;
	background: url(../img/top/illust3.webp) left center no-repeat;
	background-size: auto 100%;
	aspect-ratio: 110 / 50;
	animation-fill-mode: none;
}

:root {
	--wide: -10.28571vw; /* 初期値 */
}

.top-fv_txt__main {
	font-size: 6.78571vw;
	font-weight: bold;
	transition: all 1s ease-in-out 1.5s;
	-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

._show .top-fv_txt__main {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.top-fv_txt__sub {
	font-size: 2.28571vw;
	transition: all 1s ease-in-out 2s;
	-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

._show .top-fv_txt__sub {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.top-fv__robo {
	position: absolute;
	z-index: 1;
	top: -71.42857vw;
	right: 0;
	width: 45vw;
	transition: all 1s cubic-bezier(.878, .087, .157, .917);
}

._show .top-fv__robo {
	top: 12.85714vw;
}

.top-fv__batch {
	position: absolute;
	z-index: 2;
	top: 30.42857vw;
	right: 38.28571vw;
	width: 16vw;
	transition: all .4s ease-out 2s;
	opacity: 0;
}

._show .top-fv__batch {
	top: 36.42857vw;
	opacity: 1;
}

.top-fv_animation .pc {
	display: block;
}

.top-fv_animation .pc svg {
	position: absolute;
	z-index: -1; /* 左右20%を画面外に見切れさせる */
	top: -10%;
	left: -25%;
	width: 150%; /* 画面幅の140%として設定（20%ずつ見切れる） */
	height: auto;
}

.top-fv_animation .pc image {
	width: 50px; /* img.png の幅 */
	height: 50px; /* img.png の高さ */
}

.top-fv_animation .tablet {
	display: none;
}

.top-fv_animation .tablet svg {
	position: absolute;
	z-index: -1;
	top: -30%;
	left: -50%;
	width: 240%;
	height: auto;
}

.top-fv_animation .tablet image {
	width: 50px; /* img.png の幅 */
	height: 50px; /* img.png の高さ */
}

.top-massage {
	font-size: 1.21429vw;
	line-height: 2.3;
	position: relative;
	overflow: hidden;
	padding-top: 8.57143vw;
	padding-bottom: 8.57143vw;
	color: #fff;
	background: rgba(14, 112, 30, .8);
}

.top-massage h2 {
	line-height: 2.3;
}

.top-massage_mov {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-massage_mov video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 動画を要素内でカバー表示 */
}

.top-product_item {
	position: relative;
	width: 25.92857vw;
	margin-right: 2.5vw;
	margin-left: 2.5vw;
}

.top-product_item a {
	display: block;
}

.card1__category {
	font-size: 1.14286vw;
	line-height: 1.6;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 8.28571vw;
	padding: .14286vw .71429vw;
	text-align: center;
	color: #fff;
	background: #0c2d6a;
}

.card1__ttl {
	font-size: 2.14286vw;
	line-height: 1.2;
	margin-top: 1.42857vw;
	color: #0c2d6a;
}

.top-product {
	overflow: hidden;
}

.top-product .slick-list {
	overflow: visible;
}

.top-merit_img {
	height: 33%;
}

.top-merit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-case__cate ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-case__cate li {
	font-size: 1.28571vw;
	font-weight: bold;
	position: relative;
	margin-right: 2.14286vw;
	margin-bottom: 1.07143vw;
	padding-top: .14286vw;
	padding-right: 2.28571vw;
	padding-bottom: .14286vw;
	padding-left: 3.14286vw;
	color: #0c2d6a;
	border-radius: .35714vw;
	background: #ced5e1;
}

.top-case__cate li:after {
	position: absolute;
	top: -.21429vw;
	left: .92857vw;
	display: block;
	width: 1.5vw;
	content: '';
	background: url(../img/common/icon_pin.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 21 / 31;
}

.top-case_item {
	width: 17%;
	margin-right: 3.75%;
	margin-bottom: 1.07143vw;
}

.top-case_item:nth-child(5n) {
	margin-right: 0;
}

.top-case_item_img {
	aspect-ratio: 1 / 1;
}

.top-case_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-shop {
	position: relative;
}

.top-shop_slide_eng {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15.21429vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	animation-name: eng_slide;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	text-indent: -120%;
	background: url(../img/common/husq_txt_l.webp) center left repeat-x;
	background-size: auto 100%;
	animation-fill-mode: none;
}

:root {
	--slide-wide: -201.07143vw;
}

.top-shop {
	padding-bottom: 31.42857vw;
	background: url(../img/top/shop_bg.webp) center bottom no-repeat;
	background-size: cover;
}

.top-shop ._inner {
	width: 60%;
}

.top-shop_txt {
	font-size: 1.21429vw;
	color: #fff;
}

.top-shop_slide_item {
	width: 21.42857vw;
}

.btns .btn {
	margin-right: 1.42857vw;
}

.btns .btn:last-child {
	margin-right: 0;
}

.top-news_ttl {
	width: 35%;
}

.top-news_cont {
	width: 65%;
}

.top-newsItem {
	font-size: 1.21429vw;
}

.top-newsItem a {
	display: -ms-flexbox;
	display: flex;
	padding-top: .71429vw;
	padding-bottom: .71429vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-newsItem__time {
	font-size: 1.42857vw;
	line-height: 1.5;
	width: 8.57143vw;
	color: #0c2d6a;
}

.top-newsItem__cate {
	width: 7.85714vw;
}

.top-newsItem__ttl {
	width: 42.57143vw;
}

.fancybox-content {
	max-width: 640px;
	max-height: 360px;
}

/*------------ shop ------------*/

.shop-greeting {
	background: url(../img/shop/shop_bg.webp) center top no-repeat;
	background-size: cover;
}

.shop-greeting_imgs ._img1 img {
	width: 28.57143vw;
}

.shop-greeting_imgs ._img2 {
	margin-top: -4.28571vw;
	text-align: right;
}

.shop-greeting_imgs ._img2 img {
	width: 28.57143vw;
}

.shop-greeting_imgs ._img3 {
	margin-top: -1.78571vw;
	padding-left: 5.71429vw;
}

.shop-greeting_imgs ._img3 img {
	width: 23.57143vw;
}

.shop-gallery_item {
	width: 20%;
	background: #0c2d6a;
}

.shop-gallery_item a {
	display: block;
	aspect-ratio: 1 / 1;
}

.shop-gallery_item a:hover {
	opacity: 1;
}

.shop-gallery_item a:hover img {
	opacity: 1;
}

.shop-gallery_item img {
	width: 100%;
	height: 100%;
	transition: all .15s ease-out;
	opacity: .4;
	object-fit: cover;
}

/*------------ product ------------*/

.product-box_name {
	color: #0c2d6a;
}

.product-box_name .eng {
	font-size: 2.85714vw;
}

.product-box_icons {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-box_icons p {
	margin-right: .71429vw;
}

._icon1,
._icon2,
._icon3 {
	width: 3.57143vw;
}

._icon4,
._icon5 {
	width: 4.28571vw;
}

._icon6 {
	width: 6.42857vw;
}

.product-img {
	position: relative;
}

.product-list_item a {
	position: relative;
	display: block;
}

.product-list_item a:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	content: '';
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	background: rgba(0, 0, 0, .3);
}

.product-list_item a:hover {
	opacity: 1;
}

.product-list_item a:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.product-list_item a:hover .btn {
	opacity: 1;
}

.product-list_item .btn {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.product-list_item .btn ._link {
	font-size: 1.07143vw;
	font-weight: bold;
	position: relative;
	position: relative;
	display: inline-block;
	min-width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	text-align: center;
	vertical-align: top;
	color: #0c2d6a;
	border-radius: 7.14286vw;
	background: #eee;
}

.product-list_item .btn ._link:after {
	position: absolute;
	top: 50%;
	left: 1.42857vw;
	left: .71429vw;
	display: block;
	width: 2.71429vw;
	width: 2vw;
	height: 2.71429vw;
	height: 2vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_gray.webp) left 50% center no-repeat;
	background-image: url(../img/common/icon_blank.webp);
	background-size: 40% auto;
}

.no-webp .product-list_item .btn ._link:after {
	background-image: url(../img/common/arr_white.png);
}

.ajax_box {
	display: none;
}

._visible .ajax_box {
	display: block;
}

.ajax_box__bg {
	position: fixed;
	z-index: 13;
	top: 0;
	left: 0;
	display: block;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(12, 45, 106, .8);
}

._visible .ajax_box__bg {
	display: block;
}

.ajax_box {
	position: fixed;
	z-index: 14;
	top: -120%;
	left: 50%;
	padding: 20px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 20px;
	background: #fff;
}

._visible .ajax_box {
	animation-name: fadeInAnime;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

body._visible {
	overflow: hidden;
}

.ajax_box__inner {
	position: relative;
}

.ajax_content {
	overflow-y: scroll;
	width: 71.42857vw;
	max-height: 80vh;
	padding: 1.42857vw;
}

.ajax_box__close {
	position: absolute;
	top: 0;
	right: 0;
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.ajax_box__close a {
	display: block;
	overflow: hidden;
	width: 3.57143vw;
	height: 3.57143vw;
	white-space: nowrap;
	text-indent: 100%;
	border-radius: 50%;
	background: #fff url(../img/common/ajax_close.webp) center center no-repeat;
	background-size: 50% auto;
}

.product-connect_txt {
	width: 70%;
}

.product-connect_img {
	width: 26%;
}

.pro-flow_item {
	position: relative;
	width: 16%;
}

.pro-flow_item:after {
	position: absolute;
	top: 50%;
	right: -2.5vw;
	display: block;
	width: 2.14286vw;
	height: .42857vw;
	content: '';
	background: url(../img/common/arr_gray.webp) right center no-repeat;
	background-size: auto 100%;
}

.pro-flow_item:last-child:after {
	content: none;
}

.pro-flow_item_num {
	margin-bottom: 1.07143vw;
}

.pro-flow_item_num span {
	line-height: 1;
	position: relative;
	padding: .35714vw 1.42857vw;
	color: #fff;
	background: #0c2d6a;
}

.pro-flow_item_num span:after {
	position: absolute;
	bottom: -.71429vw;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 1.42857vw 1.42857vw 0 0;
	border-style: solid;
	border-color: #0c2d6a transparent transparent transparent;
}

/*------------ contact ------------*/

.contact-table th {
	position: relative;
}

.contact-table th ._required {
	position: absolute;
	top: 50%;
	right: 20px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	width: 100%;
	padding: 8px;
	border: solid 1px #656565 !important;
	border-radius: 5px;
	background: #fff;
}

input[type='text']#zip,
input[type='text']#pref,
input[type='tel']#zip,
input[type='tel']#pref,
input[type='email']#zip,
input[type='email']#pref,
textarea#zip,
textarea#pref {
	width: 14.28571vw;
}

input[type='text']#city,
input[type='text']#addr,
input[type='tel']#city,
input[type='tel']#addr,
input[type='email']#city,
input[type='email']#addr,
textarea#city,
textarea#addr {
	width: 50vw;
}

textarea {
	height: 150px;
}

.zip_list li {
	margin-bottom: .71429vw;
}

.zip_list li:last-child {
	margin-bottom: 0;
}

.select_wrap {
	display: inline-block;
	border: 1px solid #656565;
	border-radius: 5px;
	background: url(../img/common/select_bg.webp) right center no-repeat;
	background-size: 20px auto;
}

.no-webp .select_wrap {
	background-image: url(../img/common/select_bg.jpg);
}

.select_wrap select {
	width: 200px;
	padding: 0 30px 0 10px;
	border: none;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

._required {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	padding: 3px 7px;
	color: #fff;
	border-radius: 4px;
	background: #dc0000;
}

._required._none {
	background: #acacac;
}

.pp_box {
	border: 1px solid #eee;
}

.pp_box__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.pp_box__inner {
	overflow-y: scroll;
	height: 200px;
	padding: 10px;
	border-top: none;
}

.contact_submit {
	border: none;
}

.fancybox-content img {
	height: auto;
}

.wp-side {
	width: 24%;
	margin-right: 6%;
}

.wp-side .heading__medium {
	font-size: 17px;
	font-size: 1.7rem;
}

.wp-side .heading__medium:after {
	top: 18px;
}

.post_wrap {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.post_wrap .heading__large {
	text-align: left;
}

.post_wrap .heading__large span {
	display: block;
}

.post_main {
	width: 70%;
}

.post_main .heading_medium {
	text-align: left;
	background-position: 0 0;
}

.post_main .heading_medium:after {
	left: 0;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.post_main .heading_medium a {
	color: #0c2d6a;
}

.wp-postItem {
	position: relative;
	border-bottom: 1px solid #d5d5d5;
}

.wp-postItem:first-child {
	border-top: 1px solid #d5d5d5;
}

.wp-postItem__ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6px;
}

.wp-postSingle__ttl {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 12px;
}

.wp-postItem__link {
	position: relative;
	display: block;
	padding: 1.78571vw;
}

.wp-postItem__link:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1.14286vw;
	height: 1.14286vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_gray.webp) center center no-repeat;
	background-size: 100% auto;
}

.wp-postItem__link:hover {
	color: #0c2d6a;
}

.wp-postItem__times._single {
	margin-bottom: 50px;
}

.categoryList__item {
	display: inline-block;
}

.wp-postItem__time {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

.post-categories {
	display: inline-block;
}

.post-categorie {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline;
	min-width: 100px;
	margin-right: 10px;
	padding: 4px 10px;
	vertical-align: 3px;
	border-radius: 5px;
	background: #0c2d6a;
}

.sideBox {
	padding-bottom: 50px;
}

.sideBox__ttl {
	font-size: 2.14286vw;
	line-height: 1;
	position: relative;
	margin-bottom: 1.07143vw;
	padding-bottom: .71429vw;
	color: #0c2d6a;
}

.sideBox__ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 2.85714vw;
	height: 2px;
	content: '';
	background: #0c2d6a;
}

.sideBox__list {
	line-height: 1.5;
}

.sideBox__list > li {
	margin-bottom: .71429vw;
}

.sideBox__list > li > a {
	position: relative;
	position: relative;
	display: block;
	padding-left: 1.14286vw;
}

.sideBox__list > li > a:after {
	position: absolute;
	top: .64286vw;
	left: 0;
	display: block;
	width: .71429vw;
	height: .28571vw;
	content: '';
	background: url(../img/common/arr_gray.webp) right center no-repeat;
	background-size: auto 100%;
}

.sideBox__list .children {
	padding-left: 20px;
}

.sideBox__list .children li {
	position: relative;
	margin-top: 5px;
	padding-left: 10px;
}

.sideBox__list .children li:after {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	color: #0c2d6a;
	border-radius: 50%;
	background: #0c2d6a;
}

.sideBox__list .children li a {
	display: block;
}

.postBody h2 {
	font-size: 1.71429vw;
	font-weight: bold;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 2.85714vw;
	padding: .71429vw 1.07143vw;
	color: #fff;
	background: #747474;
}

.postBody h3 {
	font-size: 1.5vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.85714vw;
	padding-top: .71429vw;
	padding-bottom: .71429vw;
	padding-left: 0;
	border-top: 2px solid #747474;
	border-bottom: 2px solid #747474;
	background-color: transparent;
	background-image: none;
}

.postBody h4 {
	font-size: 1.42857vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.85714vw;
	padding: 1vw 1.42857vw;
	border-bottom: none;
	background: #eee;
}

.postBody h5 {
	font-size: 1.28571vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.85714vw;
	padding-bottom: .35714vw;
	border-bottom: 1px solid #747474;
}

.postBody h6 {
	font-size: 1.21429vw;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 2.85714vw;
	padding-left: 1.14286vw;
}

.postBody h6:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: .5vw;
	height: 100%;
	content: '';
	background: #747474;
}

.postBody p {
	clear: both;
	margin-top: 1.42857vw;
}

.postBody ul {
	margin-top: 1.42857vw;
}

.postBody ul li {
	font-weight: bold;
	position: relative;
	margin-bottom: .35714vw;
	padding-left: 1.28571vw;
}

.postBody ul li:before {
	position: absolute;
	top: .85714vw;
	left: 0;
	display: block;
	width: .85714vw;
	height: .28571vw;
	content: '';
	background: #747474;
}

.postBody img,
.postBody video,
.postBody iframe {
	max-width: auto;
	height: auto;
}

.postBody strong {
	font-weight: bold;
}

.postBody .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.postBody .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.postBody .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.postBody a {
	text-decoration: underline;
	color: #0c2d6a;
}

.postBody .ez-toc-list li:before {
	content: none;
}

.postBody .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.postBody .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.pager_wrap {
	padding-top: 50px;
}

.pager {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers {
	font-size: 1.42857vw;
	display: inline-block;
	display: -ms-flexbox;
	display: flex;
	min-width: 3.57143vw;
	height: 3.57143vw;
	margin: 0 .35714vw;
	text-align: center;
	vertical-align: top;
	border-radius: .35714vw;
	background: #eee;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers:hover,
.pager .page-numbers.current {
	color: #fff;
	background: #0e701e;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
	position: relative;
	transition: all .2s ease-out;
	text-indent: -9999px;
}

.pager .page-numbers.prev:after,
.pager .page-numbers.next:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/common/arr_gray.webp) center center no-repeat;
	background-size: 33% auto;
}

.pager .page-numbers.prev:hover:after,
.pager .page-numbers.next:hover:after {
	background-image: url(../img/common/ar_white.webp);
}

.no-webp .pager .page-numbers.prev:hover:after,
.no-webp .pager .page-numbers.next:hover:after {
	background-image: url(../img/common/ar_white.png);
}

.pager .page-numbers.prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.wp-paging a {
	position: relative;
}

.wp-paging a:after {
	position: absolute;
	top: 50%;
	left: 1.42857vw;
	display: block;
	width: 1.14286vw;
	height: 1.14286vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_gray.webp) center center no-repeat;
	background-size: 100% auto;
}

.wp-paging:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.wp-paging .prev {
	float: left;
}

.wp-paging .prev a {
	padding-left: 3.21429vw;
}

.wp-paging .prev a:after {
	-ms-transform: scale(-1, 1) translate(0, -50%);
	transform: scale(-1, 1) translate(0, -50%);
}

.wp-paging .next {
	float: right;
	text-align: right;
}

.wp-paging .next a {
	padding-right: 3.21429vw;
}

.wp-paging .next a:after {
	right: 1.42857vw;
	left: auto;
}

.frame-wrapper__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.frame-wrapper__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * #Breadcrumbs
 */

.breadcrumb {
	padding-top: 11.42857vw;
}

.breadcrumb li {
	font-size: 1vw;
	line-height: 1;
	position: relative;
	position: relative;
	display: inline-block;
	margin-right: 2.14286vw;
	vertical-align: top;
}

.breadcrumb li:after {
	position: absolute;
	top: 0;
	right: -1.07143vw;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	background: #0e701e;
}

.breadcrumb li:last-child:after {
	content: none;
}

.breadcrumb li a {
	display: inline-block;
	padding-top: .14286vw;
	padding-right: .14286vw;
	text-decoration: underline;
}

/**
 * #btn
 */

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button,
.btn .wpcf7-previous {
	font-size: 1.42857vw;
	font-weight: bold;
	position: relative;
	position: relative;
	display: inline-block;
	min-width: 24.28571vw;
	padding: 1.28571vw 2.14286vw;
	text-align: center;
	vertical-align: top;
	color: #0c2d6a;
	border: none;
	border-radius: 7.14286vw;
	background: #eee;
}

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after,
.btn .wpcf7-previous:after {
	position: absolute;
	top: 50%;
	left: 1.42857vw;
	display: block;
	width: 2.71429vw;
	height: 2.71429vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_gray.webp) left 50% center no-repeat;
	background-size: 40% auto;
}

.no-webp .btn a:after,
.no-webp
    .btn input[type='submit']:after,
.no-webp
    .btn input[type='button']:after,
.no-webp
    .btn button:after,
.no-webp
    .btn .wpcf7-previous:after {
	background-image: url(../img/common/arr_white.png);
}

.btn a:hover,
.btn input[type='submit']:hover,
.btn input[type='button']:hover,
.btn button:hover,
.btn .wpcf7-previous:hover {
	opacity: 1;
	color: #fff;
	background: #0c2d6a;
}

.btn a:hover:after,
.btn input[type='submit']:hover:after,
.btn input[type='button']:hover:after,
.btn button:hover:after,
.btn .wpcf7-previous:hover:after {
	animation-name: arr_move;
	animation-duration: .3s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: backwards;
}

.btn .wpcf7-previous {
	margin-right: 2.14286vw;
}

.btn2 a {
	display: inline-block;
	text-decoration: underline;
}

.btn2 a span {
	position: relative;
	padding-right: 25px;
}

.btn2 a span:after {
	position: absolute;
	top: 50%;
	left: 1.42857vw;
	display: block;
	width: 2.71429vw;
	height: 2.71429vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_gray.webp) left 50% center no-repeat;
	background-size: 40% auto;
}

.no-webp .btn2 a span:after {
	background-image: url(../img/common/arr_white.png);
}

.btn3 a {
	font-weight: bold;
	display: inline-block;
	min-width: 18.57143vw;
	padding: .92857vw 1.42857vw;
	border-radius: .35714vw;
	background: #eee;
}

.pageTtl {
	position: relative;
	padding-top: 5.71429vw;
	padding-bottom: 5.71429vw;
	color: #fff;
	background: #237b08 url(../img/common/page_bg.webp) right bottom no-repeat;
	background-size: 61vw auto;
}

.pageTtl:after {
	position: absolute;
	top: -1.78571vw;
	left: 0;
	display: block;
	width: 100%;
	height: 2vw;
	content: '';
	background: url(../img/common/shibahu_img2.webp) left top repeat-x;
	background-size: auto 100%;
}

.pageTtl .eng {
	font-size: 7.14286vw;
	line-height: 1;
}

.pageTtl__ttl {
	font-size: 2.14286vw;
	font-weight: bold;
}

.heading1 .jpn {
	font-size: 1.42857vw;
	font-weight: bold;
	position: relative;
	padding-left: 1.07143vw;
	color: #0c2d6a;
}

.heading1 .jpn:after {
	position: absolute;
	top: .71429vw;
	left: 0;
	display: block;
	width: .57143vw;
	content: '';
	border-radius: 50%;
	background: #0c2d6a;
	aspect-ratio: 1 / 1;
}

.heading1 .eng {
	font-size: 7.14286vw;
	line-height: 1;
	color: #0c2d6a;
}

.heading1._white .jpn {
	color: #fff;
}

.heading1._white .jpn:after {
	background-color: #fff;
}

.heading1._white .eng {
	color: #fff;
}

.heading1._small .eng {
	font-size: 4.28571vw;
}

.heading2 {
	font-size: 1.78571vw;
	font-weight: bold;
	position: relative;
	margin-bottom: 1.07143vw;
	padding-left: .71429vw;
	color: #0c2d6a;
	border-left: 1px solid #0c2d6a;
}

.heading3 {
	font-size: 1.21429vw;
	font-weight: bold;
}

.heading3._white {
	color: #fff;
}

.scroll_icon {
	display: none;
}

/**
 * #Col
 */

.section {
	margin-right: 3.57143vw;
	margin-left: 3.57143vw;
}

.section__wide {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3.333%;
	padding-left: 3.333%;
}

.w600 {
	width: 42.85714vw;
	margin-right: auto;
	margin-left: auto;
}

.w700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.w800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.align-c {
	-ms-flex-align: center;
	align-items: center;
}

.flex._revease {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.flex._revease .grid2 {
	margin-right: 0;
}

.flex._revease .grid2:nth-child(2n) {
	margin-right: 6%;
}

.flex._start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex._center {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex._between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex._mb > * {
	margin-bottom: 3.57143vw;
}

.tab-dblock {
	display: -ms-flexbox;
	display: flex;
}

.grid2 {
	width: 47%;
	margin-right: 6%;
}

.grid2:nth-child(2n) {
	margin-right: 0;
}

.grid3 {
	width: 31%;
	margin-right: 3.5%;
}

.grid3:nth-child(3n) {
	margin-right: 0;
}

.grid4 {
	width: 22%;
	margin-right: 4%;
}

.grid4:nth-child(4n) {
	margin-right: 0;
}

.grid7 {
	width: 65.5%;
}

.grid2_small {
	width: 35%;
	margin-right: 4%;
}

.grid2_wide {
	width: 61%;
}

/**
 * #Position
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/**
 * #Margin
 */

.mb-xs {
	margin-bottom: .35714vw;
}

.mb-s {
	margin-bottom: .71429vw;
}

.mb-m {
	margin-bottom: 2.14286vw;
}

.mb-mm {
	margin-bottom: 5vw;
}

.mb-l {
	margin-bottom: 7.14286vw;
}

.mb-xl {
	margin-bottom: 10.71429vw;
}

.mb-xxl {
	margin-bottom: 12.85714vw;
}

.pb-xs {
	padding-bottom: .35714vw;
}

.pb-s {
	padding-bottom: .71429vw;
}

.pb-m {
	padding-bottom: 2.14286vw;
}

.pb-mm {
	padding-bottom: 5vw;
}

.pb-l {
	padding-bottom: 7.14286vw;
}

.pb-xl {
	padding-bottom: 10.71429vw;
}

.pb-xxl {
	padding-bottom: 12.85714vw;
}

.pt-xs {
	padding-top: .35714vw;
}

.pt-s {
	padding-top: .71429vw;
}

.pt-m {
	padding-top: 2.14286vw;
}

.pt-mm {
	padding-top: 5vw;
}

.pt-l {
	padding-top: 7.14286vw;
}

.pt-xl {
	padding-top: 10.71429vw;
}

.pt-xxl {
	padding-top: 12.85714vw;
}

.ptb-l {
	padding-top: 100px;
	padding-bottom: 100px;
}

/**
 * #Text
 */

.text_s {
	font-size: 1.07143vw;
	line-height: 1.7;
}

.text_m {
	font-size: 1.28571vw;
}

.text_l {
	font-size: 1.64286vw;
	line-height: 1.7;
}

.text_red {
	color: #de2900;
}

.text_blue {
	color: #0c2d6a;
}

.bold {
	font-weight: 700;
}

a.link_orange {
	text-decoration: underline;
	color: #faad18;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

/**
 * #Display
 */

.tablet {
	display: none;
}

.pc {
	display: inline;
}

.map iframe {
	width: 100%;
	height: 500px;
}

/*-------------------------------*/

.icon_tel {
	font-size: 25px;
	font-size: 2.5rem;
}

.icon_tel span {
	position: relative;
	padding-left: 30px;
}

.icon_tel span:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 23px;
	height: 24px;
	content: '';
	background: url(../img/common/icon_tel.webp) center center no-repeat;
	background-size: 100% auto;
}

.icon_time span {
	position: relative;
	padding-left: 30px;
}

.icon_time span:after {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	content: '';
	background: url(../img/common/icon_time.webp) center center no-repeat;
	background-size: 100% auto;
}

.icon_map span {
	position: relative;
	padding-left: 37px;
}

.icon_map span:after {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 33px;
	height: 26px;
	content: '';
	background: url(../img/common/icon_map.webp) center center no-repeat;
	background-size: 100% auto;
}

.eng {
	font-family: 'Roboto Condensed', serif;
	font-weight: 700;
	font-style: normal;
	font-optical-sizing: auto;
}

.table-1 {
	width: 100%;
	border-top: 1px solid #d5d5d5;
}

.table-1 th,
.table-1 td {
	line-height: 1.5;
	padding: 20px;
	border-bottom: 1px solid #d5d5d5;
}

.table-1 th {
	font-weight: bold;
	position: relative;
}

.table-1 th:after {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	width: 1px;
	height: calc(100% - 20px);
	content: '';
	background: #747474;
}

.table-price {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 100%;
}

.table-price th,
.table-price td {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #d5d5d5;
}

.table-price th {
	border-bottom: none;
	background: #eee;
}

.table-price ._head {
	font-weight: bold;
	color: #fff;
	background: #faad18;
}

@media only screen and (min-width: 768px) {

.hab-menu__only {
	display: none !important;
}

.headerNav {
	padding-top: 1.28571vw;
}

.headerNav__list {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.headerNav__list > li {
	position: relative;
	margin-right: 2.14286vw;
}

.headerNav__list > li > a {
	font-size: 1.14286vw;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	overflow: visible;
	text-align: center;
}

#top .headerNav__list > li#gn1 > a,
#product .headerNav__list > li#gn2 > a,
#shop .headerNav__list > li#gn3 > a,
#info .headerNav__list > li#gn4 > a {
	color: #0e701e;
}

#top .headerNav__list > li#gn1 > a:after,
#product .headerNav__list > li#gn2 > a:after,
#shop .headerNav__list > li#gn3 > a:after,
#info .headerNav__list > li#gn4 > a:after {
	width: 100%;
}

}

@media only screen and (max-width: 1440px) {

.section__wide {
	padding-right: 20px;
	padding-left: 20px;
}

}

@media only screen and (max-width: 1024px) {

.ajax_content {
	width: 80vw;
}

}

@media only screen and (max-width: 830px) {

.w800 {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

@media only screen and (max-width: 768px) {

body {
	font-size: 3.57143vw;
}

.loader {
	width: 50vw;
	height: 70vw;
}

.loader:before {
	height: 3.3vw;
	background-size: auto 225%;
}

.loader:after {
	bottom: 2.38095vw;
	height: 7.14286vw;
}

.header-logo {
	width: 47.85714vw;
	padding-top: 3.78571vw;
	padding-left: 4.7619vw;
}

.hab-menu {
	display: block;
}

.headersubNav a {
	height: 14.28571vw;
}

.headersubNav ._map,
.headersubNav ._shop {
	width: 50%;
}

.headersubNav ._map a,
.headersubNav ._shop a {
	font-size: 2.85714vw;
	width: auto;
	padding-top: 8.57143vw;
}

.headersubNav ._map a:after,
.headersubNav ._shop a:after {
	top: 2.38095vw;
	width: 6.42857vw;
}

.headersubNav ._shop a:after {
	width: 5.78571vw;
}

.headersubNav ._contact {
	width: 100%;
}

.headersubNav ._contact a {
	font-size: 3.57143vw;
	width: auto;
	background: #083f11;
}

.headersubNav ._contact a span {
	padding-left: 4.7619vw;
}

.headersubNav ._contact a span:after {
	width: 3.57143vw;
}

.hab-nav {
	position: fixed;
	z-index: 9;
	top: 0;
	left: -100vw;
	overflow: auto;
	width: 100vw;
	height: 100vh;
	padding: 19.04762vw 7.14286vw 7.14286vw;
	transition: all .2s ease-out;
	color: #fff;
	background: #0e701e;
	-webkit-overflow-scrolling: touch;
}

.hab-nav:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .2;
	background: url(../img/common/nav_bg.webp) center top no-repeat;
	background-size: cover;
}

.open .hab-nav {
	left: 0;
}

.hab-menu {
	padding-bottom: 120px;
}

.headerNav {
	margin-bottom: 4.7619vw;
}

.headerNav__list {
	text-align: left;
}

.headerNav__list > li > a {
	font-size: 3.80952vw;
	font-weight: bold;
	position: relative;
	display: block;
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	padding-left: 4.7619vw;
	color: #fff;
}

.headerNav__list > li > a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 3.57143vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/ar_white.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 15 / 4;
}

.hab-menu__only {
	display: block;
}

#spNavBtn {
	display: block;
}

footer {
	padding-top: 7.14286vw;
	padding-bottom: 21.14286vw;
}

.footer-logo img {
	width: 47.85714vw;
}

.table-2 th,
.table-2 td {
	font-size: 3.33333vw;
	padding: 2.38095vw;
}

.slick-prev,
.slick-next {
	width: 7.14286vw;
	height: 7.14286vw;
}

.cv:after {
	top: -10.14286vw;
	background-size: 220% auto;
	aspect-ratio: 2800 / 400;
}

.cv-box {
	display: block;
	padding: 7.14286vw;
}

.cv-box__ttl {
	font-size: 11.90476vw;
	padding-bottom: 4.7619vw;
	text-align: center;
}

.cv-tel {
	font-size: 5.71429vw;
}

.cv-tel a {
	font-size: 7.80952vw;
	margin-left: 2.38095vw;
}

.bg1:after {
	top: -10.14286vw;
	background-size: 220% auto;
	aspect-ratio: 2800 / 400;
}

.anime_robo {
	right: 50%;
	width: 27vw;
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.anime_robo img {
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-fv {
	padding-top: 39.14286vw;
}

.top-fv .section {
	padding-bottom: 62.14286vw;
}

.top-fv_txt ._firstline {
	display: block;
	text-align: center;
}

.top-fv_txt ._firstline .top-fv_txt__txt1 {
	font-size: 8.33333vw;
	display: inline-block;
	margin-right: 3.33333vw;
	padding-top: 4.16667vw;
	padding-right: 4.66667vw;
	padding-bottom: 1vw;
	padding-left: 5.16667vw;
}

.top-fv_txt ._firstline .top-fv_txt__txt1:before,
.top-fv_txt ._firstline .top-fv_txt__txt1:after {
	width: 4.33333vw;
}

.top-fv_txt ._firstline .top-fv_txt__txt2 {
	font-size: 7.33333vw;
	margin-top: 2.38095vw;
	padding-bottom: 1.66667vw;
}

.top-fv_demo {
	position: static !important;
	padding-right: 20%;
	padding-bottom: 11.90476vw;
	padding-left: 20%;
}

.top-fv_demo__ttl span {
	font-size: 4.28571vw;
}

.top-fv_demo_thumb {
	width: auto;
}

.top-fv_txt__txt1 ._icon1:after {
	top: -2vw;
	height: 2.83333vw;
}

.top-fv_txt__txt1 ._icon2:after {
	top: -2.16667vw;
	height: 3.3vw;
	background-size: auto 225%;
}

.top-fv_txt__txt1 ._icon3:after {
	top: -2.16667vw;
	width: 6vw;
}

:root {
	--wide: -24vw;
}

.top-fv_txt__main {
	font-size: 11vw;
	text-align: center;
}

.top-fv_txt__sub {
	font-size: 5vw;
	text-align: center;
}

.top-fv__robo {
	top: -71.42857vw;
	right: 50%;
	width: 50vw;
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

._show .top-fv__robo {
	top: 89.85714vw;
}

.top-fv__batch {
	top: 105.85714vw;
	right: 65.28571vw;
	width: 29vw;
}

._show .top-fv__batch {
	top: 108.85714vw;
	opacity: 1;
}

.top-fv_animation .pc {
	display: none;
}

.top-fv_animation .tablet {
	display: block;
}

.top-massage {
	font-size: 4.04762vw;
	padding-top: 71.42857vw;
	padding-bottom: 14.28571vw;
}

.top-product_item {
	width: 41.92857vw;
}

.card1__category {
	font-size: 2.85714vw;
	min-width: 16.66667vw;
	padding: .47619vw 2.38095vw;
}

.card1__ttl {
	font-size: 5.95238vw;
	margin-top: 2.38095vw;
}

.top-fea_item {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-fea_item__img {
	width: 30%;
}

.top-fea_item__cont {
	width: 67%;
}

.top-case__cate li {
	font-size: 3.42857vw;
	margin-right: 2.85714vw;
	margin-bottom: 2.85714vw;
	padding-top: .38095vw;
	padding-right: 6.09524vw;
	padding-bottom: .38095vw;
	padding-left: 8.38095vw;
	border-radius: .95238vw;
}

.top-case__cate li:after {
	top: -.57143vw;
	left: 2.47619vw;
	width: 4vw;
}

.top-case_item {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5.38095vw;
}

.top-case_item:nth-child(3n) {
	margin-right: 0;
}

.top-case_item:nth-child(5n) {
	margin-right: 5%;
}

.top-shop {
	padding-bottom: 75.42857vw;
	background-image: url(../img/top/shop_bg_sp.webp);
	background-position: right -4vw bottom;
}

.top-shop ._inner {
	width: auto;
}

.top-shop_txt {
	font-size: 3.57143vw;
}

.top-shop_slide_item {
	width: 33.42857vw;
}

.btns .btn {
	margin-right: 0;
}

.btns .btn:last-child {
	margin-top: 3.57143vw;
}

.top-news_ttl {
	width: auto;
}

.top-news_cont {
	width: auto;
}

.top-newsItem {
	font-size: 3.57143vw;
}

.top-newsItem a {
	padding-top: 2.38095vw;
	padding-bottom: 2.38095vw;
}

.top-newsItem__time {
	font-size: 4.04762vw;
	width: auto;
	margin-right: 3.57143vw;
}

.top-newsItem__cate {
	width: auto;
}

.top-newsItem__ttl {
	width: 100%;
}

.shop-greeting_imgs ._img1 img {
	width: 53.57143vw;
}

.shop-greeting_imgs ._img2 {
	margin-top: -5.95238vw;
}

.shop-greeting_imgs ._img2 img {
	width: 53.57143vw;
}

.shop-greeting_imgs ._img3 {
	margin-top: -5.95238vw;
}

.shop-greeting_imgs ._img3 img {
	width: 43.57143vw;
}

.shop-greeting_img {
	padding-top: 4vw !important;
}

.shop-gallery_item {
	width: 25%;
}

.product-box_name .eng {
	font-size: 7.14286vw;
}

.product-box_icons p {
	margin-right: 2.38095vw;
}

._icon1,
._icon2,
._icon3 {
	width: 11.90476vw;
}

._icon4,
._icon5 {
	width: 14.28571vw;
}

._icon6 {
	width: 21.42857vw;
}

.product-list_item a:after {
	content: none;
}

.product-list_item .btn {
	position: static;
	padding-top: 2.38095vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.product-list_item .btn ._link {
	font-size: 3.33333vw;
	min-width: 90%;
	padding: 2.38095vw 4.7619vw;
}

.product-list_item .btn ._link:after {
	left: 3.33333vw;
	width: 8.14286vw;
	height: 8.14286vw;
}

.product-list_item .btn ._link:after {
	left: 2.38095vw;
	width: 6.66667vw;
	height: 6.66667vw;
}

.ajax_box__close {
	-ms-transform: translate(20%, -20%);
	transform: translate(20%, -20%);
}

.ajax_box__close a {
	width: 11.90476vw;
	height: 11.90476vw;
}

.pro-flow_item {
	width: auto;
	margin-bottom: 11.90476vw;
}

.pro-flow_item:last-child {
	margin-bottom: 0;
}

.pro-flow_item:after {
	top: auto;
	right: 50%;
	bottom: -5.95238vw;
	width: 7.14286vw;
	height: 1.42857vw;
	-ms-transform: translate(50%, 0) rotate(90deg);
	transform: translate(50%, 0) rotate(90deg);
}

.pro-flow_item_num span:after {
	bottom: -1.19048vw;
	border-width: 2.38095vw 2.38095vw 0 0;
}

.contact-table .wpcf7-list-item {
	margin: 0;
}

.contact-table .wpcf7-radio > span,
.contact-table .wpcf7-checkbox > span {
	display: block;
	margin-bottom: 2.38095vw;
}

input[type='text']#zip,
input[type='text']#pref,
input[type='tel']#zip,
input[type='tel']#pref,
input[type='email']#zip,
input[type='email']#pref,
textarea#zip,
textarea#pref {
	width: 100%;
}

input[type='text']#city,
input[type='text']#addr,
input[type='tel']#city,
input[type='tel']#addr,
input[type='email']#city,
input[type='email']#addr,
textarea#city,
textarea#addr {
	width: 100%;
}

.zip_list li {
	margin-bottom: 2.38095vw;
}

._required {
	top: 30px;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.wp-side {
	float: none;
	width: 100%;
	margin-right: 0;
}

.post_main {
	float: none;
	width: 100%;
	margin-bottom: 100px;
}

.post_main .heading_medium {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.wp-postItem__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 0;
}

.wp-postSingle__ttl {
	font-size: 25px;
	font-size: 2.5rem;
}

.sideBox__ttl {
	font-size: 5.95238vw;
	margin-bottom: 3.57143vw;
	padding-bottom: 2.38095vw;
}

.sideBox__ttl:after {
	width: 9.52381vw;
}

.sideBox__list {
	border-top: 1px dotted #d5d5d5;
}

.sideBox__list > li {
	margin-bottom: 0;
	border-bottom: 1px dotted #d5d5d5;
}

.sideBox__list > li > a {
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	padding-left: 7.14286vw;
}

.sideBox__list > li > a:after {
	top: 5.95238vw;
	left: 2.38095vw;
	width: 2.38095vw;
	height: .95238vw;
}

.sideBox__list .children li {
	margin-top: 0;
	border-top: 1px dotted #d5d5d5;
}

.sideBox__list .children li:after {
	top: 21px;
}

.sideBox__list .children li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

.postBody h2 {
	font-size: 4vw;
	margin-top: 4.7619vw;
	padding: 2.38095vw 3.57143vw;
}

.postBody h3 {
	font-size: 3.5vw;
	margin-top: 4.7619vw;
	padding-top: 2.38095vw;
	padding-bottom: 2.38095vw;
}

.postBody h4 {
	font-size: 4.04762vw;
	margin-top: 9.52381vw;
	padding: 3.33333vw 4.7619vw;
}

.postBody h5 {
	font-size: 3.80952vw;
	margin-top: 4.7619vw;
	padding-bottom: 1.19048vw;
}

.postBody h6 {
	font-size: 3.80952vw;
	margin-top: 4.7619vw;
	padding-left: 3.80952vw;
}

.postBody h6:after {
	width: 1.66667vw;
}

.postBody p {
	margin-top: 4.7619vw;
}

.postBody ul li {
	margin-bottom: 1.19048vw;
	padding-left: 4.28571vw;
}

.postBody ul li:before {
	top: 2.85714vw;
	width: 2.85714vw;
	height: .95238vw;
}

.wp-paging .btn3 {
	width: 45%;
}

.wp-paging a {
	display: block;
	min-width: auto;
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	border-radius: 1.19048vw;
}

.wp-paging a:after {
	left: 4.7619vw;
	width: 3.80952vw;
	height: 3.80952vw;
}

.wp-paging .prev a {
	padding-left: 11.90476vw;
}

.wp-paging .next a {
	padding-right: 11.90476vw;
}

.breadcrumb {
	padding-top: 22.42857vw;
}

.breadcrumb ul {
	padding: 0 10px;
	white-space: nowrap;
}

.breadcrumb .section {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb ul {
	width: auto;
}

.breadcrumb li {
	font-size: 3.09524vw;
}

.btn {
	text-align: center !important;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button,
.btn .wpcf7-previous {
	font-size: 3.80952vw;
	min-width: 90%;
	padding: 4.28571vw 7.14286vw;
	border-radius: 23.80952vw;
}

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after,
.btn .wpcf7-previous:after {
	left: 3.33333vw;
	width: 8.14286vw;
	height: 8.14286vw;
}

.btn .wpcf7-previous {
	margin-right: 0;
	margin-bottom: 7.14286vw;
}

.btn2 a span:after {
	left: 3.33333vw;
	width: 8.14286vw;
	height: 8.14286vw;
}

.pageTtl {
	padding-top: 13.33333vw;
	padding-bottom: 13.33333vw;
}

.pageTtl .eng {
	font-size: 9.52381vw;
}

.pageTtl__ttl {
	font-size: 4.7619vw;
}

.heading1 .jpn {
	font-size: 4.7619vw;
	padding-left: 3.57143vw;
}

.heading1 .jpn:after {
	top: 2.38095vw;
	width: 1.90476vw;
}

.heading1 .eng {
	font-size: 14.28571vw;
}

.heading2 {
	font-size: 4.28571vw;
	margin-bottom: 3.57143vw;
	padding-left: 2.38095vw;
}

.heading3 {
	font-size: 3.80952vw;
}

.scroll {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.scroll._sp {
	overflow-x: auto;
	overflow-y: auto;
}

.scroll_icon {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	width: 60%;
	height: 70px;
	padding-top: 48px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	pointer-events: none;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .5) url(../img/common/icon_scroll_arr.png) center 18px no-repeat;
	background-size: auto 20px;
}

.scroll_icon ._icon {
	position: absolute;
	top: 8px;
	left: 50%;
	display: block;
	width: 30px;
	height: 34px;
	margin-left: -15px;
	content: '';
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	animation-name: scroll_animation;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background: url(../img/common/icon_scroll_hand.png) center center no-repeat;
	background-size: auto 100%;
}

.section {
	margin-right: 7.14286vw;
	margin-left: 7.14286vw;
}

.flex._mb > * {
	margin-bottom: 11.90476vw;
}

.flex._mb_sp > * {
	margin-bottom: 50px;
}

.flex._mb_sp > *:last-child {
	margin-bottom: 0;
}

.flex._mb_sp-s > * {
	margin-bottom: 20px;
}

.flex._mb_sp-s > *:last-child {
	margin-bottom: 0;
}

.tab-dblock {
	display: block;
}

.grid2 {
	width: 100%;
	margin-right: 0;
}

.grid3 {
	width: 100%;
	margin-right: 0;
}

.grid4 {
	width: 100%;
	margin-right: 0;
}

.grid7 {
	width: 100%;
}

.mb-xs {
	margin-bottom: 1.19048vw;
}

.mb-s {
	margin-bottom: 2.38095vw;
}

.mb-m {
	margin-bottom: 7.14286vw;
}

.mb-mm {
	margin-bottom: 9.52381vw;
}

.mb-l {
	margin-bottom: 14.28571vw;
}

.mb-xl {
	margin-bottom: 21.42857vw;
}

.mb-xxl {
	margin-bottom: 25.71429vw;
}

.pb-xs {
	padding-bottom: 1.19048vw;
}

.pb-s {
	padding-bottom: 2.38095vw;
}

.pb-m {
	padding-bottom: 7.14286vw;
}

.pb-mm {
	padding-bottom: 9.52381vw;
}

.pb-l {
	padding-bottom: 14.28571vw;
}

.pb-xl {
	padding-bottom: 21.42857vw;
}

.pb-xxl {
	padding-bottom: 25.71429vw;
}

.pt-xs {
	padding-top: 1.19048vw;
}

.pt-s {
	padding-top: 2.38095vw;
}

.pt-m {
	padding-top: 7.14286vw;
}

.pt-mm {
	padding-top: 9.52381vw;
}

.pt-l {
	padding-top: 14.28571vw;
}

.pt-xl {
	padding-top: 21.42857vw;
}

.pt-xxl {
	padding-top: 25.71429vw;
}

.text_s {
	font-size: 3.57143vw;
}

.text_m {
	font-size: 4.28571vw;
}

.text_l {
	font-size: 4.7619vw;
}

.tablet_left {
	text-align: left;
}

.tablet_center {
	text-align: center;
}

.tablet {
	display: inline;
}

.pc {
	display: none;
}

.table-1 th,
.table-1 td {
	display: block;
	width: 100%;
	padding: 3.57143vw;
}

.table-1 th:after {
	top: auto;
	right: auto;
	bottom: 0;
	left: 3.57143vw;
	width: 11.90476vw;
	height: 2px;
}

}

@media only screen and (max-width: 730px) {

.w700 {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

@media only screen and (max-width: 640px) {

.loader-wrap {
	background-size: 150% auto;
}

.wp-postItem__ttl {
	font-size: 16px;
	font-size: 1.6rem;
}

.wp-postSingle__ttl {
	font-size: 20px;
	font-size: 2rem;
}

.wp-postItem__time {
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 10px;
	vertical-align: 0;
}

.pager .page-numbers {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 40px;
	min-width: 40px;
	height: 40px;
}

.scroll._sp {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.sp_left {
	text-align: left;
}

.sp_center {
	text-align: center;
}

.table-1 th {
	border-bottom: none;
}

.table-price {
	font-size: 13px;
	font-size: 1.3rem;
}

.table-price th,
.table-price td {
	padding: 4px 4px;
}

}

@media only screen and (max-width: 630px) {

.w600 {
	width: auto;
}

}

@keyframes icon1_anime2 {

0% {
	background-position: left 160% center;
}

100% {
	background-position: left -190% center;
}

}

@keyframes icon2_anime2 {

0% {
	-webkit-clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

45% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

100% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

}

@keyframes demomv_move {

0% {
	transform: translate(0, 120%);
}

100% {
	transform: translate(0, 0%);
}

}

@keyframes icon1_anime {

0% {
	background-position: left 180% center;
}

100% {
	background-position: left -180% center;
}

}

@keyframes icon2_anime {

0% {
	-webkit-clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

100% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

}

@keyframes icon3_anime {

to {
	background-position: left var(--wide) center;
}

}

@keyframes eng_slide {

0% {
	background-position: 0;
}

100% {
	background-position: var(--slide-wide);
}

}

@keyframes fadeInAnime {

0% {
	top: -120%;
}

100% {
	top: 50%;
}

}

@keyframes arr_move {

0% {
	background-position: left 50% center;
}

50% {
	background-position: left 150% center;
}

51% {
	background-position: left -150% center;
}

100% {
	background-position: left 50% center;
}

}

@keyframes scroll_animation {

0 {
	transform: translate(-20px, 0);
}

50% {
	transform: translate(20px, 0);
}

100% {
	transform: translate(-20px, 0);
}

}


/*# sourceMappingURL=style.css.map */
