@charset "utf-8";
/* CSS Document */
body {
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, 'Noto Sans SC', 'Noto Sans KR', sans-serif;
    color: #333;
    word-wrap: break-word;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
	body {
    font-size: 16px;
}
}
@media screen and (max-width: 320px) {
	body {
    font-size: 75%;
}
}
@media screen and (max-width: 768px) {
.sp-none {
	display: none;
}
}
.pc-none {
	display: none;
}
@media screen and (max-width: 768px) {
.pc-none {
	display: block;
}
}
.logo_img {
	max-width: 240px;
	width: 13%;
	width: min(15%,240px);
	position: fixed;
	top: 0;
	z-index: 15;
	transition: .5s;
}
.logo_img.js-logo-scroll {
	width: 7%;
}
@media screen and (max-width: 900px) {
.logo_img.js-logo-scroll {
	width: 10%;
}	
}

@media screen and (max-width: 900px) {
	.header-inner{
	max-width: 1000px;
    width: 94%;
	margin: 1em auto;
}
}
.nav {
	margin-right: 2%;
	width: 55%;
	display: grid;
    grid-template-columns: repeat(6,1fr);
	column-gap: 1em;
	font-weight: bold;
	position: fixed;
	top: 20px;
	right: 0;
	z-index: 20;
	transition: .3s;
}
@media screen and (max-width: 900px) {
	.nav {
		margin-right: 0;
		padding-top: 80px;
		grid-template-columns: auto;
		background: #caede1;
		background-image: url("../images/heart-bg.png");
		background-size: 200px auto;
    	top: 0;
    	right: -100%;
    	width: 100%;
    	height: 100%;
    	overflow-y: auto;
		}
	.nav.active {
		transition: .3s;
		right: 0;
	}
}
.nav li {
	font-family: 'Montserrat', sans-serif;
	color: #eb5479;
}
@media screen and (max-width: 900px) {
	.nav li {
		text-align: center;
		padding-bottom: 20px;
		font-size: 1.875em;
		padding-left: 0;
	}
}
.nav li a{
	color: #eb5479;
	text-decoration: none;
}
.nav a:hover {
	color: #5fba9b;
	transition: .3s ease-in-out;
}
.nav img {
	display: none;
}
@media screen and (max-width: 900px) {
	.nav img {
		margin: 0 auto;
		display: block;
		width: 184px;
		margin-top: 1em;
	}
}
.hbg{
	display: none;
}
/*-------------▼900以下ハンバーガーメニュー----------------*/
@media screen and (max-width: 900px) {
.hbg {
    cursor: pointer;
    display: block;
    position: fixed;
	top: 2%;
	right: 2%;
    z-index: 101;
    width: 40px;
    height: 25px;
    background: none;
	border: none;
	margin-right: 0;
	margin-left: auto;
}
.hbg span {
    position: absolute;
    width: 100%;
    background: #d74a76;
    transition: all 0.5s;
	height: 4px;
    right: 0;
    border-radius: 4px;
}
.hbg span:nth-child(1) {
    top: 0;
}
.hbg span:nth-child(2) {
    top: 13px;
    display: block;
}
.hbg span:nth-child(3) {
    top: 25px;
}
.hbg.active span:nth-child(1) {
	top: 1.25em;
    background: #d74a76;
    transform: rotate(-45deg);
    transition: all 0.5s;
}
.hbg.active span:nth-child(2) {
	display: none;
}
.hbg.active span:nth-child(3) {
	top: 1.25em;
    background: #d74a76;
    transform: rotate(45deg);
    transition: all 0.5s;
}
}
/*-------------▲900以下ハンバーガーメニュー----------------*/

.content-wrapper {
	background-color: #f5f3ef;
	z-index: -100;
	overflow: hidden;
}

.mv {
	position: relative;
}
.mv-inner {
	margin: 0 auto;
	padding-top: 5em;
	width: min(90%,1600px);
	position: relative;
}
@media screen and (max-width: 768px) {
.mv-inner {
	padding-top: 2.5em;
}	
}
.mv-img_left img {
	clip-path: polygon(0 0, 83% 0, 66% 100%, 0 100%);
	object-fit: cover;
	object-position:-20px 0px;
	border-radius: 50px;
	position: relative;
}
@media screen and (max-width: 768px) {
.mv-img_left img {
	height: 60vh;
	clip-path: polygon(0 0, 117% 0, 48% 138%, 0 100%);
	object-position: 0px 0px;
	border-radius: 30px;
}
}
.mv-img_left {
	position: relative;
}
.mv-img_left::before {
	content:"";
	clip-path: polygon(100% 0, 83% 0, 66% 100%, 100% 100%);
	background-color: #5fba9b;
	background-image: url("../images/heart-bg.png");
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border-radius: 50px;
	background-size: 210px;
}
@media screen and (max-width: 768px) {
.mv-img_left::before {
	clip-path: polygon(100% 0, 118% 0, 65% 100%, 105% 104%);
	background-size: 120px;
	border-radius: 30px;
}
}
/*--------------スライダーのドット-------------------------*/
.slick-prev:before, .slick-next:before {
	display: none;
}

