@charset "UTF-8";
/* main */
.main {
	overflow-x: hidden;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.main * {
	box-sizing: border-box;
}

:where(.main) img {
	height: auto;
}

/* lp-support */
.lp-support {
	background: linear-gradient(30deg,hsl(228, 32%, 18%) 0%, hsl(231, 33%, 12%) 100%);
}
.lp-support__ttl {
	color: #fff;
}
.lp-support__ttl::after {
	border-top-color: #fff;
}
.lp-support__txt {
	color: #fff;
}
.lp-supportItem::before {
	background: #9b7950;
	color: #fff;
}

/* topBtn */
.eds-header{
	top:40px!important;
}
.topBtn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #be272e;
	color: #fff;
	line-height: 2.5;
}
.topBtn{
	margin-bottom: 70px;
}
@media screen and (max-width: 767px){
	.eds-header{
	top:0px!important;
}
	.topBtn2 {
		top: 53.45px;
	}
}

@media only screen and (max-width: 640px) {
	.topBtn2 {
		top: 0;
	}
}
@media (any-hover: hover) {
	.topBtn2:hover {
		text-decoration: none;
	}
}
.topBtn2::before {
	-webkit-mask: url("../images/icon_view_02.svg") no-repeat center center / contain;
			mask: url("../images/icon_view_02.svg") no-repeat center center / contain;
	width: 2em;
	height: 2em;
	margin-right: 1rem;
	background: #fff;
	content: "";
}
.topBtn2::after {
	width: 0;
	height: 0;
	margin-left: 1rem;
	border-width: .43em .25em 0 .25em ;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	content: "";
}

/* mv */
.mv {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: baseline;
	position: relative;
	height: 550px;
	padding: 4rem;
	background: url("../images/firstview.jpg") top left / cover no-repeat;
}
.mv__ttl {
}
.mv__ttlTxt {
	color: #fff;
	font-weight: bold;
	font-size: 2.75rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
}
.mv__ttlTxt--s {
	font-size: 2.25rem;
}
.mv__medal {
	position: absolute;
	top: 10%;
	right: 43%;
}

/* ctlgBnr */
.ctlgBnr {
}
.ctlgBnr--thumb {
	display: -ms-grid;
	display:	 grid;
	-ms-grid-columns: 40% 4rem auto;
	grid-template-columns: 40% auto;
	-ms-grid-rows: auto 0 auto;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 4rem;
	grid-row-gap: 0;
	align-items: center;
	padding: 4rem;
}
.ctlgBnr__txtWrap {
	grid-area: 1 / 1 / 2 / 2;
	-ms-grid-row-span: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
}
.ctlgBnr__txt {
	font-weight: bold;
	font-size: 1.4rem;
}
.ctlgBnr__txt--l {
	font-size: 1.6rem;
}
.ctlgBnr__txt--s {
	font-weight: normal;
	font-size: 1rem;
}
.ctlgBnr__txt--white {
	color: #fff;
}
.ctlgBnr__btn {
	grid-area: 2 / 1 / 3 / 2;
	-ms-grid-row-span: 1;
	-ms-grid-row: 2;
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
	margin-top: .5rem;
	border: 1px solid #be272e;
	background: #be272e;
	color: #fff;
	font-size: 1.2rem;
}
@media (any-hover: hover) {
	.ctlgBnr__btn:hover {
		background: #fff;
		color: #be272e;
	}
	.ctlgBnr__btn:hover::after {
		border-color: #be272e transparent transparent transparent;
	}
}
.ctlgbnr__ctlgWrap {
	display: flex;
	grid-area: 1 / 2 / 3 / 3;
	-ms-grid-row-span: 2;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-column: 2;
	justify-content: space-between;
}
.ctlgBnr__ctlg {
	width: calc(25% - 1rem);
}

