﻿body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.u-desktop {
	display: none;
}

html.is-fixed {
	overflow: hidden;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture,
button {
	display: block;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-title {
	color: #0094d2;
	font-family: "Courier Prime", monospace;
	font-size: 51px;
	font-size: 3.1875rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 1.2;
}

.c-title--white {
	color: #fff;
}

.c-title--center {
	text-align: center;
}

.l-footer {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.p-charger {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 45px;
	padding-top: 2.8125rem;
}

.p-charger__subtitle {
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 282px;
	max-width: 17.625rem;
}

.p-charger__items {
	gap: 50px;
	gap: 3.125rem;
	display: grid;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-charger__img {
	margin: 0 auto;
	max-width: 134px;
	max-width: 8.375rem;
}

.p-charger__item-title {
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-charger__item-subtitle {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.06em;
	line-height: 1.1333333333;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-charger__item-text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 195px;
	max-width: 12.1875rem;
	text-align: center;
}

.p-contact {
	background: #086aac;
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-contact__inner.l-inner {
	padding: 0 40px;
	padding: 0 2.5rem;
}

.p-contact__subtitle {
	margin-top: 25px;
	margin-top: 1.5625rem;
	max-width: 210px;
	max-width: 13.125rem;
}

.p-contact__form {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-conv {
	background: url(../images/conv_bg_sp.jpg) center center/cover no-repeat;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 55px;
	padding-top: 3.4375rem;
}

.p-conv__btns {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-conv__btn a {
	background-color: #fff;
	border-radius: 0.25rem;
	display: inline-block;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 17px 0;
	padding: 1.0625rem 0;
	text-align: center;
	width: 100%;
}

.p-conv__btn span {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-drawer {
	background-color: rgba(89, 87, 87, .8);
	display: none;
	height: 100%;
	max-width: 500px;
	max-width: 31.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}

.p-drawer__inner {
	margin: 0 auto;
	max-width: 275px;
	max-width: 17.1875rem;
}

.p-drawer__link {
	border-bottom: 1px solid #fff;
}

.p-drawer__link a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	height: 100%;
	padding: 30px 0;
	padding: 1.875rem 0;
	width: 100%;
}

.p-footer {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.p-footer__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__logo {
	width: 107px;
	width: 6.6875rem;
}

.p-footer__info {
	padding-left: 19px;
	padding-left: 1.1875rem;
	width: calc(100% - 6.6875rem);
}

.p-footer__title {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.p-footer__address {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5357142857;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-footer__tel {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5357142857;
}

.p-footer__fax {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5357142857;
}

.p-footer__nav {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 230px;
	max-width: 14.375rem;
}

.p-footer__link {
	border-bottom: 1px solid #9fa0a0;
}

.p-footer__link a {
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	padding: 18px 0;
	padding: 1.125rem 0;
}

.p-footer__copy {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.02em;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
}

.p-form dl {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-form dt {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.p-form dd {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-form dd input {
	background-color: #fff;
	border-radius: 0.1875rem;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	padding: 8px 0.5em;
	padding: 0.5rem 0.5em;
	width: 100%;
}

.p-form dd textarea {
	background-color: #fff;
	border-radius: 0.1875rem;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	height: 150px;
	height: 9.375rem;
	padding: 8px 0.5em;
	padding: 0.5rem 0.5em;
	width: 100%;
}

#form_submit {
	margin: 0 auto;
	margin-top: 23px;
	margin-top: 1.4375rem;
	max-width: 120px;
	max-width: 7.5rem;
}

#form_submit input {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 34px;
	height: 2.125rem;
	letter-spacing: 0.02em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

#form_submit_button:hover {
	background-color: #fff;
	color: #086aac;
}

.error_blank,
.error_format,
.error_match {
	color: #ff0000;
	display: block;
	margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
	background: rgba(0, 0, 0, .7);
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 10000;
}

span.loading {
	-webkit-animation: load-circle 1s linear infinite;
	animation: load-circle 1s linear infinite;
	border-bottom: 5px solid rgba(255, 255, 255, .2);
	border-left: 5px solid #ffffff;
	border-radius: 50%;
	border-right: 5px solid rgba(255, 255, 255, .2);
	border-top: 5px solid rgba(255, 255, 255, .2);
	height: 50px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 50px;
}

.p-globalNav {
	background-color: #fff;
	border-radius: 1rem;
	height: 50px;
	height: 3.125rem;
	width: 100%;
}

.p-globalNav__lists {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-globalNav__list {
	height: 100%;
}

.p-globalNav__list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 17px;
	padding: 0 1.0625rem;
}

.p-globalNav__list a:hover {
	background-color: rgba(0, 0, 0, .1);
}

.p-hamburger {
	background-color: #fff;
	border-radius: 0.1875rem;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-hamburger span {
	background-color: #231815;
	display: inline-block;
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
}

.p-hamburger span:nth-child(1) {
	top: 3px;
	top: 0.1875rem;
}

.p-hamburger span:nth-child(2) {
	top: 10px;
	top: 0.625rem;
}

.p-hamburger span:nth-child(3) {
	top: 17px;
	top: 1.0625rem;
}

.p-hamburger.is-active span:nth-child(1) {
	top: 10px;
	top: 0.625rem;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.p-hamburger.is-active span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.p-hamburger.is-active span:nth-child(3) {
	top: 10px;
	top: 0.625rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.p-header {
	height: 60px;
	height: 3.75rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-header__inner.l-inner {
	padding: 0 18px;
	padding: 0 1.125rem;
}

.p-header__logo {
	width: 270px;
	width: 16.875rem;
}

.p-header__globalNav {
	display: none;
}

.p-header__hamburger {
	height: 24px;
	height: 1.5rem;
	margin-left: auto;
	width: 27px;
	width: 1.6875rem;
	z-index: 2;
}

.section-banner .inner {
    width: 20rem;
    margin: 3rem auto;
	display: block;
}

.section-banner .inner .banner__wrapper{
	margin:1rem 0;
	display: block;
	position: relative;

}

.section-banner .inner .banner__wrapper .txt{
	
	font-size:1.4rem;
	font-weight: bold;
	position: absolute;
	bottom: 2rem;
	left:50%;
	width:100%;
	text-align: center;
	color: #231F20;
	transform: translate(-50%);
}


.p-header__drawer {
	z-index: 1;
}

.p-mv {
	width: 100%;
}
.p-mv .p-mv__inner{
	width:100%;
	height: 100vh;
}
.p-mv .p-mv__inner video{
	width:100%;
	height: 100%; 
	object-fit: cover;
}

.p-scene {
	background: url(../images/scene_bg_sp.jpg) center center/cover no-repeat;
	overflow: hidden;
	padding-bottom: 38px;
	padding-bottom: 2.375rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-scene__subtitle {
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	text-align: center;
}

.p-scene__text {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6785714286;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-scene__slider {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.slick-slide .u-desktop {
	display: none;
}

.slick-slide .u-mobile {
	display: block;
}

.slide-arrow {
	height: 24px;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 11px;
	width: 0.6875rem;
	z-index: 10;
}

.prev-arrow {
	background: url(../images/prev_arrow.png) center center/contain no-repeat;
	left: -20px;
	left: -1.25rem;
}

.next-arrow {
	background: url(../images/next_arrow.png) center center/contain no-repeat;
	right: -20px;
	right: -1.25rem;
}

.p-spec {
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-spec__logo {
	margin: 0 auto;
}

.p-spec__head {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-spec__img {
	margin: 0 auto;
	max-width: 273px;
	max-width: 17.0625rem;
}

.p-spec__info {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-spec__info dl {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-spec__info dt {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.p-spec__info dd {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1.7333333333;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-spec__lists {
	gap: 47px;
	gap: 2.9375rem;
	display: grid;
	margin: 0 auto;
	margin-top: 65px;
	margin-top: 4.0625rem;
	max-width: 280px;
	max-width: 17.5rem;
}

.p-toTop {
	bottom: 60px;
	bottom: 3.75rem;
	position: fixed;
	right: 40px;
	right: 2.5rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.p-toTop__text {
	font-size: 14px;
	font-size: 0.875rem;
}
.section-banner{
	background:#E6E7E8;
	padding:1px 0;
}

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

.buy__btn{
	width:160px;
	height: 160px;
	position: fixed;
	right:95px;
	bottom: 50px;
	display: none;
}
	
.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.1428571429vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-title {
	font-size: 5rem;
}

.l-inner {
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-charger {
	padding-bottom: 12.5rem;
	padding-top: 5.625rem;
}

.p-charger__wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-charger__subtitle {
	margin-left: 0;
	margin-top: 2.5rem;
	max-width: 27.8125rem;
}

.p-charger__items {
	gap: 5.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
}


.section-banner .inner{
	width:95%;
	margin:100px auto;
	display: flex;
	justify-content: space-between;
}
.section-banner .inner .banner__wrapper{
	width:48%;
	position: relative;
}

.section-banner .inner .banner__wrapper .txt{
	width:100%;
	font-size:28px;
	font-weight: bold;	
	color:#231F20;
	position: absolute;
	bottom: 25%;
	left:50%;
	transform: translate(-50%);
	text-align: center;
}

.p-charger__img {
	max-width: 8.5625rem;
}

.p-charger__item-title {
	font-size: 1.375rem;
	margin-top: 3.75rem;
}

.p-charger__item-subtitle {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.p-charger__item-text {
	font-size: 0.875rem;
	margin-top: 2.125rem;
	max-width: 12.5rem;
}

.p-contact {
	padding-bottom: 6.25rem;
	padding-top: 7rem;
}

.p-contact__inner.l-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1315px;
}

.p-contact__head {
	width: 39%;
}

.p-contact__subtitle {
	margin-top: 1.875rem;
	max-width: 20rem;
}

.p-contact__form {
	margin-top: -1.875rem;
	width: 61%;
}

.p-conv {
	background: url(../images/conv_bg.jpg) center center/cover no-repeat;
	padding: 5.625rem 0;
}

.p-conv__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1315px;
}

.p-conv__title {
	width: 27.5rem;
}

.p-conv__btns {
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 3.125rem;
	width: calc(100% - 27.5rem);
}

.p-conv__btn a {
	border-radius: 0.625rem;
	font-size: 1.5rem;
	padding: 1.375rem 0;
}

.p-conv__btn span {
	font-size: 1rem;
	margin-bottom: 0.625rem;
}

.p-footer {
	padding-bottom: 4.0625rem;
}

.p-footer__inner.l-inner {
	max-width: 860px;
	position: relative;
}

.p-footer__logo {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5.9375rem;
}

.p-footer__info {
	padding-left: 8.75rem;
}

.p-footer__title {
	font-size: 1.5rem;
}

.p-footer__address {
	font-size: 1rem;
	margin-top: 1rem;
}

.p-footer__tel {
	display: inline-block;
}

.p-footer__fax {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 1.25rem;
}

.p-footer__nav {
	margin-top: 1.25rem;
	max-width: unset;
	padding-left: 8.75rem;
}

.p-footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -0.375rem;
}

.p-footer__link {
	border-bottom: none;
}

.p-footer__link a {
	padding: 0 0.375rem;
}

.p-footer__copy {
	font-size: 0.875rem;
	left: 0;
	margin-left: calc(50% - 50vw + 2.5rem);
	margin-top: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.p-form dl {
	margin-top: 1.875rem;
}

.p-form__wrap {
	gap: 3.125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-form dd input {
	border-radius: 0.375rem;
}

.p-form dd textarea {
	border-radius: 0.375rem;
	height: 11.25rem;
}

#form_submit {
	margin-top: 3.125rem;
	max-width: 9.375rem;
}

#form_submit input {
	font-size: 1rem;
	height: 2.5rem;
}

.p-header__logo {
	max-width: 30.4375rem;
	width: 30%;
}

.p-scene {
	background: url(../images/scene_bg.jpg) center center/cover no-repeat;
	padding-bottom: 5.625rem;
	padding-top: 6.25rem;
}

.p-scene__slider {
	margin: 0 auto;
	margin-top: 3.125rem;
	max-width: 46.25rem;
}

.slick-slide .u-desktop {
	display: block;
}

.slick-slide .u-mobile {
	display: none;
}

.slide-arrow {
	height: 1.875rem;
	width: 0.875rem;
}

.prev-arrow {
	left: 1.25rem;
}

.next-arrow {
	right: 1.25rem;
}

.p-scene__slider .slick-slide > div {
	margin: 0 3.75rem;
}

.p-spec {
	padding-bottom: 9.0625rem;
	padding-top: 6.25rem;
}

.p-spec__logo {
	max-width: 30.4375rem;
}

.p-spec__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-spec__img {
	max-width: calc(100% - 56.25rem);
}

.p-spec__info {
	margin-left: 3.75rem;
	margin-top: 0;
	width: 52.5rem;
}

.p-spec__info dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-spec__info dt {
	font-size: 1.125rem;
	line-height: 1.7333333333;
	width: 10.625rem;
}

.p-spec__info dd {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 1.125rem;
	margin-top: 0;
	width: calc(100% - 10.625rem);
}

.p-spec__lists {
	gap: 6.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.25rem;
	max-width: unset;
}

}

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

.p-header {
	height: 9.375rem;
}

.section-banner .inner{
	width:1280px;
	margin:100px auto;
	display: flex;
	justify-content: space-between;
}
.section-banner .inner .banner__wrapper{
	width:600px;
	position: relative;
}

.section-banner .inner .banner__wrapper .txt {
    width: 100%;
    font-size: 40px;
}


.p-header__inner.l-inner {
	max-width: unset;
	padding: 0 2.5rem;
}

.p-header__globalNav {
	display: block;
	margin-left: auto;
	width: 46.875rem;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

}

@media (min-width: 1400px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

.p-mv .p-mv__inner video {
    object-fit: contain;
}

.p-mv .p-mv__inner {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
	.buy__btn {
		width: 100%;
		height: auto;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	
}






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