.slick-dots {
	left: -8.8em;
    bottom: 12.125em;
	transform: rotate(90deg);
	width: auto;
}
/*ドットのサイズと色を大きくする*/
.slick-dots li button::before {
  background: #d8c9ca;
  content: "";
  cursor: pointer;
  height: 3px;
	width: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top:0;
	border-radius: 3px;
}

/*アクティブなスライドのドット色*/
.slick-dots li.slick-active button::before {
	background: #eb5479;
	
}

.slick-dots li {
	margin: 0px 14px;
	width: 47px;
}
.slick-dots li button {
    width: 57px;
}
/*--------------スライダーのドット終了-------------------------*/
.mv-title {
	text-align: right;
	display: grid;
	position: absolute;
    top: 15%;
    right: -2%;
	line-height: 0.92;
}
@media screen and (max-width: 768px) {
.mv-title {
    top: 8%;
}
}
.yena-bg {
	grid-column: 1;
	grid-row: 1;
	font-size: clamp(22px, 13.44vw, 214px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 0px 0px rgba(181,107,190,1));
	font-family: 'Oswald', sans-serif;
	position: relative;
	letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
.yena-bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 0px 0px rgba(181,107,190,1));
}
}

.first-bg {
	grid-column: 1;
	grid-row: 1;
	font-size: clamp(28px, 4.8vw, 85px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 0px 0px rgba(181,107,190,1));
	font-family: 'Oswald', sans-serif;
	position: relative;
	letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
.first-bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 0px 0px rgba(181,107,190,1));
}
}

.in-japan-bg {
	grid-column: 1;
	grid-row: 1;
	font-size: clamp(50px, 11.19vw, 160px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 0px 0px rgba(181,107,190,1));
	font-family: 'Oswald', sans-serif;
	position: relative;
	letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
.in-japan-bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 0px 0px rgba(181,107,190,1));
}
}
.mv-textbox {
	font-weight: 600;
	font-size: clamp(14px, 2.31vw, 38px); 
	position: absolute;
	bottom: 15%;
	right: 4%;
	text-align: center;
}
@media screen and (max-width: 768px) {
.mv-textbox {
	font-size: clamp(20px, 2.31vw, 38px);
	bottom: 9%;
}
}
.mv-textA {
	color: #f5f3ef;
	background-color: #eb5479;
	padding-left: 0.2em;
    padding-right: 0.2em;
	width: fit-content;
    margin-left: auto;
}
.mv-textB {
	color: #eb5479;
	background-color: #f5f3ef;
	text-align: right;
	padding-left: 0.2em;
	padding-right: 0.2em;
    margin-left: auto;
	margin-top: 3%;
	width: fit-content;
}
.mv-textC {
	color: #eb5479;
	background-color: #f5f3ef;
	text-align: right;
	padding-left: 0.2em;
    margin-left: auto;
	margin-top: 3%;
	width: fit-content;
}

.fanmeeting {
	width: 100%;
	margin: 0 auto;
	  display: flex;
  overflow: hidden;
	position: absolute;
    bottom: -9%;
}
@media screen and (max-width: 768px) {
.fanmeeting {
    bottom: -5%;
}
}
.fanmeeting ul {
	display: flex;
	padding-bottom: 0.813em;
}
@media screen and (max-width: 768px) {
.fanmeeting ul {
	padding-bottom: 0;
}
}
.fanmeeting li {
	padding-right: 1em;
}


/*--------------スライド--------------*/


@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*IE11対策 ----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.fanmeeting ul {
animation :infinity-scroll-left 50s infinite linear 0.5s both;
}
.fanmeeting li {
  width: calc(148vw / 2);
}

