/* ----------------------------------------
Reset
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

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

body {
	-webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

:where(a[href],
area,
button,
label[for],
select,
summary,
[tabindex]:not([tabindex*="-"])) {
	-ms-touch-action: manipulation;
	cursor: pointer;
	touch-action: manipulation;
}

:where(input[type=file]) {
	cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
	cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
	cursor: pointer;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
	cursor: not-allowed;
}

/* ----------------------------------------
Base
---------------------------------------- */

@font-face {
	font-family: "shin-go-bold";
	src: url("../fonts/A-OTF-ShinGoPr6-Bold.otf") format("opentype");
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	visibility: hidden;
}

html.is_fixed {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "hiragino-sans", "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
}


li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

.container {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

/* ----------------------------------------
footer
---------------------------------------- */

.footer__inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1130px;
	padding: 60px 30px 115px;
	width: 100%;
}

.footer__logo {
	margin-right: 10.2803738318%;
	margin-top: 12px;
	width: 28.9719626168%;
}

.footer-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60.7476635514%;
}

.footer-navi__menu {
	border-left: 1px solid #ccc;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 40px;
	width: 33.3333333333%;
}

.footer-navi__menu:nth-child(1) {
	border-left: none;
}

.footer-navi__item:not(:last-child) {
	margin-bottom: 5px;
}

.footer-navi__item a {
	display: block;
	padding: 5px 0;
}

.copyright {
	background-color: #333;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
	padding: 17px;
	text-align: center;
}

/* ----------------------------------------
header
---------------------------------------- */

.header {
	background-color: #fff;
	z-index: 1000;
}

.header__top-line {
	background-color: #e50012;
	height: 8px;
	width: 100%;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.4492753623%;
	padding: 23px 30px 29px;
	position: relative;
}

.header__item {
	width: 32.8502415459%;
}

.header__logo {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.header__logo a {
	display: inline-block;
}

.header__logo img {
	width: 309px;
}

.header__text {
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
}

.header__text--sp {
	display: none;
}

.header__buy-link {
	margin-left: auto;
	text-align: right;
	width: 230px;
}

.header__buy-link--sp {
	display: none;
}

.header__buy-link a {
	border: 1px solid #ccc;
	display: inline-block;
	font-family: "shin-go-bold", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 13px 23px 2px;
	text-align: center;
	width: 100%;
}

.header__buy-link img {
	margin-bottom: 5px;
	width: 100%;
}

.header-navi {
	background-color: #333;
}

.header-navi__menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 30px;
	width: 100%;
}

.header-navi__item {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 245px;
	width: 20%;
}

.header-navi__item:first-of-type {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-navi__item a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	font-weight: 800;
	height: 60px;
	justify-content: center;
}

.header-navi__img {
	margin-right: 15px;
}

.header-navi__img--repair {
	width: 24px;
}

.header-navi__img--shop {
	width: 25px;
}

.header-navi__img--beginner {
	width: 15px;
}

.header-navi__img--voice {
	width: 29px;
}

.header-navi__img--recruit {
	width: 28px;
}

.hamburger {
	background-color: #333;
	border: none;
	border-radius: 5px;
	display: none;
	height: 40px;
	min-width: 40px;
	position: relative;
	width: 40px;
}

.hamburger__line {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.3s;
	background-color: #e50012;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 25px;
}

.hamburger__line::before,
.hamburger__line::after {
	-webkit-transition: 0.3s;
	background-color: #e50012;
	content: "";
	display: block;
	height: inherit;
	position: absolute;
	transition: 0.3s;
	width: inherit;
}

.hamburger__line::before {
	top: -8px;
}

.hamburger__line::after {
	top: 8px;
}

.is_active .header-navi {
	opacity: 1;
	visibility: visible;
}

.is_active .header-navi .container {
	right: 0;
}

.is_active .hamburger__line {
	background-color: transparent;
}

.is_active .hamburger__line::before {
	-webkit-transform: rotate(-45deg);
	top: 0;
	transform: rotate(-45deg);
}

.is_active .hamburger__line::after {
	-webkit-transform: rotate(45deg);
	top: 0;
	transform: rotate(45deg);
}

/* ----------------------------------------
button
---------------------------------------- */

.button-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	align-items: center;
	background-color: #e50012;
	border: 3px solid #333;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	height: 68px;
	justify-content: center;
	user-select: none;
	width: 380px;
}

.button:hover {
	opacity: 0.7;
}

.button img {
	margin-left: 20px;
	width: 14px;
}

/* ----------------------------------------
case-list
---------------------------------------- */

.case-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 3.8461538462%;
	justify-content: center;
	margin-bottom: 20px;
}

.case-list__item {
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.03);
	margin-bottom: 40px;
	overflow: hidden;
	padding-top: 35px;
	width: 48.0769230769%;
}

.case-list__item.case-list__dummy {
	height: 0;
	margin: 0;
	padding: 0;
}

.case-list__meta {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	line-height: 1;
	margin: 0 35px 15px;
}

.case-list__tag {
	background-color: #e50012;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 5px 18px;
}

.case-list__shop {
	background-color: #333;
}

.case-list__date {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
}

.case-list__heading {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 35px;
}

.case-list__img {
	margin: 0 auto 20px;
	width: 260px;
}

.case-list__desc {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 2;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0 35px;
}

.case-list__more {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f8f8f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	height: 68px;
	justify-content: center;
}

.case-list__more img {
	margin-left: 5px;
	width: 14px;
}

/* ----------------------------------------
cta
---------------------------------------- */

.cta {
	background-color: #666;
	font-family: "shin-go-bold", sans-serif;
	padding: 60px 0 75px;
	position: relative;
}

.cta__img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	mix-blend-mode: color-burn;
	object-fit: cover;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
}

.cta__body {
	position: relative;
	z-index: 10;
}

.cta__heading {
	color: #fff;
	font-size: 4.8rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(57 / 48);
	margin-bottom: 25px;
	text-align: center;
}

.cta__button-area {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.cta__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 4px solid #333;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.1rem;
	height: 70px;
	justify-content: center;
	padding: 0 20px;
	width: 360px;
}

.cta__icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e50012;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	justify-content: center;
	margin-right: 10px;
	width: 38px;
}

.cta__icon--shop {
	width: 19px;
}

.cta__icon--repair {
	width: 16px;
}

/* ----------------------------------------
device-list
---------------------------------------- */

.list-area {
	background-color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	max-width: 1200px;
	padding: 35px 55px 50px;
	width: 100%;
}

.list-area__title {
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-size: 2.8rem;
	margin-bottom: 35px;
	text-align: center;
}

.device-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.8348623853%;
	justify-content: center;
}

.device-list__container {
	width: 32.1100917431%;
}

.device-list__heading {
	border-bottom: 3px solid #ffe85a;
	font-size: 1.8rem;
	margin-bottom: 25px;
	padding-bottom: 8px;
	text-align: center;
}

.device-list__contents {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 8px;
	justify-content: center;
}

.device-list__item {
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	width: calc((100% - 8px) / 2);
}

.device-list__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	gap: 10px;
	height: 80px;
	padding: 0 20px 0 10px;
	width: 100%;
}

.device-list__img {
	max-width: 50px;
	width: 29.4117647059%;
}

.device-list__name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

/* ----------------------------------------
form
---------------------------------------- */

.form {
	background-color: #fff;
	border: 3px solid #333;
	border-radius: 30px;
	margin: 0 auto;
	max-width: 1160px;
	padding: 60px 110px 50px;
	width: 100%;
}

.form__list {
	margin-bottom: 30px;
}

.form__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}

.form__container:not(:first-child) {
	margin-top: 20px;
}

.form dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	padding-top: 13px;
	width: 250px;
}

.form__required {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e50012;
	border-radius: 100px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	font-weight: 600;
	height: 23px;
	justify-content: center;
	width: 50px;
}

.form__label {
	font-weight: 600;
}

.form dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.form__input,
.form__textarea {
	border: 2px solid #dbdbdb;
	border-radius: 3px;
	font-weight: 600;
	line-height: calc(21 / 16);
	padding: 13px 20px;
	width: 100%;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
	color: #ccc;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
	color: #ccc;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
	color: #ccc;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
	color: #ccc;
}

.form__input::placeholder,
.form__textarea::placeholder {
	color: #ccc;
}

.form__textarea {
	height: 250px;
	resize: none;
}

.form__consent {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	display: block;
	font-weight: 400;
	line-height: calc(30 / 16);
	margin: 0 auto 60px;
	padding-left: 55px;
	position: relative;
	user-select: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.form__consent::before,
.form__consent::after {
	content: "";
	display: block;
	position: absolute;
}

.form__consent::before {
	-webkit-transform: translateY(-50%);
	border: 1px solid #707070;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.form__consent::after {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease 0s;
	border-bottom: 5px solid #333;
	border-left: 5px solid #333;
	height: 12px;
	left: 0;
	opacity: 0;
	top: 5px;
	transform: rotate(-45deg);
	transition: all 0.2s ease 0s;
	width: 20px;
}

.form__consent:has(.form__check:checked)::after {
	opacity: 1;
}

.form__consent a {
	color: #006dcb;
	text-decoration: underline;
}

.form__check {
	display: none;
}

.form .button.is_disabled {
	pointer-events: none;
}

.wpcf7-response-output {
	display: none;
}

/* ----------------------------------------
linear-navigation
---------------------------------------- */

.linear-navigation {
	height: 48px;
	position: relative;
}

.linear-navigation__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #e50012;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	height: 48px;
	width: 200px;
}

.linear-navigation__item--prev,
.linear-navigation__item--next {
	position: absolute;
	top: 0;
}

.linear-navigation__item--prev::before,
.linear-navigation__item--next::before {
	-webkit-transform: translateY(-50%);
	border-style: solid;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.linear-navigation__item--prev {
	left: 0;
	padding-left: 75px;
}

.linear-navigation__item--prev::before {
	border-color: transparent #e50012 transparent transparent;
	border-width: 5px 8px 5px 0;
	left: 20px;
}

.linear-navigation__item--next {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	padding-right: 75px;
	right: 0;
}

.linear-navigation__item--next::before {
	border-color: transparent transparent transparent #e50012;
	border-width: 5px 0 5px 8px;
	right: 20px;
}

/* ----------------------------------------
menu-list
---------------------------------------- */

.menu-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5714285714%;
	justify-content: center;
	margin-bottom: 30px;
}

