@charset "UTF-8";
:root{
	--scroll-adjust: 50px;
}
:where([id]){
	scroll-margin-top: var(--scroll-adjust);
}
body.window-lock {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.l-container {
	position: relative;
}

.l-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 678px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.hl {
	margin: 0 auto 30px;
	text-align: center;
}

.hl .hl__en {
	font-size: 30px;
	color: #313131;
	line-height: 1em;
	margin-bottom: 3px;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
}

.hl .hl__jp {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.hl .hl-logo {
	width: 214px;
	margin-right: 5px;
	vertical-align: middle;
}

.h4-hl {
	text-align: center;
}

.h4-hl .hl-en {
	font-size: 21px;
	color: #626262;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	line-height: 1em;
	margin-bottom: 10px;
}
.h4-hl .hl-jp {
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}


/*全画面*/

.g-wrapper {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

/*ヘッダー*/

.g-header {
	position: relative;
	width: 100%;
	height: 90px;
	z-index: 9990;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}

.g-header.__fixed {
	position: fixed;
	background: #fff;
	z-index: 9991;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	pointer-events: none;
}

.g-header.__fixed.is-scroll {
	height: 50px;
	opacity: 1;
	pointer-events: all;
}

.g-header__bar {
	width: 100%;
	height: 100%;
	max-width: 678px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.g-header__logo01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 51px;
	height: 90px;
	background: #fff;
}

.global_nav.is-active .g-header__logo01 {
	background: none;
	width: 214px;
	height: 50px;
	padding-left: 14px;
}

.g-header__logo01 .logo {
	width: 18px;
	height: 56px;
}

.global_nav.is-active .g-header__logo01 .nav-open-logo {
	width: 214px;
	height: 16px;
}

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

.g-header__logo01 img {
	display: block;
	width: 27.5px;
	height: 90px;
}

.g-header__logo02 {
	padding-left: 20px;
	padding-bottom: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g-header__logo02 a {
	display: block;
}

.g-header__logo02 a img {
	width: 220px;
	height: 17px;
}

.menu_trigger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 50px;
	position: absolute;
	z-index: 100;
	right: 7px;
	top: 0;
	text-align: center;
	cursor: pointer;
}

.menu_trigger > div {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 35px;
	height: 10px;
}

.menu_trigger span {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	height: 1px;
	background-color: #000;
}

.menu_trigger span:nth-of-type(1) {
	top: 0px;
	width: 35px;
}

.menu_trigger span:nth-of-type(2) {
	top: 9px;
	width: 28px;
}

.menu_trigger.__close span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-29deg);
	-ms-transform: translateY(5px) rotate(-29deg);
	transform: translateY(5px) rotate(-29deg);
	background-color: #fff;
	width: 25px;
}

.menu_trigger.__close span:nth-of-type(2) {
	-webkit-transform: translateY(-5px) rotate(29deg);
	-ms-transform: translateY(-5px) rotate(29deg);
	transform: translateY(-5px) rotate(29deg);
	background-color: #fff;
	width: 25px;
}

/*フッター*/

.footer_box01 {
	background-color: #888888;
	background-size: cover;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 88px 0 97px;
}

.footer_box01 .p01 {
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

.footer_box01 .p02 {
	margin-bottom: 13px;
	display: block;
}

.footer_box01 .p02 a {
	font-family: "Alata", sans-serif;
	line-height: 1;
	font-size: 35px;
	color: #fff;
	display: inline-block;
}

.footer_box01 .p03 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

.footer_box02 {
	background: #000;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0 67px;
	position: relative;
}

.footer_box02 .pagetop {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #626262;
}

.footer_box02 .pagetop .pagetop-img {
	width: 18px;
}

.footer_box02 .pagetop .pagetop-txt {
	color: #fff;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
}


.footer_box02 .logo {
	width: 285px;
	margin: 64px auto 60px;
}

.footer_box02 .nav {
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.footer_box02 .nav li {
	margin-bottom: 5px;
}

.footer_box02 .nav li a {
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box02 .copy {
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	color: #404040;
	letter-spacing: 0.05em;
}

/*メイン*/

.g-main {
	display: block;
}

.g-main:after {
	content: " ";
	display: block;
	clear: both;
}

.global_nav {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9995;
	width: 100%;
	height: 100%;
	background: #020202;
}

.global_nav.is-active {
	opacity: 1;
	pointer-events: all;
}

/* .global_nav__bar {
	width: 100%;
	height: 50px;
	background: #fff;
	position: relative;
	z-index: 2;
} */

.global_nav__bar-inner {
	width: 100%;
	max-width: 678px;
	margin: 0 auto;
	position: relative;
}

.global_nav__panel {
	width: 100%;
	position: fixed;
	height: 100%;
	left: 0;
	top: 0px;
	z-index: 1;
	color: #fff;
	overflow-y: scroll;
}

.global_nav__panel ul {
	padding-top: 89px;
}

.global_nav__panel ul li {
	text-align: center;
	margin-bottom: 33px;
}

.global_nav__panel ul li:nth-last-child(2) {
	margin-bottom: 33px;
}

.global_nav__panel ul li .en {
	letter-spacing: 0.04em;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	color: #888888;
	font-family: "Oswald", sans-serif;
	display: block;
	margin-bottom: 2px;
}

.global_nav__panel ul li .jp {
	letter-spacing: 0.05em;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	display: block;
}

.c-cta {
	display: block;
	margin: 50px auto 0 auto;
	width: 280px;
	height: 60px;
	background-color: #933535;
	position: relative;
}

.c-cta .c-cta__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.c-cta .c-btn__en {
	color: #fff;
	letter-spacing: 0.04em;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	display: block;
	margin-bottom: 6px;
}

.c-cta .c-btn__jp {
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 12px;
	font-weight: 500;
	display: block;
	line-height: 1em;
}

.c-cta .c-cta__arrow {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 10px;
	transform: translateY(-50%);
}

.c-checklist li {
	margin-bottom: 5px;
	background: url(../img/check_icon.png) no-repeat left center;
	background-color: #DDDDDD;
	padding: 5px 8px 5px 40px;
	min-height: 53px;
	background-size: 30px;
	font-size: 15px;
	line-height: 1.4em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	display: flex;
	align-items: center;
}

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

.c-hl01 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.c-hl02 {
	padding-left: 25px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.4;
}
.c-hl02::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #fff;
	width: 15px;
	height: 1px;
	display: inline-block;
}

.c-hl02.__small {
	font-size: 19px;
}

.c-hl02.__black {
	background: #000;
	color: #fff;
}

.c-hl02.__black:before,
.c-hl02.__black:after {
	border-color: transparent #000 transparent transparent;
}

.c-hl03 {
	font-size: 16px;
	text-align: center;
	background: url(../img/recommend-bubble.png) no-repeat top center;
	background-size: contain;
	padding-top: 18px;
	width: calc(100% - 40px);
	height: 47px;
	line-height: 1.4em;
	margin: 0 auto 10px auto;
	display: block;
	position: relative;
}
.c-hl03::after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../img/check.png) no-repeat top center;
	background-size: contain;
	width: 118px;
	height: 49px;
	top: -30px;
	left: 2px;
}

.c-anchor {
	margin-top: -90px;
	padding-top: 90px;
}

.c-caption01 {
	word-wrap: break-word;
	word-break: break-all;
	letter-spacing: 0.04em;
}

.c-caption02 {
	word-wrap: break-word;
	word-break: break-all;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
}

.q-mv {
	width: 100%;
    height: 855px;
	background-color: #000;
}

.q-mv .l-inner {
	width: 100%;
	height: 100%;
	background: url(../img/mv_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	max-width: 678px;
    margin: 0 auto;
}

.q-mv .tokushima {
	position: absolute;
	right: 20px;
	top: -30px;
	width: 100px;
	height: 100px;
}

.q-mv .cth {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.18em;
	line-height: calc(55/28);
	font-weight: bold;
}

.q-mv .cth .sub {
	display: block;
	width: 245.5px;
	margin: 0 auto 10px;
}

.introduce-item {
	border: 1px solid #888888;
	padding: 9px 14px;
	width: 275px;
	text-align: center;
	color: #fff;
	margin: 0 auto 22px auto;
	position: relative;
	letter-spacing: 0.14em;
}
.introduce-item._black {
	color: #313131;
}

.introduce-item::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 18px;
	background-color: #888888;
	position: absolute;
	bottom: -11px;
	left: 50%;
}

.set-container {
	z-index: 2;
	position: relative;
}

.set-container:first-of-type {
	margin-top: -82px;
}

.set-container .set-inner {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.set-container .set-item {
	background-color: #fff;
	box-shadow: 0 4px 16px rgba(000, 000, 000, 0.11);
	border-radius: 0 15px;
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
	gap: 23px;
	margin-bottom: 20px;
}

.set-container .set-item:last-of-type {
	margin-bottom: 0px;
}

.set-container .set-item .set-img {
	width: 250px;
	background-color: #000;
	border-radius: 0 15px;
	margin-top: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.set-container .set-item .set-img .img-txt {
	font-size: 10px;
	color: #D6BD9C;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
}

.set-container .set-item .set-img .img-txt::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #D6BD9C;
	position: absolute;
	bottom: 0px;
	left: 0;
	display: inline-block;
}
.set-container .set-item .set-img .img-txt::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 2px 0 2px;
	border-color: #D6BD9C transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.set-container .set-item .set-img .img-txt .number {
	font-family: 'Alata', sans-serif;
}

.set-container .set-item .set-exp {
	width: 380px;
	margin: 20px 0;
}

.set-container .set-item .set-exp .set-ttl {
	color: #4D4D4D;
	font-size: 16px;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	line-height: 1em;
	margin-bottom: 10px;
}
.set-container .set-item .set-exp .set-ttl .big {
	font-size: 27px;
}
.set-container .set-item .set-exp .set-ttl .big2 {
	font-size: 21px;
}

.set-container .set-item .set-exp .item-kind {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.set-container .set-item .set-exp .item-kind .kind {
	background-color: #4D4D4D;
	padding: 1px 5px;
	line-height: 1.4em;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.set-container .set-item .c-cta {
	width: 100%;
	height: auto;
	margin-top: 15px;
	border-radius: 4px;
}

.set-container .set-item .c-cta__inner {
	display: block;
}

.set-container .set-item .c-cta .c-btn__jp {
	line-height: calc(29/20);
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0 3px 15px;
}

.q-nayami .l-container {
	padding-top: 96px;
}

.q-nayami .box01 {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-nayami .box01 .c-checklist {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.q-nayami .box01 .c-caption01 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 40px;
}

.q-nayami .box01 .c-caption01._more {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.q-nayami .box01 .p01 {
	font-size: 18px;
	line-height: calc(60/36);
	margin-bottom: 22px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #fff;
}
.q-nayami .box01 .bg {
	margin: 0 calc(50% - 50vw);
	padding: 40px 20px 100px 20px;
	width: calc(100vw - 40px);
	background-color: #313131;
	position: relative;
	margin-top: -42px;
}
.q-nayami .box01 .bg::before {
	content: "";
	display: inline-block;
	margin: 0 calc(50% - 50vw);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 60px 100vw;
	border-color: transparent transparent #313131 transparent;
	top: -60px;
	left: 0;
	z-index: -1;
	position: absolute;
}
.q-nayami .box01 .bg::after {
	content: "";
	display: inline-block;
	margin: 0 calc(50% - 50vw);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 100vw 0 0;
	border-color: #313131 transparent transparent transparent;
	bottom: -60px;
	left: 0;
	z-index: -1;
	position: absolute;
}
.q-nayami .box01 .p01 .line {
	position: relative;
}

.q-nayami .box01 .p01 .line::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
}

.q-nayami .box01 .p02 {
	width: 100%;
	max-width: 250px;
	margin: 0px auto 45px;
}

.q-nayami .box01 .img-wrap {
	margin-top: -100px;
	position: relative;	
	margin-bottom: 30px;
}

.q-nayami .box01 .img-wrap .point-item {
	width: 100%;
	background-color: #F2F2F4;
	margin-bottom: 4px;
	padding: 25px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.q-nayami .box01 .img-wrap .point-item .point-txt {
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.q-nayami .box01 .img-wrap .point-item .point {
	display: block;
	font-family: "Oswald", sans-serif;
	line-height: 1em;
	margin-bottom: 12px;
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.q-nayami .box01 .img-wrap .point-item img {
	width: 130px;
	margin-left: -12px;
}
.q-nayami .box01 .img-wrap .point-item._point1 img {
	margin-left: -29px;
}


.q-nayami .box01 .img li {
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}

.q-nayami .box01 .img li + li {
	margin-top: 15px;
}

.q-nayami .box02 {
	width: 100%;
	height: 540px;
	background: url(../img/catch_bg.jpg) no-repeat center top #000;
	background-size: contain;
	padding-top: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.q-nayami .box02:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: -1px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 50vw 0 50vw;
	border-color: #fff transparent transparent transparent;
}

.q-nayami .box02 .p01 {
	width: 100%;
	max-width: 219px;
	margin: 35px auto 0 auto;
}

.q-about .l-container {
	background: #141414;
	color: #fff;
	overflow: hidden;
	margin-top: -60px;
}

.q-about .c-hl01 .logo {
	width: 280px;
	display: block;
	margin:  0 auto 14px auto;
}

.q-about .list {
	margin-top: 37px;
	position: relative;
	z-index: 1;
}

.q-about .list:after {
	content: "";
	width: 347.5px;
	height: 347.5px;
	background: url(../img/bg_circle.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	z-index: -1;
	left: -90px;
	top: -340px;
}

.q-about .list__item {
	position: relative;
	z-index: 1;
	padding-bottom: 46px;
}

.q-about .list__item:first-child:after {
	content: "";
	width: 347.5px;
	height: 347.5px;
	background: url(../img/bg_circle.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	z-index: -1;
	right: -120px;
	bottom: -180px;
}

.q-about .list__item:last-child {
	padding-bottom: 54px;
}

.q-about .list__item:last-child:after {
	content: "";
	width: 347.5px;
	height: 347.5px;
	background: url(../img/bg_circle.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	z-index: -1;
	left: -100px;
	bottom: -140px;
}

.q-about .list__item .list-inner {
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-about .list__item .img {
	margin-bottom: 34px;
}

.q-about .list__item .img._right {
	margin-left: 40px;
	width: calc(100% - 40px);
}
.q-about .list__item .img._left {
	margin-right: 40px;
	width: calc(100% - 40px);
}

.q-point .l-container {
	padding-top: 40px;
	background-color: #E8E8E8;
	padding-bottom: 54px;
}

.q-point .list {
	margin-bottom: 34px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-point .list__item {
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-point .list__item:last-child {
	margin-bottom: 0;
}

.q-point .list__item .img {
	position: relative;
}

.q-point .list__item .img .headline {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	gap: 8px;
	align-items: flex-end;
	font-weight: bold;
}

.q-point .list__item .img {
	position: relative;
}

.q-point .list__item .img .point-wrap .point {
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.04em;
	font-family: "Oswald", sans-serif;
}
.q-point .list__item .img .point-wrap .number {
	display: block;
	font-size: 34px;
	line-height: 1em;
	letter-spacing: 0.04em;
	font-family: "Alata", sans-serif;
}

.q-point .list__item .hl {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: -1px;
}

.q-point .list__item .c-caption02 {
	margin-bottom: 15px;
	background-color: #fff;
	padding: 30px 20px;
	text-align: justify;
}

.q-lineup .l-container {
	background: #fff;
	padding-top: 48px;
}

.q-lineup .l-container .punctuate-bg {
	width: 100%;
	height: 90px;
	background-color: #E8E8E8;
}


.q-lineup .anchor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	gap: 20px;
	margin: 0 auto 75px;
	padding: 0 20px;
	box-sizing: border-box;
}

.q-lineup .anchor li {
	width: 100%;
	height: 115px;
	box-shadow: 0 4px 16px rgba(000, 000, 000, 0.11);
	position: relative;
}

.q-lineup .anchor li a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.q-lineup .anchor li .anchor-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 18px;
	height: 9px;
}

.q-lineup .anchor li a .img {
	width: 145px;
}

.q-lineup .anchor .txt {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.q-lineup .anchor .txt:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 3px 0 3px;
	border-color: #fff transparent transparent transparent;
}

.q-lineup .list__item {
	padding-bottom: 120px;
	box-shadow: 0 0 50px rgba(000, 000, 000, 0.13);
}

.q-lineup .list__item:last-child {
	padding-bottom: 62px;
}

.q-lineup .list__item .item-ttl {
	position: relative;
	text-align: center;
}
.q-lineup .list__item .item-ttl::after {
	content: "";
	display: inline-block;
	top: -30px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #E8E8E8;
	position: absolute;
}

.q-lineup .list__item .item-ttl .ttl-en {
	position: relative;
	z-index: 1;
	background-color: #4D4D4D;
	color: #fff;
	display: inline-block;
	padding: 3px 11px 1px 11px;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

.q-lineup .list__item .item-ttl .c-hl02 {
	position: relative;
	z-index: 1;
	color: #000;
	font-size: 18px;
	padding-left: 0;
	margin-bottom: 14px;
}

.q-lineup .list__item .c-caption02 {
	padding: 0 40px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-lineup .list__item .img {
	width: 100%;
	padding: 0 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: center;
}

.q-lineup .list__item .reccomend {
	padding: 0 20px;
	margin-bottom: 35px;
}

.q-lineup .list__item .howtouse {
	text-align: center;
	margin-bottom: 33px;
	background-color: #313131;
	padding: 36px 0 33px;
}

.q-lineup .list__item .howtouse .c-hl03-en {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 16px;
	font-family: "Oswald", sans-serif;
}

.q-lineup .list__item .howtouse .youtube {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 80px);
	aspect-ratio: 16/9;
}

.q-lineup .list__item .howtouse .youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.q-lineup .list__item .price {
	margin: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-lineup .list__item .price .price-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 8px;
	margin-bottom: 13px;
}

.q-lineup .list__item .price .price-item:last-of-type {
	margin-bottom: 0;
}

.q-lineup .list__item .price .price-item .amount {
	font-size: 15px;
	font-family: "Alata", sans-serif;
}

.q-lineup .list__item .price .price-item .price-num {
	font-size: 16px;
}

.q-lineup .list__item .price .price-item .s01 {
	font-size: 23px;
	font-family: "Alata", sans-serif;
	margin-right: 4px;
	line-height: 1em;
}

.q-lineup .list__item .price .price-item .s02 {
	font-size: 11px;
}

.q-voice .l-container {
	padding-top: 60px;
}

.q-voice .hl {
	width: 100%;
	max-width: 253px;
	margin: 0 auto 23px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-voice .list {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-voice .list__item {
	padding: 42px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-voice .list__item::after {
	content: "";
	width: calc(50vw - 103px);
    margin-left: calc(50% - 50vw);
	height: 100%;
	display: inline-block;
	background-color: #F5F5F5;
	top: 0;
	left: 0px;
	position: absolute;
	z-index: -1;
}
.q-voice .list__item:nth-of-type(2n)::after {
	right: 0px;
    margin-right: calc(50% - 50vw);
	left: auto;
}

.q-voice .list__item:last-child {
	margin-bottom: 0;
}

.q-voice .list__item .voice-catch {
	margin-bottom: 20px;
}

.q-voice .list__item .voice-catch .number {
	font-size: 20px;
	color: #4D4D4D;
	line-height: 1em;
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-family: "Oswald", sans-serif;
}

.q-voice .list__item .voice-catch .catch {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	display: inline;
	background-color: #4D4D4D;
	padding: 2px 5px 4px 5px;
}

.q-voice .list__item .img {
	text-align: center;
	margin-bottom: 14px;
}

.q-voice .list__item .name {
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.q-voice .list__item .kome {
	display: block;
	margin-top: 6px;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-indent: -1em;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-set .l-container {
	padding-top: 86px;
	padding-bottom: 90px;
	color: #fff;
	background: #000;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.q-set .l-container .hl {
	margin-bottom: 56px;
}

.q-set .l-container .l-inner {
	z-index: 1; /*
            &:before{
                content: "";
                width: 347.5px;
                height: 347.5px;
                background: url(../img/bg_circle.png) no-repeat left top;
                background-size: 100%;
                position: absolute;
                z-index: -1;
                left: -90px;
                bottom: 27px;
            }
            */
}
.q-set {
	text-align: center;
}
.q-set .l-container .l-inner:after {
	content: "";
	width: 347.5px;
	height: 347.5px;
	background: url(../img/bg_circle.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	z-index: -1;
	left: -90px;
	top: -210px;
}

.q-set .l-container .hl {
	margin-bottom: 56px;
}

.q-set .l-container .hl .hl__en {
	color: #fff;
}

.q-set .l-container .set-group > span {
	margin-bottom: 16px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "Oswald", sans-serif;
	position: relative;
}

.q-set .l-container .set-group {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.q-set .l-container .set-group::before {
	content: "";
	background-color: #fff;
	display: inline-block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}

.q-set .l-container .set-group > span {
	background-color: #000;
	padding: 0 12px;
}

.q-set .l-container .set-ttl {
	font-size: 23px;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	line-height: 1em;
	margin-bottom: 20px;
}
.q-set .l-container .set-ttl .big {
	font-size: 35px;
}
.q-set .l-container .set-ttl .big2 {
	font-size: 27px;
}

.q-set .l-container .item-kind {
	display: flex;
	justify-content: center;
	padding: 0 20px;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.q-set .l-container .item-kind .kind {
	background-color: #4D4D4D;
	padding: 3px 9px;
	line-height: 1.4em;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.q-set .l-container .img-txt {
	font-size: 18px;
	color: #D6BD9C;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.q-set .l-container .img-txt::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #D6BD9C;
	position: absolute;
	bottom: 0px;
	left: 0;
	display: inline-block;
}
.q-set .l-container .img-txt::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #D6BD9C transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.q-set .l-container .img-txt .number {
	font-size: 25px;
	letter-spacing: 0.1em;
	font-family: 'Alata', sans-serif;
}
.q-set .l-container .item-exp .small {
	font-size: 12px;
	margin-bottom: 15px;
}

.q-set .l-container .discount {
	margin: 0 40px;
	background-color: #fff;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.q-set .l-container .discount img {
	width: 227px;
}

.q-set .c-caption01 {
	padding: 0 40px;
	margin-bottom: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
}

.q-set .c-cta {
	width: calc(100% - 80px);
	margin-top: 18px;
	margin-bottom: 60px;
}

.q-set .c-cta:last-of-type {
	margin-bottom: 0;
}

.q-set .img {
	text-align: center;
	margin-bottom: 13px;
}

.q-set .attention {
	font-size: 14px;
	text-align: center;
}

.q-faq .l-container {
	padding-top: 68px;
	padding-bottom: 56px;
	background: #fff;
}

.q-faq .list {
	margin-top: 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

.q-faq .list__item {
	background: #DDDDDD;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}

.q-faq .list__item .faq_q {
	font-size: 16px;
	min-height: 85px;
	font-weight: bold;
	line-height: 1.4;
	padding: 18px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 0.03em;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.q-faq .list__item .faq_q .txt {
	padding-left: 33px;
	padding-right: 30px;
	position: relative;
}
.q-faq .list__item .faq_q .txt::after {
	content: "Q";
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	left: 0;
	line-height: 1em;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 35px;
}


.q-faq .list__item .faq_q.is-active .state:after {
	display: none;
}

.q-faq .list__item .faq_q .state {
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -12px;
	width: 21px;
	height: 21px;
	background-color: #fff;
	border-radius: 50%;
}

.q-faq .list__item .faq_q .state:before,
.q-faq .list__item .faq_q .state:after {
	content: "";
	width: 11px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 5px;
	top: 50%;
}

.q-faq .list__item .faq_q .state:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.q-faq .list__item .faq_a {
	display: none;
	padding: 0 18px 18px 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
}

.q-faq .list__item .faq_a .c-caption01 {
	border-top: 1px solid #fff;
	padding-top: 16px;
	font-size: 14px;
}

.q-contact .l-container {
	padding-top: 84px;
	padding-bottom: 80px;
	box-shadow: 0 0 12px rgba(000, 000, 000, 0.10);
}

.q-contact .c-caption02 {
	text-align: center;
	margin-top: 9px;
	margin-bottom: 26px;
}

.form_area {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
}

.form_area > div {
	margin-bottom: 30px;
	width: 100%;
}

.form_area dt {
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
	font-size: 18px;
	position: relative;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

.form_area dd {
	width: 100%;
}

.form_area .example {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 6px;
	font-weight: 400;
}

.form_area .example span {
	font-size: 14px;
}

.form_area .error {
	padding-top: 5px;
}

.form_area .state {
	font-size: 14px;
	width: 44px;
	height: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	color: #933535;
	position: absolute;
	right: 0;
	top: 6px;
}

.form_area .state.__any {
	color: #4D4D4D;
}

.form_area .address__box {
	margin-bottom: 16px;
}

.form_area .address__box:last-child {
	margin-bottom: 0;
}

.form_area .address__box .select {
	width: 185px;
	position: relative;
}

.form_area .address__box .select select {
	display: block;
	cursor: pointer;
}

.form_area .address__box .select:after {
	content: "";
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
}

.form_area .submit {
	text-align: center;
}

.form_area .submit .send {
	position: relative;
}

.form_area input[type="text"],
.form_area input[type="email"],
.form_area textarea,
.form_area .submit input,
.form_area select {
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 100%;
	font-size: 16px;
	height: 43px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 5px;
	border-radius: 5px;
}

.form_area .submit input {
	cursor: pointer;
	border: none;
	display: inline-block;
	border-radius: 0;
	background: #313131;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	height: 63px !important;
}

.form_area .submit .send::after {
	content: "";
	position: absolute;
	background: url(../img/btn-arrow.svg) no-repeat top left;
	background-size: contain;
	top: 50%;
	right: 12px;
	display: inline-block;
	width: 8px;
	height: 10px;
	pointer-events: none;
}

.form_area textarea {
	margin-bottom: 13px;
	resize: vertical;
	height: 170px;
	min-height: 170px;
}

.q-confirm .l-container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.q-confirm #formWrap .hl {
	margin-bottom: 30px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-confirm #formWrap .errorlist {
	margin-bottom: 30px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-confirm #formWrap .errorlist .error_messe {
	color: #BE1010;
}

.q-confirm #formWrap .form_area dt {
	margin-bottom: 0;
}

.q-confirm #formWrap .form_area .submit .back input {
	margin-top: 10px;
	background: #444444;
	border: none;
}

.q-thank .l-container {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.q-thank .l-container a {
	display: block;
	background: #000;
	color: #fff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 270px;
	margin: 20px auto 0;
}

@media screen and (max-width:768px) { 
	.q-mv {
		height: 574px;
	}
	
	.q-mv .l-inner,
	.global_nav__bar-inner, 
	.g-header__bar,
	.l-inner {
		width: 100%;
		max-width: 375px;
	}

	.set-container .set-item .set-exp {
		width: 157px;
	}

	.set-container .set-item .set-img {
		width: 250px;
	}
	
}