@media screen and (max-width: 768px) {
.fanmeeting li {
  width: calc(230vw / 2);
}
}
.copyright {
	text-orientation: mixed;
	font-size: .4em;
	position: fixed;
	color: #eb5479;
	writing-mode: vertical-lr;
	left: 2%;
    top: 28%;
	z-index: 15;
}
@media screen and (max-width: 768px) {
.copyright {
	display: none;
}
}
.copyright a {
	color: #eb5479;
	text-decoration: none;
}
/*----------------------------*/
.news {
	padding-top: 4.333em;
    background-size: auto auto;
    background-color: rgba(221, 221, 221, 1);
    background-image: repeating-linear-gradient(141deg, transparent, transparent 60px, rgba(228, 207, 212, 1) 60px, rgba(228, 207, 212, 1) 120px );
    margin-top: 9.333em;
}
@media screen and (max-width: 768px) {
.news {
	padding-top: 5.333em;
	margin-top: 5.333em;
	 background-image: repeating-linear-gradient(141deg, transparent, transparent 60px, rgba(228, 207, 212, 1) 60px, rgba(228, 207, 212, 1) 100px );
}
}
.news.news-main {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
.news.news-main {
	padding-top: 3.333em;
}
}
.news_inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 2.778em;
}
.news-title_wrap{
}
@media screen and (max-width: 1200px) {
.news-title_wrap{
    top: -29%;
}
}
@media screen and (max-width: 768px) {
.news-title_wrap{
    top: -20%;
}
}
.news-title_bg {
	text-align: center;
	font-size: clamp(70px, 7.5vw, 120px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 6px 0px rgba(235,84,121,1));
	font-family: 'Goldman', 'Noto Sans KR', 'Noto Sans SC';
	z-index: 0;
}
@media screen and (max-width: 768px) {
.news-title_bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 1px 0px rgba(235,84,121,1));
}
}
.news_subtitle{
	background-color: #eb5479;
	color: #f5f3ef;
	position: absolute;
	top: 0;
	right: 21%;
	font-size: 2em; 
	font-weight: 600;
	padding-left: 1%;
    padding-right: 1%;
    transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
.news_subtitle{
	right:19%;
	top: 1%;
	font-size: 1em; 
}
}
@media screen and (max-width: 500px) {
.news_subtitle{
	right: 7%;
	top: 1%;
	font-size: 1em; 
}
}
.news-content {
	background-color: #f5f3ef;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 50px;
	box-shadow: 8px 5px 1px 8px rgb(235,84,121);
	border: 1px solid #3c4649;
	margin-bottom: 3.889em;
	 
}
.news-content dl{
	font-size: 30px;
}
@media screen and (max-width: 768px) {
.news-content {
	margin-bottom: 2.889em;
	box-shadow: 6px 4px 1px 1px rgb(235,84,121);
	border-radius: 30px; 
}
}
.news-content_inner {
	max-width: 800px;
	width: 80%;
}
.news-content_p {
	padding: 2em 0;
}
.news-content dt {
	color: #eb5479;
	border-bottom: 1px solid #333;
	font-weight: 600;
	font-size: 1em;
}
@media screen and (max-width: 768px) {
.news-content dt {
	font-size: 0.6em;
}
}
.news-content dd {
	color: #333;
	font-size: 0.6em;
	padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
.news-content dd {
	font-size: 0.533em;
}
}