.menu-list__wrapper {
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

.menu-list__heading {
	border-bottom: 3px solid #333;
	font-family: "shin-go-bold", sans-serif;
	font-size: 3.4rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 2;
	margin-bottom: 60px;
	text-align: center;
}

.menu-list__item {
	background-color: #333;
	border-radius: 20px;
	margin-bottom: 40px;
	max-width: 250px;
	width: 22.3214285714%;
}

.menu-list__item a {
	display: block;
	height: 100%;
	padding: 20px 0;
}

.menu-list__img {
	margin: 0 auto 15px;
	width: 122px;
}

.menu-list__img--switch {
	aspect-ratio: 1;
	margin-bottom: 35px;
	margin-top: 19px;
	width: 120px;
}

.menu-list__img--ipad {
	aspect-ratio: 99/121.67;
	margin-bottom: 33px;
	margin-top: 19px;
	width: 99px;
}

.menu-list__img--android {
	aspect-ratio: 1;
	margin-bottom: 35px;
	margin-top: 19px;
	width: 120px;
}

.menu-list__img--macbook {
	aspect-ratio: 166.12/94.2;
	margin-bottom: 45px;
	margin-top: 34px;
	width: 166.12px;
}

.menu-list__title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(24 / 18);
	margin-bottom: 10px;
	text-align: center;
}

.menu-list__more {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffe85a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-weight: 900;
	justify-content: center;
}

.menu-list__more img {
	margin-left: 5px;
	margin-top: -2px;
	width: 14px;
}

/* ----------------------------------------
others
---------------------------------------- */

/* ----------------------------------------
br
---------------------------------------- */

br + * {
	margin-left: -0.2em;
}

.br--sp {
	display: none;
}

.br--md {
	display: none;
}

.br--only-md {
	display: none;
}

/* ----------------------------------------
text
---------------------------------------- */

span + .ml-0_2em {
	margin-left: -0.2em;
}

.text-inline-block {
	display: inline-block;
}

/* ----------------------------------------
page-head
---------------------------------------- */

.page-head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ea3341), to(#ff727d));
	background: linear-gradient(#ea3341 0%, #ff727d 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	min-height: 260px;
	padding: 20px;
	position: relative;
	z-index: 0;
}

.page-head--ribbon::after {
	background-image: url(../img/page-head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: lighten;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.page-head__title {
	color: #fff;
	font-family: "shin-go-bold", sans-serif;
	font-size: 3.4rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(46 / 34);
	text-align: center;
}

.page-head__icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 122px;
	justify-content: center;
	margin: 0 auto 15px;
	width: 122px;
}

.page-head__img {
	width: 50px;
}

.page-head__img--menu {
	width: 53px;
}

.page-head__img--shop {
	width: 61px;
}

.page-head__img--flow {
	width: 42px;
}

/* ----------------------------------------
page-head-thin
---------------------------------------- */

.page-head-thin {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ea3341), to(#ff727d));
	background: linear-gradient(#ea3341 0%, #ff727d 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	min-height: 130px;
	padding: 20px;
	position: relative;
	z-index: 0;
}

.page-head-thin--ribbon::after {
	background-image: url(../img/page-head-thin.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: lighten;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.page-head-thin__title {
	color: #fff;
	text-align: center;
}

.page-head-thin__title--ja {
	font-size: 3.4rem;
	font-weight: 800;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(46 / 34);
	margin-bottom: 5px;
}

.page-head-thin__title--en {
	font-family: "din-2014", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: calc(60 / 1000 * 1em);
	line-height: calc(25 / 20);
}

/* ----------------------------------------
article-head
---------------------------------------- */

.article-head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ea3341), to(#ff727d));
	background: linear-gradient(#ea3341 0%, #ff727d 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	min-height: 220px;
	padding: 20px;
	position: relative;
	z-index: 0;
}

.article-head::after {
	background-image: url(../img/article-head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: lighten;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.article-head__inner {
	width: 1000px;
}

.article-head__title {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(42 / 28);
	margin-bottom: 15px;
	text-align: center;
}

.article-head__meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	justify-content: center;
	line-height: 1;
}

.article-head__tag {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	font-weight: 600;
	height: 32px;
	justify-content: center;
	padding: 0 22px;
}

.article-head__shop {
	background-color: #333;
	color: #fff;
}

.article-head__date {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
}

/* ----------------------------------------
pagenation
---------------------------------------- */

.pagenation {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.page-numbers {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #e50012;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: oswald, sans-serif;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.page-numbers.current,
.page-numbers.prev,
.page-numbers.next {
	background-color: #e50012;
	color: #fff;
}

.page-numbers.prev::before,
.page-numbers.next::before {
	border-style: solid;
	content: "";
	display: block;
	height: 0;
	width: 0;
}

.page-numbers.prev::before {
	border-color: transparent #fff transparent transparent;
	border-width: 5px 8px 5px 0;
}

.page-numbers.next::before {
	border-color: transparent transparent transparent #fff;
	border-width: 5px 0 5px 8px;
}

.page-numbers.dots {
	background-color: transparent;
	border: none;
	font-family: "hiragino-sans", "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 300;
	width: 22px;
}

/* ----------------------------------------
price-table
---------------------------------------- */

.price-table {
	border-spacing: 5px;
	width: 100%;
}

.price-table:not(:last-child) {
	/*border-bottom: 3px solid #ddd;*/
	margin-bottom: 20px;
	padding-bottom: 80px;
}

.price-table__title {
	font-size: 3.8rem;
	font-weight: 600;
	margin-bottom: 40px;
}

.price-table__title--sm {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: -15px;
	margin-top: 5px;
}

.price-table__head {
	background-color: #e50012;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	height: 47px;
}

.price-table__item {
	background-color: #fff;
	letter-spacing: calc(50 / 1000 * 1em);
	text-align: center;
}

.price-table__item td {
	padding: 17px 0;
}

.price-table__model {
	font-size: 1.8rem;
	font-weight: 600;
	width: 45.0980392157%;
}

.price-table__model a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 93px;
	justify-content: center;
}

.price-table__price {
	color: #e50012;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
	width: 23.5294117647%;
}

.price-table__price--undecided {
	color: #666;
	font-family: "Oswald", sans-serif;
	font-size: 1.8rem;
}

.price-table__remarks {
	font-size: 1.3rem;
	width: 30.3921568627%;
}

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

.shop-info {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-flex-wrap: wrap;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 5.0847457627%;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.shop-info__item {
	background-color: #fff;
	border: 3px solid #333;
	border-radius: 20px;
	max-width: 560px;
	overflow: hidden;
	width: 47.4576271186%;
}

.shop-info__media {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	padding-top: 25px;
}

.shop-info__img {
	-o-object-fit: cover;
	aspect-ratio: 200/140;
	margin-left: 7.2202166065%;
	margin-right: 5.4151624549%;
	object-fit: cover;
	width: 36.1010830325%;
}

.shop-info__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 3.6101083032%;
}

.shop-info__name {
	font-size: 2rem;
	font-weight: 600;
	line-height: calc(28 / 20);
	margin-bottom: 10px;
}

.shop-info__desc {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	font-weight: 300;
	gap: 8px;
	margin-bottom: 5px;
}

.shop-info__desc img {
	margin-top: 2px;
}

.shop-info__desc--tel {
	width: 15px;
}

.shop-info__desc--address {
	margin-left: 1.5px;
	width: 12px;
}

.shop-info__desc--time {
	width: 15px;
}

.shop-info__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-info__bottom a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	height: 62px;
	justify-content: center;
	width: 50%;
}

.shop-info__bottom a:nth-child(1) {
	background-color: #ea3341;
	width: 63%;
}

.shop-info__bottom a:nth-child(2) {
	background-color: #333;
	width: 37.1%;
}

.shop-info__bottom img {
	margin-left: 15px;
	width: 14px;
}

/* ----------------------------------------
sidebar
---------------------------------------- */

.sidebar {
	max-width: 330px;
	width: 29.203539823%;
}

.sidebar__heading {
	color: #e50012;
	font-family: "din-2014", sans-serif;
	font-size: 4rem;
	font-style: italic;
	letter-spacing: calc(60 / 1000 * 1em);
	line-height: calc(51 / 40);
	margin-bottom: 30px;
}

/* ----------------------------------------
news-side
---------------------------------------- */

.news-side__item {
	border-bottom: 1px solid #eee;
	font-weight: 600;
	position: relative;
}

.news-side__item::before {
	background-color: #999;
	content: "";
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 6px;
}

.news-side__item:not(:first-child)::before {
	top: 34px;
}

.news-side__item:not(:first-child) a {
	padding-top: 25px;
}

.news-side__item a {
	display: block;
	padding-bottom: 25px;
	padding-left: 20px;
}

/* ----------------------------------------
case-side
---------------------------------------- */

.case-side .device-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 80px;
}

.case-side .device-list__container {
	width: 100%;
}

.case-side .device-list__heading {
	border-bottom-color: #f0f0f0;
}

.case-side .device-list__item {
	width: 100%;
}

.case-side .device-list__item a {
	gap: 20px;
}

.case-side .device-list__name {
	text-align: left;
}

/* ----------------------------------------
tab
---------------------------------------- */

.tab__switch {
	display: none;
}

.tab__switch:checked + .tab__label {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #fff199;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tab__switch:checked + .tab__label--circle::before {
	border-color: #333;
}

.tab__switch:checked + .tab__label--triangle::before {
	background-color: #333;
}

.tab__switch:checked + .tab__label--line::before {
	border-top-color: #333;
}

.tab__switch:checked + .tab__label--cross::before,
.tab__switch:checked + .tab__label--cross::after {
	background-color: #333;
}

.tab__label-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	justify-content: center;
}

.tab__label {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	align-items: center;
	border-radius: 15px 15px 0px 0px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 70px;
	justify-content: center;
	width: 140px;
}

.tab__label::before {
	content: "";
	display: block;
}

.tab__label--circle::before {
	aspect-ratio: 1;
	border: 3px solid #aaa;
	border-radius: 50%;
	width: 25px;
}

.tab__label--triangle::before {
	--b: 5px; /* control the border thickness */
	aspect-ratio: 1/0.8660254038;
	background-color: #aaa;
	clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b) * 0.8660254038) calc(100% - var(--b) / 2), calc(100% - var(--b) * 0.8660254038) calc(100% - var(--b) / 2), 50% var(--b));
	width: 21.5px;
}

.tab__label--line::before {
	border-top: 3px solid #aaa;
	height: 0;
	width: 16px;
}

.tab__label--cross::before {
	-webkit-transform: translateX(50%) rotate(45deg);
	background-color: #aaa;
	height: 3px;
	transform: translateX(50%) rotate(45deg);
	width: 17px;
}

.tab__label--cross::after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	background-color: #aaa;
	content: "";
	display: block;
	height: 3px;
	transform: translateX(-50%) rotate(-45deg);
	width: 17px;
}

