@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

@font-face {
	font-family: 'kosugi_R';
	src: url('../font/Kosugi-Regular.ttf') format('woff');
}

/* CSS Document */

/* ============================================
   Modern CSS Reset 2026
   Based on Josh W. Comeau + Andy Bell + community best practices
   ============================================ */

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

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

html {
	font-size: 62.5%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height:100svh;
	background: linear-gradient(135deg, #000 0%, #222 100%);
	color: #fff;
}

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

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

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

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  line-height: 1.1;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
  padding: 0;
}

:target {
  scroll-margin-block: 5ex;
}

#root, #__next {
  isolation: isolate;
}


.br-sp {
    display: none
}
.br-pc {
    display: block;
}
@media screen and (max-width: 440px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
}

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

header{
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
header .logo{
	width: 300px;
	height: 65px;
	background: url(../images/logo.svg)no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media (max-width: 440px) {
header .logo{
	width: 220px;
	height: 50px;
	background: url(../images/logo.svg)no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
}
/*-------------------------------------------------------------- 
main
-------------------------------------------------------------- */
main{
	width: 100%;
}
.main-content{
	width: 100%;
}

.main-v-cnt {
  width: 100%;
	background-color: #fb169e;
}
.main-v {
  width: 1200px;
	height: 680px;
  background-image: url("../images/main.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-v-logo {
  width: 500px;
	height: 450px;
  background-image: url("../images/main_logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 500px auto 0;
	mix-blend-mode:plus-lighter;
}


@media (max-width: 834px) {
.main-v {
  width: 100%;
	height: 42vh;
  background-image: url("../images/main.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-v-logo {
  width: 450px;
	height: 350px;
  background-image: url("../images/main_logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 240px auto 0;
}
}
@media (max-width: 768px) {
.main-v {
	height: 44vh;
}
.main-v-logo {
  width: 430px;
	height: 350px;
  background-image: url("../images/main_logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 240px auto 0;
}
}
@media (max-width: 440px) {
.main-v {
  width: 100%;
	height: 39vh;
  background-image: url("../images/main_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-v-logo {
  width: 360px;
	height: 300px;
  background-image: url("../images/main_logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 240px auto 0;
}
}
@media (max-width: 428px) {
.main-v {
  width: 100%;
	height: 41vh;
  background-image: url("../images/main_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-v-logo {
  width: 340px;
	height: 300px;
  background-image: url("../images/main_logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 270px auto 0;
}
}
@media (max-width: 428px) {
.main-v {
	height: 39vh;
}
}
@media (max-width: 390px) {
.main-v {
  width: 100%;
	height: 45vh;
  background-image: url("../images/main_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-v-logo {
  width: 340px;
	height: 300px;
  background-image: url("../images/main_logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 260px auto 0;
}
}

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

.about-cnt{
	width: 100%;
	padding: 350px 0 100px;
	font-family: 'kosugi_R', serif;
	background: url("../images/main_sub_bg.png")no-repeat top center;
	background-size:cover;
}
.about-tit {
  width: 700px;
	height: 200px;
  background-image: url("../images/about_tit.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.about-txt {
  width: 750px;
	margin: 0 auto 0;
	font-size: 2rem;
	line-height: 1.8;
}
@media (max-width: 834px) {
.about-cnt{
	width: 100%;
	padding: 180px 0 50px;
	font-family: 'kosugi_R', serif;
	background: url("../images/main_sub_bg.png")no-repeat top center;
	background-size:130%;
}
.about-tit {
  width: 480px;
	height: 150px;
  background-image: url("../images/about_tit.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 0;
}
.about-txt {
  width: 85%;
	margin: 0 auto 0;
	font-size: 1.8rem;
	line-height: 1.8;
}
}
@media (max-width: 440px) {
.about-cnt{
	width: 100%;
	padding: 130px 0 20px;
	font-family: 'kosugi_R', serif;
}
.about-tit {
  width: 340px;
	height: 110px;
  background-image: url("../images/about_tit.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 0;
}
.about-txt {
  width: 85%;
	margin: 0 auto 0;
	font-size: 1.35rem;
	line-height: 1.6;
}
}

/*-------------------------------------------------------------- 
lylics
-------------------------------------------------------------- */
.lylics-cnt{
	width: 100%;
	padding: 50px 0;
}
.lylics-img {
  width: 1000px;
	height: 1350px;
  background-image: url("../images/lylics.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media (max-width: 834px) {
.lylics-cnt{
	width: 100%;
	padding: 30px 0 20px;
}
.lylics-img {
  width: 90%;
	height: 1000px;
  background-image: url("../images/lylics.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
}

@media (max-width: 820px) {
.lylics-img {
	height: 950px;
}
}

@media (max-width: 768px) {
.lylics-img {
	height: 900px;
}
}

@media (max-width: 440px) {
.lylics-img {
	height: 1120px;
	background-image: url("../images/lylics_sp.svg");
	padding: 30px 0;
}
}
@media (max-width: 420px) {
.lylics-img {
	height: 1000px;
	background-image: url("../images/lylics_sp.svg");
}
}
@media (max-width: 402px) {
.lylics-img {
	height: 1020px;
	background-image: url("../images/lylics_sp.svg");
}
}
@media (max-width: 393px) {
.lylics-img {
	height: 980px;
	background-image: url("../images/lylics_sp.svg");
}
}

/*-------------------------------------------------------------- 
manga
-------------------------------------------------------------- */
.manga-cnt{
	width: 800px;
	margin: 0 auto;
	padding: 50px 0 0;
}
.manga-tit {
  width: 700px;
	height: 200px;
  background-image: url("../images/manga_tit.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.manga-cnt img{
	max-width: 100%;
	margin-bottom: 20px;
}
@media (max-width: 834px) {
.manga-cnt{
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 0;
}
.manga-tit {
  width: 480px;
	height: 150px;
  background-image: url("../images/manga_tit.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 0;
}
}
@media (max-width: 440px) {
.manga-cnt{
	width: 85%;
	margin: 0 auto;
	padding: 50px 0 0;
}
.manga-tit {
  width: 340px;
	height: 110px;
  background-image: url("../images/manga_tit.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	margin: 0 auto 0;
}
}

/*-------------------------------------------------------------- 
QA
-------------------------------------------------------------- */

.qa-cnt {
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 50px 0 0;
}

.qa-cnt-tit {
	background: url("../images/qa_tit.svg") no-repeat center top;
	background-size: 100%;
	width: 100%;
	height: 80px;
	margin-bottom: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.qa-item {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.qa-q {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 1.2rem 0;
	cursor: pointer;
	user-select: none;
}

.qa-label {
	font-size: 2.4rem;
	font-weight: bold;
	color: #ff66c4;
	flex-shrink: 0;
}

.qa-q-text {
	font-family: 'kosugi_R', serif;
	font-size: 2.4rem;
	font-weight: 500;
	flex: 1;
	line-height: 1.6;
}

.qa-icon {
	margin-left: auto;
	flex-shrink: 0;
	font-size: 18px;
	color: #888;
	transition: transform 0.25s ease;
}

.qa-item.open .qa-icon {
	transform: rotate(180deg);
}

.qa-a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}

.qa-item.open .qa-a {
	grid-template-rows: 1fr;
}

.qa-a-inner {
	overflow: hidden;
}

.qa-a-text {
	font-family: 'kosugi_R', serif;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
	padding: 0 0 1.4rem 2.4rem;
}


@media (max-width: 834px) {

	.qa-cnt {
		width: 90%;
		max-width: 90%;
		margin: 0 auto 50px;
		padding: 20px 0 0;
	}

	.qa-cnt-tit {
		background: url("../images/qa_tit_sp.svg") no-repeat;
		background-size: 100%;
		width: 75%;
		height: 150px;
		margin: 0 auto;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

	.qa-item {
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 20px;
	}

	.qa-q {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		padding: 1.2rem 0;
		cursor: pointer;
		user-select: none;
	}

	.qa-label {
		font-size: 2.4rem;
		font-weight: bold;
		color: #ff66c4;
		flex-shrink: 0;
	}

	.qa-q-text {
		font-family: 'kosugi_R', serif;
		font-size: 2.0rem;
		font-weight: 500;
		flex: 1;
		line-height: 1.6;
	}

	.qa-icon {
		margin-left: auto;
		flex-shrink: 0;
		font-size: 18px;
		color: #888;
		transition: transform 0.25s ease;
	}

	.qa-item.open .qa-icon {
		transform: rotate(180deg);
	}

	.qa-a {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 0.3s ease;
	}

	.qa-item.open .qa-a {
		grid-template-rows: 1fr;
	}

	.qa-a-inner {
		overflow: hidden;
	}

	.qa-a-text {
		font-family: 'kosugi_R', serif;
		font-size: 2.4rem;
		font-weight: bold;
		color: #fff;
		line-height: 1.8;
		padding: 0 0 1.4rem 2.4rem;
	}
}


@media (max-width: 440px) {

	.qa-cnt {
		width: 90%;
		max-width: 100%;
		margin: 0 auto 20px;
		padding: 10px 0 0;
	}

	.qa-cnt-tit {
		background: url("../images/qa_tit_sp.svg") no-repeat;
		background-size: 100%;
		width: 100%;
		height: 120px;
		margin: 0 auto;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

	.qa-item {
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 20px;
	}

	.qa-q {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		padding: 1.2rem 0;
		cursor: pointer;
		user-select: none;
	}

	.qa-label {
		font-size: 2.0rem;
		font-weight: bold;
		color: #ff66c4;
		flex-shrink: 0;
	}

	.qa-q-text {
		font-family: 'kosugi_R', serif;
		font-size: 1.6rem;
		font-weight: 500;
		flex: 1;
		line-height: 1.6;
	}

	.qa-icon {
		margin-left: auto;
		flex-shrink: 0;
		font-size: 18px;
		color: #888;
		transition: transform 0.25s ease;
	}

	.qa-item.open .qa-icon {
		transform: rotate(180deg);
	}

	.qa-a {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 0.3s ease;
	}

	.qa-item.open .qa-a {
		grid-template-rows: 1fr;
	}

	.qa-a-inner {
		overflow: hidden;
	}

	.qa-a-text {
		font-family: 'kosugi_R', serif;
		font-size: 2.1rem;
		font-weight: bold;
		color: #fff;
		line-height: 1.8;
		padding: 0 0 1.4rem 2.4rem;
	}
}

/*-------------------------------------------------------------- 
MV
-------------------------------------------------------------- */

.mv_area {
	display: flex;
	justify-content: center;
	padding: 40px 0 20px;
}

.mv_area-inner {
	width: 900px;
	border: 5px solid #ff66c4;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 0 6px rgba(255, 102, 196, 0.15);
	position: relative;
	aspect-ratio: 16 / 9;
}

.mv_area-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}


@media (max-width: 834px) {

	.mv_area-inner {
		width: 70%;
	}
}



@media (max-width: 440px) {

	.mv_area-inner {
		width: 90%;
		border: 3px solid #ff66c4;
	}
}

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

.btn_area {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	margin: 40px 0 60px;
}

.btn_purchase {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 700px;
	padding: 18px 30px;
	background: #fb169e;
	border: 3px solid #fb169e;
	border-radius: 60px;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease;
}

.btn_purchase-text {
	font-family: 'kosugi_R', serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	transition: color 0.25s ease;
}

.btn_purchase-icon {
	font-size: 2.8rem;
	color: #fff;
	transition: transform 0.25s ease, color 0.25s ease;
	line-height: 1;
}


.btn_purchase:hover {
	background: #fff;
	border-color: #ff66c4;
}

.btn_purchase:hover .btn_purchase-text {
	color: #ff66c4;
}

.btn_purchase:hover .btn_purchase-icon {
	color: #ff66c4;
	transform: translateX(8px);
}

@media (max-width: 834px) {

	.btn_purchase {
		width: 70%;
		padding: 20px 26px;
	}

	.btn_purchase-text {
		font-size: 2.0rem;
	}

	.btn_purchase-icon {
		font-size: 2.4rem;
	}
}


@media (max-width: 440px) {

	.btn_purchase {
		width: 80%;
		padding: 18px 22px;
	}

	.btn_purchase-text {
		font-size: 1.6rem;
	}

	.btn_purchase-icon {
		font-size: 2.0rem;
	}
}

/*-------------------------------------------------------------- 
member
-------------------------------------------------------------- */
.member_area {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

.member_area .MK_logo {
	width: 400px;
	height: 120px;
	background: url("../images/mk_logo.svg") no-repeat;
	background-size: 100%;
	margin: 0 auto 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.member_list {
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.member_list li {
	flex: 1;
}

.member_img {
	overflow: hidden;
	box-shadow: 6px 6px 0px #000;
}

.member_img img {
	width: 100%;
	height: auto;
	display: block;
}

.member_name {
	width: 100%;
	height: 40px;
	margin: 10px 0 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.name_SHIN    { background-image: url("../images/name_SHIN.svg"); }
.name_KAZUKI  { background-image: url("../images/name_KAZUKI.svg"); }
.name_YUKI    { background-image: url("../images/name_YUKI.svg"); }
.name_YOU-TA  { background-image: url("../images/name_YOU-TA.svg"); }
.name_LIN     { background-image: url("../images/name_LIN.svg"); }

.member_prof{
	padding: 30px 0;
	font-size:1.8rem;
	text-align: center;
}

@media (max-width: 834px) {

	.member_area {
		width: 90%;
	}

	.member_list {
		gap: 16px;
	}
}


@media (max-width: 440px) {

	.member_area {
		width: 90%;
		padding: 0 0 50px;
	}

	.member_area .MK_logo {
		width: 250px;
		height: 70px;
		background: url("../images/mk_logo.svg") no-repeat;
		background-size: 100%;
		margin: 0 auto 10px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

	.member_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
	}

	.member_list li {
		width: calc(33.333% - 8px);
		flex: none;
	}

	.member_img {
		overflow: hidden;
		box-shadow: 6px 6px 0px #000;
		aspect-ratio: 1 / 1;
	}

	.member_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	.member_name {
		height: 30px;
		margin: 8px 0 0;
	}

	/* 4枚目・5枚目をセンター寄せ */
	.member_list li:nth-child(4),
	.member_list li:nth-child(5) {
		margin-left: 0;
	}

	.member_list li:nth-child(4) {
		margin-left: calc(0% / 2 - 2px);
	}
.member_prof{
	padding: 30px 0;
	font-size:1.4em;
	text-align: center;
}	
}



.member_btn {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.member_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 700px;
	padding: 22px 30px;
	background: #1a0000;
	border: 4px solid #6b1010;
	border-radius: 60px;
	text-decoration: none;
	box-shadow: 4px 4px 0px #000, inset 0 0 0 2px #2e0000;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.member_btn a:hover {
	background: #2a0000;
	border-color: #8b1a1a;
	box-shadow: 6px 6px 0px #000, inset 0 0 0 2px #3e0000;
}

.member_btn .btn_purchase-text {
	font-family: 'kosugi_R', serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #c0392b;
	letter-spacing: 0.08em;
	transition: color 0.25s ease;
}

.member_btn a:hover .btn_purchase-text {
	color: #e74c3c;
}

.member_btn .btn_purchase-icon {
	font-size: 2.8rem;
	color: #8b1a1a;
	transition: transform 0.25s ease, color 0.25s ease;
	line-height: 1;
}

.member_btn a:hover .btn_purchase-icon {
	color: #c0392b;
	transform: translateX(8px);
}


@media (max-width: 834px) {

	.member_btn a {
		width: 70%;
		padding: 20px 26px;
	}

	.member_btn .btn_purchase-text {
		font-size: 2.0rem;
	}

	.member_btn .btn_purchase-icon {
		font-size: 2.4rem;
	}
}


@media (max-width: 440px) {

	.member_btn a {
		width: 80%;
		padding: 18px 22px;
	}

	.member_btn .btn_purchase-text {
		font-size: 1.6rem;
	}

	.member_btn .btn_purchase-icon {
		font-size: 2.0rem;
	}
}

/*-------------------------------------------------------------- 
enjoy
-------------------------------------------------------------- */
.enjoy_area {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.enjoy_area .enjoy_logo {
	width: 650px;
	height: 260px;
	background: url("../images/enjoy_tit.svg") no-repeat;
	background-size: 100%;
	margin: 0 auto 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.enjoy_btn_wrap {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.enjoy_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 440px;
	padding: 22px 30px;
	border-radius: 60px;
	text-decoration: none;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.enjoy_btn-text {
	font-family: 'kosugi_R', serif;
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	transition: color 0.25s ease;
}

.enjoy_btn-icon {
	font-size: 2.8rem;
	margin-left: 16px;
	transition: transform 0.25s ease, color 0.25s ease;
	line-height: 1;
}

.enjoy_btn:hover .enjoy_btn-icon {
	transform: translateX(8px);
}


/* TikTok … 深夜ブルー × 電気青 */
.enjoy_btn.tiktok {
	background: #000d1a;
	border: 4px solid #0066cc;
	box-shadow: 4px 4px 0px #000, inset 0 0 0 2px #001a33;
}

.enjoy_btn.tiktok:hover {
	background: #001a33;
	border-color: #0080ff;
	box-shadow: 6px 6px 0px #000, inset 0 0 0 2px #002244;
}

.enjoy_btn.tiktok .enjoy_btn-text {
	color: #0080ff;
}

.enjoy_btn.tiktok:hover .enjoy_btn-text {
	color: #3399ff;
}

.enjoy_btn.tiktok .enjoy_btn-icon {
	color: #0066cc;
}

.enjoy_btn.tiktok:hover .enjoy_btn-icon {
	color: #0080ff;
}

/* YouTube … 少し明るめの青 */
.enjoy_btn.youtube {
	background: #001020;
	border: 4px solid #0077dd;
	box-shadow: 4px 4px 0px #000, inset 0 0 0 2px #001e3c;
}

.enjoy_btn.youtube:hover {
	background: #001e3c;
	border-color: #3399ff;
	box-shadow: 6px 6px 0px #000, inset 0 0 0 2px #002a50;
}

.enjoy_btn.youtube .enjoy_btn-text {
	color: #3399ff;
}

.enjoy_btn.youtube:hover .enjoy_btn-text {
	color: #55aaff;
}

.enjoy_btn.youtube .enjoy_btn-icon {
	color: #0077dd;
}

.enjoy_btn.youtube:hover .enjoy_btn-icon {
	color: #3399ff;
}


@media (max-width: 834px) {

	.enjoy_area {
		width: 90%;
	}

	.enjoy_area .enjoy_logo {
		width: 90%;
		height: 260px;
	}

	.enjoy_btn_wrap {
		gap: 20px;
	}

	.enjoy_btn {
		width: 45%;
		padding: 20px 20px;
	}

	.enjoy_btn-text {
		font-size: 2.0rem;
	}

	.enjoy_btn-icon {
		font-size: 2.4rem;
	}
}


@media (max-width: 440px) {

	.enjoy_area {
		width: 90%;
		padding: 0px 0 30px;
	}

	.enjoy_area .enjoy_logo {
		width: 100%;
		height: 150px;
		margin: 0 auto 20px;
	}

	.enjoy_btn_wrap {
		gap: 12px;
	}

	.enjoy_btn {
		width: 46%;
		padding: 18px 14px;
	}

	.enjoy_btn-text {
		font-size: 1.4rem;
	}

	.enjoy_btn-icon {
		font-size: 1.8rem;
		margin-left: 10px;
	}
}

/*-------------------------------------------------------------- 
guide
-------------------------------------------------------------- */
.guide_area {
	width: 100%;
	margin: 30px auto 0;
	padding: 70px 0 100px;
	background: #222;
}

.guide_area .guide_logo {
	width: 650px;
	height: 90px;
	background: url("../images/guide_tit.svg") no-repeat;
	background-size: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.guide-txt {
  width: 750px;
	margin: 0 auto 20px;
	font-size: 2rem;
	line-height: 1.8;
	text-align: center;
}

.guide-btn-wrap {
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}

.guide-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 700px;
	padding: 22px 30px;
	background: #f0f0f0;
	border: 4px solid #bbb;
	border-radius: 60px;
	text-decoration: none;
	box-shadow: 4px 4px 0px #000;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.guide-btn:hover {
	background: #fff;
	border-color: #999;
}

.guide-btn-text {
	font-family: 'kosugi_R', serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #222;
	letter-spacing: 0.08em;
	transition: color 0.25s ease;
}

.guide-btn:hover .guide-btn-text {
	color: #000;
}

.guide-btn-icon {
	font-size: 2.8rem;
	color: #888;
	margin-left: 16px;
	line-height: 1;
	transition: transform 0.25s ease, color 0.25s ease;
}

.guide-btn:hover .guide-btn-icon {
	color: #444;
	transform: translateX(8px);
}


@media (max-width: 834px) {

	.guide_area .guide_logo {
		width: 80%;
		height: 100px;
		margin-bottom: 10px;
	}

	.guide-txt {
		width: 90%;
		font-size: 2rem;
		margin-bottom: 30px;
	}

	.guide-btn {
		width: 70%;
		padding: 20px 26px;
	}

	.guide-btn-text {
		font-size: 2.0rem;
	}

	.guide-btn-icon {
		font-size: 2.4rem;
	}
}


@media (max-width: 440px) {

	.guide_area .guide_logo {
		width: 90%;
		height: 70px;
		margin: 0 auto 0px;
	}

	.guide-txt {
		width: 90%;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.guide-btn {
		width: 90%;
		padding: 18px 22px;
	}

	.guide-btn-text {
		font-size: 1.4rem;
	}

	.guide-btn-icon {
		font-size: 2.0rem;
		margin-left: 10px;
	}
}
/*-------------------------------------------------------------- 
footer
-------------------------------------------------------------- */

footer {
	background:#0a0a0a;
	overflow: hidden;
}
footer .footer-cnt {
	width: 95%;
	padding:10px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer-cnt .box{
	display: flex;
	align-items: center;
}
footer .footer-cnt .columbia_logo{
	margin-right: 15px;
}
footer .footer-cnt .columbia_contact a{
	padding: 8px 10px;
	border: 1px solid #ccc;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	display: block;
}
footer .footer-cnt .copy{
	text-align:left;
	font-size:7px;
	padding:10px 0;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 440px) {
footer .footer-cnt {
	flex-wrap: wrap;
	justify-content: center;
	padding:20px 0 5px;
}
footer .footer-cnt .columbia_contact a{
	font-size: 9px;
}
footer .footer-cnt .copy{
	width: 100%;
	font-size:6px;
	text-align:center;
	letter-spacing: 0.3em;
}
}
	
	
	