.bottun {
	width: 30%;
	color: #f5f3ef;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 12px;
    background: linear-gradient(138deg, rgba(232,152,197,1) 23%, rgba(228,199,215,1) 31%, rgba(113,197,168,1) 46%);
	border-radius: 25px;
	text-align: center;
	margin-inline: auto;
	 background-size: 200% 100%;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 768px) {
.bottun {
	width: 70%;
	margin-bottom: 3%;
}
}
.bottun:hover{
	cursor: pointer;
	 background-position: 100% 0;
}
.bottun a{
	color: #f5f3ef;
	text-decoration: none;
}
.profile {
	background-image: url("../images/logo-bg.png");
	position: relative;
	padding-top: 245px;
    padding-bottom: 400px;
	z-index: 0;
}
@media screen and (max-width: 768px) {
.profile {
	padding-top: 100px;
    padding-bottom: 160px;
	background-size: 200px auto;
}
}
.profile-bg {
	background: linear-gradient(transparent 10%, rgba(235,84,121,0.8) 0%, rgba(235,84,121,0.8) 95%, transparent 0%);
}
@media screen and (max-width: 900px) {
.profile-bg {
	background: linear-gradient(transparent 5%, rgba(235,84,121,0.8) 0%, rgba(235,84,121,0.8) 95%, transparent 0%);
}	
}
.profile-wrap {
	display: grid;
	align-items: center;
	max-width: 1200px;
	width:94%;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
	.profile-wrap {
		display: block;
	}
}
.profile-img {
	margin-left: auto;
	width: 54%;
	grid-column: 1/2;
	grid-row: 1/2;
}
@media screen and (max-width: 900px) {
	.profile-img {
	margin-right: auto;
	width: min(85%,500px);
	grid-column: initial;
	grid-row: initial;
}
}
.profile-left {
	width: 55%;
	grid-column: 1/2;
	grid-row: 1/2;
	z-index: 1;
}
@media screen and (max-width: 900px) {
	.profile-left {
	width: 100%;
	grid-column: initial;
	grid-row: initial;
}
}
.profile-title {
	grid-column: 1;
	grid-row: 1;
	text-align: left;
	font-size: clamp(70px, 14.88vw, 190px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 6px 0px rgba(113,197,168,1));
	font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 900px) {
	.profile-title {
		line-height: 1.2;
		margin-bottom: 10px;
	-webkit-text-stroke: 1px #514d4b;
}
}
.profile-box {
	background: linear-gradient(151deg, rgba(113,197,168,1) 36%, rgba(232,152,197,1) 66%);
	color: #f5f3ef;
}
.profile-box_inner {
	width: min(90%,590px);
	margin: 0 auto;
}
.profile-first {
	display: grid;
	grid-template-columns: 1fr auto;
    width: 96%;
    margin: 0 auto;
	padding-top: 45px;
    padding-bottom: 20px;
	align-items: center;
}
@media screen and (max-width: 768px) {
.profile-first {
	grid-template-columns: 1fr auto;
	padding-top: 36px;
}
}
.name dt{
	font-size: 1.333em;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
.name dt{
	font-size: 1em;
}
}
.name dd{
	font-size: 2.111em;
	font-weight: 600;
    line-height: 1;
}
@media screen and (max-width: 768px) {
.name dd{
	font-size: 1.4em;
}
}
.birthday {
	line-height: 1.9;
	display: grid;
    grid-template-columns: 1fr auto;
}
.birthday dt{
}
@media screen and (max-width: 768px) {
.birthday dt{
	font-size: 0.778em;
}
}
@media screen and (max-width: 768px) {
.birthday dd{
	font-size: 0.778em;
}
}
.profile-detail {
	border-top: 1px solid;
	padding-top: 20px;
    padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
.profile-detail {
	width: 96%;
    margin: 0 auto;
    font-size: 0.778em;
}
}
.profile-detail p {
	font-size: clamp(12px,1.5vw,18px);
}
.profile-title_wrap {
	margin-top: -3em;
}

.about {
	background-color: #caede1;
	position: relative;
	padding-top: 11%;
}
.about::before {
	content: "";
	position: absolute;
	background-image: url("../images/heart-bg.png");
	top: 0;
	height: 100%;
	width: 100%;
	background-size: 290px;
	z-index: 1;
	background-repeat: repeat;
}
@media screen and (max-width: 768px) {
.about::before {
	background-size: 150px auto;
}
}
.about-line::before {
	content: "";
    position: absolute;
    top: -1%;
    left: -1%;
    height: 160px;
    width: 110%;
    background: url(../images/about-line.jpg) 0 50% repeat-x;
    animation: border_anm 18s linear infinite;
    transform: rotate(357deg);
    overflow: hidden;
	z-index: 10;
}
@media screen and (max-width: 1000px) {
.about-line::before {
     background: url("../images/about-line-sp.jpg") 0 50% repeat-x;
	height: 80px;
	top: -60px;
}
}
@keyframes border_anm {
  0% {
    background-position: 0 50%,0 0;
  }
  0% {
    background-position: 700px 50%,0 0;
  }
}

.about-wrap {
	padding-top: 5%;
}
.about-inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	position: relative;
	padding-bottom: 10%;
	z-index: 10;
}
.schedule-title_wrap{
	display: grid;
	position: relative;
}
.schedule-title_bg {
	grid-column: 1;
	grid-row: 1;
	text-align: center;
	font-size: clamp(45px, 7.5vw, 120px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 6px 0px rgba(181,107,190,1));
	font-family: 'Goldman', 'Noto Sans KR', 'Noto Sans SC';
	z-index: 0;
}
@media screen and (max-width: 768px) {
.schedule-title_bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 1px 0px rgba(181,107,190,1));
}
}
.schedule_subtitle{
	background-color: #b56bbe;
	color: #f5f3ef;
	position: absolute;
	top: -10%;
	right: 10%;
	font-size: 2em;
	font-weight: 600;
	padding-left: 1%;
    padding-right: 1%;
    transform: rotate(10deg);
}

@media screen and (max-width: 768px) {
.schedule_subtitle{
	font-size: 1em;
	right: 16%;
}
}
@media screen and (max-width: 500px) {
.schedule_subtitle{
	font-size: 1em;
	top: -22%;
	right: 5%;
}
}
.schedule-content {
	background-color: #f5f3ef;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	max-width: 850px;
	border-radius: 50px;
	box-shadow: 8px 5px 1px 8px rgb(181,107,190);
	border: 1px solid #3c4649;
	margin-bottom: 3.889em;
}
@media screen and (max-width: 768px) {
.schedule-content {
	box-shadow: 6px 4px 1px 1px rgb(181 107 190);
	border-radius: 30px; 
}
}
.schedule-content a {
	color: #eb5479;
	text-decoration: none;
}
.schedule-content a:hover {
	opacity: 0.6;
}
.schedule-content:nth-child(2n) {
	margin-right: auto;
} 
.schedule-content:nth-child(2n+1) { 
	margin-left: auto; 
}         