.tab__content {
	-webkit-transform: translateX(-200%);
	-webkit-transition: -webkit-transform 0.4s;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	height: 0;
	opacity: 0;
	order: -1;
	transform: translateX(-200%);
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	visibility: hidden;
}

.tab__label-wrapper:has(#tab01:checked) ~ .tab__contents #tab_content01,
.tab__label-wrapper:has(#tab02:checked) ~ .tab__contents #tab_content02,
.tab__label-wrapper:has(#tab03:checked) ~ .tab__contents #tab_content03,
.tab__label-wrapper:has(#tab04:checked) ~ .tab__contents #tab_content04 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-transform: translateX(0);
	height: auto;
	opacity: 1;
	order: 1;
	transform: translateX(0);
	visibility: visible;
}

.tab__label-wrapper:has(#tab01:checked) ~ .tab__contents #tab_content01 ~ .tab__content,
.tab__label-wrapper:has(#tab02:checked) ~ .tab__contents #tab_content02 ~ .tab__content,
.tab__label-wrapper:has(#tab03:checked) ~ .tab__contents #tab_content03 ~ .tab__content,
.tab__label-wrapper:has(#tab04:checked) ~ .tab__contents #tab_content04 ~ .tab__content {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

/* ----------------------------------------
title
---------------------------------------- */

.title {
	font-family: "shin-go-bold", sans-serif;
	font-size: 3.4rem;
	line-height: 2;
	margin-bottom: 30px;
	text-align: center;
}

.title__icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e50012;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 122px;
	justify-content: center;
	margin: 0 auto 10px;
	width: 122px;
}

.title__icon img {
	width: 53px;
}

.section-title {
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 1020px;
	text-align: center;
	width: 100%;
}

.section-title--en {
	color: #e50012;
	font-family: "din-2014", sans-serif;
	font-size: 10rem;
	font-style: italic;
	line-height: 1;
}

.section-title--ja {
	background-color: #333;
	border-radius: 20px;
	color: #fff;
	font-family: "shin-go-bold", sans-serif;
	font-size: 3.2rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 2;
	margin-top: -15px;
}

/* ----------------------------------------
archive-case
---------------------------------------- */

.archive-case {
	background-color: #f0f0f0;
}

.archive-case__inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 60px 30px 120px;
	width: 100%;
}

.archive-case .list-area {
	margin-bottom: 80px;
}

/* ----------------------------------------
archive-news
---------------------------------------- */

.archive-news {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7.0796460177%;
	margin: 0 auto;
	max-width: 1190px;
	padding: 40px 30px 140px;
	width: 100%;
}

/* ----------------------------------------
archive-news-main
---------------------------------------- */

.archive-news-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.archive-news-main__list {
	margin-bottom: 60px;
}

.archive-news-main__item {
	border-bottom: 1px solid #eee;
}

.archive-news-main__item:not(:first-child) a {
	padding-top: 40px;
}

.archive-news-main__item a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6.9444444444%;
	justify-content: center;
	padding-bottom: 40px;
}

.archive-news-main__img {
	width: 33.3333333333%;
}

.archive-news-main__img img {
	-o-object-fit: cover;
	aspect-ratio: 240/160;
	object-fit: cover;
	width: 100%;
}

.archive-news-main__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.archive-news-main__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 10px;
	overflow: hidden;
}

.archive-news-main__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	line-height: 1;
	margin-bottom: 15px;
}

.archive-news-main__tag {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e50012;
	border-radius: 100px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	font-weight: 600;
	height: 23px;
	justify-content: center;
	padding: 0 12px;
}

.archive-news-main__shop {
	background-color: #333;
}

.archive-news-main__date {
	font-size: 1.2rem;
	font-weight: 300;
}

.archive-news-main__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.3rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(24 / 13);
	overflow: hidden;
}

/* ----------------------------------------
article
---------------------------------------- */

.article-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5%;
	justify-content: center;
	padding: 80px 30px 140px;
}

.article-main {
	width: 65%;
}

.article-main__eyecatch {
	margin-bottom: 80px;
	width: 100%;
}

.article-main__contents {
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	padding-bottom: 80px;
}

.article-main__contents > *:last-child {
	margin-bottom: 0;
}

.article-main__contents h2 {
	border-left: 5px solid #e50012;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(44 / 28);
	margin-bottom: 40px;
	padding-left: 10px;
}

.article-main__contents h3 {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(36 / 24);
	margin-bottom: 40px;
	padding: 18px 30px;
}

.article-main__contents img {
	margin: 0 auto 40px;
	width: 77.7777777778%;
}

.article-main__contents p {
	font-weight: 300;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(38 / 16);
	margin-bottom: 80px;
}

.article-main__contents p:has(+ p) {
	margin-bottom: 40px;
}

.article-before-after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5.5741360089%;
	margin-bottom: 80px;
	position: relative;
}

.article-before-after::after {
	-webkit-transform: translate(-50%, -50%);
	border-color: transparent transparent transparent #e50012;
	border-style: solid;
	border-width: 26px 0 26px 18px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: calc((100% - 40px) / 2);
	transform: translate(-50%, -50%);
	width: 0;
}

.article-before-after__img-area {
	width: 47.2129319955%;
}

.article-before-after__img-area img {
	-o-object-fit: cover;
	margin-bottom: 10px;
	object-fit: cover;
	width: 100%;
}

.article-before-after__img-area p {
	color: #e50012;
	font-family: "din-2014", sans-serif;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: bold;
	letter-spacing: calc(60 / 1000 * 1em);
	line-height: calc(40 / 32);
	text-align: center;
}

/* ----------------------------------------
company
---------------------------------------- */

.company {
	background-color: #f8f8f8;
	padding: 60px 30px 80px;
}

.company-list {
	background-color: #fff;
	border: 3px solid #333;
	border-radius: 30px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: calc(100 / 1000 * 1em);
	margin: 0 auto;
	max-width: 1120px;
	padding: 60px 110px;
	width: 100%;
}

.company-list__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	padding: 0 40px;
}

.company-list__container:not(:first-child) {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.company-list__container:not(:last-child) {
	padding-bottom: 30px;
}

.company-list__title {
	border-left: 5px solid #e50012;
	padding-left: 20px;
	width: 150px;
}

.company-list__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

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

.contact-intro {
	background-color: #f8f8f8;
	padding: 60px 30px 90px;
}

.contact-intro__text {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 2;
	margin-bottom: 70px;
	text-align: center;
}

.contact-intro__text a {
	color: #006dcb;
	text-decoration: underline;
}

.contact-intro__text .text-inline-block {
	margin-left: -0.333em;
}

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

.contact-shop {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-flex-wrap: wrap;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 7.1721311475%;
	margin: 0 auto;
	max-width: 976px;
	width: 100%;
}

.contact-shop__item {
	max-width: 456px;
	width: 46.4139344262%;
}

.contact-shop__heading {
	font-family: "shin-go-bold", sans-serif;
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}

.contact-shop__body {
	border: 3px solid #333;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 25px;
}

.contact-shop__name {
	font-size: 2.1rem;
	margin-bottom: 20px;
	padding: 0 25px;
	text-align: center;
}

.contact-shop__img {
	margin: 0 25px 25px;
}

.contact-shop__img img {
	-o-object-fit: cover;
	aspect-ratio: 2/1;
	object-fit: cover;
	width: 100%;
}

.contact-shop__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e50012;
	border: 4px solid #333;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto 15px;
	max-width: 380px;
	padding: 5px 15px;
	width: 90%;
}

.contact-shop__tel-icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	justify-content: center;
	margin-right: 15px;
	width: 50px;
}

.contact-shop__tel-icon img {
	width: 32px;
}

.contact-shop__tel-text {
	color: #fff;
	text-align: center;
}

.contact-shop__tel-text--lg {
	font-family: "din-2014", sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: calc(40 / 32);
}

.contact-shop__tel-text--sm {
	font-size: 1.7rem;
	font-weight: 800;
	letter-spacing: calc(-50 / 1000 * 1em);
	line-height: calc(22 / 17);
}

.contact-shop__time {
	margin-bottom: 15px;
	padding: 0 25px;
	text-align: center;
}

.contact-shop__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
}

.contact-shop__line {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1ed57a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "shin-go-bold", sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
	justify-content: center;
	width: 60%;
}

.contact-shop__line img {
	margin-right: 25px;
	width: 33px;
}

.contact-shop__detail {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	font-weight: 600;
	justify-content: center;
	width: 40%;
}

.contact-shop__detail img {
	margin-left: 10px;
	width: 14px;
}

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

.contact-form {
	background-color: #666;
	padding: 40px 30px 100px;
}

/* ----------------------------------------
flow
---------------------------------------- */

.flow {
	background-color: #f8f8f8;
	padding: 45px 30px 120px;
}

.flow__list {
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

.flow__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	border: 3px solid #333;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5.0301810865%;
	padding: 30px 60px;
	position: relative;
}

.flow__item:not(:last-child) {
	margin-bottom: 50px;
}

.flow__item:not(:last-child)::after {
	-webkit-transform: translateX(-50%);
	border-color: #e50012 transparent transparent transparent;
	border-style: solid;
	border-width: 40px 100px 0 100px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	top: calc(100% + 3px);
	transform: translateX(-50%);
	width: 0;
	z-index: 1;
}

