<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #212121;
	background-color: #fff;
	font-family: 'GothicMB101','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-style: normal;
	word-wrap: break-word;
	height: 100%;
	transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}

p {
	font-size: inherit;
	font-weight: 500;
}

section, article {
	display: block;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a, a img { -webkit-transition: 0.1s ease all; -moz-transition: 0.1s ease all; -ms-transition: 0.1s ease all; transition: 0.1s ease all; }

li {
	list-style-type: none;
}

a {
	color: #0099CC;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	transition: 0.1s linear;
	text-decoration: none;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'GothicMB101';
  src: url('../font/A-OTF-GothicMB101-Light.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
@font-face {
  font-family: 'GothicMB101';
  src: url('../font/A-OTF-GothicMB101-Medium.woff') format('woff');
	font-style: normal;
	font-weight: 500;
}
@font-face {
  font-family: 'GothicMB101';
  src: url('../font/A-OTF-GothicMB101-Bold.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}
@font-face {
  font-family: 'GothicMB101';
  src: url('../font/A-OTF-GothicMB101-Heavy.woff') format('woff');
	font-style: normal;
	font-weight: 900;
}
@font-face {
  font-family: 'ShinGo';
  src: url('../font/A-OTF-ShinGoPro-Light.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
@font-face {
  font-family: 'ShinGo';
  src: url('../font/A-OTF-ShinGoPro-Medium.woff') format('woff');
	font-style: normal;
	font-weight: 500;
}
@font-face {
  font-family: 'ShinGo';
  src: url('../font/A-OTF-ShinGoPro-Bold.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}
@font-face {
  font-family: 'ShinGo';
  src: url('../font/A-OTF-ShinGoPro-Heavy.woff') format('woff');
	font-style: normal;
	font-weight: 900;
}

.Shingo {
	font-family: ShinGo;
}

table {
	border-collapse: collapse;
}

table td {
	border-collapse: collapse;
}

.pc {
	display: block;
}

.sp {
	display: none!important;
}

.sd.btn02.icon, .sd.btn02.text {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: visible;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.sd, .sd.richText * {
	transition-property: all,--g-angle,--g-color-0,--g-position-0,--g-color-1,--g-position-1,--g-color-2,--g-position-2,--g-color-3,--g-position-3,--g-color-4,--g-position-4,--g-color-5,--g-position-5,--g-color-6,--g-position-6,--g-color-7,--g-position-7,--g-color-8,--g-position-8,--g-color-9,--g-position-9,--g-color-10,--g-position-10,--g-color-11,--g-position-11;
}

.sd {
	flex-wrap: nowrap;
	max-width: 100%;
	pointer-events: all;
	z-index: 0;
	-webkit-overflow-scrolling: touch;
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: column;
	position: relative;
}

.sd.icon, .sd.text {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: visible;
	overflow-wrap: anywhere;
	word-break: break-word;
	line-height: 1;
}

.richText {
	display: block;
	word-break: break-word;
}

.container {
	background: #fff;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

/* clearfix
----------------------------------*/
.cfix::after {
		clear: both;
		content: ".";
		display: block;
		font-size: 0;
		height: 0;
		visibility: hidden;
}
.cfix {
		min-height: 1px;
}
.clear {
	clear: both;
}

/*
anime
-------------------------------------------*/

.anime-box {
	width: 1280px;
	height: 800px;
	opacity: 0;
}

.anime-box.slidein.is-animated {
	animation: slideIn 0.6s cubic-bezier(0.75, 1, 0.3, 1) forwards;
	  animation-delay: .2s;
}

@keyframes slideIn {
	0% {
	transform: translateX(540px);
	opacity: 0;
	}
	100% {
	transform: translateX(0);
	}
	40%,100% {
	opacity: 1;
	}
}

.fadeIn {
	transform: translate3d(0, 0, 0);
	transition: 1s;
	opacity: 0;
}
.fadeIn.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fadeIn-down {
	transform: translate3d(0, 150px, 0);
	transition: 1s;
	opacity: 0;
}
.fadeIn-down.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fadeIn-right {
	transform: translate3d(150px, 0, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn-right.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fadeIn-left {
	transform: translate3d(-150px, 0, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn-left.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}


.fadeIn-right2 {
	transform: translate3d(400px, 0, 0);
	transition: 1s;
	opacity: 1;
}

.fadeIn-right2.animated2 {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fadeIn-left2 {
	transform: translate3d(-400px, 0, 0);
	transition: 1s;
	opacity: 1;
}

.fadeIn-left2.animated2 {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/*
btn
-------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);

.btn4 {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 10px 10px 12px;
  cursor: pointer;
  border-radius: var(--radius);
  border: none;
  box-shadow: var(--shadow);
  position: relative;
  width: 100%;
  background: #6e38d5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.btn5 {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 10px 10px 12px;
  cursor: pointer;
  border-radius: var(--radius);
  border: none;
  box-shadow: var(--shadow);
  position: relative;
  width: 100%;
  background: #6e38d5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.bx {
  font-size: 1.1rem;
}

.dropdown {
  position: relative;
  width: 100%;
  height: 0px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  margin-top: 0;
  background: white;

  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  z-index: 1;
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}

.dropdown2 {
  position: relative;
  width: 100%;
  height: 0px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  margin-top: 0;
  background: white;

  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  z-index: 1;
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}

.dropdown a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 15px;
  text-decoration: none;
  color: black;
}

.dropdown2 a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 15px;
  text-decoration: none;
  color: black;
}


.dropdown a:hover {
  background-color: var(--color);
  color: white;
}

.dropdown2 a:hover {
  background-color: var(--color);
  color: white;
}


.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
	transform: translate3d(0, 0, 0);
	height: auto;
}

.shop-bar .arrow {
  transform: rotate(180deg);
  transition: 0.2s ease;
}

.pc-shop-list {
	display: block;
}

.sp-shop-list {
	display: none;
}

.shop-bar {
	width: 90%;
	margin: 0 auto;
}

section.shop .why p.pc-text {
	display: block;
}

section.shop .why p.sp-text {
	display: none;
}

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

.sd.header {
	align-content: center;
	align-items: center;
	background: #6e38d5;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: flex-start;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 100%;
}

.header .image.sd {
	align-content: flex-start;
	align-items: flex-start;
	background: #6e38d5;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 800px;
	justify-content: flex-start;
	padding: 90px 0px 0px 50px;
	width: 1280px;
	max-width: 100%;
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
}

.head.text1 {
	height: auto;
	width: 446px;
	max-width: 100%;
}

.head.text2  {
	height: auto;
	margin: 0px 0px 0px -20px;
	width: 487px;
	max-width: calc(100% - -20px);
}

.head.text3 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	margin: 0px 0px 29px 0px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
	padding: 0;
}

.head.text4 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
	padding: 0;
}

.head.text5 {
	color: #fff;
	flex: none;
	font-family: var(--s-font-02af8254);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
	padding: 25px 0 0;
}
.head.text6 {
	color: #fff;
	flex: none;
	font-family: var(--s-font-02af8254);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
	padding: 0 0 25px;
}

.btn {
	margin-bottom: 20px;
}

.btn a {
	align-items: center;
	background: #F5851F;
	border-radius: 96px;
	flex: none;
	flex-direction: column;
	height: auto;
	justify-content: center;
	padding: 40px 40px 40px 40px;
	width: 800px;
	max-width: 100%;
}

.btn a p {
	color: #fff;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	margin: 0px;
	text-align: center;
	width: 438px;
	max-width: 100%;
	justify-content: center;
}

.campaign {
	align-content: center;
	align-items: center;
	background: #6e38d5;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: center;
	padding: 30px 0px;
	width: 100%;
	max-width: 100%;
}

.head.text5 {
	font-size: 24px;
}

.head.text6 {
	font-size: 24px;
}

/*
why
-------------------------------------------*/
.why {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex-direction: column;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	padding: 0px 0px 0px 0px;
	width: 100%;
	--gap-h-f7068fc5-255f-410c-98f0-e7d17054d477: 0px;
	--gap-v-f7068fc5-255f-410c-98f0-e7d17054d477: 0px;
	--gap-uuid: f7068fc5-255f-410c-98f0-e7d17054d477;
	max-width: 100%;
}

.why p.sd {
	color: rgba(98, 68, 187, 0.5);
	flex: none;
	font-family: "Montserrat", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	line-height: 1.5!important;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: calc(100% - (var(--gap-h-f7068fc5-255f-410c-98f0-e7d17054d477) * 0));
	max-width: calc(100% - (var(--gap-h-f7068fc5-255f-410c-98f0-e7d17054d477) * 0));
	justify-content: flex-start!important;
}

/*
chosen
-------------------------------------------*/
.chosen {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex-direction: column;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	padding: 0px 0px 72px 0px;
	width: 100%;
	--gap-h-f7068fc5-255f-410c-98f0-e7d17054d477: 0px;
	--gap-v-f7068fc5-255f-410c-98f0-e7d17054d477: 0px;
	--gap-uuid: f7068fc5-255f-410c-98f0-e7d17054d477;
	max-width: 100%;
}

.chosen .inner {
	align-items: center;
	flex-direction: column;
	gap: 57px;
	height: auto;
	justify-content: flex-start;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	width: 1070px;
	--gap-h-11ad74b1-96e0-4b36-bfa6-1d3cfc735e84: 0px;
	--gap-v-11ad74b1-96e0-4b36-bfa6-1d3cfc735e84: 57px;
	--gap-uuid: 11ad74b1-96e0-4b36-bfa6-1d3cfc735e84;
	max-width: 100%;
}

.chosen .ttl {
	color: #6e38d5;
	flex: none;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

.chosen .box-list {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 70px;
	height: auto;
	justify-content:flex-start;
	margin: 0px;
	padding: 0px;
	width: calc(100% - (var(--gap-h-11ad74b1-96e0-4b36-bfa6-1d3cfc735e84) * 0));
	--gap-h-2ea38638-199d-4a10-aab1-fd0342eef37c: 70px;
	--gap-v-2ea38638-199d-4a10-aab1-fd0342eef37c: 70px;
	--gap-uuid: 2ea38638-199d-4a10-aab1-fd0342eef37c;
	max-width: calc(100% - (var(--gap-h-11ad74b1-96e0-4b36-bfa6-1d3cfc735e84) * 0));
}

.chosen .box-colmn {
	align-items: center;
	flex: none;
	flex-direction: column;
	gap: 42px;
	height: auto;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
	width: calc(50% - (var(--gap-h-2ea38638-199d-4a10-aab1-fd0342eef37c) * 0.5));
	--gap-h-c241bb3c-e244-4265-b3d5-159277762a2a: 0px;
	--gap-v-c241bb3c-e244-4265-b3d5-159277762a2a: 42px;
	--gap-uuid: c241bb3c-e244-4265-b3d5-159277762a2a;
	max-width: calc(50% - (var(--gap-h-2ea38638-199d-4a10-aab1-fd0342eef37c) * 0.5));
}

.chosen .box  {
	align-items: center;
	background: #FFFFFF;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
	border-top: 2px solid #333333;
	flex: none;
	flex-direction: column;
	height: 550px;
	justify-content: flex-start;
	margin: 0px;
	padding: 30px 30px 0px 30px;
	width: 500px;
	max-width: calc(100% - (var(--gap-h-c241bb3c-e244-4265-b3d5-159277762a2a) * 0));
}

.chosen .box .inner {
	align-items: flex-end;
	flex-direction: column;
	gap: 20px;
	height: auto;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
	width: 100%;
	--gap-h-82700d5b-57ed-4434-998f-8c1817126044: 0px;
	--gap-v-82700d5b-57ed-4434-998f-8c1817126044: 20px;
	--gap-uuid: 82700d5b-57ed-4434-998f-8c1817126044;
	max-width: 100%;
}

.chosen .box .inner .ttl2 {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0px;
	padding: 0px;
	width: calc(100% - (var(--gap-h-82700d5b-57ed-4434-998f-8c1817126044) * 0));
	max-width: calc(100% - (var(--gap-h-82700d5b-57ed-4434-998f-8c1817126044) * 0));
}

.chosen .box .inner .mark {
	flex: none;
	height: 80px;
	margin: 0px 20px 0px 0px;
	width: 80px;
	max-width: calc(100% - 20px);
}

.chosen .box .inner .mark:before {
	background-position: 50%;
	background-size: cover;
	border-radius: inherit;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: inherit;
	width: 100%;
	z-index: -2;
}

.chosen p.fit {
	color: #6e38d5;
	flex: none;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

.chosen .box .inner .mark.value:before {
	background-image: url("img/ico_value.png");
}

.box-img {
	align-items: center;
	flex: none;
	flex-direction: column;
	gap: 20px;
	height: auto;
	justify-content: flex-start;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	width: calc(100% - 3px - (var(--gap-h-82700d5b-57ed-4434-998f-8c1817126044) * 0));
	--gap-h-c2649260-256b-4e03-9e1d-24b67ca8d318: 0px;
	--gap-v-c2649260-256b-4e03-9e1d-24b67ca8d318: 20px;
	--gap-uuid: c2649260-256b-4e03-9e1d-24b67ca8d318;
	max-width: calc(100% - 3px - (var(--gap-h-82700d5b-57ed-4434-998f-8c1817126044) * 0));
}

.box-img img {
	align-items: center;
	flex: none;
	flex-direction: column;
	height: auto;
	justify-content: center;
	margin: 0px;
	width: 360px;
	max-width: 100%;
}

.box-img p.text.sd {
	color: #212121;
	flex: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	font-family: Shingo;
	height: auto;
	letter-spacing: 0em;
	line-height: 1.5;
	margin: 0px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.box-img p.sd.text-s {
	font-size: 12px;
	font-family: Shingo;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: -10px;
	line-height: 1.5;
}

/*
reserve
-------------------------------------------*/
.reserve {
	align-items: center;
	background: #291D4B;
	flex-direction: column;
	height: auto;
	justify-content: flex-start;
	padding: 46px 40px 50px 40px;
	width: 100%;
	max-width: 100%;
}

.reserve .inner {
	align-items: center;
	flex-direction: column;
	gap: 25px;
	height: auto;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
	width: 990px;
	--gap-h-7d33939f-01dd-4ac7-bab0-901edadd5d31: 0px;
	--gap-v-7d33939f-01dd-4ac7-bab0-901edadd5d31: 25px;
	--gap-uuid: 7d33939f-01dd-4ac7-bab0-901edadd5d31;
	max-width: 100%;
}

.reserve .inner p {
	color: #FFFFFF;
	font-family: var(--s-font-85afac1b);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	margin: 0px;
	text-align: center;
	width: 900px;
	max-width: 100%;
	justify-content: center;
}

.reserve .inner a {
	align-items: center;
	background: #F5851F;
	border-radius: 64px;
	flex-direction: column;
	height: auto;
	justify-content: center;
	margin: 0px;
	padding: 35px 39px 40px 40px;
	width: calc(100% - (var(--gap-h-7d33939f-01dd-4ac7-bab0-901edadd5d31) * 0));
	max-width: calc(100% - (var(--gap-h-7d33939f-01dd-4ac7-bab0-901edadd5d31) * 0));
}

.reserve .inner a:hover {
	background: #FFFFFF;
}

.reserve .inner a p {
	color: #FFFFFF;
	font-family: var(--s-font-85afac1b);
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	margin: 0px;
	text-align: center;
	width: 441px;
	max-width: 100%;
	justify-content: center;
}

.reserve .inner a:hover p {
	color: #F5851F;
}

/*
recommended
-------------------------------------------*/
.recommended {
	align-items: center;
	background: #6e38d5;
	flex-direction: column;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	padding: 0px 0px 0px 0px;
	width: 100%;
	--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef: 0px;
	--gap-v-62ba858c-127c-4c40-99fc-02198a8b70ef: 0px;
	--gap-uuid: 62ba858c-127c-4c40-99fc-02198a8b70ef;
	max-width: 100%;
}

.recommended .why {
	align-content: baseline;
	align-items: center;
	background: #6e38d5;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	padding: 0px 0px 0px 0px;
	width: 100%;
	--gap-h-f7068fc5-255f-410c-98f0-e7d17054d477: 0px;
	--gap-v-f7068fc5-255f-410c-98f0-e7d17054d477: 0px;
	--gap-uuid: f7068fc5-255f-410c-98f0-e7d17054d477;
	max-width: 100%;
}

.recommended .why p {
	color: rgba(255, 255, 255, 0.5);
	flex: none;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	line-height: 1.5;
	margin: 0px 50px 0px 0px;
	text-align: left;
	width: calc(100% - 50px - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
	max-width: calc(100% - 50px - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
	justify-content: flex-start;
}

.recommended h2 {
	color: #FFFFFF;
	flex: none;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	height: auto;
	letter-spacing: 0em;
	margin: 30px 0px 50px 0px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

article.support {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: flex-start;
	margin: 0px 0px 50px 0px;
	padding: 50px 0px;
	width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
	max-width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
}

article.support h3 {
	align-content: center;
	align-items: center;
	background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: center;
	margin: 0px 0px 50px 0px;
	width: auto;
	max-width: 100%;
	--g-color-0: #6e38d5;
	--g-position-0: 54%;
	--g-color-1: #0ca5c9;
	--g-position-1: 100%;
	--g-color-2: #0ca5c9;
	--g-position-2: 100%;
	--g-color-3: #0ca5c9;
	--g-position-3: 100%;
	--g-color-4: #0ca5c9;
	--g-position-4: 100%;
	--g-color-5: #0ca5c9;
	--g-position-5: 100%;
	--g-color-6: #0ca5c9;
	--g-position-6: 100%;
	--g-color-7: #0ca5c9;
	--g-position-7: 100%;
	--g-color-8: #0ca5c9;
	--g-position-8: 100%;
	--g-color-9: #0ca5c9;
	--g-position-9: 100%;
	--g-color-10: #0ca5c9;
	--g-position-10: 100%;
	--g-color-11: #0ca5c9;
	--g-position-11: 100%;
	--g-angle: 90deg;
}

article.support p {
	font-family: Shingo;
}

article.support h3 span {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 900;
	height: auto;
	line-height: 1.5;
	padding: 15px 60px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
	display: block;
}

article.support .column-l {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: 1280px;
	max-width: 100%;
}

article.support .column-l img {
	flex: none;
	height: auto;
	margin: 0px 40px 0px 0px;
	width: 550px;
	max-width: calc(100% - 40px);
}

article.support .column-r img {
	flex: none;
	height: auto;
	margin: 0px 0px 0px 40px;
	width: 550px;
	max-width: calc(100% - 40px);
}

article.support .column-l .text-s,
article.support .column-r .text-s {
	color: #333;
	flex: none;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding: 0 10px 0;
	text-align: left;
	width: 500px;
	max-width: 100%;
}

article.support .column-l .text-s strong,
article.support .column-r .text-s strong {
	color: #f5851f;
	font-weight: 500;
}

article.support .column-r {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: 1280px;
	max-width: 100%;
}

/*
fit
-------------------------------------------*/

article.fit {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: flex-start;
	margin: 0px 0px 50px 0px;
	padding: 50px 0px;
	width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
	max-width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
}

article.fit h3 {
	align-content: center;
	align-items: center;
	background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: center;
	margin: 0px 0px 50px 0px;
	width: auto;
	max-width: 100%;
	--g-color-0: #6e38d5;
	--g-position-0: 54%;
	--g-color-1: #0ca5c9;
	--g-position-1: 100%;
	--g-color-2: #0ca5c9;
	--g-position-2: 100%;
	--g-color-3: #0ca5c9;
	--g-position-3: 100%;
	--g-color-4: #0ca5c9;
	--g-position-4: 100%;
	--g-color-5: #0ca5c9;
	--g-position-5: 100%;
	--g-color-6: #0ca5c9;
	--g-position-6: 100%;
	--g-color-7: #0ca5c9;
	--g-position-7: 100%;
	--g-color-8: #0ca5c9;
	--g-position-8: 100%;
	--g-color-9: #0ca5c9;
	--g-position-9: 100%;
	--g-color-10: #0ca5c9;
	--g-position-10: 100%;
	--g-color-11: #0ca5c9;
	--g-position-11: 100%;
	--g-angle: 90deg;
}

article.fit h3 span {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 900;
	height: auto;
	line-height: 1.5;
	padding: 15px 60px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
	display: block;
}

article.fit .column {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 1120px;
	max-width: 100%;
}

article.fit .column.second {
	margin: 0;
}

article.fit .column-l {
	/* align-content: flex-start; */
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
}


article.fit .text1 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	height: auto;
	line-height: 1.5;
	margin: 0px 0px 50px 0px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

article.fit .text2 {
	color: #333;
	font-family: var(--s-font-b2b78781);
	font-size: 20px;
	font-weight: 500;
	font-family: Shingo;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

article.fit .column-r {
	align-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
}

article.fit .column-r .box {
	align-content: flex-start;
	align-items: flex-start;
	background: rgba(0,0,0,0.0);
	border-bottom: 2px solid #0ca5c9;
	border-left: 2px solid #0ca5c9;
	border-radius: 16px;
	border-right: 2px solid #0ca5c9;
	border-top: 2px solid #0ca5c9;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 90px;
	justify-content: center;
	margin: 10px 0px;
	width: 600px;
	max-width: 100%;
}

article.fit .column-r .box .inner {
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px 0px 0px 0px;
}

article.fit .column-r .box img {
	height: auto;
	width: 160px;
	max-width: 100%;
}

article.fit .column-r .box p {
	color: #0ca5c9;
	font-size: 20px;
	font-weight: 500;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

article.fit .column-r .box .reason img {
	height: auto;
	width: 160px;
	max-width: 100%;
}

article.fit .column-r .box .reason {
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px 0px 0px 0px;
}

article.fit .column-r .box .reason p {
	color: #6e38d5;
	font-size: 20px;
	font-weight: 500;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

article.fit .column-r .box.three {
	flex-wrap: nowrap;
	height: 130px;
}

article.fit .column-d {
	color: #333;
	flex: none;
	font-family: var(--s-font-02af8254);
	font-size: 16px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 30px 0px 0px 0px;
	padding: 0 10px 0;
	text-align: center;
	width: 750px;
	max-width: 100%;
}

article.fit .column-d p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin: 5px 0px 5px 0px;
}

article.fit .column-d p.ol {
	font-size: 24px;
	line-height: 1.5;
	margin: 5px 0px 5px 0px;
	color: 
}

article.fit .column-d p.ol strong {
	color: #f5851f;
	font-size: 32px;
	line-height: 1;
}

/*
enjoy
-------------------------------------------*/

article.enjoy {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: flex-start;
	margin: 0px 0px 50px 0px;
	padding: 50px 0px;
	width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
	max-width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
}

article.enjoy .inner {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
	width: 680px;
	max-width: 100%;
}

article.enjoy .ttl {
	align-content: center;
	align-items: center;
	background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: center;
	margin: 0px 0px 50px 0px;
	width: auto;
	max-width: 100%;
	--g-color-0: #6e38d5;
	--g-position-0: 54%;
	--g-color-1: #0ca5c9;
	--g-position-1: 100%;
	--g-color-2: #0ca5c9;
	--g-position-2: 100%;
	--g-color-3: #0ca5c9;
	--g-position-3: 100%;
	--g-color-4: #0ca5c9;
	--g-position-4: 100%;
	--g-color-5: #0ca5c9;
	--g-position-5: 100%;
	--g-color-6: #0ca5c9;
	--g-position-6: 100%;
	--g-color-7: #0ca5c9;
	--g-position-7: 100%;
	--g-color-8: #0ca5c9;
	--g-position-8: 100%;
	--g-color-9: #0ca5c9;
	--g-position-9: 100%;
	--g-color-10: #0ca5c9;
	--g-position-10: 100%;
	--g-color-11: #0ca5c9;
	--g-position-11: 100%;
	--g-angle: 90deg;
}

article.enjoy .ttl h3 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 900;
	height: auto;
	line-height: 1.5;
	padding: 15px 60px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

article.enjoy p {
	color: #333;
	flex: none;
	font-size: 16px;
	font-weight: 500;
	font-family: Shingo;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px;
	text-align: left;
	width: 100%;
	max-width: 100%;
	display: block;
}

article.enjoy p strong {
	color: #f5851f;
	font-weight: 500;
}

article.security {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: flex-start;
	margin: 0px 0px 50px 0px;
	padding: 50px 0px;
	width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
	max-width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
}

article.security .inner {
	align-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
	width: 1280px;
}

article.security .ttl {
	align-content: center;
	align-items: center;
	background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: center;
	margin: 0px 0px 50px 0px;
	width: auto;
	max-width: 100%;
	--g-color-0: #6e38d5;
	--g-position-0: 54%;
	--g-color-1: #0ca5c9;
	--g-position-1: 100%;
	--g-color-2: #0ca5c9;
	--g-position-2: 100%;
	--g-color-3: #0ca5c9;
	--g-position-3: 100%;
	--g-color-4: #0ca5c9;
	--g-position-4: 100%;
	--g-color-5: #0ca5c9;
	--g-position-5: 100%;
	--g-color-6: #0ca5c9;
	--g-position-6: 100%;
	--g-color-7: #0ca5c9;
	--g-position-7: 100%;
	--g-color-8: #0ca5c9;
	--g-position-8: 100%;
	--g-color-9: #0ca5c9;
	--g-position-9: 100%;
	--g-color-10: #0ca5c9;
	--g-position-10: 100%;
	--g-color-11: #0ca5c9;
	--g-position-11: 100%;
	--g-angle: 90deg;
}

article.security h3 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 700;
	height: auto;
	line-height: 1.5!important;
	padding: 15px 60px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

article.security .block {
	align-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
}

article.security .block .inner {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: 1280px;
	max-width: 100%;
}

article.security .sd .block-l {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 0px;
	margin-bottom: 10px;
}

article.security img {
	flex: none;
	height: auto;
	margin: 0px 0px 0px 40px;
	width: 576px;
	max-width: calc(100% - 40px);
}

article.security .sd .block-l .inner {
	color: #333;
	flex: none;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px;
	text-align: left;
	width: 500px;
	max-width: 100%;
	justify-content: flex-end;
}

article.security .sd .block-l .text1 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
	margin: 0;
}

article.security p.text2 {
	display: block;
	margin-bottom: 5px;
	font-family: Shingo;
}

article.security .sd .block-d {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 0px;
	width: 950px;
}

article.security .sd .block-d h3 {
	color: #333;
	font-size: 24px;
	font-weight: 900;
	height: auto;
	line-height: 1.4;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
	padding: 0;
}

article.security .sd .block-d p {
	color: #333;
	flex: none;
	font-family: Shingo;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px;
	text-align: left;
	width: 950px;
	max-width: 100%;
}

article.security .sd .block-d p strong {
	color: #f5851f;
	font-weight: 500;
}

/*
equipment
-------------------------------------------*/

article.equipment {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: flex-start;
	padding: 50px 0px;
	width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
	max-width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
}

article.equipment .ttl {
	align-content: center;
	align-items: center;
	background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: center;
	margin: 0px 0px 40px 0px;
	width: auto;
	max-width: 100%;
	--g-color-0: #6e38d5;
	--g-position-0: 54%;
	--g-color-1: #0ca5c9;
	--g-position-1: 100%;
	--g-color-2: #0ca5c9;
	--g-position-2: 100%;
	--g-color-3: #0ca5c9;
	--g-position-3: 100%;
	--g-color-4: #0ca5c9;
	--g-position-4: 100%;
	--g-color-5: #0ca5c9;
	--g-position-5: 100%;
	--g-color-6: #0ca5c9;
	--g-position-6: 100%;
	--g-color-7: #0ca5c9;
	--g-position-7: 100%;
	--g-color-8: #0ca5c9;
	--g-position-8: 100%;
	--g-color-9: #0ca5c9;
	--g-position-9: 100%;
	--g-color-10: #0ca5c9;
	--g-position-10: 100%;
	--g-color-11: #0ca5c9;
	--g-position-11: 100%;
	--g-angle: 90deg;
}

article.equipment .ttl h3 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 900;
	height: auto;
	line-height: 1.5;
	padding: 15px 60px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

article.equipment h4 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin: 0px 0px 30px 0px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

article.equipment p {
	font-family: Shingo;
}

article.equipment .block {
	color: #333;
	flex: none;
	font-family: var(--s-font-b2b78781);
	font-size: 16px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 30px 0px 30px 0px;
	padding: 0 10px 0;
	text-align: left;
	width: 800px;
	max-width: 100%;
}

article.equipment .block p strong {
	color: #f5851f;
	font-weight: 500;
}

article.concept {
	align-items: center;
	flex-direction: column;
	gap: 10px;
	height: auto;
	justify-content: flex-start;
	margin: 50px 0px 52px 0px;
	padding: 0px;
	width: 900px;
	--gap-h-2e11f451-4296-49ba-b605-0fb61f6a4e8b: 0px;
	--gap-v-2e11f451-4296-49ba-b605-0fb61f6a4e8b: 10px;
	--gap-uuid: 2e11f451-4296-49ba-b605-0fb61f6a4e8b;
	max-width: 100%;
}

article.concept h3 {
	color: #FFFFFF;
	font-family: var(--s-font-85afac1b);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	height: 58px;
	letter-spacing: 0em;
	margin: 0px 0px 0px -22px;
	text-align: center;
	width: 688px;
	max-width: calc(100% - -22px);
	justify-content: center;
}

article.concept p.sd {
	color: #FFFFFF;
	flex: none;
	font-family: var(--s-font-b2b78781);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	height: auto;
	letter-spacing: 0em;
	line-height: 1.8;
	margin: 0px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

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

section.shop {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	justify-content: flex-start;
	padding: 0px 0px 120px 0px;
	width: 100%;
	max-width: 100%;
}

section.shop .why {
	align-content: baseline;
	align-items: center;
	background: #fff;
	/* flex-direction: column; */
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	padding: 0px 0px 0px 0px;
	width: 100%;
	--gap-h-f7068fc5-255f-410c-98f0-e7d17054d477: 0px;
	--gap-v-f7068fc5-255f-410c-98f0-e7d17054d477: 0px;
	--gap-uuid: f7068fc5-255f-410c-98f0-e7d17054d477;
	max-width: 100%;
}

section.shop .why p {
	color: rgba(98, 68, 187, 0.5);
	flex: none;
	font-family: "Montserrat", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: calc(100% - (var(--gap-h-f7068fc5-255f-410c-98f0-e7d17054d477) * 0));
	max-width: calc(100% - (var(--gap-h-f7068fc5-255f-410c-98f0-e7d17054d477) * 0));
	justify-content: flex-start!important;
}

section.shop h2 {
	color: #6e38d5;
	flex: none;
	font-family: var(--s-font-02af8254);
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	height: auto;
	letter-spacing: 0em;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

.shop-box {
	align-items: center;
	background: #FFFFFF;
	border-bottom: 2px solid #6e38d5;
	border-left: 2px solid #6e38d5;
	border-right: 2px solid #6e38d5;
	border-top: 2px solid #6e38d5;
	flex: none;
	flex-direction: column;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	width: 1100px;
	--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e: 0px;
	--gap-v-52158626-bc00-4346-b97f-87d1ee607b2e: 0px;
	--gap-uuid: 52158626-bc00-4346-b97f-87d1ee607b2e;
	max-width: 100%;
}

.shop-box.top {
	margin: 0;
}

.shop-box .inner {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: column;
	gap: 15px;
	height: auto;
	justify-content: flex-start;
	margin: 40px 0px 20px 0px;
	padding: 0px;
	width: calc(90% - (var(--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e) * 0.10000000000000003));
	--gap-h-c06dff88-3e62-4b11-8dbd-d57f27228da4: 0px;
	--gap-v-c06dff88-3e62-4b11-8dbd-d57f27228da4: 15px;
	--gap-uuid: c06dff88-3e62-4b11-8dbd-d57f27228da4;
	max-width: calc(90% - (var(--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e) * 0.10000000000000003));
}

.shop-box .shop-name {
	align-items: center;
	background: #6e38d5;
	flex: none;
	flex-direction: column;
	height: auto;
	justify-content: flex-start;
	margin: 0px 0px 0px 0px;
	padding: 16px 40px 16px 40px;
	width: calc(100% - (var(--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e) * 0));
	max-width: calc(100% - (var(--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e) * 0));
}

.shop-box h3 {
	color: #FFFFFF;
	flex: none;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	height: auto;
	letter-spacing: 0em;
	margin: 0px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

.shop-img {
	align-content: center;
	align-items: center;
	background: #D9D9D9;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 290px;
	justify-content: flex-start;
	margin: 0px 30px 0px 0px;
	padding: 0;
	width: 440px;
	max-width: calc(100% - 30px);
}

.shop-box .icon {
	align-content: center;
	align-items: center;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
	width: calc(100% - (var(0px) * 0));
	max-width: calc(100% - (var(0px) * 0));
}

.shop-box .icon-list {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	padding: 0px;
	width: 50%;
	--gap-h-1f1bba43-fcda-457e-ae24-203413047f9e: 10px;
	--gap-v-1f1bba43-fcda-457e-ae24-203413047f9e: 10px;
	--gap-uuid: 1f1bba43-fcda-457e-ae24-203413047f9e;
	max-width: 50%;
}

.shop-box .icon-list img {
	flex: none;
	height: auto;
	width: 50px;
	max-width: 100%;
}

.shop-box .icon-list .logo {
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 15px;
	justify-content: flex-start;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	--gap-h-c84ec0a9-de18-420d-9515-d290aeb1de4d: 15px;
	--gap-v-c84ec0a9-de18-420d-9515-d290aeb1de4d: 0px;
	--gap-uuid: c84ec0a9-de18-420d-9515-d290aeb1de4d;
	width: 100%;
	max-width: 100%;
	margin-right: 40px;
}

.shop-box .icon-list img.sd.lf {
	flex: none;
	height: auto;
	margin: 10px 350px 0px 0px;
	width: 120px;
	max-width: calc(100% - 350px);
}

.shop-box .icon-list img.sd.lf2 {
	flex: none;
	height: auto;
	margin: 0px 0px 0px 0px;
	width: 120px;
	max-width: 100%;
}


.shop-info {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0px;
	width: 986px;
	max-width: 100%;
	width: 986px;
	font-family: Shingo;
}

.shop-info-l {
	align-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
}

.shop-info-r {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	justify-content: flex-start;
	padding: 10px;
	width: 50%;
	max-width: 50%;
}

.shop-info-r .inner {
	align-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
}

.shop-info-l ul {
	align-content: flex-start;
	align-items: flex-start;
	flex: none;
	justify-content: flex-start;
	padding: 10px;
	width: 470px;
	max-width: 100%;
}

.shop-info-l ul .text-box {
	align-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid rgb(159, 159, 159);
	border-left: 0px solid rgb(159, 159, 159);
	border-right: 0px solid rgb(159, 159, 159);
	border-top: 0px solid rgb(159, 159, 159);
	flex: none;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: 470px;
	max-width: 100%;
}

ul.shop-info-r  .text-box {
	align-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid rgb(159, 159, 159);
	border-left: 0px solid rgb(159, 159, 159);
	border-right: 0px solid rgb(159, 159, 159);
	border-top: 0px solid rgb(159, 159, 159);
	flex: none;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px;
	width: 470px;
	max-width: 100%;
}

.shop-info-l ul li .text-l {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	margin: 0px 30px 0px 0px;
	text-align: left;
	width: auto;
	max-width: calc(100% - 30px);
	justify-content: flex-start;
}

.shop-info-l ul li .text-r {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

ul.shop-info-r li .text-l {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	margin: 0px 30px 0px 0px;
	text-align: left;
	width: auto;
	max-width: calc(100% - 30px);
	justify-content: flex-start;
}

ul.shop-info-r li .text-r {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

.shop-info-l ul li {
	align-content: center;
	align-items: center;
	border-bottom: 0px solid #212121;
	border-left: 0px solid #212121;
	border-right: 0px solid #212121;
	border-top: 0px solid #212121;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 15px 0px 15px 0px;
}

ul.shop-info-r li {
	align-content: center;
	align-items: center;
	border-bottom: 0px solid #212121;
	border-left: 0px solid #212121;
	border-right: 0px solid #212121;
	border-top: 0px solid #212121;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 15px 0px 15px 0px;
}

.shop-info-l .map-btn {
	align-content: center;
	align-items: center;
	border-bottom: 1px solid #6e38d5;
	border-left: 1px solid #6e38d5;
	border-radius: 32px;
	border-right: 1px solid #6e38d5;
	border-top: 1px solid #6e38d5;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0px 200px 0px 0px;
	padding: 5px 20px;
	max-width: calc(100% - 200px);
}

.shop-info-l a.map-btn:hover {
	color: #fff;
	background-color: #6e38d5;
}

.shop-info-l a.map-btn:hover p {
	color: #fff;
}

.shop-info-l .map-btn p {
	color: #6e38d5;
	font-family: var(--s-font-85afac1b);
	font-size: 15px;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	margin: 0px 10px 0px 0px;
	text-align: left;
	width: auto;
	max-width: calc(100% - 10px);
	justify-content: flex-start;
}

.shop-info-l .map-btn i {
	width: 16px;
	height: 16px;
	display: block;
}

.shop-info-l .map-btn i svg {
	color: #6e38d5;
	width: 16px;
	height: 16px;
	display: block;
	fill: #6e38d5;
}

.shop-info-l .map-btn:hover i svg {
	color: #fff;
	fill: #fff;
}

ul.shop-info-r li.countermeasure {
	align-content: center;
	align-items: center;
	border-bottom: 0px solid #212121;
	border-left: 0px solid #212121;
	border-right: 0px solid #212121;
	border-top: 0px solid #212121;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 15px 0px 15px 0px;
}

ul.shop-info-r li.countermeasure p {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	line-height: 1.5;
	margin: 0px 15px 0px 0px;
	text-align: left;
	width: auto;
	max-width: calc(100% - 15px);
	justify-content: flex-start;
}
/*
.shop-info-l .map-btn i:before {
	content: "\f08e";
}*/

.map-btn img {
	width: 16px;
	height: 16px;
	display: block;
	fill: #6e38d5;
}

.logo-block {
	width: 100%;
	align-items: flex-start;
}

.sd.btn02 {
	align-items: center;
	background: #0CA5C9;
	border-radius: 48px;
	flex-direction: column;
	height: auto;
	justify-content: flex-start;
	margin: 21px 8px 0px 8px;
	padding: 13px 40px 17px 39px;
	width: 539px;
	max-width: calc(100% - 1px);
}

.sd.btn02:hover {
	transform: translate(5px, 10px);
}

.sd.btn02 p {
	color: #FFFFFF;
	font-family: var(--s-font-02af8254);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0em;
	line-height: 1.5;
	margin: 0px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

.btn-block {
	display: flex;
}
.btn-block a.sd.btn02 {
	width: 480px;
}

@media screen and (max-width:840px){
	.btn-block {
		display: block;
		text-align: center;
	}
	.btn-block a.sd.btn02 {
		width: 480px;
		margin: 0 auto 12px;
	}
	.btn-block .sd.btn02 p {
		font-size: 18px;
	}
}

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

footer {
	align-content: center;
	align-items: center;
	background: #FFFFFF;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	padding: 35px 40px 35px 40px;
	width: 100%;
	--gap-h-144adad9-67df-4f2a-9bf1-60f622de9900: 0px;
	--gap-v-144adad9-67df-4f2a-9bf1-60f622de9900: 0px;
	--gap-uuid: 144adad9-67df-4f2a-9bf1-60f622de9900;
	max-width: 100%;
	outline: solid 2px #fff;
}

footer .inner {
	align-items: center;
	flex-direction: row;
	gap: 40px;
	height: auto;
	justify-content: space-between;
	padding: 0px;
	width: 1187px;
	--gap-h-3fbd7618-41d0-483e-9471-ae5bed4e9811: 40px;
	--gap-v-3fbd7618-41d0-483e-9471-ae5bed4e9811: 0px;
	--gap-uuid: 3fbd7618-41d0-483e-9471-ae5bed4e9811;
	max-width: 100%;
}

footer img.f-logo {
	align-items: center;
	flex: none;
	flex-direction: column;
	height: auto;
	justify-content: center;
	margin: 0px;
	width: 239px;
	max-width: 100%;
}

footer .f-info {
	align-items: center;
	flex: none;
	flex-direction: row;
	gap: 45px;
	height: auto;
	justify-content: flex-start;
	margin: 0px;
	padding: 0px;
	width: 297px;
	--gap-h-43d482da-9ea7-43b8-ad6c-16a07156089f: 45px;
	--gap-v-43d482da-9ea7-43b8-ad6c-16a07156089f: 0px;
	--gap-uuid: 43d482da-9ea7-43b8-ad6c-16a07156089f;
	max-width: 100%;
}

footer .f-info a.company-info {
	color: #212121;
	flex: none;
	font-family: var(--s-font-cd9230e7);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	height: auto;
	letter-spacing: 0em;
	margin: 0px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

footer .f-info span.f-privacy {
	color: #212121;
	flex: none;
	font-family: var(--s-font-cd9230e7);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	height: auto;
	letter-spacing: 0em;
	margin: 0px;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

footer .copy {
	color: #212121;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	height: auto;
	letter-spacing: 0em;
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}

/* フッターを差し替え */
#lp_footer {
	background-color: #2d2926;
	padding: 20px 0 160px;
	position: relative;
}
#lp_footer .footer-sub-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
}
#lp_footer .footer-sub-nav a {
	position: relative;
	display: inline-block;
	padding: 0 1.5em;
	color: #fff;
}
#lp_footer .footer-sub-nav a:hover {
	text-decoration: underline;
}
#lp_footer .footer-sub-nav a + a::before {
	content: "|";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#lp_footer .copyright{
	color: white;
	text-align: center;
	font-size: 12px;
}
@media screen and (max-width:768px){
	#lp_footer {
		padding: 4vw 0 120px;
	}
	#lp_footer .copyright{
		font-size: 2.4vw;
	}
	#lp_footer .footer-sub-nav {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#lp_footer .footer-sub-nav a {
		position: relative;
		display: inline-block;
		font-size: 2.7vw;
		margin-bottom: .8em;
	}
	#lp_footer .footer-sub-nav a::before {
		content: "|";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	#lp_footer .footer-sub-nav a::after {
		content: "|";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
	#lp_footer .footer-sub-nav a:first-child:after {
		content: "";
	}
}

/*
window
-------------------------------------------*/

/* スクロールロックする時 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* モーダルを開くボタン */
.modal-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #212121;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	font-family: GothicMB101;
	border: none;
	background: none;
	cursor: pointer;
}

/*----------------------------------------------------------*/
/* モーダルウインドウ Slide In */
/*----------------------------------------------------------*/
.modal{
  display: none;
}
/* モーダルウインドウ／背景 */
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: .3s;
}

/* モーダルウインドウ／コンテンツ */
.modal-main-container {
  color: black;
  z-index: 11;
  position: fixed;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*max-width: 1032px;
  width: 90%;
  height: 60%;
  display: flex;*/
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: .3s;
  opacity: 0;
}
.modal-main-container.slide{
  top: 50%;
  transition: .3s;
  opacity: 1;
}
.modal-main-contents {
	/*
  background-color: #fff;
  max-width: 1032px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px;*/
  transition: .3s; 
}

.modal-close-btn__wrapper {
  border-bottom: solid 1px #ebebeb;
  height: 64px;
  display: flex;
  align-items: center;
}

.modal-close-btn {
	cursor: pointer;
}

.modal-scroll__container {
  overflow: scroll;
}

.currency-wrapper {
  margin: 24px;
}

.currency__h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}

.currency-item__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.currency__item {
  max-width: 200px;
  width: 100%;
  margin: 8px;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 200;
  border: 1px solid black;
  cursor: pointer;
}

@media(hover:hover) {
  .currency__item:hover {
	background-color: rgb(238, 238, 238);
  }
}

.modals {
	width: 100vw;
	height: auto;
}

.design-canvas__modal {
	height: 100%;
	pointer-events: none;
	position: fixed;
	transition: none;
	width: 100%;
	z-index: 2;
}

.design-canvas__modal .studio-canvas {
	height: 100%;
	pointer-events: none;
}

.design-canvas__modal .studio-canvas2 {
	background: rgba(0,0,0,0.05);
	height: 100%;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}

.design-canvas__modal .studio-canvas3 {
	align-content: center;
	align-items: center;
	background: rgba(98, 68, 187, 0.8);
	border-radius: 10px;
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.2);
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 60vh;
	justify-content: flex-start;
	margin: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px 0px 30px 0px;
	width: calc(80% - 40px);
	max-width: calc(80% - 40px);
}

.design-canvas__modal .studio-canvas4 {
	background: #FFFFFF;
	border-bottom: 0px solid #6244bb;
	border-left: 0px solid #6244bb;
	border-right: 0px solid #6244bb;
	border-top: 0px solid #6244bb;
	color: #333;
	flex: none;
	font-family: var(--s-font-cd9230e7);
	font-size: 14px;
	font-weight: 400;
	height: auto;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 40px 30px 40px;
	text-align: left;
	width: 70%;
	max-width: 70%;
}

.modals .richText h3 {
	font-size: 1em;
}

.modals .richText h2, .richText h3 {
	display: block;
	font-weight: 700;
	margin: 10px 0;
}

.modals .richText {
	display: block;
	word-break: break-word;
}

.modals p {
	display: inline-block;
	vertical-align: super;
}

.modals p span {
	display: inline-block;
	font-size: 6px;
	vertical-align: middle;
	margin-right: 3px;
}

.modals strong {
	font-weight: 900;
}

button.m-btn {
	max-width: 100%;
	border: none;
	background: none;
	margin: 28px 0 30px;
}

button.m-btn p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	border: none;
	background: none;
}

button.m-btn p span {
	display: inline-block;
	width: 20px;
	height: 20px;
}
button.m-btn p span img {
	width: 20px;
	height: 20px;
}

.design-canvas__modal .studio-canvas3::-webkit-scrollbar{
	display: none;
}
	p.p_sub {
	font-size: 17px!important;
	margin-top: 10px;
	margin-bottom: 0;
}
.fl-btn {
	display: none;
}

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

	.head.text5 {
		padding: 2px 0 0 0;
	}
	header P.p_sub {
		margin-top: 0;
		line-height: 1;
	}
}

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

	.header {
		flex: none;
		height: auto;
	}

	.header .image.sd {
		flex: none!important;
		height: 70vh;
		padding: 50px 0px 0px 20px;
		width: 100%;
		max-width: 100%;
		background-image: url(../img/mv_sp.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: right top;
	}

	.anime-box {
		width: 100vw;
		height: auto;
		opacity: 0;
	}

	.anime-box.slidein.is-animated {
		animation: slideIn 0.6s cubic-bezier(0.75, 1, 0.3, 1) forwards;
		  animation-delay: .2s;
	}

	@keyframes slideIn {
		0% {
		transform: translateX(240px);
		opacity: 0;
		}
		100% {
		transform: translateX(0);
		}
		40%,100% {
		opacity: 1;
		}
	}

	.head.text1 {
		height: auto;
		width: 260px;
		max-width: 100%;
	}
	.head.text2 {
		height: auto;
		width: 260px;
		max-width: 260px;
	}
	.head.text3 {
		font-size: 20px;
		margin: 0px 0px 29px 0px;
	}
	.head.text4 {
		margin: 0px 0px 90px 0px;
		max-width: 100%;
	}
	.reserve .inner a {
		flex: none;
		width: calc(80% - (var(--gap-h-7d33939f-01dd-4ac7-bab0-901edadd5d31) * 0.2));
		max-width: calc(80% - (var(--gap-h-7d33939f-01dd-4ac7-bab0-901edadd5d31) * 0.2));
	}
	.reserve {
		padding: 40px 40px 40px 40px;
	}

	.campaign {
		padding: 0px;
		width: 100%;
		z-index: 1;
	}
	.head.text5 {
		margin: 0;
		padding: 0;
	}
	.campaign .btn {
		flex: none;
		width: 80%;
		max-width: 80%;
	}
	.campaign .btn a {
		padding: 30px 0;
	}
	.campaign .btn a p {
		font-size: 28px;
		line-height: 1.5;
	}
	.why p {
		font-size: 36px;
		padding: 5px 0 0;
	}
	.chosen .inner {
		width: 614px;
	}

	.chosen .box-list{
		flex: none;
		gap: 31px;
		width: 100%;
	}

	.chosen .box-colmn {
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
	}
	.chosen .box {
		flex: none;
		width: 100%;
		height: auto;
		max-width: 100%;

	}
	.box-img img {
		flex: none;
		width: 500px;
		max-width: 100%;
	}
	.box-img p.text.sd {
		flex: none;
		font-size: 16px;
		width: 500px;
		max-width: 100%;
	}
	.chosen .box .inner {
		margin: 0px 0px 20px 0px;
		width: calc(100% - (var(--gap-h-82700d5b-57ed-4434-998f-8c1817126044) * 0));
		--gap-h-c2649260-256b-4e03-9e1d-24b67ca8d318: 0px;
		--gap-v-c2649260-256b-4e03-9e1d-24b67ca8d318: 20px;
		max-width: calc(100% - (var(--gap-h-82700d5b-57ed-4434-998f-8c1817126044) * 0));
	}
	article.fit .text1 {
		margin: 0px 0px 30px 0px;
		max-width: 100%;
	}
	.recommended .why p {
		font-size: 32px;
		margin: 0px 0px 0px 0px;
		width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
		max-width: calc(100% - (var(--gap-h-62ba858c-127c-4c40-99fc-02198a8b70ef) * 0));
	}
	.recommended h2 {
		font-size: 36px;
		margin: 20px 0px 30px 0px;
		max-width: 100%;
	}
	article.support .column-l img {
		margin: 0px 0px 8px 0px;
	}
	article.support .column-r img {
		margin: 0px 0px 8px 0px;
	}
	article.support .column-l .text-s, article.support .column-r .text-s {
		width: 550px;
	}
	article.support .column-l {
		flex: none;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 100%;
		margin-bottom: 22px;
	}
	article.fit .column {
		align-content: flex-start;
		align-items: flex-start;
		justify-content: center;
		padding: 0px 20px;
	}
	article.support .column-r {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	article.enjoy {
		flex: none;
		padding: 0px 20px;
		width: 100%;
		max-width: 100%;
	}
	article.enjoy .inner {
		margin: 50px 0;
	}
	.enjoy-img {
		align-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		padding: 0px;
		width: 550px;
	}
	article.security .block .inner {
		align-content: center;
		align-items: center;
		flex: none;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
		justify-content: flex-end;
		margin: 0px 0px 30px 0px;
		width: 100%;
		max-width: 100%;
	}
	article.security .sd .block-d {
		align-content: center;
		align-items: center;
		justify-content: flex-start;
	}

	article.security .sd .block-d p {
		flex: none;
		width: 550px;
		max-width: 100%;
	}


	article.concept p.sd {
		flex: none;
		font-size: 16px;
		width: 550px;
		max-width: 100%;
	}
	.reserve .inner a p {
		font-size: 28px;
	}

	.reserve p.hesitation {
		font-size: 24px;
	}
	section.shop .why p {
		font-size: 48px;
	}
	section.shop h2 {
		font-size: 36px;
	}
	.shop-box {
		flex: none;
		width: 550px;
		--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e: 0px;
		--gap-v-52158626-bc00-4346-b97f-87d1ee607b2e: 0px;
		max-width: 100%;
	}
	.shop-box .inner {
		flex: none;
		width: calc(100% - (var(--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e) * 0));
		--gap-h-c06dff88-3e62-4b11-8dbd-d57f27228da4: 0px;
		--gap-v-c06dff88-3e62-4b11-8dbd-d57f27228da4: 15px;
		max-width: calc(100% - (var(--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e) * 0));
	}
	.shop-img {
		flex: none;
		margin: 0px 0px 0px 0px;
		width: 500px;
		max-width: 100%;
		overflow-y: hidden;
	}
	.shop-box .icon {
		flex: none;
		flex-direction: column;
		flex-wrap: nowrap;
		width: calc(90% - (var(--gap-h-c06dff88-3e62-4b11-8dbd-d57f27228da4) * 0.10000000000000003));
		max-width: calc(90% - (var(--gap-h-c06dff88-3e62-4b11-8dbd-d57f27228da4) * 0.10000000000000003));
	}
	.shop-box .icon-list {
		flex: none;
		gap: 5px;
		margin: 20px 0px 0px 0px;
		width: 100%;
		--gap-h-1f1bba43-fcda-457e-ae24-203413047f9e: 10px;
		--gap-v-1f1bba43-fcda-457e-ae24-203413047f9e: 10px;
		max-width: 100%;
	}
	.shop-info {
		align-content: center;
		align-items: center;
		flex: none;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: calc(90% - (var(--gap-h-c06dff88-3e62-4b11-8dbd-d57f27228da4) * 0.10000000000000003));
		max-width: calc(90% - (var(--gap-h-c06dff88-3e62-4b11-8dbd-d57f27228da4) * 0.10000000000000003));
		margin-bottom: 20px;
	}
	.shop-info-r {
		flex: none;
		width: 100%;
		max-width: 100%;
	}
	.sd.btn02 {
		flex: none;
		margin: 0px 0px 0px 1px;
		width: calc(80% - 1px - (var(--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e) * 0.2));
		max-width: calc(80% - 1px - (var(--gap-h-52158626-bc00-4346-b97f-87d1ee607b2e) * 0.2));
	}
	footer .inner {
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 0px;
		justify-content: center;
		--gap-h-3fbd7618-41d0-483e-9471-ae5bed4e9811: 40px;
		--gap-v-3fbd7618-41d0-483e-9471-ae5bed4e9811: 40px;
	}
	footer .inner img {
		flex: none;
		width: calc(40% - (var(--gap-h-3fbd7618-41d0-483e-9471-ae5bed4e9811) * 0.6));
		max-width: calc(40% - (var(--gap-h-3fbd7618-41d0-483e-9471-ae5bed4e9811) * 0.6));
	}
	footer .inner .f-info {
		flex: none;
		flex-wrap: wrap;
		gap: 17px;
		width: calc(100% - (var(--gap-h-3fbd7618-41d0-483e-9471-ae5bed4e9811) * 0));
		--gap-h-43d482da-9ea7-43b8-ad6c-16a07156089f: 45px;
		--gap-v-43d482da-9ea7-43b8-ad6c-16a07156089f: 45px;
		max-width: calc(100% - (var(--gap-h-3fbd7618-41d0-483e-9471-ae5bed4e9811) * 0));
	}
	footer .inner .f-info a {
		flex: none;
		font-size: 15px;
		width: calc(100% - (var(--gap-h-43d482da-9ea7-43b8-ad6c-16a07156089f) * 0));
		max-width: calc(100% - (var(--gap-h-43d482da-9ea7-43b8-ad6c-16a07156089f) * 0));
	}
	.modal-btn {
		flex: none;
		font-size: 15px;
		width: calc(100% - (var(--gap-h-43d482da-9ea7-43b8-ad6c-16a07156089f) * 0));
		max-width: calc(100% - (var(--gap-h-43d482da-9ea7-43b8-ad6c-16a07156089f) * 0));
	}
	footer .copy {
		font-size: 13px;
		line-height: 1.5;
		margin: 20px 0px 0px 0px;
		max-width: 100%;
	}
	.design-canvas__modal .studio-canvas3 {
		padding: 30px 0px 30px 0px;
		width: calc(90% - 40px);
		max-width: calc(90% - 40px);
	}
	.design-canvas__modal .studio-canvas4 {
		padding: 40px 30px 40px;
		text-align: left;
		width: 90%;
		max-width: 90%;
	}
	p.p_sub {
		font-size: 13px!important;
		margin-top: 5px;
	}
	.shop-box .icon-list .logo {
		gap: 5px;
	}
	section.shop#shop-link-btn h2 {
		margin: 0 0 10px 0;
	}
}

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

	.header .image.sd {
		background-image: url(../img/mv_sp2.jpg);
	}
	.header .image.sd {
		flex: none;
		height: 390px;
		padding: 30px 0px 0px 10px;
		width: 100%;
		max-width: 100%;
	}
	.sd .head.text1 {
		background: #6244bb;
		height: auto;
		width: 167px;
		max-width: 100%;
	}
	.sd .head.text2 {
		height: auto;
		margin: 0px 0px 0px -5px;
		width: 182px;
		max-width: calc(100% - -5px);
	}
	.sd .head.text3 {
		background: rgba(0,0,0,0.0);
		flex: none;
		font-size: 14px;
		margin: 0px 0px 0px 0px;
		padding: 1px 20px 10px 0px;
		width: 213px;
		max-width: 100%;
	}
	.sd .head.text4 {
		margin: 0px 0px 90px 0px;
		max-width: 100%;
		font-size: 10px;
	}
	.header .image.sd {
		background-size: 95%;
	}
	.head.text4 {
		margin: 0px 0px 90px 0px;
		max-width: 100%;
		font-size: 10px;
	}
	.head.text5, .head.text6 {
		font-size: 15px;
	}
	.head.text6 {
		padding: 0 0 10px 0;
	}
	.anime-box {

	}
	.campaign .btn {
		margin: 0 0 5px 0;
	}
	.campaign .btn a p {
		font-size: 16px;
	}
	.campaign .btn a {
		padding: 14px 16px 16px 16px;
	}
	.chosen .ttl {
		font-size: 20px!important;
		margin-top: 20px;
	}
	p.p_sub {
		font-size: 11px!important;
		margin-top: 5px;
	}
	.campaign p.p_sub {
		font-size: 11px!important;
		margin-top: 1px;
	}
	.chosen .inner {
		width: 100%;
		margin: 0;
	}
	.why p {
		font-size: 28px;
		padding: 5px 0 0;
	}
	.chosen .box-list {
		width: 88%;
	}
	.chosen .box .inner .ttl2 {
		width: 100%;
		max-width: 100%;
	}
	.chosen .box .inner .mark {
		flex: none;
		height: 50px;
		width: 50px;
		max-width: calc(100% - 20px);
	}
	.chosen p.fit {
		font-size: 18px;
	}
	.box-img {
		gap: 12px;
	}
	.box-img p.text.sd {
		font-size: 14px;
		max-width: 100%;
	}
	.reserve p.hesitation {
		font-size: 14px;
	}
	.reserve .inner a p {
		font-size: 18px;
	}
	.reserve {
		padding: 20px 0 10px;
	}
	.reserve .inner a {
		flex: none;
		width: 100%;
		max-width: width: 100%;
	}
	.reserve .inner a {
		flex: none;
		padding: 18px 30px 18px 30px;
		width: auto;
		max-width: 90%;
	}
	.reserve .inner {
		gap: 15px;

	}
	.recommended .why p {
		font-size: 20px;
		padding: 5px 0 0;
	}
	.article.support h3 {
		font-size: 18px;
		text-align: center;
		justify-content: center;
		width: 300px;
	}
	.recommended h2 {
		font-size: 20px;
	}
	article.support {
		width: 100%;
		max-width: 100%;
	}
	article.support h3 span {
		font-size: 18px;
	}
	article.support .column-l img {
		flex: none;
		height: auto;
		margin: 0px 0px 0px 0px;
		width: 100%;
		max-width: 100%;
	}
	article.support .column-l {
		flex: none;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 100%;
		margin-bottom: 22px;
	}
	article.fit h3 span {
		font-size: 18px;
		padding: 15px 0px
	}
	article.fit .text1 {
		font-size: 18px;
		margin: 0px 0px 20px 0px;
		max-width: 100%;
	}
	article.fit .text2 {
		font-size: 14px;
		text-align: center;
		justify-content: center;
	}
	article.fit .column-l {
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		padding: 0px;
		text-align: center;
	}
	article.fit .column-r .box p {
		font-size: 14px;
	}
	article.fit .column-r .box img {
		flex: none;
		width: 70px;
		max-width: 100%;
	}
	article.fit .column-r .box .reason p {
		font-size: 14px;
		padding: 12px 0;
		margin: 2px 0;
	}
	article.fit .column-r .box .reason img {
		flex: none;
		width: 70px;
		max-width: 100%;
	}
	article.fit .column-r .box.three {
		margin: 0;
		padding: 0;
	}
	article.fit .column-r .box {
		padding: 0;
		height: auto;
	}
	article.fit .column-r .box.three {
		flex-wrap: nowrap;
		height: auto;
	}
	article.fit .column-d p {
		font-size: 14px;
		margin: 2px 0px 0px 0px;
	}
	article.fit .column-d p.ol strong {
		font-size: 18px;
	}
	article.fit .column-d p.ol {
		line-height: 1;
		margin: 5px 0px 5px 0px;
	}
	article.enjoy .ttl h3 {
		font-size: 18px;
		padding: 15px 30px 15px;
	}
	article.security h3 {
		color: #FFFFFF;
		font-size: 18px;
	}
	footer {
		margin: 0px 0px 118px 0px;
		padding: 16px;
		--gap-h-144adad9-67df-4f2a-9bf1-60f622de9900: 0px;
		--gap-v-144adad9-67df-4f2a-9bf1-60f622de9900: 0px;
		width: 100%;
		max-width: 100%;
	}
	.design-canvas__modal .studio-canvas3 {
		padding: 20px 0px 20px 0px;
		width: calc(95% - 40px);
		max-width: calc(95% - 40px);
	}
	.pc-shop-list {
		display: none;
	}
	.sp-shop-list {
		display: block;
		width: 100%;
	}
	section.shop .why p.pc-text {
		display: none;
	}
	section.shop .why p.sp-text {
		display: block;
	}
	.shop-box {
		flex: none;
		width: 100%;
		max-width: 100%;
	}
	.shop-img {
		flex: none;
		margin: 0px 0px 0px 0px;
		width: 100%;
		max-width: 100%;
		overflow-y: hidden;
	}
	.shop-img {
		height: auto;
	}
	.shop-box .icon-list img {
		flex: none;
		width: 30px;
		max-width: 100%;
	}
	.shop-box {
		border-bottom: 1px solid #6e38d5;
		border-left: 1px solid #6e38d5;
		border-right: 1px solid #6e38d5;
		border-top: 1px solid #6e38d5;
	}
	.shop-box .inner {
		align-content: center;
		align-items: center;
		flex: none;
		flex-direction: column;
		gap: 1px;
		height: auto;
		justify-content: flex-start;
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	.shop-info {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 11px;
	}
	.sd.btn02  {
		flex: none;
		margin: 0px 0px 10px 0px;
		padding: 10px 16px 10px 16px;
		width: 90%;
		max-width: 90%;
	}

	.sd.btn02 p {
		font-size: 15px;
	}
	section.shop h2{
		font-size: 24px;
	}
	section.shop .why p {
		font-size: 28px;
	}
	article.concept p.sd {
		flex: none;
		font-size: 16px;
		width: 90%;
		max-width: 100%;
	}
	article.concept h3 {
		font-size: 18px;
	}
	article.equipment h4 {
		width: 90%;
	}
	article.equipment p {
		width: 90%;
		margin: 0 auto;
	}
	article.equipment .ttl h3 {
		font-size: 18px;
	}
	article.security .sd .block-d p {
		width: 90%;
		margin: 0 auto;
	}
	article.security .sd .block-l .inner {
		width: 90%;
		margin: 0 auto;
	}
	article.security .sd .block-l .text1 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 12px;
	}
	article.fit h3 {
		width: 300px;
	}
	.why p.sd {
		font-size: 24px;
	}
	.shop-box .icon-list img.sd.lf2 {
		flex: none;
		height: auto;
		margin: 0px 0px 0px 0px;
		width: 80px;
		max-width: 100%;
	}
	.fl-btn  {
		background: #f5851f;
		bottom: 0px;
		display: flex;
		flex: none;
		height: 118px;
		left: 0px;
		margin: 0 0 0 0;
		padding: 20px 20px;
		position: fixed;
		right: 0px;
		top: auto;
		z-index: 5;
		width: 100%;
		max-width: 100%;
	}
	.fl-btn .inner {
		flex: none;
		gap: 12px;
		margin: 0px;
		padding: 0px;
		width: 400px;
		--gap-h-b3b94e8a-129f-4978-a29d-4a60af084394: 0px;
		--gap-v-b3b94e8a-129f-4978-a29d-4a60af084394: 25px;
		max-width: 100%;
	}
	.fl-text1 {
		font-size: 14px;
		color: #fff;
	}
	.fl-btn a {
		background: #FFFFFF;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
		flex: none;
		padding: 18px 30px 18px 30px;
		width: 90%;
		max-width: 100%;
		border-radius: 50px;
	}
	.fl-btn a p {
		color: #f5851f;
		font-size: 16px;
		font-weight: 700;
	}
		footer.sd {
			margin-bottom: 140px;
		}
		section.shop {
			padding-bottom: 40px;
		}
		.shop-box.top {
			margin-bottom: 15px;
		}
		article.security img {
		flex: none;
		height: auto;
		margin: 0px 0px 0px 20px;
		width: 90%;
		max-width: calc(100% - 40px);
	}
	.chosen .inner {
		gap: 27px;
	}
	article.support {
		width: 100%;
		margin: 0 auto 40px;
		padding: 30px 6%;
	}
	article.support h3 {
		margin: 0px 0px 30px 0px;
	}
	article.support .column-r img {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	article.support .text-s p {
		width: 100%;
		margin: 0 auto;
	}
	article.support .column-l .text-s, 
	article.support .column-r .text-s {
		width: 100%;
		padding: 10px 0;
		font-size: 14px;
	}
	article.security .sd .block-d p {
		font-size: 14px;
	}
	article.security p.text2 {
		display: block;
		margin-bottom: 1px;
		font-size: 14px;
		text-align: center;
	}
	article.security .ttl {

		margin: 0px 0px 20px 0px;

	}
	.sd.marg {
		padding-bottom: 8px;
	}
	article.fit h3 {
		margin: 0 0 30px 0;
	}
}

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

	.shop-info-l ul li .text-l {
		font-size: 13px;
	}
	.shop-info-l ul li .text-r {
	    font-size: 13px;
	}
	ul.shop-info-r li .text-l {
	    font-size: 13px;
	}
	ul.shop-info-r li .text-r {
		font-size: 13px;
	}
	ul.shop-info-r li.countermeasure p {
		font-size: 13px;
	}
}

/*toggle*/
#toggle1 {
	display: none;
	cursor: pointer;
}
#menu1 {
	display: none;
}
#toggle1:checked + #menu1 {
	display: block;
}
#toggle2 {
	display: none;
	cursor: pointer;
}
#menu2 {
	display: none;
}
#toggle2:checked + #menu2 {
	display: block;
}

#toggle3 {
	display: none;
	cursor: pointer;
}
#menu3 {
	display: none;
}
#toggle3:checked + #menu3 {
	display: block;
}

#toggle4 {
	display: none;
	cursor: pointer;
}
#menu4 {
	display: none;
}
#toggle4:checked + #menu4 {
	display: block;
}

#toggle5 {
	display: none;
	cursor: pointer;
}
#menu5 {
	display: none;
}
#toggle5:checked + #menu5 {
	display: block;
}
#toggle6 {
	display: none;
	cursor: pointer;
}
#menu6 {
	display: none;
}
#toggle6:checked + #menu6 {
	display: block;
}
#toggle7 {
	display: none;
	cursor: pointer;
}
#menu7 {
	display: none;
}
#toggle7:checked + #menu7 {
	display: block;
}

#toggle8 {
	display: none;
	cursor: pointer;
}
#menu8 {
	display: none;
}
#toggle8:checked + #menu8 {
	display: block;
}

#toggle9 {
	display: none;
	cursor: pointer;
}
#menu9 {
	display: none;
}
#toggle9:checked + #menu9 {
	display: block;
}

label.l-bar {
	background: #6e38d5;
	color: #fff;
	padding: 10px;
	width: 90%;
	display: block;
	margin: 15px auto 18px;
	position: relative;
	font-weight: 700;
}
.menu-w {
	width: 90%;
	margin: -19px auto 0;
}
label.l-bar i {
	display: inline-block;
	width: 12px;
	position: absolute;
	top: 22px;
	right: 18px;
}
label.l-bar i svg {
	width: 12px;
}

@media screen and (max-width:540px) {
	.shop-box {
		margin-top: 0;
		margin-bottom: 15px;
	}
}</pre></body></html>