.schedule-content_inner {
	max-width: 650px;
	width: 90%;
}
.schedule-content h4 {
	font-size: 1.333em;
	font-weight: 600;
	border-bottom: 1px solid;
	padding-bottom: 6px;
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
.schedule-content h4 {
	font-size: 1.111em;
}
}

.day-text {
	width: 2.5em;
    display: inline-block;
}
.schedule-content dl {
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
.schedule-content dl {
	font-size: 0.889em;
}
}
.schedule-content dt {
	padding-top: 30px;
	font-weight: bold;
}
.contact {
	color: #f5f3ef;
	background-color: #b56bbe;
	font-size: 0.889em;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 3px;
    padding-bottom: 3px;

}
@media screen and (max-width: 768px) {
.contact {
	font-size: 0.778em;

}
}
.cooperation-company dl {
	padding-bottom: 35px;
	
}
.cooperation-company dt {
	color: #f5f3ef;
	background-color: #b56bbe;
	text-align: center;
	font-size: 0.889em;
	width: fit-content;
	padding-left: .5em;
	padding-right: .5em;
    margin: 0 auto;
    padding-top: 3px;
    padding-bottom: 3px;
	font-weight: bold;
	margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
.cooperation-company dt {
	font-size: .778em;
}
}
.cooperation-company dd {
	color: #333;
	text-align: center;
	font-size: .889em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.cooperation-company dd {
	font-size: .778em;
}
}
.ticket-area {
	position: relative;
	background-color: #e3adcd;
    top: 0;
    height: 100%;
    width: 100%;
	padding-bottom: 10%;
}
.ticket-title_wrap{
	display: grid;
	padding-top: 7%;
	position: relative;
}
.ticket-title-bg {
	grid-column: 1;
	grid-row: 1;
	text-align: center;
	font-size: clamp(45px, 7.5vw, 120px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 6px 0px rgba(60,117,146,1));
	font-family: 'Goldman', 'Noto Sans KR', 'Noto Sans SC';
	z-index: 0;
}
@media screen and (max-width: 768px) {
.ticket-title-bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 1px 0px rgba(60,117,146,1));
}
}
.ticket_subtitle {
	background-color: #3c7592;
	color: #f5f3ef;
	position: absolute;
	right: 18%;
    top: 24%;
	font-size: 2em;
	font-weight: 600;
	padding-left: 1%;
    padding-right: 1%;
    transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
.ticket_subtitle {
	right: 30%;
    top: 23%;
	font-size: 1em;
}
}

@media screen and (max-width: 500px) {
.ticket_subtitle {
	font-size: 1em;
    top: 12%;
    right: 21%;
}
}
.ticket-inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	position: relative;
	z-index: 10;
	padding-top: 5%;
}
.ticket-inner a {
	color: #eb5479;
	text-decoration: none;
}
.ticket-inner a:hover {
	opacity: 0.6;
}
.ticket-content {
	background-color: #f5f3ef;
	align-items: center;
	justify-content: center;
	color: #333;
	border-radius: 50px;
	box-shadow: 8px 5px 1px 8px rgb(60,117,146);
	border: 1px solid #3c4649;
	margin-bottom: 3.889em;
    margin-inline:auto;
}
@media screen and (max-width: 768px) {
.ticket-content {
	box-shadow: 6px 4px 1px 1px rgb(60,117,146);
	border-radius: 30px;
}
}
.ticket-content_inner {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
}
.ticket-content_inner h4{
	font-size: 1.333em;
	font-weight: 600;
	border-bottom: 1px solid;
	padding-bottom: 6px;
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
.ticket-content_inner h4{
	font-size: 1em;
}
}
.ticket-content dl {
	padding-bottom: 50px;
}