.flow__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flow__img {
	width: 38%;
}

.flow__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 38/15;
	object-fit: cover;
	object-position: center;
}

.flow__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flow__heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3rem;
	font-weight: 600;
	gap: 15px;
	line-height: calc(54 / 30);
	margin-bottom: 15px;
}

.flow__num {
	color: #e50012;
	font-family: "din-2014", sans-serif;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: calc(62 / 48);
}

.flow__desc {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: calc(20 / 1000 * 1em);
	line-height: calc(38 / 18);
}

/* ----------------------------------------
flow-movie
---------------------------------------- */

.flow-movie {
	background-color: rgba(229, 0, 18, 0.4);
	padding: 80px 30px 120px;
}

.flow-movie__heading {
	font-family: "shin-go-bold", sans-serif;
	letter-spacing: calc(50 / 1000 * 1em);
	margin-bottom: 45px;
	text-align: center;
}

.flow-movie__heading--sub {
	font-size: 2.4rem;
	line-height: 2;
}

.flow-movie__heading--main {
	color: #ffb100;
	font-size: 6rem;
	line-height: calc(72 / 60);
}

.flow-movie__contents {
	aspect-ratio: 1000/561;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.flow-movie__contents iframe {
	height: 100%;
	width: 100%;
}

/* ----------------------------------------
menu
---------------------------------------- */

.menu {
	background-color: #ffe85a;
	padding: 60px 30px 120px;
}

.menu__text {
	font-weight: 600;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(34 / 16);
	margin: 0 auto 50px;
	max-width: 1120px;
	text-align: center;
	width: 100%;
}

.menu-br--sp {
	display: none;
}

.menu-br--under-md {
	display: none;
}

/* ----------------------------------------
price-detail
---------------------------------------- */

.price-detail {
	padding-top: 80px;
}

.price-detail__inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
	width: 100%;
}

.price-detail__img {
	margin: 0 auto 35px;
	width: 388px;
}

.price-detail__title {
	font-family: 600;
	font-size: 3.6rem;
	margin-bottom: 50px;
	text-align: center;
}