/* sec01 */
.sec01 {
	position: relative;
	padding: 4rem 7.5rem;
}
.sec01::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, hsl(252, 45%, 98%) 0%, hsl(240, 28%, 93%) 100%);
	content: "";
}
.sec01__ttl {
	margin-bottom: 1rem;
}
.sec01__ttlTxt {
	display: block;
	font-weight: bold;
	font-size: 2rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
	text-align: center;
}
.sec01__ttlTxt--s {
	font-size: 1.2rem;
}
.sec01__ttlTxt--gothic {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.sec01__txt {
	text-align: center;
}

/* sec02 */
.sec02 {
	padding: 4rem 7.5rem 0;
	background: url("../images/oudou_background.png") top left / cover no-repeat,linear-gradient(30deg, hsl(0, 0%, 100%) 30%, #cfc9b5 100%);
}
.sec02__ttl {
	margin-bottom: 2rem;
}
.sec02__ttlTxt {
	display: block;
	font-weight: bold;
	font-size: 2rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
	text-align: center;
}
.sec02__ttlTxt--s {
	font-size: 1.2rem;
}
.sec02__ttlTxt--gothic {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.sec02__txt {
	margin-bottom: 2rem;
	text-align: center;
}

/* sec03 */
.sec03 {
	padding: 4rem 7.5rem;
	background: linear-gradient(210deg, hsl(0, 0%, 100%) 30%, hsl(46, 21%, 76%) 100%);
}
.sec03--bg_img {
	background: url("../images/lineup_background.jpg") top left / cover no-repeat;
}
.sec03__ttl {
	position: relative;
	width: 14rem;
	margin: 0 auto 2rem;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 41%, rgba(255,255,255,0) 41%, rgba(255,255,255,0) 100%);
}
.sec03__ttl::before,
.sec03__ttl::after {
	position: absolute;
	top: 57%;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background: #333;
	content: "";
}
.sec03__ttl::before {
	left: -.2rem;
}
.sec03__ttl::after {
	right: -.2rem;
}
.sec03__ttlTxt {
	display: block;
	font-weight: bold;
	font-size: 2rem;
	line-height: 2;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
	text-align: center;
}
.sec03__ttlTxt--s {
	font-size: 1.2rem;
}
.sec03__txt {
	margin-bottom: 2rem;
	text-align: center;
}
.sec03__txt--l {
	font-size: 1.3rem;
}
.sec03__txt--mincho {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
}
.sec03__txt--center {
	text-align: center;
}
.sec03__img {
	display: block;
	margin: auto;
}

/* sec04 */
.sec04 {
	padding: 4rem 7.5rem;
	background: linear-gradient(210deg, hsl(46, 21%, 88%) 0%, hsl(0, 0%, 100%) 50%, hsl(46, 21%, 88%) 100%);
}
.sec04__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 3rem;
}
.sec04__ttl {
	width: 100%;
	margin-bottom: 2rem;
	font-weight: bold;
	font-size: 2rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
	text-align: center;
}
.sec04__img {
	width: 60%;
}
.sec04__txtWrap {
	flex: 1;
}
.sec04__txtWrap--center {
	text-align: center;
}
.sec04__txt {
	text-align: justify;
}
.sec04__txt--l {
	font-weight: bold;
	font-size: 1.2rem;
}
.sec04__btn {
}
.sec04__btn::after {
	border-color: transparent transparent transparent #333;
}
@media (any-hover: hover) {
	.sec04__btn:hover::after {
		border-color: transparent transparent transparent #fff;
	}
}

/* sec05 */
.sec05 {
	padding: 2rem 4rem;
	background: #f3f4f8;
}
.sec05__inner {
	padding: 2rem 0;
}
.sec05__ttl {
	margin-bottom: 2rem;
	text-align: center;
}
.sec05__ttl--narrow {
	margin-bottom: 1rem;
}
.sec05__ttl--border {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: -4rem;
	margin-left: -4rem;
}
.sec05__ttl--border::before,
.sec05__ttl--border::after {
	flex: 1;
	height: 1px;
	background: #000;
	content: "";
}
.sec05__ttl--border::before {
	margin-right: 1em;
}
.sec05__ttl--border::after {
	margin-left: 1em;
}
.sec05__ttlTxt {
	font-weight: bold;
	font-size: 2rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
}
.sec05__ttlTxt--s {
	font-size: 1.75rem;
}
.sec05__ttlTxt--min {
	font-size: 1.5rem;
}
.sec05__ttlTxt--gold {
	color: #bd9d2c;
}
.sec05__ttlTxt--gothic {
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

/* sec06 */
.sec06 {
}
.secHead06 {
	padding: 4rem 7.5rem;
}
.secHead06__ttl {
	margin-bottom: 1rem;
}
.secHead06__ttlTxt {
	display: block;
	font-weight: bold;
	font-size: 2rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
	text-align: center;
}
.secHead06__ttlTxt--s {
	font-size: 1.5rem;
}
.secHead06__txt {
	text-align: center;
}
.secContent06 {
	padding: 0 7.5rem;
}
.secContent06__note {
	display: block;
	text-align: right;
}

/* sec07 */
.sec07 {
}
.secHead07 {
	padding: 2rem;
	background: linear-gradient(30deg,hsl(228, 32%, 18%) 0%, hsl(231, 33%, 12%) 100%);
}
.secHead07__ttl {
}
.secHead07__ttlTxt {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
	text-align: center;
}
.secHead07__ttlTxt--s {
	font-size: 1.5rem;
}
.secHead07__ttlTxt--gothic {
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.secContent07 {
	padding: 2rem 4rem;
	background: #f3f4f8;
}
.secContent07__txt {
	margin-bottom: 3rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
	text-align: center;
	font-size: 1.25rem;
}
.secContent07__note {
	display: block;
	margin-bottom: 2rem;
	color: #808080;
	text-align: right;
}

/* genreList */
.genreList {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
	padding: 4rem 0;
	background: linear-gradient(30deg,hsl(228, 32%, 18%) 0%, hsl(231, 33%, 12%) 100%);
}
.genreList__item {
	padding: 4rem 0;
}
.genre {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.genre::before {
	position: absolute;
	display: block;
	width: 100%;
	height: 5rem;
	content: "";
}
.genre--goods::before {
	background: url("../images/font_goods.png") 65% 0 / contain no-repeat;
}
.genre--gourmet::before {
	background: url("../images/font_gourmet.png") 35% 0 / contain no-repeat;
}
.genre--experience::before {
	background: url("../images/font_experience.png") 65% 0 / contain no-repeat;
}
.genre--end {
	justify-content: flex-end;
}
.genre__img {
	z-index: 1;
}
.genre__img--reverse {
	order: 1;
}
.genre__card {
	width: 520px;
	margin-bottom: -3rem;
	padding: 3rem;
	background: #fff;
}
.genre__card--left {
	margin-right: -3rem;
	padding-right: 4rem;
}
.genre__card--right {
	margin-left: -3rem;
	padding-left: 4rem;
}
.genre__ttl {
	margin-bottom: 1rem;
	color: #000;
	font-weight: bold;
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Shippori Mincho", serif;
}
.genre__txt {
	color: #000;
	text-align: justify;
}

/* solutionList */
.solutionList {
	width: 26rem;
	margin: 0 auto;
}
.solutionList__item {
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
}
.solutionList__item::before {
	width: 1.5em;
	height: 1.5em;
	margin-right: .5rem;
	background: url("../images/icon_check.svg") top left / contain no-repeat;
	content: "";
}

/* sceneList */
.sceneList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sceneList__item {
	width: calc(100% / 6 - .25rem);
	margin-bottom: .5rem;
}
.sceneList__item--min {
	width: calc(100% / 3 - .25rem);
}
.sceneList__btn {
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #bd9d2c;
	background: #bd9d2c;
	color: #fff;
	line-height: 2;
	text-align: center;
	cursor: pointer;
	padding: 0;
}
.sceneList__btn--wrap {
	border: none;
	line-height: 1.5;
}
@media (any-hover: hover) {
	.sceneList__btn:hover {
		background: #fff;
		color: #bd9d2c;
		text-decoration: none;
	}
	.sceneList__btn--wrap:hover {
		background: #bd9d2c;
		color: #fff;
		opacity: .6;
	}
}
.detailSceneList {
	justify-content: center;
}

/* mannerList */
.mannerList {
}
.mannerList__ttl {
	padding: 1em 3rem;
	background: #bd9d2c;
	color: #fff;
	font-size: 1.25rem;
}
.mannerList__desc {
	padding: 2rem 3rem;
	background: #f3f4f8;
	text-align: justify;
}
.mannerList__txt {
	margin-bottom: 1rem;
}
.mannerList__btn {
	width: 100%;
	max-width: 560px;
	margin: 1rem auto 0;
}
.mannerList__btn::after {
	border-color: transparent transparent transparent #333;
}
@media (any-hover: hover) {
	.mannerList__btn:hover::after {
		border-color: transparent transparent transparent #fff;
	}
}

/* pieGlaph */
.pieGlaphWrap {
	display: flex;
	margin-bottom: 2rem;
}
.pieGlaph {
	position: relative;
	width: 50%;
	padding: 4rem 0;
}
.pieGlaph__glaph {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 320px;
	margin: auto;
	border-radius: 50%;
}
.pieGlaph__glaph--return {
	background-image: radial-gradient(#fff 35%, transparent 36%), conic-gradient(#fc81a1 0% 45.8%, #fff 45.8% 46%, #fad165 46% 56.8%, #fff 56.8% 57%, #fba57c 57% 65.8%, #fff 65.8% 66%, #91c55b 66% 73.8%, #fff 73.8% 74%, #9268ce 74% 80.8%, #fff 80.8% 81%, #dc6bc1 81% 83.8%, #fff 83.8% 84%, #c6c6c6 84% 99.8%, #fff 99.8% 100%);
}
.pieGlaph__glaph--gift {
	background-image: radial-gradient(#fff 35%, transparent 36%), conic-gradient(#fc81a1 0% 53.8%, #fff 53.8% 54%, #5d6494 54% 68.8%, #fff 68.8% 69%, #d56d6f 69% 76.8%, #fff 76.8% 77%, #81c5b7 77% 83.8%, #fff 83.8% 84%, #fad165 84% 85.8%, #fff 85.8% 86%, #fba57c 86% 86.8%, #fff 86.8% 87%, #c6c6c6 87% 99.8%, #fff 99.8% 100%);
}
.pieGlaph__glaphTxt {
	color: #6f6f6f;
	font-weight: bold;
	font-size: 2rem;
}
.pieGlaph__glaphTxt--s {
	font-size: 1.5rem;
}
.pieGlaph__caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pieGlaph__label {
	position: absolute;
	height: fit-content;
	line-height: 1.25;
}
.pieGlaph__label--purpose_01 {
	top: 0;
	right: 7%;
	bottom: 0;
	margin: auto;
	color: #fc81a1;
}
.pieGlaph__label--purpose_02 {
	bottom: 0;
	left: 43%;
	color: #e5be00;
}
.pieGlaph__label--purpose_03 {
	bottom: 7%;
	left: 20%;
	color: #f79a39;
}
.pieGlaph__label--purpose_04 {
	bottom: 26%;
	left: 7%;
	color: #78b834;
}
.pieGlaph__label--purpose_05 {
	top: 40%;
	left: 7%;
	color: #9268ce;
}
.pieGlaph__label--purpose_06 {
	top: 24%;
	left: 10%;
	color: #dc6bc1;
}
.pieGlaph__label--purpose_07 {
	top: 10%;
	left: 20%;
	color: #838383;
}
.pieGlaph__label--purpose_08 {
	top: 0;
	right: 9%;
	bottom: 0;
	margin: auto;
	color: #fc81a1;
}
.pieGlaph__label--purpose_09 {
	bottom: 9%;
	left: 18%;
	color: #434f81;
}
.pieGlaph__label--purpose_10 {
	bottom: 36%;
	left: 9%;
	color: #d45e65;
}
.pieGlaph__label--purpose_11 {
	top: 40%;
	left: 9%;
	color: #42a9aa;
}
.pieGlaph__label--purpose_12 {
	top: 28%;
	left: 12%;
	color: #e5be00;
}
.pieGlaph__label--purpose_13 {
	top: 15%;
	left: 19%;
	color: #f79a39;
}
.pieGlaph__label--purpose_14 {
	top: 4%;
	left: 30%;
	color: #838383;
}
.pieGlaph__labelTxt {
	font-size: .8rem;
}
.pieGlaph__labelTxt--l {
	font-weight: bold;
	font-size: 1.125rem;
}

/* testimonialList */
.testimonialList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: auto;
}
.testimonialList__item {
	width: calc(50% - 1rem);
	margin-bottom: 2rem;
}
.testimonialList__ttl {
	background: linear-gradient(30deg,hsl(228, 32%, 18%) 0%, hsl(231, 33%, 12%) 100%);
	color: #fff;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 3;
	text-align: center;
}
.testimonialList__desc {
	padding: 2rem 1rem;
	background: #fff;
}

/* courseList */
.courseList {
	margin-bottom: 2rem;
}
.courseList__item {
}
.courseList__item:nth-child(odd) {
	background: #f3f4f8;
}
.course {
	display: -ms-grid;
	display:	 grid;
	-ms-grid-columns: 1fr 2rem 2fr 2rem 3fr;
	grid-template-columns: 1fr 2fr 3fr;
	-ms-grid-rows: auto 1rem auto;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 2rem;
	grid-row-gap: 1rem;
	padding: 2rem 7.5rem;
}
.course__ctlgWrap {
	grid-area: 1 / 1 / 3 / 2;
	-ms-grid-row-span: 2;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
}
@media (any-hover: hover) {
	.course__ctlgWrap:hover {
		opacity: .6;
	}
}
.course__ctlg {
}
.course__info {
	grid-area: 1 / 2 / 2 / 3;
	-ms-grid-row-span: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-column: 2;
	border-bottom: 1px dashed #333;
}
.course__txt {
}
.course__txt--l {
	font-weight: bold;
	font-size: 1.25rem;
}
.prdctList {
	display: flex;
	grid-area: 1 / 3 / 3 / 4;
	-ms-grid-row-span: 2;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-column: 3;
	justify-content: space-between;
	align-items: flex-end;
}
.prdctList__item {
	width: calc(100% / 3 - .25rem);
}
.prdctList__img {
}
.course__btnWrap {
	grid-area: 2 / 2 / 3 / 3;
	-ms-grid-row-span: 1;
	-ms-grid-row: 2;
	-ms-grid-column-span: 1;
	-ms-grid-column: 2;
}
.course__btn {
	margin-bottom: .5rem;
	font-size: 1.2rem;
}
.course__btn--cart {
	border: 1px solid #a42020;
	background: #a42020;
	color: #fff;
}
.course__btn--cart::before {
	-webkit-mask: url("../images/icon_cart_01_white.svg") no-repeat center center / contain;
			mask: url("../images/icon_cart_01_white.svg") no-repeat center center / contain;
	width: 2em;
	height: 2em;
	background: #fff;
	content: "";
}
@media (any-hover: hover) {
	.course__btn--cart:hover {
		background: #fff;
		color: #a42020;
	}
	.course__btn--cart:hover::before {
		background: #a42020;
	}
	.course__btn--cart:hover::after {
		border-color: transparent transparent transparent #a42020;
	}
}
.course__btn--view {
	border: 1px solid #333;
	background: #fff;
	color: #333;
}
.course__btn--view::before {
	width: 2em;
	height: 2em;
	background: url("../images/icon_view_01_black.svg") no-repeat center center / contain;
	content: "";
}
.course__btn--view::after {
	border-color: transparent transparent transparent #333;
}
@media (any-hover: hover) {
	.course__btn--view:hover {
		background: #333;
		color: #fff;
	}
	.course__btn--view:hover::after {
		border-color: transparent transparent transparent #fff;
	}
}
.course__note {
	font-size: .8rem;
}

/* tab */
.tabList {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;
	width: 100%;
}
.tabList__item {
	position: relative;
	width: calc(100% / 3 - 2rem);
	max-width: 280px;
	padding: 0 .25rem;
}
.tabList__btn {
	display: block;
	width: 100%;
	height: 100%;
	padding: .5rem 0;
	border: 2px solid #b7b7b7;
	border-bottom: 2px solid #f4f4f4;
	border-radius: 8px 8px 0 0;
	background: #f4f4f4;
	color: #333;
	font-size: 1.125rem;
	text-align: center;
	cursor: pointer;
}
.tabList__btn[data-tab-state="active"] {
	margin-top: 3px;
	border: 2px solid #333;
	border-bottom: 2px solid #fff;
	background: #fff;
}
.tabList__txt {
}
.tabArea {
	visibility: hidden;
	opacity: 0;
	height: 0;
	background: #fff;
}
.tabArea[data-tab-state="active"] {
	visibility: visible;
	opacity: 1;
	height: auto;
	margin-bottom: 2rem;
	padding: 4rem 7.5rem;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

/* priceList */
.priceList {
}
.priceList__item {
}
.price {
}
.price__inner {
	display: flex;
	flex-direction: column;
	row-gap: .5rem;
	color: #333;
}
@media (any-hover: hover) {
	.price__inner:hover {
		opacity: .6;
		text-decoration: none;
	}
}
@media only screen and (min-width: 768px) {
	.sceneList--min {
		width: 50%;
		margin: auto;
	}
}
@media only screen and (max-width: 767px) {
	/* main */
	.main {
	}

	/* topBtn */
	.topBtn2 {
		position: -webkit-sticky;
		position:		 sticky;
	}

	/* mv */
	.mv {
		display: block;
		position: relative;
		height: auto;
		padding: 0;
		background: none;
	}
	.mv__ttl {
		padding: 2rem;
		background: url("../images/firstview_background_sp.jpg") top left / cover no-repeat;
		text-align: center;
	}
	.mv__ttlTxt {
		color: #333;
		font-size: 1.8rem;
		text-align: center;
	}
	.mv__ttlTxt--s {
		font-size: 1.25rem;
	}
	.mv__ttlTxt--gothic {
		display: block;
		margin-top: 1rem;
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	}
	.mv__img {
	}
	.mv__medal {
		position: absolute;
		top: auto;
		bottom: -3rem;
		left: 1rem;
		z-index: 1;
		width: 6rem;
	}

	/* ctlgBnr */
	.ctlgBnr {
	}
	.ctlgBnr--thumb {
		display: -ms-grid;
		-ms-grid-columns: 30% 1rem auto;
		grid-template-columns: 30% auto;
		-ms-grid-rows: auto 1rem auto;
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		padding: 2rem 1rem;
	}
	.ctlgBnr__txtWrap {
		grid-area: 1 / 2 / 2 / 3;
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
	}
	.ctlgBnr__txt {
		font-weight: bold;
		font-size: 1.33rem;
	}
	.ctlgBnr__txt--l {
	}
	.ctlgBnr__txt--s {
		font-size: 1rem;
	}
	.ctlgBnr__txt--white {
	}
	.ctlgBnr__btn {
		grid-area: 2 / 1 / 3 / 3;
		-ms-grid-row-span: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
	}
	.ctlgbnr__ctlgWrap {
		grid-area: 1 / 1 / 2 / 2;
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
	}
	.ctlgBnr__ctlg {
		width: 100%;
	}

	/* sec01 */
	.sec01 {
		padding: 3rem 1rem 2rem;
	}
	.sec01__ttl {
	}
	.sec01__ttlTxt {
		font-size: 1.6rem;
	}
	.sec01__ttlTxt--s {
		font-size: 1.2rem;
	}
	.sec01__ttlTxt--gothic {
	}
	.sec01__txt {
		margin-bottom: 2rem;
		text-align: justify;
	}

	/* sec02 */
	.sec02 {
		padding: 2rem 1rem 0;
	}
	.sec02__ttl {
	}
	.sec02__ttlTxt {
	}
	.sec02__ttlTxt--s {
	}
	.sec02__ttlTxt--gothic {
	}
	.sec02__txt {
		text-align: justify;
	}

	/* sec03 */
	.sec03 {
		padding: 2rem 0;
	}
	.sec03--bg_img {
		padding-bottom: 6rem;
		background: url("../images/lineup_background_sp.jpg") top left / cover no-repeat;
	}
	.sec03__ttl {
		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(0,0,0,1) 45%, rgba(0,0,0,1) 46%, rgba(255,255,255,0) 46%, rgba(255,255,255,0) 100%);
	}
	.sec03__ttl::before,
	.sec03__ttl::after {
		top: 51%;
	}
	.sec03__ttlTxt {
		font-size: 1.5rem;
	}
	.sec03__ttlTxt--s {
		font-size: 1.2rem;
	}
	.sec03__txt {
		padding: 0 1rem;
		text-align: justify;
	}
	.sec03__txt--center {
		text-align: center;
	}
	.sec03__txt--mincho {
	}
	.sec03__txt--l {
	}

	/* sec04 */
	.sec04 {
		padding: 2rem 1rem;
	}
	.sec04__inner {
		flex-direction: column;
		align-items: stretch;
	}
	.sec04__ttl {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}
	.sec04__img {
		width: 100%;
		margin-bottom: 1rem;
	}
	.sec04__txtWrap {
		padding: 0;
	}
	.sec04__txtWrap--center {
	}
	.sec04__txt {
	}
	.sec04__btn {
	}

	/* sec05 */
	.sec05 {
		padding: 1rem;
	}
	.sec05__inner {
		padding: 1rem 0;
	}
	.sec05__ttl {
	}
	.sec05__ttl--narrow {
	}
	.sec05__ttlTxt {
		font-size: 1.4rem;
	}
	.sec05__ttlTxt--s {
		font-size: 1.2rem;
	}
	.sec05__ttlTxt--min {
		font-size: 1rem;
	}
	.sec05__ttlTxt--gold {
	}

	/* sec06 */
	.sec06 {
	}
	.secHead06 {
		padding: 2rem 1rem;
	}
	.secHead06__ttl {
	}
	.secHead06__ttlTxt {
		font-size: 1.6rem;
	}
	.secHead06__ttlTxt--s {
		font-size: 1.5rem;
	}
	.secHead06__txt {
	}
	.secContent06 {
		padding: 0;
	}

	/* sec07 */
	.sec07 {
	}
	.secHead07 {
		padding: 1rem;
	}
	.secHead07__ttl {
	}
	.secHead07__ttlTxt {
	}
	.secHead07__ttlTxt--s {
		font-size: 1.13rem;
	}
	.secHead07__ttlTxt--gothic {
	}
	.secContent07 {
		padding: 2rem 1rem;
	}
	.secContent07__txt {
		margin-bottom: 1rem;
	}
	.secContent07__note {
	}

	/* exampleList */
	.exampleList {
		flex-wrap: wrap;
	}
	.exampleListItem {
		width: calc(100% / 3);
	}

	/* genreList */
	.genreList {
		position: relative;
		z-index: 0;
		margin: 0;
		padding: 2rem 0;
	}
	.genreList::after {
		position: absolute;
		top: 0;
		right: 1rem;
		z-index: -1;
		width: 1px;
		height: 100%;
		margin: auto;
		background: #fff;
		content: "";
	}
	.genreList__item {
		width: 100%;
		margin: -9rem 0 0;
		padding: 0 2rem;
		flex-wrap: wrap;
	}
	.genreList__item:not(:last-child) {
		margin-bottom: 10rem;
	}
	.genre {
		justify-content: flex-start;
	}
	.genre::before {
		position: relative;
		margin: 0 0 0 -2rem;
	}
	.genre__card {
		width: 100%;
		margin: 0;
		padding: 0;
		background: transparent;
	}
	.genre__img {
		width: calc(100% + 2rem);
		max-width: calc(100% + 2rem) !important;
		margin: -1.5rem 0 1rem 0;
	}
	.genre__img--reverse {
		order: 0;
	}
	.genre__ttl {
		color: #fff;
		font-size: 1.4rem;
	}
	.genre__txt {
		color: #fff;
	}

	/* solutionList */
	.solutionList {
		width: auto;
	}
	.solutionList__item {
		font-size: .86rem;
	}

	/* sceneList */
	.sceneList {
		padding: 0;
		border: none;
	}
	.sceneList__item {
		width: calc(50% - .25rem);
	}
	.sceneList__btn {
	}
	.sceneList__btn--wrap {
	}
	.detailSceneList {
	}

	/* mannerList */
	.mannerList {
	}
	.mannerList__ttl {
		padding: 1rem;
	}
	.mannerList__desc {
		padding: 1rem 1rem 2rem;
	}
	.mannerList__txt {
	}
	.mannerList__btn {
		padding: 1rem 0;
		font-size: 1rem;
		line-height: 1.5;
	}

	/* pieGlaph */
	.pieGlaphWrap {
		flex-direction: column;
		margin: 0;
	}
	.pieGlaph {
		position: relative;
		width: 100%;
	}
	.pieGlaph__glaph {
		width: 15rem;
		height: 15rem;
	}
	.pieGlaph__glaph--return {
	}
	.pieGlaph__glaph--gift {
	}
	.pieGlaph__glaphTxt {
		font-size: 1.6rem;
	}
	.pieGlaph__glaphTxt--s {
		font-size: 1.06rem;
	}
	.pieGlaph__caption {
	}
	.pieGlaph__label {
	}
	.pieGlaph__label--purpose_01 {
		right: 0;
	}
	.pieGlaph__label--purpose_02 {
		bottom: 3%;
	}
	.pieGlaph__label--purpose_03 {
		bottom: 10%;
		left: 12%;
	}
	.pieGlaph__label--purpose_04 {
		left: 0;
	}
	.pieGlaph__label--purpose_05 {
		left: 1%;
	}
	.pieGlaph__label--purpose_06 {
		left: 4%;
	}
	.pieGlaph__label--purpose_07 {
	}
	.pieGlaph__label--purpose_08 {
		right: 3%;
	}
	.pieGlaph__label--purpose_09 {
		bottom: 8%;
		left: 13%;
	}
	.pieGlaph__label--purpose_10 {
		bottom: 32%;
		left: 4%;
	}
	.pieGlaph__label--purpose_11 {
		left: 3%;
	}
	.pieGlaph__label--purpose_12 {
		top: 26%;
		left: 9%;
	}
	.pieGlaph__label--purpose_13 {
		top: 14%;
		left: 18%;
	}
	.pieGlaph__label--purpose_14 {
		left: 33%;
	}
	.pieGlaph__labelTxt {
		font-size: .8rem;
	}
	.pieGlaph__labelTxt--l {
		font-weight: bold;
		font-size: 1.125rem;
	}

	/* testimonialList */
	.testimonialList {
	}
	.testimonialList__item {
		width: 100%;
		margin: 0 0 1rem 0;
	}
	.testimonialList__ttl {
		font-size: 1rem;
	}
	.testimonialList__desc {
	}

	/* courseList */
	.courseList {
	}
	.courseList__item {
	}
	.course {
		-ms-grid-columns: 30% .5rem auto;
		grid-template-columns: 30% auto;
		-ms-grid-rows: auto 1rem auto 1rem auto;
		grid-template-rows: repeat(3, auto);
		grid-column-gap: .5rem;
		grid-row-gap: 1rem;
		padding: 1rem;
	}
	.course__ctlgWrap {
		grid-area: 1 / 1 / 3 / 2;
		-ms-grid-row-span: 2;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 1;
		align-self: end;
	}
	.course__ctlg {
	}
	.course__info {
		grid-area: 1 / 2 / 2 / 3;
		-ms-grid-row-span: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
	}
	.prdctList {
		grid-area: 2 / 2 / 3 / 3;
		-ms-grid-row-span: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 1;
		-ms-grid-column: 2;
	}
	.course__btnWrap {
		grid-area: 3 / 1 / 4 / 3;
		-ms-grid-row-span: 1;
		-ms-grid-row: 3;
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
	}

	/* tab */
	.tabList {
	}
	.tabList__item {
		width: calc(100% / 3 - .5rem);
	}
	.tabList__btn {
		font-size: 1rem;
	}
	.tabList__btn.js-active {
	}
	.tabList__txt {
	}
	.tabArea {
		padding: 0 1rem;
	}
	.tabArea[data-tab-state="active"] {
		padding: 2rem 1rem;
	}

	/* priceList */
	.priceList {
	}
	.priceList__item {
	}
	.price {
	}
	.price__inner {
	}
	.price__ctlg {
	}
	.price__txtWrap {
	}
	.price__txt {
		font-size: .8rem;
	}
	.price__txt--l {
		font-size: 1.2rem;
	}

	/* ctlgRcmnd */
	.ctlgRcmnd {
	}
	.ctlgRcmnd__ttl {
		padding: .5em;
		background: #675c56;
		color: #fff;
		font-weight: bold;
		font-size: 1.2rem;
	}
	.ctlgRcmndList {
	}
	.ctlgRcmndList__item {
	}
	.ctlgRcmndItem {
	}
	.ctlgRcmndItem__link {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 1rem;
	}
	.ctlgRcmndItem__link::after {
		transform: rotate(45deg);
		width: 1.25rem;
		height: 1.25rem;
		border-top: 4px solid #675c56;
		border-right: 4px solid #675c56;
		content: "";
	}
	.ctlgRcmndItem__ttl {
		width: 100%;
		margin-bottom: .5rem;
		border-bottom: 1px solid #675c56;
		color: #675c56;
		font-weight: bold;
	}
	.ctlgRcmndItem__ctlgWrap {
		position: relative;
		width: 7rem;
		height: 7rem;
	}
	.ctlgRcmndItem__ctlg {
		position: absolute;
		width: 60%;
		box-shadow: .3px .5px .7px hsl(0deg 0% 63% / .36),
		.8px 1.6px 2px -.8px hsl(0deg 0% 63% / .36),
		2.1px 4.1px 5.2px -1.7px hsl(0deg 0% 63% / .36),
		5px 10px 12.6px -2.5px hsl(0deg 0% 63% / .36);
	}
	.ctlgRcmndItem__ctlg:first-child {
		top: 0;
		left: 0;
	}
	.ctlgRcmndItem__ctlg:last-child {
		right: 0;
		bottom: 0;
	}
	.ctlgRcmndItem__txtWrap {
	}
	.ctlgRcmndItem__txt {
	}
	.ctlgRcmndItem__txt--mark {
		display: inline-block;
		padding: 0 .5rem;
		background: #675c56;
		color: #fff;
		line-height: 1.75;
	}
	.ctlgRcmndItem__txt--bold {
		font-weight: bold;
		font-size: 1.2rem;
	}
	.ctlgRcmndItem__txt--s {
		font-size: .8rem;
	}
}