.ticket-content dt {
	padding-top: 20px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.ticket-content dt {
	font-size: 0.889em;
}
}
.ticket-content dd {
	font-size: 0.889em;
}
@media screen and (max-width: 768px) {
.ticket-content dd {
	font-size: 0.778em;
}
}
.fanclub-entry {
	max-width: 750px;
	border: 2px solid #3c7592;
	border-radius: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.fanclub-entry {
	padding-top: 32px;
	padding-bottom: 22px;
}
}
.fanclub-entry a {
	color: #f5f3ef;
}
.fanclub-entry_text{
	font-size: 1.111em;
	color: #eb5479;
	text-align: center;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
.fanclub-entry_text{
	font-size: 0.889em;
	width: 88%;
    margin: 0 auto;
}
}
.fanclub-entry_text span{
	font-size: 0.778em;
	color: #333;
}
@media screen and (max-width: 768px) {
.fanclub-entry_text span{
	font-size: 0.667em;
}
}
.bottun-area {
	display: flex;
}
@media screen and (max-width: 768px) {
.bottun-area {
	display: block;
}
}
.attention-area {
	position: relative;
	background-color: #f3dec0;
    top: 0;
    height: 100%;
    width: 100%;
	padding-bottom: 180px;
}
.attention-inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
.attention-inner {
	padding-top: 10%;
}
}
.attention-title_wrap{
	display: grid;
	padding-top: 8%;
	position: relative;
}
.attention-title-bg {
	grid-column: 1;
	grid-row: 1;
	text-align: center;
	font-size: clamp(45px, 7.5vw, 120px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 6px 0px rgba(236,161,59,1));
	font-family: 'Goldman', 'Noto Sans KR', 'Noto Sans SC';
	z-index: 0;
}
@media screen and (max-width: 768px) {
.attention-title-bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 1px 0px rgba(236,161,59,1));
}
}
.attention_subtitle {
	background-color: #eca13b;
	color: #f5f3ef;
	position: absolute;
	right: 17%;
    top: 24%;
	font-size: 2em;
	font-weight: 600;
	padding-left: 1%;
    padding-right: 1%;
    transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
.attention_subtitle {
	right: 17%;
    top: 24%;
	font-size: 1em;
}
}
@media screen and (max-width: 500px) {
.attention_subtitle {
	right: 8%;
    top: 17%;
	font-size: 1em;
}
}
.attention-content {
	background-color: #f5f3ef;
	align-items: center;
	justify-content: center;
	color: #333333;
	border-radius: 50px;
	box-shadow: 8px 5px 1px 8px rgb(236,161,59);
	border: 1px solid #3c4649;
	margin-bottom: 3.889em;
	padding-bottom: 50px;
	width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.attention-content {
	box-shadow: 6px 4px 1px 1px rgb(236,161,59);
	border-radius: 30px;
}
}
.attention-content_inner {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
}
.attention-content_inner a{
	color: #eb5479;
	text-decoration: none;
}
.attention-content_inner a:hover{
	opacity: 0.6;
}
.attention-content_inner h4{
	font-size: 1.333em;
	font-weight: 600;
	border-bottom: 1px solid;
	padding-bottom: 6px;
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
.attention-content_inner h4{
	font-size: 1em;
}
}
.attention-content dt {
	padding-top: 20px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.attention-content dt {
	font-size: 0.889em;
}
}
.top20 {
	padding-top: 20px;
}
.attention-content dd {
	font-size: 0.889em;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 400px) {
.attention-content dd {
	font-size: 0.778em;
}
}
.goods {
	position: relative;
    background-color: #9cc8c1;
    background-image: linear-gradient(#c2d1c1 3px, transparent 0), linear-gradient(90deg, #c2d1c1 3px, transparent 0);
    background-size: 180px 180px;
	z-index: 10;
	padding-top: 8%;
	padding-bottom: 12%;
}
@media screen and (max-width: 768px) {
.goods {
	padding-top: 28%;
    padding-bottom: 30%;
	background-size: 100px 100px;
}
}
.goods-inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	padding-top: 7%;
}
.goods-line::before {
	content: "";
    position: absolute;
    top: -8%;
	left: -2%;
    height: 160px;
    width: 110%;
    background: url(../images/goods-line.jpg) 0 50% repeat-x;
    animation: border_anm 18s linear infinite;
    transform: rotate(4deg);
    overflow: hidden;
	z-index: 10;
	animation-direction: reverse;
}
@media screen and (max-width: 1000px) {
.goods-line::before {
    top: -7%;
	left: -2%;
    height: 80px;
    background: url(../images/goods-line-sp.jpg) 0 50% repeat-x;
}
}
@keyframes border_anm {
  0% {
    background-position: 0 50%,0 0;
  }
  0% {
    background-position: 700px 50%,0 0;
  }
}