.price-detail__heading {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.price-detail__contents {
	background-color: #fff199;
	overflow: hidden;
	position: relative;
}

.price-detail__contents .price-detail__inner {
	background-image: url(../img/price-detail-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 20px 70px;
}

/* ----------------------------------------
price-precautions
---------------------------------------- */

.price-precautions {
	padding: 100px 30px;
}

.price-precautions__inner {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
}

.price-precautions__title {
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: calc(100 / 1000 * 1em);
	margin-bottom: 30px;
}

.price-precautions__list li {
	color: #666;
	font-weight: 300;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 1.7;
	padding-left: 24px;
	position: relative;
}

.price-precautions__list li::before {
	background-color: #ffdb00;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 8px;
}

.price-precautions__list li:not(:last-child) {
	margin-bottom: 15px;
}

/* ----------------------------------------
price-head
---------------------------------------- */

.price-head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffe85a;
	background-image: url(../img/page-head_price.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 50px 20px;
}

.price-head__title {
	text-align: center;
}

.price-head__title--en {
	color: #e50012;
	font-family: "din-2014", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: calc(60 / 1000 * 1em);
	line-height: calc(25 / 20);
	margin-bottom: 10px;
}

.price-head__title--ja {
	font-size: 4.8rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(64 / 48);
}

.price-head__bottom {
	background-color: #e50012;
	padding: 13px 20px;
}

.price-head__text {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	text-align: center;
}

.price-head__text--em {
	font-size: 2.6rem;
}

.price-head__text .text-inline-block + .text-inline-block {
	margin-left: -0.333em;
}

/* ----------------------------------------
price-intro
---------------------------------------- */

.price-intro {
	font-family: "shin-go-bold", sans-serif;
	padding: 50px 20px 80px;
}

.price-intro__top {
	margin: 0 auto 30px;
	width: 300px;
}

.price-intro__title {
	color: #e50012;
	font-size: 4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	margin-bottom: 25px;
	text-align: center;
}

.price-intro__contents {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	background-color: #e50012;
	border-radius: 20px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 33px 70px;
	position: relative;
	width: 840px;
}

.price-intro__list {
	padding-right: 5.7142857143%;
}

.price-intro__list:not(:first-child) {
	border-left: 1px dashed #fff;
	padding-left: 5.7142857143%;
}

.price-intro__item {
	background-image: url(../img/icon_check-white.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	background-size: 22px;
	font-size: 2.2rem;
	letter-spacing: calc(100 / 1000 * 1em);
	padding-left: 42px;
}

.price-intro__item:not(:first-child) {
	margin-top: 15px;
}

.price-intro__img {
	position: absolute;
	right: -100px;
	top: 0;
	width: 340px;
	z-index: 5;
}

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

.price-top {
	background-color: #f4f4f4;
	background-image: url(../img/price-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 20px;
}

.price-top__inner {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
}

.price-top__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 1.9607843137%;
	justify-content: center;
	margin-bottom: 35px;
}

.price-top__item {
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	height: 52px;
	margin-bottom: 20px;
	min-width: 180px;
	width: 23.5294117647%;
}

.price-top__item.is_hidden {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
}

.price-top__item a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.price-top__item--dummy {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 0;
	margin-bottom: 0;
}

.price-top__more {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: unset;
	border: none;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	justify-content: center;
	margin: 0 auto;
	padding: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.price-top__more img {
	margin-left: 21px;
	width: 14px;
}

/* ----------------------------------------
price
---------------------------------------- */

.price {
	background-color: #fff199;
	padding: 90px 20px;
}

.price__inner {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

/* ----------------------------------------
price-bottom
---------------------------------------- */

.price-bottom {
	background-color: #ffe85a;
	background-image: url(../img/topCaseBg.png);
	background-position: center;
	padding: 60px 20px;
}

/* ----------------------------------------
privacy-policy
---------------------------------------- */

.privacypolicy {
	background-color: #f8f8f8;
	padding: 60px 30px 120px;
}

.privacypolicy__inner {
	background-color: #fff;
	border: 3px solid #333;
	border-radius: 30px;
	margin: 0 auto;
	max-width: 1120px;
	padding: 60px;
	width: 100%;
}

.privacypolicy__title {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(24 / 18);
	margin-bottom: 50px;
	padding: 13px 30px;
}

.privacypolicy__text {
	font-weight: 1.8rem;
	font-weight: 300;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(38 / 18);
}

.privacypolicy__text:not(:last-child) {
	margin-bottom: 40px;
}

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

.shop-fixed-buttons {
	position: fixed;
	right: 0;
	top: 263px;
	z-index: 100;
}

.shop-fixed-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: center;
	background-color: #333;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 1.7rem;
	font-weight: bold;
	height: 120px;
	justify-content: center;
	margin-left: auto;
	text-align: center;
	width: 120px;
}

.shop-fixed-button:not(:last-child) {
	background-color: #e50012;
	margin-bottom: 10px;
}

.shop-fixed-button__icon--price {
	margin-bottom: 5px;
	width: 58px;
}

.shop-fixed-button__icon--access {
	margin-bottom: 8px;
	width: 32px;
}

.shop-detail {
	background-color: #ffe85a;
	padding: 50px 30px 100px;
	position: relative;
}

.shop-detail__bg {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	mix-blend-mode: color-burn;
	object-fit: cover;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
}

.shop-detail__inner {
	position: relative;
	z-index: 10;
}

.shop-detail__heading {
	text-align: center;
}

.shop-detail__heading--sm {
	background-color: #fff;
	border-radius: 100px;
	display: inline-block;
	font-size: 2.1rem;
	line-height: calc(28 / 21);
	margin-bottom: 36px;
	padding: 10px 44px;
}

.shop-detail__heading--lg {
	font-size: 5.8rem;
	line-height: calc(78 / 58);
	margin-bottom: 30px;
}

.shop-detail__contents {
	background-color: #fff;
	border: 3px solid #333;
	border-radius: 30px;
	margin: 0 auto;
	max-width: 1120px;
	padding: 49px 82px 0;
	width: 100%;
}

.shop-detail__catch {
	letter-spacing: calc(50 / 1000 * 1em);
	margin-bottom: 45px;
	text-align: center;
}

.shop-detail__catch--lg {
	color: #e50012;
	font-size: 2.8rem;
	line-height: calc(38 / 28);
}

.shop-detail__catch--sm {
	font-size: 1.8rem;
	line-height: calc(38 / 18);
}

.shop-detail__catch--em {
	color: #e50012;
}

.shop-detail__info {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6.5217391304%;
	margin-bottom: 90px;
	padding: 0 15px;
}

.shop-detail__img {
	width: 38.0434782609%;
}

.shop-detail__img img {
	-o-object-fit: cover;
	aspect-ratio: 7/4;
	object-fit: cover;
}

.shop-detail__list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bold;
}

.shop-detail__list dt {
	border-left: 5px solid #e50012;
	padding-left: 15px;
	width: 125px;
}

.shop-detail__list dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.shop-detail__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-detail__container:not(:first-child) {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.shop-detail__container:not(:last-child) {
	padding-bottom: 30px;
}

.shop-detail .shop-cta {
	border: none;
	border-radius: 0;
	border-top: 3px solid #333;
}

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

.shop-price {
	background-color: #f8f8f8;
	padding: 80px 30px 100px;
}

.shop-price__inner {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
}

.shop-price__links {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e50012;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.shop-price__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.2rem;
	font-weight: 600;
	gap: 25px;
	height: 80px;
	line-height: calc(30 / 22);
	padding: 0 50px;
}

.shop-price__link:not(:first-child) {
	position: relative;
}

.shop-price__link:not(:first-child)::after {
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	content: "";
	display: block;
	height: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.shop-price__link img {
	width: 14px;
}

/* ----------------------------------------
shop-detail-cta
---------------------------------------- */

.shop-detail-cta {
	background-color: #e50012;
	padding: 45px 30px;
	position: relative;
}

.shop-detail-cta__bg {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	mix-blend-mode: color-burn;
	object-fit: cover;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
}

.shop-detail-cta__inner {
	position: relative;
	z-index: 10;
}

.shop-cta {
	background-color: #fff;
	border: 4px solid #333;
	border-radius: 40px;
	margin: 0 auto;
	max-width: 1000px;
	padding: 50px;
	text-align: center;
	width: 100%;
}

.shop-cta__title {
	font-size: 3.8rem;
	line-height: calc(48 / 38);
	margin-bottom: 35px;
	text-align: center;
}

.shop-cta__buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-bottom: 40px;
}

.shop-cta__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	justify-content: center;
	width: 340px;
}

.shop-cta__button--tel {
	background-color: #e50012;
	border: 4px solid #333;
}

.shop-cta__button--line {
	background-color: #1ed57a;
}

.shop-cta__icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	justify-content: center;
	margin-right: 18px;
	width: 50px;
}

.shop-cta__icon--tel {
	width: 32px;
}

.shop-cta__icon--line {
	margin-right: 45px;
	width: 33px;
}

.shop-cta__button-text {
	font-weight: bold;
	text-align: center;
}

.shop-cta__button-text--lg {
	color: #fff;
	font-family: "din-2014", sans-serif;
	font-size: 3.2rem;
	line-height: 1.1;
}

.shop-cta__button-text--sm {
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: calc(-50 / 1000 * 1em);
	line-height: calc(22 / 17);
}

.shop-cta__button-text--line {
	font-family: "shin-go-bold", sans-serif;
	font-size: 2.3rem;
	line-height: calc(30 / 23);
}

.shop-cta__reserve {
	font-family: "shin-go-bold", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: calc(30 / 18);
	margin: 0 auto;
}

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

.shop-access {
	background-color: #f8f8f8;
	padding: 60px 30px 140px;
}

.shop-access__img {
	aspect-ratio: 700/406;
	margin: 0 auto 60px;
	width: 700px;
}

.shop-access__text {
	font-size: 3.8rem;
	font-weight: 600;
	line-height: calc(58 / 38);
	margin-bottom: 45px;
	text-align: center;
}

.shop-access .shop-detail__contents {
	margin-bottom: 90px;
}

.shop-access__intro {
	font-size: 3.8rem;
	font-weight: 600;
	line-height: calc(58 / 38);
	margin-bottom: 45px;
	text-align: center;
}

.shop-access__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 50px;
	width: 100%;
}

.shop-access__heading {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #999;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.4rem;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(32 / 24);
	margin-bottom: 40px;
}

.shop-access__desc {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: calc(38 / 18);
	margin-bottom: 45px;
}

.shop-access__desc span {
	color: #e50012;
}

.shop-access__ticket-img {
	margin: 0 auto 80px;
	mix-blend-mode: multiply;
	width: 86.7647058824%;
}

.shop-access__quote {
	font-size: 1rem;
	text-align: right;
}

.shop-access__list {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2.9411764706%;
	margin-bottom: 70px;
}

.shop-access__list:has(.shop-access__way-img--kiba) {
	gap: 0 2.9411764706%;
}

.shop-access__item {
	width: 31.3725490196%;
}

.shop-access__way-img {
	margin-bottom: 40px;
	position: relative;
}

.shop-access__way-img img {
	aspect-ratio: 320/200;
}

.shop-access__way-img--kiba img {
	aspect-ratio: 320/400;
}

.shop-access__num {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 54/48;
	background-color: #333;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 54px;
	z-index: 10;
}

.shop-access__caption {
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: 2;
}

.shop-access__floor-map {
	margin-bottom: 100px;
}

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

.shop-map iframe {
	height: 393px;
	vertical-align: middle;
	width: 100%;
}

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

.shop {
	background-color: #f8f8f8;
	padding: 60px 30px 130px;
}

.shop__text {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 2;
	margin-bottom: 45px;
	text-align: center;
}

/* ----------------------------------------
thanks
---------------------------------------- */

.thanks-head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ea3341), to(#ff727d));
	background: linear-gradient(#ea3341 0%, #ff727d 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 130px;
	justify-content: center;
}

.thanks-head__title {
	color: #fff;
	font-family: "shin-go-bold", sans-serif;
	font-size: 3.4rem;
	letter-spacing: calc(50 / 1000 * 1em);
	text-align: center;
}

.thanks {
	background-color: #f8f8f8;
	padding: 60px 30px 120px;
}

.thanks__inner {
	background-color: #fff;
	border: 3px solid #333;
	border-radius: 30px;
	margin: 0 auto;
	max-width: 1120px;
	padding: 60px 20px 30px;
	width: 100%;
}

.thanks__text {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(38 / 18);
	margin-bottom: 70px;
	text-align: center;
}

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

/* ----------------------------------------
fv
---------------------------------------- */

.fv {
	background-color: #ffe85a;
	padding-bottom: 55px;
}

.fv__inner {
	background-image: url(../img/fvBg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	max-width: 1440px;
	padding: min(2.0833333333vw, 30px) 20px 0;
	position: relative;
	width: 100%;
	z-index: 0;
}

.fv__img {
	-o-object-fit: contain;
	left: 0;
	object-fit: contain;
	position: absolute;
	top: min(2.0833333333vw, 30px);
	width: 100%;
	z-index: -1;
}

.fv__title {
	font-family: "shin-go-bold", sans-serif;
	margin: 0 auto min(9.7222222222vw, 140px);
	position: relative;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__title::before,
.fv__title::after {
	-webkit-transform-origin: bottom;
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 120%;
	position: absolute;
	transform-origin: bottom;
	width: 6px;
}

.fv__title::before {
	-webkit-transform: rotate(-38deg);
	left: 50px;
	transform: rotate(-38deg);
}

.fv__title::after {
	-webkit-transform: rotate(38deg);
	right: 50px;
	transform: rotate(38deg);
}

.fv__title--sm {
	font-size: 2.6rem;
	margin-bottom: 15px;
}

.fv__title--lg {
	color: #e50012;
	font-size: 6.4rem;
	line-height: calc(58 / 64);
}

.fv__title--lg span {
	font-size: 4.6rem;
}

/* ----------------------------------------
top-about-head
---------------------------------------- */

.top-about-head {
	background-image: url(../img/topAbout.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 535px;
	position: relative;
}

.top-about-head::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
}

.top-about-head__overlay {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 233, 233, 0)), to(#f0f0f0));
	background: linear-gradient(rgba(233, 233, 233, 0) 0%, #f0f0f0 100%);
	height: 333px;
	left: 0;
	position: absolute;
	right: 0;
	top: 205px;
}

.top-about-head__contents {
	padding: 75px 30px 0;
	position: relative;
	z-index: 10;
}

.top-about-head__heading {
	font-family: "shin-go-bold", sans-serif;
	font-size: 5.1rem;
	line-height: calc(61 / 51);
	margin-bottom: 30px;
	text-align: center;
}

.top-about-head__text {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
}

.top-about-head__text--em {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe85a), color-stop(93%, #ffe85a), color-stop(93%, transparent));
	background: linear-gradient(transparent 60%, #ffe85a 60%, #ffe85a 93%, transparent 93%);
	color: #e50012;
	font-size: 2.8rem;
}

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

.top-about {
	background-color: #f0f0f0;
	padding-bottom: 160px;
}

.top-about__contents {
	margin-top: -80px;
}

.top-about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-about__item:not(:last-child) {
	margin-bottom: 95px;
}

.top-about__item:nth-child(odd) .top-about__img {
	margin-right: -70px;
}

.top-about__item:nth-child(odd) .top-about__body {
	margin-right: min(7.6388888889vw, 110px);
	padding-left: min(11.8055555556vw, 170px);
	padding-right: 50px;
}

.top-about__item:nth-child(even) .top-about__img {
	margin-left: -70px;
}

.top-about__item:nth-child(even) .top-about__body {
	margin-left: min(7.6388888889vw, 110px);
	padding-left: 80px;
	padding-right: min(9.7222222222vw, 140px);
}

.top-about__body {
	background-color: #fff;
	border-radius: 20px;
	max-width: 720px;
	padding-bottom: 50px;
	position: relative;
	width: 50%;
	z-index: 2;
}

.top-about__num {
	color: #e50012;
	display: block;
	font-family: "din-2014", sans-serif;
	font-size: 12.2rem;
	font-weight: bold;
	line-height: 0.3;
	margin-bottom: 50px;
}

.top-about__heading {
	font-size: 4rem;
	font-weight: 600;
	line-height: calc(54 / 40);
	margin-bottom: 25px;
}

.top-about__text {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: calc(20 / 1000 * 1em);
	line-height: calc(38 / 18);
}

.top-about__text span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe85a), color-stop(93%, #ffe85a), color-stop(93%, transparent));
	background: linear-gradient(transparent 60%, #ffe85a 60%, #ffe85a 93%, transparent 93%);
	color: #e50012;
	font-weight: 600;
}

.top-about__note {
	font-size: 1.4rem;
	letter-spacing: calc(20 / 1000 * 1em);
	line-height: calc(26 / 14);
	margin-top: 35px;
}

.top-about__img {
	margin-top: -20px;
	max-width: 680px;
	position: relative;
	width: 50%;
}

.top-about__img--main {
	aspect-ratio: 680/350;
	position: relative;
	z-index: 3;
}

.top-about__img--sub {
	-webkit-filter: blur(30px);
	aspect-ratio: 680/350;
	filter: blur(30px);
	left: 40px;
	mix-blend-mode: multiply;
	opacity: 0.8;
	position: absolute;
	top: 80px;
	z-index: 1;
}

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

.top-shop {
	background-image: url(../img/topShopBg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 30px 120px;
	position: relative;
}

.top-shop::after {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-shop__overlay {
	background-color: rgba(167, 167, 167, 0.2);
	bottom: 0;
	left: 0;
	position: absolute;
	position: absolute;
	right: 0;
	top: 0;
}

.top-shop .title {
	position: relative;
	z-index: 10;
}

.top-shop .shop-info {
	position: relative;
	z-index: 10;
}

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

.top-case {
	background-color: #ffe85a;
	background-image: url(../img/topCaseBg.png);
	background-position: center;
	padding: 80px 30px 100px;
}

.top-case__inner {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
	width: 100%;
	z-index: 10;
}

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

.top-news {
	background-color: rgba(238, 238, 238, 0.3);
	padding: 70px 30px 100px;
}

.top-news__inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-flex-wrap: wrap;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 6.0851926978%;
	justify-content: center;
	margin: 0 auto;
	max-width: 986px;
	width: 100%;
}

.top-news__title--en {
	color: #e50012;
	font-family: "din-2014", sans-serif;
	font-size: 10rem;
	font-style: italic;
	letter-spacing: calc(-62 / 1000 * 1em);
	line-height: calc(127 / 100);
	padding-right: 15px;
}

.top-news__title--ja {
	color: #666;
	font-family: "shin-go-bold", sans-serif;
	font-size: 2.4rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 2;
	text-align: right;
}

.top-news__contents {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.top-news__item {
	border-top: 1px solid #eee;
	padding-bottom: 32px;
	padding-top: 40px;
}

.top-news__item:last-child {
	border-bottom: 1px solid #eee;
}

.top-news__heading {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 15px;
	overflow: hidden;
}

.top-news__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.3rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(24 / 13);
	margin-bottom: 20px;
	overflow: hidden;
}

.top-news__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	line-height: 1;
}

.top-news__tag {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e50012;
	border-radius: 100px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	font-weight: 600;
	height: 23px;
	justify-content: center;
	padding: 0 12px;
}

.top-news__shop {
	background-color: #333;
}

.top-news__date {
	font-size: 1.2rem;
	font-weight: 300;
}

.top-news__more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 2;
	margin-left: auto;
	margin-top: 25px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.top-news__more img {
	margin-left: 5px;
	width: 14px;
}

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

.footer__inner {
	padding-bottom: 130px;
}

.footer__logo {
	margin-right: 5.6074766355%;
}

.footer-navi {
	width: 65.4205607477%;
}

.footer-navi__menu {
	padding: 10px 15px;
}

.footer-navi__menu:nth-child(1) {
	width: 30%;
}

.footer-navi__menu:nth-child(2) {
	width: 35%;
}

.footer-navi__menu:nth-child(3) {
	width: 35%;
}

.header__buy-link {
	width: 200px;
}

.case-list__meta {
	margin: 0 20px 15px;
}

.case-list__date {
	font-size: 1.4rem;
	text-align: right;
	width: 100%;
}

.case-list__heading {
	padding: 0 20px;
}

.case-list__desc {
	padding: 0 20px;
}

.cta__heading {
	font-size: 4.6rem;
}

.list-area {
	padding: 30px 30px 40px;
}

.device-list__item {
	width: 100%;
}

.device-list__item a {
	height: 70px;
	padding: 0 50px 0 30px;
}

.form {
	padding: 60px 80px 50px;
}

.menu-list__item {
	width: 30.9523809524%;
}

.br--md {
	display: block;
}

.br--only-md {
	display: block;
}

.price-table:not(:last-child) {
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.price-table__title {
	font-size: 3rem;
	margin-bottom: 30px;
}

.price-table__title--sm {
	font-size: 1.8rem;
	margin-bottom: -10px;
}

.shop-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}

.shop-info__item {
	width: 100%;
}

.archive-news-main__meta {
	gap: 15px;
}

.company-list {
	padding: 60px;
}

.contact-shop__heading {
	font-size: 2.1rem;
}

.contact-shop__name {
	font-size: 2rem;
}

.contact-shop__tel-text--lg {
	font-size: 2.8rem;
}

.contact-shop__tel-text--sm {
	font-size: 1.5rem;
}

.contact-shop__line img {
	margin-right: 10px;
}

.flow__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 50px;
}

.flow__desc {
	font-size: 1.6rem;
}

.menu-br--under-md {
	display: block;
}

.menu-br--pc {
	display: none;
}

.price-detail__img {
	width: 300px;
}

.price-detail__title {
	font-size: 3rem;
	margin-bottom: 40px;
}

.price-detail__heading {
	font-size: 2rem;
}

.price-head__bottom {
	padding: 10px 20px;
}

.price-head__text {
	font-size: 1.8rem;
}

.price-head__text {
	font-size: 1.4rem;
}

.price-head__text--em {
	font-size: 2.3rem;
}

.price-intro {
	padding: 30px 20px 60px;
}

.price-intro__top {
	margin-bottom: 20px;
	width: 250px;
}

.price-intro__title {
	font-size: 3.4rem;
	margin-bottom: 20px;
}

.price-intro__contents {
	max-width: 100%;
	padding: 30px 50px;
}

.price-intro__list {
	padding-right: 4.2857142857%;
}

.price-intro__list:not(:first-child) {
	padding-left: 4.2857142857%;
}

.price-intro__item {
	background-position: left 5px;
	background-size: 20px;
	font-size: 2rem;
	padding-left: 35px;
}

.price-intro__img {
	right: -30px;
	top: 10px;
	width: 260px;
}

.price-top {
	padding: 40px 20px;
}

.price-top__list {
	margin-bottom: 20px;
}

.price {
	padding: 70px 20px;
}

.shop-fixed-button {
	font-size: 1.5rem;
	height: 90px;
	width: 90px;
}

.shop-fixed-button__icon--price {
	width: 40px;
}

.shop-fixed-button__icon--access {
	width: 23px;
}

.shop-detail__heading--sm {
	margin-bottom: 25px;
}

.shop-detail__heading--lg {
	font-size: 4.2rem;
}

.shop-detail__contents {
	padding: 40px 40px 0;
}

.shop-detail__catch--lg {
	margin-bottom: 10px;
}

.shop-detail__catch--sm {
	line-height: 1.5;
}

.shop-detail__info {
	margin-bottom: 60px;
}

.shop-detail__img {
	width: 42.5%;
}

.shop-detail__list dd {
	padding-left: 20px;
}

.shop-detail__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.shop-detail__container:not(:first-child) {
	padding-top: 20px;
}

.shop-detail__container:not(:last-child) {
	padding-bottom: 20px;
}

.shop-price__link {
	gap: 15px;
	padding: 0 25px;
}

.shop-cta {
	padding: 50px 20px;
}

.shop-cta__title {
	font-size: 3.3rem;
}

.shop-cta__buttons {
	gap: 20px;
}

.shop-cta__button {
	width: 280px;
}

.shop-cta__icon {
	margin-right: 10px;
}

.shop-cta__icon--line {
	margin-right: 20px;
}

.shop-cta__button-text--lg {
	font-size: 2.8rem;
}

.shop-access__img {
	width: 500px;
}

.shop-access__inner {
	padding: 0 20px;
}

.fv__inner {
	padding-top: 4.5454545455vw;
}

.fv__img {
	min-height: 300px;
}

.fv__title {
	margin-bottom: 5.9090909091vw;
}

.fv__title--sm {
	font-size: 2rem;
}

.fv__title--lg {
	font-size: 4.4rem;
	line-height: 1.1;
}

.fv__title--lg span {
	font-size: 3.2rem;
}

.top-about__contents {
	margin-top: -140px;
	padding: 0 30px;
}

.top-about__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	background-color: #fff;
	border-radius: 20px;
	flex-direction: column;
	margin: 0 auto;
	max-width: 720px;
	overflow: hidden;
	padding: 50px;
	position: relative;
}

.top-about__item:not(:last-child) {
	margin-bottom: 60px;
}

.top-about__item:nth-child(odd) .top-about__img {
	margin-right: auto;
}

.top-about__item:nth-child(odd) .top-about__body {
	margin-right: 0;
	padding: 0;
}

.top-about__item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.top-about__item:nth-child(even) .top-about__img {
	margin-left: auto;
}

.top-about__item:nth-child(even) .top-about__body {
	margin-left: 0;
	padding: 0;
}

.top-about__body {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-flex-wrap: wrap;
	align-items: flex-start;
	background-color: unset;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: unset;
	width: 100%;
}

.top-about__num {
	font-size: 10rem;
	line-height: 1;
	margin-bottom: 30px;
	margin-right: 50px;
}

.top-about__heading {
	font-size: 3.6rem;
}

.top-about__text {
	width: 100%;
}

.top-about__img {
	margin: 0 auto 50px;
	width: 80%;
}

.top-about__img--sub {
	left: 20px;
	top: 20px;
}

.top-news__meta {
	gap: 15px;
}

}

@media screen and (max-width: 768px) {
.pc{
	display: none;
}
.footer__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 20px 50px;
}

.footer__logo {
	margin-bottom: 25px;
	margin-right: 0;
	margin-top: 0;
	width: 200px;
}

.footer-navi {
	width: 100%;
}

.footer-navi__menu {
	border-color: #eee;
	font-size: 1.4rem;
	padding: 10px;
}

.footer-navi__menu:nth-child(1) {
	width: 33.3333333333%;
}

.footer-navi__menu:nth-child(2) {
	width: 33.3333333333%;
}

.footer-navi__menu:nth-child(3) {
	width: 33.3333333333%;
}

.footer-navi__item a {
	font-size: 1.2rem;
}

.copyright {
	font-size: 1.1rem;
	padding: 10px;
}

.header__top-line {
	height: 5px;
}

.header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
}