.goods-title_wrap{
	display: grid;
	position: relative;
}
.goods-title_bg {
	grid-column: 1;
	grid-row: 1;
	text-align: center;
	font-size: clamp(45px, 7.5vw, 120px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 6px 0px rgba(95,186,155,1));
	font-family: 'Goldman', 'Noto Sans KR', 'Noto Sans SC';
	z-index: 0;
}
@media screen and (max-width: 1000px) {
.goods-title_bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 1px 0px rgba(95,186,155,1));
}
}
.goods_subtitle {
	background-color: #5fba9b;
	color: #f5f3ef;
	position: absolute;
	right: 25%;
    top: -13%;
	font-size: 2em;
	font-weight: 600;
	padding-left: 1%;
    padding-right: 1%;
    transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
.goods_subtitle {
	right: 25%;
    top: -18%;
	font-size: 1em;
}
}
@media screen and (max-width: 500px) {
.goods_subtitle {
	right: 17%;
    top: -24%;
	font-size: 1em;
}
}
.comingsoon {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 5vw;
	color: rgba(245,243,239,0.75);
	text-align: center;
}

.movie {
	position: relative;
	background-image: url("../images/logo-bg.png");
	padding-bottom: 10%;
}
@media screen and (max-width: 768px) {
.movie {
	background-size: 200px auto;
}
}
.movie-inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 96%;
	padding-top: 13%;
}
@media screen and (max-width: 768px) {
.movie-inner {
	padding-top:32%;
	width: 90%;
}
}

.movie-line::before {
	content: "";
    position: absolute;
    top: -4%;
	left: -2%;
    height: 160px;
    width: 110%;
    background: url(../images/movie-line.jpg) 0 50% repeat-x;
    animation: border_anm 18s linear infinite;
    transform: rotate(356deg);
    overflow: hidden;
	z-index: 10;
}
@media screen and (max-width: 1000px) {
.movie-line::before {
	top: -2%;
    height: 80px;
    background: url(../images/movie-line-sp.jpg) 0 50% repeat-x;
}
}

@keyframes border_anm {
  0% {
    background-position: 0 50%,0 0;
  }
  0% {
    background-position: 700px 50%,0 0;
  }
}
.movie-title_wrap{
	display: grid;
	position: relative;
}
.movie-title_bg {
	grid-column: 1;
	grid-row: 1;
	text-align: center;
	font-size: clamp(45px, 7.5vw, 120px); 
	font-weight: 800;
	color: #f5f3ef;
	-webkit-text-stroke: 2px #514d4b;
	filter: drop-shadow(9px 6px 0px rgba(229,210,79,1));
	font-family: 'Goldman', 'Noto Sans KR', 'Noto Sans SC';
	z-index: 0;
}
@media screen and (max-width: 1000px) {
.movie-title_bg {
	-webkit-text-stroke: 1px #514d4b;
	filter: drop-shadow(4px 1px 0px rgba(229,210,79,1));
}
}
.movie_subtitle {
	background-color: #e5d24f;
	color: #f5f3ef;
	position: absolute;
	right: 23%;
    top: -10%;
	font-size: 2em;
	font-weight: 600;
	padding-left: 1%;
    padding-right: 1%;
    transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
.movie_subtitle {
	right: 28%;
    top: -18%;
	font-size: 1em;
}
}
@media screen and (max-width: 500px) {
.movie_subtitle {
	right: 17%;
    top: -24%;
	font-size: 1em;
}
}
.video_wrap { 
	padding-top: 7%;
	}

.video_wrap:nth-child(even) {
	text-align: right;
} 
.video_wrap:nth-child(even) .smyliy{
	margin-right: 0;
    margin-left: auto;
}