.header__logo {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 150px;
}

.header__text--pc {
	display: none;
}

.header__text--sp {
	display: block;
}

.header__buy-link {
	margin-left: 0;
}

.header__buy-link--pc {
	display: none;
}

.header__buy-link--sp {
	display: block;
	margin-top: 20px;
}

.header__buy-link a {
	border: none;
	color: #fff;
	padding: 5px 10px 2px;
}

.header-navi {
	-webkit-transition: 0.3s;
	opacity: 0;
	position: relative;
	transition: 0.3s;
	visibility: hidden;
	z-index: 9999;
}

.header-navi .container {
	-webkit-transition: 0.3s;
	background-color: rgba(51, 51, 51, 0.8);
	height: calc(100vh - 81.38px);
	overflow-y: auto;
	position: absolute;
	right: -100%;
	top: 100%;
	transition: 0.3s;
	width: 375px;
}

.header-navi__menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 50px;
	padding-top: 20px;
	width: 260px;
}

.header-navi__item {
	border-right: none;
	width: auto;
}

.header-navi__item:first-of-type {
	border-left: none;
}

.header-navi__item a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 10px;
	width: 220px;
}

.header-navi__icon {
	margin-right: 10px;
	width: 40px;
}

.header-navi__img {
	margin: 0 auto;
}

.hamburger {
	display: block;
}

.button {
	font-size: 1.4rem;
	height: 47.6px;
	width: 266px;
}

.case-list {
	margin-bottom: 10px;
}

.case-list__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	border-radius: 10px;
	flex: 1;
	margin-bottom: 20px;
	min-width: 250px;
	padding-top: 20px;
}

.case-list__meta {
	font-size: 1.4rem;
}

.case-list__img {
	width: calc(100% - 40px);
}

.case-list__desc {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 15px;
}

.case-list__more {
	font-size: 1.6rem;
	height: 50px;
}

.cta {
	padding: 40px 20px;
}

.cta__heading {
	font-size: 2.4rem;
	line-height: 1.4;
}

.cta__button {
	font-size: 1.8rem;
	width: 285px;
}

.list-area {
	border-radius: 20px;
	padding: 30px 20px 40px;
}

.list-area__title {
	font-size: 2rem;
	margin-bottom: 20px;
}

.device-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.device-list__container {
	width: 100%;
}

.device-list__heading {
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.device-list__item {
	border-radius: 10px;
	width: calc((100% - 8px) / 2);
}

.device-list__item a {
	font-size: 1.4rem;
	height: 65px;
	padding: 0 30px 0 15px;
}

.device-list__img {
	min-width: 45px;
}

.form {
	padding: 40px;
}

.form__list {
	margin-bottom: 20px;
}

.form__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.form__required {
	font-size: 1.2rem;
}

.form__label {
	font-size: 1.4rem;
}

.form dd {
	width: 100%;
}

.form__input,
.form__textarea {
	padding: 10px 15px;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
	font-size: 1.4rem;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
	font-size: 1.4rem;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
	font-size: 1.4rem;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
	font-size: 1.4rem;
}

.form__input::placeholder,
.form__textarea::placeholder {
	font-size: 1.4rem;
}

.form__textarea {
	height: 170px;
}

.form__consent {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 30px;
	padding-left: 30px;
}

.form__consent::before {
	-webkit-transform: unset;
	height: 17px;
	top: 2px;
	transform: unset;
	width: 17px;
}

.form__consent::after {
	border-bottom-width: 4px;
	border-left-width: 4px;
	height: 10px;
	top: 4px;
	width: 17px;
}

.linear-navigation__item {
	font-size: 1.4rem;
	width: 150px;
}

.linear-navigation__item--prev {
	padding-left: 50px;
}

.linear-navigation__item--next {
	padding-right: 50px;
}

.menu-list {
	margin-bottom: 20px;
}

.menu-list__heading {
	font-size: 3rem;
	margin-bottom: 25px;
}

.menu-list__item {
	margin-bottom: 20px;
	min-width: 160px;
	position: relative;
}

.menu-list__item a {
	padding: 10px 0 30px;
}

.menu-list__img {
	width: 100px;
}

.menu-list__img--switch {
	margin-bottom: 20px;
	width: 100px;
}

.menu-list__img--ipad {
	margin-bottom: 20px;
	width: 82.5px;
}

.menu-list__img--android {
	margin-bottom: 20px;
	width: 100px;
}

.menu-list__img--macbook {
	margin-bottom: 35px;
	margin-top: 25px;
	width: 138.4333333333px;
}

.menu-list__title {
	font-size: 1.4rem;
}

.menu-list__more {
	-webkit-transform: translateX(-50%);
	bottom: 15px;
	font-size: 1.3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 130px;
}

.br--lg {
	display: none;
}

.br--sp {
	display: block;
}

.br--only-md {
	display: none;
}

.page-head {
	min-height: 80px;
}

.page-head__title {
	font-size: 2.2rem;
}

.page-head__icon {
	height: 60px;
	margin-bottom: 10px;
	width: 60px;
}

.page-head__img {
	width: 35px;
}

.page-head__img--menu {
	width: 26px;
}

.page-head__img--shop {
	width: 30px;
}

.page-head__img--flow {
	width: 21px;
}

.page-head-thin {
	min-height: 70px;
}

.page-head-thin__title--ja {
	font-size: 2.4rem;
}

.page-head-thin__title--en {
	font-size: 1.8rem;
}

.article-head {
	min-height: 120px;
}

.article-head__title {
	font-size: 2.2rem;
}

.article-head__meta {
	gap: 15px;
}

.article-head__tag {
	font-size: 1.4rem;
	height: 25px;
	padding: 0 15px;
}

.article-head__date {
	font-size: 1.2rem;
}

.pagenation {
	gap: 10px;
}

.page-numbers {
	height: 35px;
	width: 35px;
}

.page-numbers.dots {
	width: 18px;
}

.price-table {
	border-spacing: 3px;
}

.price-table:not(:last-child) {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.price-table__title {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.price-table__title--sm {
	font-size: 1.6rem;
	margin-bottom: -5px;
}

.price-table__head {
	font-size: 1.4rem;
	height: 35px;
}

.price-table__item td {
	padding: 10px 0;
}

.price-table__model {
	font-size: 1.4rem;
}

.price-table__model a {
	height: 70px;
}

.price-table__price {
	font-size: 1.6rem;
}

.price-table__price--undecided {
	font-size: 1.3rem;
}

.price-table__remarks {
	font-size: 1.1rem;
}

.shop-info {
	gap: 30px;
}

.shop-info__item {
	border-radius: 10px;
}

.shop-info__media {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 20px;
	padding-top: 20px;
}

.shop-info__img {
	margin: 0 auto 20px;
	width: 85%;
}

.shop-info__body {
	margin: 0 auto;
	width: 85%;
}

.shop-info__name {
	margin-bottom: 20px;
	text-align: center;
}

.shop-info__desc-wrap {
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.shop-info__desc img {
	margin-top: 4px;
}

.shop-info__desc--tel {
	width: 18px;
}

.shop-info__desc--address {
	width: 15px;
}

.shop-info__desc--time {
	width: 18px;
}

.shop-info__bottom a {
	text-align: center;
}

.shop-info__bottom img {
	margin-left: 5px;
}

.sidebar {
	max-width: unset;
	width: 100%;
}

.sidebar__heading {
	font-size: 3rem;
	margin-bottom: 15px;
	text-align: center;
}

.news-side__list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	justify-content: flex-start;
}

.news-side__item {
	border-bottom: none;
}

.news-side__item:not(:first-child)::before {
	top: 9px;
}

.news-side__item:not(:first-child) a {
	padding-top: 0;
}

.news-side__item a {
	padding-bottom: 0;
	padding-left: 15px;
}

.case-side .device-list {
	gap: 40px;
}

.case-side .device-list__item {
	min-width: 163px;
	width: calc((100% - 16px) / 3);
}

.case-side .device-list__name {
	text-align: center;
}

.tab__label-wrapper {
	gap: 10px;
}

.tab__label {
	border-radius: 7px 7px 0px 0px;
	height: 40px;
	width: 76px;
}

.tab__label--circle::before {
	border-width: 2px;
	width: 15px;
}

.tab__label--triangle::before {
	--b: 3px;
	width: 15px;
}

.tab__label--line::before {
	border-top-width: 2px;
	width: 13px;
}

.tab__label--cross::before {
	height: 2px;
	width: 13px;
}

.tab__label--cross::after {
	height: 2px;
	width: 13px;
}

.title {
	font-size: 2.6rem;
}

.title__icon {
	height: 70px;
	width: 70px;
}

.title__icon img {
	width: 30px;
}

.section-title {
	margin-bottom: 30px;
}

.section-title--en {
	font-size: 5rem;
}

.section-title--ja {
	border-radius: 10px;
	font-size: 2rem;
	margin-top: -8px;
}

.archive-case__inner {
	padding: 30px 20px 60px;
}

.archive-case .list-area {
	margin-bottom: 40px;
}

.archive-news {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding: 40px 20px 60px;
}

.archive-news-main__list {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}

.archive-news-main__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
	min-width: 250px;
	width: calc((100% - 20px) / 2);
}

.archive-news-main__item:not(:first-child) a {
	padding-top: 0;
}

.archive-news-main__item a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
}

.archive-news-main__img {
	width: 100%;
}

.archive-news-main__body {
	min-width: 250px;
	width: 100%;
}

.archive-news-main__title {
	font-size: 1.6rem;
}

.archive-news-main__meta {
	gap: 10px;
}

.archive-news-main__tag {
	font-size: 1.2rem;
	height: 20px;
}

.archive-news-main__text {
	font-size: 1.2rem;
}

.article-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding: 40px 20px 60px;
}

.article-main {
	width: 100%;
}

.article-main__eyecatch {
	margin-bottom: 40px;
}

.article-main__contents {
	margin-bottom: 30px;
	padding-bottom: 40px;
}

.article-main__contents h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}

.article-main__contents h3 {
	font-size: 1.8rem;
	margin-bottom: 30px;
	padding: 15px 20px;
}

.article-main__contents img {
	margin-bottom: 20px;
}

.article-main__contents p {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 40px;
}

.article-main__contents p:has(+ p) {
	margin-bottom: 20px;
}

.article-before-after {
	margin-bottom: 40px;
}

.article-before-after::after {
	border-width: 13px 0 13px 9px;
}

.article-before-after__img-area p {
	font-size: 2rem;
}

.company {
	padding: 30px 20px 40px;
}

.company-list {
	border-radius: 15px;
	font-size: 1.4rem;
	padding: 30px 20px;
}

.company-list__container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px 0;
	padding: 0 20px;
}

.company-list__container:not(:first-child) {
	padding-top: 20px;
}

.company-list__container:not(:last-child) {
	padding-bottom: 20px;
}

.company-list__title {
	padding-left: 10px;
}

.company-list__desc {
	min-width: 250px;
	padding-left: 15px;
}

.contact-intro {
	padding: 40px 20px;
}

.contact-intro__text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 30px;
}

.contact-shop {
	gap: 30px 5%;
}

.contact-shop__item {
	margin: 0 auto;
	min-width: 350px;
}