.video-thumbnail img {
	border-radius: 50px;
}
.video_wrap h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #5fba9b;
	font-size: 2.889em;
}
@media screen and (max-width: 768px) {
.video_wrap h2{
	font-size: 1.889em;
}
}
@media screen and (max-width: 500px) {
.video_wrap h2{
	font-size: 1em;
}
}
.smartphone {
	position: relative;	max-width: 800px;
	background-color: #f5f3ef;
	align-items: center;
	justify-content: center;
	color: #333333;
	border-radius: 50px;
	box-shadow: 8px 5px 1px 8px rgb(229,210,79);
	border: 1px solid #3c4649;6px 4px 1px 1px
	margin-bottom: 3.889em;
}
@media screen and (max-width: 768px) {
.smartphone {
	box-shadow: 1px 0px 1px 4px rgb(229,210,79);
}
}
.btn.video {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 22%;
	z-index: 10;
}
.btn.video:hover {
	opacity: 0.8;
	width: 25%;
	transition: .3s ease-in-out;
}
.smyliy {
	position: relative;
	max-width: 800px;
	background-color: #f5f3ef;
	align-items: center;
	justify-content: center;
	color: #333333;
	border-radius: 50px;
	box-shadow: 8px 5px 1px 8px rgb(229,210,79);
	border: 1px solid #3c4649;
	margin-bottom: 3.889em;
}
@media screen and (max-width: 768px) {
.smyliy {
	box-shadow: 1px 0px 1px 4px rgb(229,210,79);
}
}
.footer {
	position: relative;
}
.footer-circle-wrap {
	position: absolute;
	top: -60px;
	right: 3%;
	z-index: 1;
	padding: 50px;
	background-image: url("../images/footer-circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	animation: rotate-anime 15s linear infinite;
}
@media screen and (max-width: 768px) {
.footer-circle-wrap {
	padding: 32px;
}
}
@keyframes rotate-anime {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.footer-circle-logo {
	animation: rotate 15s linear infinite;
}
@media screen and (max-width: 768px) {
.footer-circle-logo {
	width: 71px;
}
}
@keyframes rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}
.footer-wrap {
	width: 100%;
	background-color: #eb5479;
	position: relative;
}
.footer-wrap::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5fba9b;
    background-image: url(../images/footer-logo.png);
    clip-path: polygon(0 0, 30% 0, 20% 100%, 0% 100%);
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-position: 4% 55%;
}
@media screen and (max-width: 1000px) {
.footer-wrap::before {
	display: none;
}
}
.main-title {
	background-image: url(../images/footer-main-text.png);
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 8%;
    background-size: 65%;
}
.footer-yena {
	font-size: clamp(56px, 7.54vw, 123px);
}
.footer-firstjapan {
	font-size: clamp(20px, 2.69vw, 42px);
    line-height: 0.9;
}
.footer-firstjapan span{
	font-size: clamp(30px, 5.05vw, 78px);
}
.footer-pink {
	max-width: 1300px;
	margin-left: auto;
	padding-top: 60px;
    padding-bottom: 60px;
	width: 70%;
}
@media screen and (max-width:1000px) {
.footer-pink {
	width: 87%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 50px;
}
}
.footer-pink_content {
	width: 90%;
}
.footer-nav {
	padding-bottom: 25px;
	display: grid;
    grid-template-columns: repeat(6,1fr);
	column-gap: 1em;
	text-align: center;
	border-bottom: 1px solid #f5f3ef;
	font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 1000px) {
.footer-nav {
    grid-template-columns: 1fr 1fr;
	text-align: left;
}
}
.footer-nav a {
	text-decoration: none;
	color: #f5f3ef;
	font-size: clamp(16px,2vw,30px);
}
.footer-nav a:hover {
	color: #5fba9b;
	transition: .3s ease-in-out;
}
.footercopyright {
	font-size: .667em;
	color: #f5f3ef;
	font-weight: 500;
	padding-top: 7%;
}
.footercopyright a {
	color: #f5f3ef;
	text-decoration: none;
}

/*ーーーーーーーーーーー固定ページのタイトルーーーーーーーーーーー*/

.page-title_bg{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 48px;
	filter: drop-shadow(2px 2px 0px rgba(235,84,121,1));
}
@media screen and (max-width: 768px){
.page-title_bg{
	font-size: 30px;
}
}
.page-title_wrap {
	position: static;
	padding-bottom: 2em;
}

/*ーーーーーーーーーーーpagenaviーーーーーーーーーーー*/
.wp-pagenavi a, .wp-pagenavi span{
	border: none;
}
.notranslate{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.wp-pagenavi span.current {
	font-size: 25px;
	color: #eb5479;
}
.page.larger {
	color: #b09e9f;
}
.nextpostslink {
	color: #594f4f;
}
.previouspostslink {
	color: #594f4f;
}
.page.smaller {
	color: #b09e9f;
}
@media screen and (max-width: 900px){
	.notranslate {
		display: none;
		right: auto;
		transition: .3s;
	}
.notranslate.active{
	display: block;
	top: 1em;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 20;
    width: 10em;
	transition: .3s;
}	
}

/*ーーーーーーーーーーーNews詳細ーーーーーーーーーーー*/
.news-img {
	width: 60%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 768px){
.news-img {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
.news-content a{
	color: #eb5479;
	text-decoration: none;
}
.news-content a:hover{
	opacity: .7;
}
.news-content_inner li:first-child {
	padding-top: 75px;
}
.news-content_inner li {
	padding-bottom: 30px;
}
.news-content_inner li:last-child {
	padding-bottom: 75px;
}
@media screen and (max-width: 768px){
.news-content_inner li:first-child {
	padding-top: 30px;
}
.news-content_inner li {
	padding-bottom: 15px;
}
.news-content_inner li:last-child {
	padding-bottom: 30px;
}
}
.news-content_inner span {
	color: #333;
	font-size: .7em;
}
@media screen and (max-width: 768px){
.news-content_inner span {
	font-size: .889em;
}
}