.contact-shop__heading {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.contact-shop__body {
	border-radius: 10px;
	border-width: 2px;
	padding-top: 20px;
}

.contact-shop__name {
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.contact-shop__img {
	margin-bottom: 15px;
}

.contact-shop__button {
	margin-bottom: 10px;
}

.contact-shop__tel-icon {
	height: 40px;
	width: 40px;
}

.contact-shop__tel-icon img {
	width: 24px;
}

.contact-shop__tel-text--lg {
	font-size: 2.6rem;
}

.contact-shop__tel-text--sm {
	font-size: 1.3rem;
}

.contact-shop__time {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.contact-shop__bottom {
	height: 60px;
}

.contact-shop__line {
	font-size: 1.4rem;
}

.contact-shop__line img {
	width: 26px;
}

.contact-shop__detail {
	font-size: 1.4rem;
}

.contact-shop__detail img {
	width: 12px;
}

.contact-form {
	padding: 40px 20px;
}

.flow {
	padding: 40px 20px;
}

.flow__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	border-radius: 15px;
	flex-direction: column;
	margin: 0 auto;
	max-width: 550px;
	padding: 30px 14px;
}

.flow__item:not(:last-child) {
	margin-bottom: 30px;
}

.flow__item:not(:last-child)::after {
	border-width: 20px 50px 0 50px;
}

.flow__item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flow__img {
	margin-bottom: 15px;
	min-width: 250px;
	width: 50%;
}

.flow__heading {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	font-size: 2.4rem;
	justify-content: center;
	margin-bottom: 10px;
}

.flow__num {
	font-size: 4rem;
}

.flow__desc {
	font-size: 1.4rem;
	line-height: 2;
}

.flow-movie {
	padding: 40px 20px 60px;
}

.flow-movie__heading {
	margin-bottom: 30px;
}

.flow-movie__heading--sub {
	font-size: 1.8rem;
}

.flow-movie__heading--main {
	font-size: 2.4rem;
}

.menu {
	padding: 40px 20px;
}

.menu__text {
	font-size: 1.3rem;
	margin-bottom: 25px;
}

.menu-br--sp {
	display: block;
}

.price-detail {
	padding-top: 40px;
}

.price-detail__img {
	margin-bottom: 15px;
	width: 200px;
}

.price-detail__title {
	font-size: 2.2rem;
	margin-bottom: 25px;
}

.price-detail__heading {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.price-detail__contents .price-detail__inner {
	padding: 25px 20px 35px;
}

.price-precautions {
	padding: 50px 20px;
}

.price-precautions__title {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.price-precautions__list li {
	font-size: 1.4rem;
	padding-left: 20px;
}

.price-precautions__list li::before {
	height: 6px;
	width: 6px;
}

.price-head {
	padding: 25px;
}

.price-head__title--en {
	font-size: 1.6rem;
}

.price-head__title--ja {
	font-size: 2.4rem;
}

.price-head__text--em {
	font-size: 2rem;
}

.price-intro {
	padding: 20px 20px 40px;
}

.price-intro__top {
	margin-bottom: 0;
	width: 200px;
}

.price-intro__title {
	font-size: 2.4rem;
}

.price-intro__contents {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 30px 20px;
}

.price-intro__list {
	padding-right: 0;
}

.price-intro__list:not(:first-child) {
	border-left: none;
	padding-left: 0;
}

.price-intro__item {
	background-size: 16px;
	font-size: 1.6rem;
	margin-top: 10px;
	padding-left: 30px;
}

.price-intro__item:not(:first-child) {
	margin-top: 10px;
}

.price-intro__img {
	right: 0;
	top: 80px;
	width: 200px;
}

.price-top {
	padding: 30px 20px;
}

.price-top__list {
	gap: 0 9px;
	margin-bottom: 10px;
}

.price-top__item {
	font-size: 1.4rem;
	height: 45px;
	min-width: 163px;
}

.price-top__item--dummy {
	height: 0;
}

.price-top__more {
	font-size: 1.4rem;
}

.price-top__more img {
	margin-left: 16px;
	width: 12px;
}

.price {
	padding: 40px 20px;
}

.price-bottom {
	background-size: 375px;
}

.privacypolicy {
	padding: 40px 20px 60px;
}

.privacypolicy__inner {
	border-radius: 15px;
	padding: 30px 20px;
}

.privacypolicy__title {
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.privacypolicy__text {
	font-size: 1.4rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 1.5;
}

.privacypolicy__text:not(:last-child) {
	margin-bottom: 30px;
}

.privacypolicy__text br {
	display: none;
}

.privacypolicy__text br + span {
	margin-left: -0.4em;
}

.shop-fixed-buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	top: unset;
	width: 100%;
}

.shop-fixed-button {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.6rem;
	gap: 10px;
	height: 50px;
	margin-left: 0;
	width: 50%;
}

.shop-fixed-button:not(:last-child) {
	border-right: 1px solid #fff;
	margin-bottom: 0;
}

.shop-fixed-button__icon--price {
	margin-bottom: 0;
	width: 24.5px;
}

.shop-fixed-button__icon--access {
	margin-bottom: 0;
	width: 13.52px;
}

.shop-detail {
	padding: 40px 20px 60px;
}

.shop-detail__heading--sm {
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 10px 30px;
}

.shop-detail__heading--lg {
	font-size: 2.2rem;
}

.shop-detail__contents {
	border-radius: 15px;
	padding: 30px 20px 0;
}

.shop-detail__catch {
	margin-bottom: 45px;
}

.shop-detail__catch--lg {
	font-size: 2.2rem;
}

.shop-detail__catch--sm {
	font-size: 1.4rem;
}

.shop-detail__info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 30px;
	padding: 0;
}

.shop-detail__img {
	max-width: 400px;
	width: 100%;
}

.shop-detail__list {
	font-size: 1.4rem;
	max-width: 500px;
	width: 100%;
}

.shop-detail__list dt {
	padding-left: 10px;
}

.shop-detail__list dd {
	padding-left: 15px;
}

.shop-detail .shop-cta {
	border-width: 2px;
}

.shop-price {
	padding: 40px 20px 50px;
}

.shop-price__links {
	-ms-flex-wrap: wrap;
	border-radius: 10px;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.shop-price__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	flex-direction: column;
	font-size: 1.4rem;
	gap: 2px;
	height: 60px;
	justify-content: center;
	width: 25%;
}

.shop-price__link img {
	width: 12px;
}

.shop-cta {
	padding: 25px 0;
}

.shop-cta__title {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.shop-cta__buttons {
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.shop-cta__icon {
	height: 40px;
	width: 40px;
}

.shop-cta__icon--tel {
	width: 26px;
}

.shop-access {
	padding: 30px 20px 70px;
}

.shop-access__img {
	margin-bottom: 30px;
	width: 80%;
}

.shop-access .shop-detail__contents {
	margin-bottom: 45px;
}

.shop-access__intro {
	font-size: 2.2rem;
	margin-bottom: 25px;
}

.shop-access__inner {
	padding: 0;
}

.shop-access__heading {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.shop-access__desc {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 20px;
}

.shop-access__ticket-img {
	margin-bottom: 40px;
	width: 100%;
}

.shop-access__list {
	gap: 30px 2.9411764706%;
	margin-bottom: 35px;
}

.shop-access__item {
	width: 48.5294117647%;
}

.shop-access__way-img {
	margin-bottom: 20px;
}

.shop-access__caption {
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 1.7;
}

.shop-access__floor-map {
	margin-bottom: 50px;
}

.shop-map iframe {
	height: 220px;
}

.shop {
	ppadding: 40px 20px 60px;
}

.shop__text {
	font-size: 1.6rem;
}

.thanks-head__title {
	font-size: 2.6rem;
}

.thanks {
	padding: 40px 20px 60px;
}

.thanks__inner {
	padding: 40px 20px 30px;
}

.thanks__text {
	font-size: 1.4rem;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: 1.7;
	margin-bottom: 40px;
}

.fv {
	padding-bottom: 40px;
}

.fv__img {
	min-height: 190px;
}

.fv__title::before,
.fv__title::after {
	width: 3px;
}

.fv__title--sm {
	font-size: 1.4rem;
}

.fv__title--lg {
	font-size: 3rem;
}

.fv__title--lg span {
	font-size: 2.2rem;
}

.top-about-head {
	height: 320px;
}

.top-about-head__overlay {
	height: 230px;
	top: 91px;
}

.top-about-head__contents {
	padding: 50px 20px 0;
}

.top-about-head__heading {
	font-size: 2.4rem;
}

.top-about-head__text {
	font-size: 1.4rem;
}

.top-about-head__text--em {
	font-size: 1.8rem;
}

.top-about {
	padding-bottom: 100px;
}

.top-about__contents {
	margin-top: -80px;
	padding: 0 20px;
}

.top-about__item {
	border-radius: 15px;
	max-width: 500px;
	padding: 25px;
}

.top-about__item:not(:last-child) {
	margin-bottom: 30px;
}

.top-about__body {
	padding-bottom: 25px;
}

.top-about__num {
	font-size: 6rem;
	margin-bottom: 20px;
	margin-right: 0;
	text-align: center;
	width: 100%;
}

.top-about__heading {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.top-about__text {
	font-size: 1.4rem;
	line-height: 2;
}

.top-about__img {
	margin-bottom: 30px;
	width: 100%;
}

.top-about__img--sub {
	ttop: 10px;
	left: 10px;
}

.top-shop {
	padding: 40px 20px 80px;
}

.top-case {
	background-size: 375px;
	padding: 40px 20px 130px;
}

.top-news {
	padding: 40px 20px;
}

.top-news__inner {
	gap: 30px 6.0851926978%;
}

.top-news__title--en {
	font-size: 6rem;
	padding-right: 0;
}

.top-news__title--ja {
	font-size: 1.6rem;
}

.top-news__contents {
	min-width: 100%;
}

.top-news__item {
	padding-bottom: 20px;
	padding-top: 20px;
}

.top-news__heading {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.top-news__text {
	font-size: 1.2rem;
}

.top-news__meta {
	gap: 10px;
}

.top-news__tag {
	font-size: 1.2rem;
	height: 20px;
}

.top-news__more {
	argin-top: 15px;
}

}

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