@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&display=swap');
:root {
  --vw: 1vw;
}
:root {
  --vh: 1vh;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
strong {
  font-weight: 700;
}
small{
	font-size: 1.2rem;
}
span{
	display: inline-block;
	font-weight: inherit;
	line-height: inherit;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
  clear: both;
}
p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-bottom: 1.6rem;
}
p:last-child {
  margin-bottom: 0;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
html {
	font-size: 9px;
	}
}
@media screen and (max-width: 800px) {
html {
	font-size: 8px;
	}
	}
@media screen and (max-width: 400px) {
html {
	font-size: 7px;
	}
	}

.modalbtn {
  cursor: pointer;
	position: relative;
}

.type_fade2 {
  opacity: 0;
  transform: translate(0, 0vw);
  transition: 0.4s;
}
.type_fade {
  opacity: 0;
  transform: translate(0, 10vw);
  transition: 0.4s;
}
.type_fade.hide{
  transform: translate(0, -10vw);
}

.type_fade_left{
  opacity: 0;
  transform: translate(-100vw, 0);
  transition: 1.5s  0.4s;
}
.type_fade_right{	
  opacity: 0;
  transform: translate(100vw, 0);
  transition: 1.5s 0.4s;
}
.type_fade_c1{
  opacity: 0;
  transform: translate(0, 10vw);
  transition: 0.4s 0.1s;
}
.type_fade_c2{
  opacity: 0;
  transform: translate(0, 10vw);
  transition: 0.4s 0.2s;
}
.type_fade_c3{
  opacity: 0;
  transform: translate(0, 10vw);
  transition: 0.4s 0.3s;
}
.type_fade.show,
.type_fade.show .type_fade_c1,
.type_fade.show .type_fade_c2 ,
.type_fade.show .type_fade_c3,
.type_fade2.show,
.type_fade_left.show,
.type_fade_right.show{
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 801px) {
.type_parent_pc{
	}
.type_parent_pc > li,
.type_parent_pc > div{
  opacity: 0;
  transform: translate(0, 10vw);
  transition: 0.4s;
	}
	
.type_parent_pc.hide > li,
.type_parent_pc.hide > div{
  transform: translate(0, -10vw);
	}
.type_parent_pc > li:nth-child(1),
.type_parent_pc > div:nth-child(1){
  transition: 0.4s;
	}
.type_parent_pc > li:nth-child(2),
.type_parent_pc > div:nth-child(2){
  transition: 0.4s 0.1s;
	}
.type_parent_pc > li:nth-child(3),
.type_parent_pc > div:nth-child(3){
  transition: 0.4s 0.2s;
	}
.type_parent_pc > li:nth-child(4),
.type_parent_pc > div:nth-child(4){
  transition: 0.4s 0.3s;
	}
.type_parent_pc > li:nth-child(5),
.type_parent_pc > div:nth-child(5){
  transition: 0.4s 0.4s;
	}
.type_parent_pc > li:nth-child(6),
.type_parent_pc > div:nth-child(6){
  transition: 0.4s 0.5s;
	}
.type_parent_pc > li:nth-child(7),
.type_parent_pc > div:nth-child(7){
  transition: 0.4s 0.6s;
	}
.type_parent_pc > li:nth-child(8),
.type_parent_pc > div:nth-child(8){
  transition: 0.4s 0.7s;
	}
.type_parent_pc > li:nth-child(9),
.type_parent_pc > div:nth-child(9){
  transition: 0.4s 0.8s;
	}
.type_parent_pc > li:nth-child(10),
.type_parent_pc > div:nth-child(10){
  transition: 0.4s 0.9s;
	}
.type_parent_pc.show > li,
.type_parent_pc.show > div{
  opacity: 1;
  transform: translate(0, 0);
}
}
@media screen and (max-width: 800px) {
	.type_fade_sp{
}
.type_fade_sp {
  opacity: 0;
  transform: translate(0, 10vw);
  transition: 0.4s;
}
.type_fade_sp.hide{
  transform: translate(0, -10vw);
}
.type_fade_sp.show{
  opacity: 1;
  transform: translate(0, 0);
}
}
header .logo{
    opacity: 0;
    transition: 0.2s 0.5s ease-out;
}
header.show  .logo{
    opacity: 1;
}
body {
  font-size: 1.6rem;
  position: relative;
  background-color: #1155ad;
}
img {
  display: block;
  max-width: 100%;
}
a, a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: inherit;
}

.img_souko{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #828282;
	justify-content: flex-start;
	gap:20px;
}
.img_souko img{
	width: 200px;
	display: block;
	
}

.spnavi{
	height: 100vh;
  position: fixed;
  background-color:rgba(0,0,0,0.60);
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 1000;
	box-sizing: border-box;
	font-size: 10px;
}
.spnavi_border{
	padding: 0.5rem 0;
	background-image: url("../images/tanzaku_wakubg.svg");
	background-size: cover;
	background-position: center;
	display: block;
	
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
	
}
.spnavi_inner {
  background-color: #012c5c;
	display: none;
	
background: linear-gradient(to bottom,  #000000 1%,#012c5c 90%); 
  width: 100%;
	padding: 0 3rem;
	padding-top: 6em;
	padding-bottom: 6em;
	box-sizing: border-box;
	font-size: 10px;
}
.spnavi nav {
  display: flex;
	justify-content: center;
  width: 100%;
  padding: 0px 0;
	max-width: 800px;
	margin: auto;
	margin-bottom: 6em;
	gap:1rem;
	column-gap: 6rem;
	flex-wrap: wrap;
}
.spnavi nav  ul{
	max-width: 100%;
}
.spnavi nav  ul li{
	margin-bottom: 3em;
}
.spnavi nav  ul li:last-child{
	margin-bottom: 0rem;
}
.spnavi a {
	display: block;
  width: 100%;
  font-weight: 700;
}
.spnavi a img{
	width: auto;
	height: 3rem;
}
.menu_close{
	max-width: 10em;
    width: 30%;
	cursor: pointer;
	margin: auto;
}
.spnavi:after,
.spnavi:before{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1.8rem;
	display: block;
	background-size: contain;
  background-image: url("../images/menu_hasen.svg");
}
.spnavi:before{
	top: 0;
}
.spnavi:after{
	bottom: 0;
}
@media screen and (max-width: 800px) {
	
.spnavi nav {
    flex-direction: column;
	align-items: center;
	gap:  1.5em;
	}
.spnavi nav ul li {
    margin-bottom: 1.5em;
}
.spnavi nav  ul li:last-child{
	margin-bottom: 0rem;
}
.spnavi a img {
	width: 60rem;
	height: auto;
}
}
@media screen and (max-height: 640px) {
.spnavi {
	font-size: 8px;
	}
}

article {
  /*max-width: 1200px;*/
  margin: auto;
  overflow: hidden;
	position: relative;
	z-index: 10;
}

.bgimg{
	background-image: url("../images/bg/bg2.svg");
	background-image: url("../images/bg/bg_milkyway2.jpg");
	position: fixed;
	background-size: cover;
	background-position: center;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	animation: scale1 ease-in-out alternate  14s infinite;
}
section{
	position: relative;
	z-index: 3;
	width: 100%;
    box-sizing: border-box;
}
img{
position: relative;
	z-index: 1;
	width: 100%;
}
.atari{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	width: 100%;
}
header{
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: calc(var(--vw) * 1.5);
    width: 100%;
    box-sizing: border-box;
    z-index: 15;
} 
.bgarea1{
	/*background-image: url("../images/bg/bg_milkyway1.jpg");
	background-size: cover;*/
	overflow: hidden;
    padding-bottom: calc(var(--vw) * 16);
	background-color: #000;
}/*
.bgarea1 .kv_bgimg_3{
	background-image: url("../images/bg/bg_milkyway1.jpg");
	position: fixed;
	z-index: -1;
	height: 100vh;
	background-position: center;
	background-size: cover;
	width: 100%;
	left: 0;
	top: 0;
}*/
#kv{
	
    height: calc(var(--vw) * 92.5);
	z-index: 5;
	margin-bottom: calc(var(--vw) * 4);
	
}
.kv_bgimg_1,
.kv_bgimg_2,
.kv_bgimg_3,
.kv_bgimg_4{
	width: 100%;
	height: 100%;
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
}
.kv_bgimg_1{
	animation: scale1 ease-in-out alternate  6s infinite;
	background-image: url("../images/bg/bg_irem1.svg");
	z-index: 2;
}
.kv_bgimg_2{
	background-image: url("../images/bg/bg_irem2.svg");
	z-index: 1
}
.kv_bgimg_3{
	animation: scale1 ease-in-out alternate  10s infinite;
	z-index: 2;
}
.kv_bgimg_4{
	animation: scale1 ease-in-out alternate  14s infinite;
	z-index: 2;
}
@keyframes scale1 {
  0% {
transform: scale(1);
	  filter: blur(4px);
  }
  33.33% {
	  filter: blur(0px);
  }
  66.66% {
	  filter: blur(4px);
  }
  100% {
transform: scale(1.05);
	  filter: blur(0px);
  }
}

.head_logo{
    width: calc(var(--vw) * 20);
}
.menubtn{
    width: min(7rem, calc(var(--vw) * 5.5));
    position: absolute;
    top: min(4rem, calc(var(--vw) * 1.6));
    right: min(3rem, calc(var(--vw) * 2.3));
    opacity: 0;
    transition: 0.5s 1.8s ease-out; 
    position: fixed;
    cursor: pointer;
}

.menubtn.show {
    opacity: 1;
}
.mainimage{
	position: absolute;
    width: calc(var(--vw) * 70);
    top: calc(var(--vw) * 5);
    left: calc(var(--vw) * 4);
}
.title1{    position: absolute;
    width: calc(var(--vw) * 63);
    top: calc(var(--vw) * -1);
    right: calc(var(--vw) * -4.5);
    z-index: 3;
}
.title2{
	position: absolute;
    width: calc(var(--vw) * 79.5);
    top: calc(var(--vw) * 85.5);
    right: calc(var(--vw) * 3);
}
.title3{    position: absolute;
    width: calc(var(--vw) * 34);
    top: calc(var(--vw) * 43);
    right: calc(var(--vw) * 10);
    z-index: 3;
}


#news{
	display: flex;
	justify-content: flex-end;
    margin-bottom: calc(var(--vw) * 6);
}
#movie{
	display: flex;
	justify-content: flex-start;
}

.nijiwaku_box{
	background-image: url(../images/nijiwaku_box1.png);
    background-size: auto 100%;
    width: calc(var(--vw) * 73);
    padding: calc(var(--vw) * 5) calc(var(--vw) * 7.5);
    box-sizing: border-box;
	background-position: top left;
    min-height: calc(var(--vw) * 48.5);
	z-index: 5;
	position: relative;
}
#movie .nijiwaku_box{
	background-position: top right;
    background-image: url(../images/nijiwaku_box2.png);
    min-height: calc(var(--vw) * 55.5);
    padding: calc(var(--vw) * 7) calc(var(--vw) * 5.5);
    padding-bottom: calc(var(--vw) * 2);
    width: calc(var(--vw) * 71);
}
.news_title,
.movie_title{
    width: calc(var(--vw) * 11);
    margin-bottom: calc(var(--vw) * 4);
}

.news_title{
margin-bottom: calc(var(--vw) * 2);
}

.newslist{
	    overflow: auto;
    max-height: calc(var(--vw) * 33);
    width: calc(var(--vw) * 47);
}
.newslist a{
	padding: 1em 0;
  background-image: repeating-linear-gradient(90deg, #1b1464, #1b1464 12px, transparent 12px, transparent 24px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
	display: block;
}
.newslist li:first-child a{
  background-image: repeating-linear-gradient(90deg, #000000, #000000 12px, transparent 12px, transparent 24px), repeating-linear-gradient(90deg, #000000, #000000 12px, transparent 12px, transparent 24px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
}
.newsmeta{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:1em;
	margin-bottom: 1em;
}
.newslist .date{
	margin: 0;
	color: #b3b3b3;
}
.newslist .cat{
	display: block;
	padding: 0.3em 1em;
	line-height: 1;
	background-color: #e08efe;
	color: #fff;
}

#movie .movie_area {
  position: relative;
  max-width: 1000px;
  width: 100%;
}

.seiza1,
.seiza2{
	position: absolute;
}
.seiza1{
    top: calc(var(--vw) * 17);
    left: calc(var(--vw) * 7);
    width: calc(var(--vw) * 29);
    z-index: 1;
}
.seiza2{
	    top: calc(var(--vw) * 16);
    right: calc(var(--vw) * 5);
    width: calc(var(--vw) * 26);
    z-index: 1;
}

#information{
	padding: 5rem 5rem;;
padding-bottom: 15rem;
	background-color: #1155ad;
	background-image: url("../images/bg/bg2.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.title_information_outer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:min(60px, calc(var(--vw) * 4));
	margin: auto;
    max-width: 1110px;	
	width: calc(100% + 2rem);
	position: relative;
	
    margin-bottom: min(80px, calc(var(--vw) * 8));
}
.title_information1{
	width: min(290px, 	calc(var(--vw) * 22.5));
	flex-shrink: 0;
	margin-left: -2rem;
	width: 29rem;
}
.title_information2{
	width: 100%;
	flex-shrink: 1;
}
.information_block2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: calc(var(--vw) * 5.5);
	gap:min(70px, calc(var(--vw) * 5.5));
	color: #fff;
	flex-direction: row-reverse;
    margin: auto;
	margin-bottom: 4rem;
    max-width: 1070px;	
	font-size: 1.8rem;
}
.information2 .kome{
	font-size: 1.4rem;
}
.information_block2_title{
	width: min(345px, calc((var(--vw) - 0.1rem)  * 35));
    margin-top: calc( -1 * min(100px, calc(var(--vw) * 9)));
	flex-shrink: 0;
}
.info_package1{
	position: relative;
    height: min(575px, calc((var(--vw) - 0.1rem) * 55));
	margin: auto;
	max-width: 1070px;
	margin-bottom: 6rem;
}
.info_pkg_image_box.standard{
	width: min(260px, calc((var(--vw) - 0.1rem) * 24));
    position: absolute;
    left: calc((var(--vw) - 0.1rem) * 0);
    top: min(20px, calc((var(--vw) - 0.1rem) * 1.5));
}
.info_pkg_image_box.limited1{
	    width: min(430px, calc((var(--vw) - 0.1rem) * 40.5));
    position: absolute;
    left: calc((var(--vw) - 0.1rem) * 0);
    right: min(150px, calc((var(--vw) - 0.1rem) * 15));
    margin: auto;
    top: min(100px, calc((var(--vw) - 0.1rem) * 10));
}
.info_pkg_image_box.limited2{
    width: min(370px, calc((var(--vw) - 0.1rem) * 35));
    position: absolute;
    right: calc((var(--vw) - 0.1rem) * 0);
    top: min(50px, calc((var(--vw) - 0.1rem) * 4));
}
.info_pkg_image_title{
	width: min(220px, calc((var(--vw) - 0.1rem) * 20));
    margin: auto;
    display: block;
    margin-top: calc(-1 * min(3rem, (var(--vw) - 0.1rem) * 2));
}
.info_pkg_image_box.standard .plus_btn{
	position: absolute;
    right: min(5px, calc((var(--vw) - 0.1rem) * 0.5));
    top: min(-5px, calc((var(--vw) - 0.1rem) * -0.5));
    width: min(65px, calc((var(--vw) - 0.1rem) * 6.5));
}
.info_pkg_image_box.limited1 .plus_btn{
	position: absolute;
    right: 0;
    top: min(55px, calc((var(--vw) - 0.1rem) * 4.5));
    width: min(65px, calc((var(--vw) - 0.1rem) * 6.5));
}
.info_pkg_image_box.limited2 .plus_btn{
	position: absolute;
    right: min(15px, calc((var(--vw) - 0.1rem) * 1));
    top: min(35px, calc((var(--vw) - 0.1rem) * 2.7));
    width: min(65px, calc((var(--vw) - 0.1rem) * 6.5));
}




.info_package2{
	display: flex;
	justify-content: space-between;
}
.info_package2{
	max-width: 1070px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.4rem;
	gap:3rem;
	
}
.info_pkg_txt_box{
	text-align: center;
	width: calc(33.33% - 3rem / 3 *2);
}
.info_pkg_txt_box h4{
	padding:1.5rem 1rem;
	background-color: #000;
	display: block;
	position: relative;
}
.info_pkg_txt_box h4  img{
	max-width: 13.4rem;
	margin: auto;
	display: block;
}
.info_pkg_txt_box h4:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0.4rem;
	display: block;
	background-image: url("../images/niji_gra.svg");
	background-size: cover;
	background-position: center;
}
.info_pkg_txt_box h5{
	color: #1155ad;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}
.info_pkg_txt_box .textblock{
	background-color: #fff;
	padding: 1rem 0.5rem;
}


#special{
	position: relative;
}
/*#special .bg_milkyway2{
	background-image: url("../images/bg/bg_milkyway2.jpg");
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 1;
	transition: 0s !important;
}*/
.title_special{
}

.bgarea1:after,
#special:before,
#special:after,
#campaign:before,
#campaign:after,
.bgarea2:before{
	content: "";
	width: 100%;
	height:  calc(var(--vw) * 15);
	background-image: url("../images/bg/bg_bottom.svg");
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100% auto;
	background-position: top center;
	top: 0px;
	left: 0;
	display: block;
}
.bgarea1:after,
#special:after,
#campaign:after{
	background-image: url("../images/bg/bg_top.svg");
	top: auto;
	bottom: -1px;
	background-position: bottom center;
}

.bgarea2:before{
	background-image: url("../images/bg/bg_bottom_w.svg");
}
#campaign:after{
	background-image: url("../images/bg/bg_top_w.svg");
}

#special,
#disc{
	padding: 10rem 5rem;;
padding-bottom: 15rem;
}
#disc{
	background-color: #1155ad;
	background-image: url("../images/bg/bg1.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 800px) {
#disc{
	background-size:auto 150%;
	background-position: top 25% center;
    }
}

.title_special_outer,
.title_disc_outer{
	position: relative;
	width: 100%;
    margin: auto;
}
.title_special_outer{
	max-width: 950px;
}
.title_disc_outer{
	max-width: 950px;
}
.hexa_special,
.hexa_disc{
	position: absolute;
    width: min(220px, calc((var(--vw) - 0.1rem) * 19));
	width: 22rem;
}
.hexa_special{
	right: -3rem;
    bottom: min(30px, calc((var(--vw) - 0.1rem) * 19));
}
.hexa_disc{
    left: -3rem;
    bottom: min(70px, calc((var(--vw) - 0.1rem) * 19));
}
.title_special {
    width: min(375px, calc((var(--vw) - 0.1rem) * 40));
	margin: auto;
}
.title_disc {
    width: min(375px, calc((var(--vw) - 0.1rem) * 40));
	margin: auto;
}

.disc_block{
    position: relative;
    margin: auto;
    max-width: 830px;
    background-color: #fff;
    background: linear-gradient(45deg, transparent 10px, #fff 10px), linear-gradient(315deg, transparent 10px, #fff 10px), linear-gradient(225deg, transparent 10px, #fff 10px), linear-gradient(135deg, transparent 10px, #fff 10px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    margin-top: min(10rem, calc(5rem + calc((var(--vw) - 0.1rem) * 6)));
    box-sizing: border-box;
    padding: 3rem 3rem;
    padding-top: calc(1 * min(50px, calc((var(--vw) - 0.1rem) * 6.5)) + 2rem);
}
.disc_block h4{
    position: absolute;
    width: min(670px, calc((var(--vw) - 0.1rem) * 90));
    top: calc(-1 * min(50px, calc((var(--vw) - 0.1rem) * 6.5)));
    display: block;
    left: calc(-1 * min(30px, calc((var(--vw) - 0.1rem) * 5)));
}
.disc_comingsoon{
	max-width: 230px;
	padding: 3rem 0;
	margin: auto;
}
.disc_block  ul{
	margin-bottom: 1rem;
}
.disc_block li{
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
}

.disc_block  ul:last-child,
.disc_block li:last-child{
	margin-bottom: 0;
}
.disc_block li:before{
    content: "";
    left: 0;
    left: 0;
    top: 0.2rem;
    position: absolute;
    display: block;
    background-image: url(../images/list_head.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 2rem;
    width: 2rem;
}

.inde_1{
  padding-left: 1em;
  text-indent: -1em;
	margin-top: 0.5em;
}
.inde_2{
  padding-left: 2em;
  text-indent: -2em;
	margin-top: 0.5em;
}

.inde_3{
  padding-left: 3em;
  text-indent: -3em;
	margin-top: 0.5em;
}
.inde_4{
  padding-left: 4em;
  text-indent: -4em;
	margin-top: 0.5em;
}
.inde_5{
  padding-left: 5em;
  text-indent: -5em;
	margin-top: 0.5em;
}
.inde_0{
	margin-top: 0.5em;
}
.inde_0 strong,
.inde_1 strong,
.inde_2 strong,
.inde_3 strong,
.inde_4 strong,
.inde_5 strong{
	font-weight: 700;
	color: #1155ad;
}
#special .setlist{
    padding-left: 1em
}
#disc .setlist li:before,
#special .setlist li:before{
    display: none;
}
#disc .setlist li,
#special .setlist li{
  padding-left: 2em;
    margin-bottom: 0em;
}
#disc .setlist li span:first-child,
#special .setlist li span:first-child{
    position: absolute;
    left: 0;
}
#campaign{
	padding: 10rem 5rem;;
background: linear-gradient(to bottom,  #ffffff 0%,#1df8bc 100%);

}
#campaign:before{
	z-index: 10;
}
.yoyaku_1{
	margin:auto;
	margin-bottom: 7rem;
	display: block;
	max-width: 840px;
}
.cam_item{
    margin: auto;
    margin-bottom: 7rem;
    display: block;
max-width: 600px;
}
.shop_title{
	margin: auto;
	display: block;
	width: 70%;
	max-width: 340px;
	margin-bottom: 2rem;
}
#campaign .shop_title{
	margin-top: 7rem;
}
.yoyaku_read{
	margin: 4rem auto;
    font-size: 2rem;
	
}
.yoyaku_2{
	margin: auto;
	margin-bottom: 2rem;
	display: block;
	max-width:600px;
    width: 75%;
}
.yoyaku_text2{
	margin-bottom: 3.2rem;
}
.yoyaku_text2 p{
	margin-bottom: 3.2rem;
    font-size: 2rem;
}
.yoyaku_text2 p:last-child{
	margin-bottom: 0;
}
.kome{
	font-size: 1.4rem;
	margin-bottom: 4rem;
}
.yoyaku_kome{
	margin-bottom: 3.2rem;
}
.yoyaku_kome p{
  padding-left: 1em;
  text-indent: -1em;
	margin-bottom: 0;
	color: #FF0004;
}

.text_mark {
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #d7ff63 70%, #f6ff33 100%);
    display: inline;
}
.campaign_inner{
	position: relative;
	z-index: 3;
	margin: auto;
	max-width: 940px;
}
.bg3{
	position: absolute;
	z-index: 1;
	background-image: url("../images/bg/bg3.svg");
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: block;
}
.title_campaign{
	margin: auto;
	max-width: 776px;
	display: block;
}
.campaign_block1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:35px;
	gap:min(35px, calc((var(--vw) - 0.1rem) * 4));
	margin: auto;
    margin-bottom: calc(5rem + min(8rem, calc((var(--vw) - 0.12rem) * 8)));
	max-width: 880px;
}
.yoyaku_plus{
	max-width: min(50px, calc((var(--vw) - 0.1rem) * 6));
	flex-shrink: 0;
}
.campaign_block1 .campaign_item{
	width: 50%;
	flex-shrink: 1;
}
.campaign_block2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: auto;
    margin-bottom: calc(5rem + min(8rem, calc((var(--vw) - 0.12rem) * 8)));
    max-width: 880px;
}
.campaign_item{
	position: relative;
}
.campaign_item .modal_plus:before{
    right: 2%;
    top: 2%;
    width:22%;
    height:22%;
}
.cd_setlist .disc_comingsoon{
        padding: 7rem 0;
}
.cd_setlist h3{
    font-weight: 700;
    color: #1155ad;
}
.cd_setlist .setlist li{
    position: relative;
    padding-left: 2em;
    margin-bottom: 0em;
}
.cd_setlist .setlist li span{
    position: absolute;
    left: 0;
}
.yoyaku_3,
.yoyaku_4,
.yoyaku_5{
	max-width: 350px;
    width: min(350px, calc((var(--vw) - 0.12rem) * 50));
	margin: auto;
    margin-top: calc(-1 * min(3rem, (var(--vw) - 0.1rem) * 2));
    left: -10vw;
    right: -10vw;
	
	position: absolute;
}
.yoyaku_5{
    width: min(340px, calc((var(--vw) - 0.12rem) * 50));
}
.yoyaku_6{
	max-width: 560px;
	flex-shrink: 1;
}
.campaign_block2 .campaign_item{
    width: min(340px, calc((var(--vw) - 0.12rem) * 50));
	flex-shrink: 0;
}

.campaign_item .photocard{
    width: 90%;
	margin: auto;
}

.campaign_textlink{
    text-decoration: underline;
    margin: auto;
    margin-top: 3.2rem;
    font-size: 2rem;
    display: inline-block;
    text-align: center;
}

.campaign_textlink:active,
.campaign_textlink:visited,
.campaign_textlink:link{
    text-decoration: underline;
}
.campaign_textlink:hover{
    text-decoration: none;
}
.campaign_btnarea{
    display: flex;
	margin: auto;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.campaign_btn{
	margin: auto;
	max-width: 660px;
	display: block;
}
.campaign_btn + .campaign_btn{
	margin-top: 3rem;
}

#shop{
	padding: 10rem 5rem;
	background-color: #fff;
	background-image: url("../images/bg/bg4.svg");
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#shop h3{
	margin: auto;
	display: block;
	max-width: 610px;
	margin-bottom: 6rem;
    width: 90%;
}
#shop h4{
	margin-top: 4rem;
	margin-bottom: 3rem;
}
.shop_read{
	font-size: 2.6rem;
}
.shop_list{
	display: flex;
	gap:0rem;
	column-gap: 3rem;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1070px;
}
.shop_list > li{
	width: calc(33.33% - 3rem * 2 / 3);
	box-sizing: border-box;
}
.shop_item{
    margin-top:min(76px, calc((var(--vw) - 0.1rem) * 10));
    margin-top:8.5rem;
	padding: 5px;
	position: relative;
	background-image: url("../images/tanzaku_wakubg.svg");
	background-size: cover;
	background-position: center;
	z-index: 5;
}
.shop_item:after,
.shop_item:before{
	content: "";
	width: 100%;
	position: absolute;
	height: 11rem;
    top: -7.5rem;
    left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.shop_item:after{
	background-image: url("../images/tanzaku_b.svg");
	z-index: 1;
}
.shop_item:before{
	background-image: url("../images/tanzaku_f.svg");
	z-index: 10;
}
.shop_item .shop_list_inner{
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	background-color: #fff;
	justify-content:space-between;
	flex-direction: column;
	align-items: center;
    padding: 3rem 1rem;
    padding-top: 5rem;
    box-sizing: border-box;
}

.shop_list_inner .textblock{
	flex-shrink: 1;
	height: 100%;
}

.shop_list_inner .textblock p{
	text-align: left;
	margin: 0;
    padding-left: 1em;
    text-indent: -1em;
	color: #7364d2;
	font-size: 1.4rem;	
}
.shop_list_inner h5{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 700;
    line-height: 1.2;
	color: #7364d2;
	text-align: center;
    flex-wrap: wrap;
    gap: 0;
	align-items: center;
	margin-bottom: 1rem;
}

@media screen and (min-width: 801px) {
li:nth-child(1) .shop_list_inner h5,
li:nth-child(2) .shop_list_inner h5,
li:nth-child(3) .shop_list_inner h5{
	min-height: 9rem;
}
li:nth-child(4) .shop_list_inner h5,
li:nth-child(5) .shop_list_inner h5,
li:nth-child(6) .shop_list_inner h5{
	min-height: 5.5rem;
	}
}
.shop_list_inner h5 small{
	margin: 0;
	margin-top: 1rem;
	text-align: left;
    padding-left: 1em;
    text-indent: -1em;
	color: #7364d2;
	font-size: 1.4rem;
}
.shop_list_inner h6{
	display: flex;
    flex-wrap: wrap;
	gap: 0;
	column-gap: 0.5em;
	align-items: center;
    justify-content: center;
}
.shop_list_inner .imgblock{
	flex-shrink: 0;
    padding: 2rem 0;
}
.shop_btn{
	background-color: #7364d2;
	font-size: 1.6rem;
    line-height: 1.6;
    width: calc(100% - 4rem);
    padding: 0.5rem 0;
	position: relative;
	border: solid 1px #7364d2;
	text-align: center;
	flex-shrink: 0;
}
.shop_btn,
.shop_btn:link,
.shop_btn:active,
.shop_btn:visited{
	color: #fff;
}
.shop_btn:hover{
	color: #7364d2;
	background-color: #fff;
	
}
.shop_btn:before{
	content:"";
	background-image: url("../images/shopbtn_arrow.svg");
	height: 1.8rem;
	width: 1.8rem;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
}


.shop_item_wide{
    max-width: 1070px;
	margin: auto;
    margin-top: 8.5rem;
    box-sizing: border-box;
}
.shop_btn_list{
	display: flex;
	gap:1rem;
	flex-wrap: wrap;
}
.shop_btn_list a{
    background-color: #7364d2;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0.5rem 1rem;
    position: relative;
    border: solid 1px #7364d2;
    text-align: left;
}
.shop_btn_list a,
.shop_btn_list a:link,
.shop_btn_list a:active,
.shop_btn_list a:visited{
	color: #fff;
}
.shop_btn_list a:hover{
	color: #7364d2;
	background-color: #fff;	
}
.bgarea2{
	padding-top: 10rem;
}
.bgarea2 > section{
	padding-bottom: 8rem;
}
.bgarea2 h3{
	max-width: 370px;
	margin: auto;
	margin-bottom: 8rem;
}

.official_site_banner{
	margin: auto;
	display: block;
	max-width: 750px;
    width: 90%;
}

#sns ul{
	display: flex;
	gap:4rem;
	justify-content: center;
	align-items: center;
}
#sns ul li{
	width: 10rem;
	    width: min(10rem, calc((var(--vw) - 0.06rem) * 20));
}
#sns ul li a{
	display: block;
}



.discography_slider{
	position: relative;
}
.discography_slider:after{
	content: "";
	position: absolute;
	z-index: 1;
	top: -6rem;
	height: calc(100% + 12rem);
	width: 100%;
	background-image: url("../images/discography_bgring.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.discography_slider > div{
	position: relative;
	z-index: 5;
}
	
.bx-wrapper{
	margin: auto;
}
.bx-wrapper .bx-viewport{
	background: none;
}

.modal_plus:before{
	content:"";
	z-index: 5;
    position: absolute;
	display: block;
    right:0rem;
    top: 0rem;
    width: 4rem;
    height: 4rem;
	background-image: url("../images/plus_btn.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.campaign_item.modal_plus:before {
    width: 6rem;
    height: 6rem;
    top: calc(14% - 3rem);
    right: calc(14% - 3rem);
}
@media screen and (max-width: 800px) {
/*.modal_plus:before {
        right: 0;
        top: calc((var(--vw) - 0.1rem) * 6);
        width: calc((var(--vw) - 0.1rem) * 10);
        height: calc((var(--vw) - 0.1rem) * 10);
	}*/
}
footer {
  position: relative;
	z-index: 10;
  width: 100%;
  color: inherit;
  font-size: 1.2rem;
	color: #fff;
    background-color: #1155ad;
    background-image: url(../images/bg/bg2.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  padding: 3rem;
  box-sizing: border-box;
}
footer .inner {
  margin: auto;
  max-width: 1200px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .inner p {
  font-size: 1em;
  margin-bottom: 0;
}
footer .inner p span {
  margin-bottom: 0.3em;
}
footer .inner .left {
  width: calc(100% - 14rem);
  word-break: break-all;
}
footer .inner .foot_logo {
  width: 12rem;
}


@media screen and (max-width: 500px) {
  footer .inner .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  footer .inner {
    flex-direction: column;
  }
}
.piapro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.piapro_logo {
  width: 6.5rem;
  height: 1.5rem;
  display: block;
  left: 100%;
  margin-left: 1rem;
}
.flyingdog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flyingdog_logo {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-left: 1rem;
}
.float_item{
	position: absolute;
}
.float_item_01{
    top: calc(var(--vw) * 13);
    right: calc(var(--vw) * 12);
    width: calc(var(--vw) * 7);
}
.float_item_02{
    top: calc(var(--vw) * 58);
    right: calc(var(--vw) * 30);
    width: calc(var(--vw) * 11);
    z-index: 10;
}
.float_item_03{
    top: calc(var(--vw) * 58);
    right: calc(var(--vw) * 7);
    width: calc(var(--vw) * 5);
	
	
    top: calc(var(--vw) * 48);
    right: calc(var(--vw) * 3);
    width: calc(var(--vw) * 5);
    /*top: calc(var(--vw) * 47);
    right: calc(var(--vw) * 4);
    width: calc(var(--vw) * 5);*/
}
.float_item_04{
	top: calc(var(--vw) * 45);
    right: calc(var(--vw) * 7);
    width: calc(var(--vw) * 6);
    z-index: 10;
}
.float_item_05{
    top: calc(var(--vw) * 57);
    left: calc(var(--vw) * 5);
    width: calc(var(--vw) * 10);
	    /*top: calc(var(--vw) * 55);
    left: calc(var(--vw) * 3);*/
    z-index: -1;
}
.float_item_06{
    top: calc(var(--vw) * 2);
    left: calc(var(--vw) * 10);
    width: calc(var(--vw) * 7);
}
.float_item_07{
    top: calc(var(--vw) * 11);
    right: calc(var(--vw) * 3);
    width: calc(var(--vw) * 7);
}

.float_item_08{
    bottom: calc(var(--vw) * 5);
    right: calc(var(--vw) * 4);
    width: calc(var(--vw) * 13);
}

.float_item_09{
    top: calc(var(--vw) * 47);
    right: calc(var(--vw) * 5);
    width: calc(var(--vw) * 10);
}

.float_item_10{
	top: calc(var(--vw) * 0);
    right: calc(var(--vw) * 2.5);
    width: calc(var(--vw) * 13.5);
}

.float_item_11{
	top: calc(var(--vw) * -2);
    right: calc(var(--vw) * -2.5);
    width: calc(var(--vw) * 10);
}

.float_item_12{
    top: -5rem;
    right: calc((var(--vw) - 0.1rem) * 4);
    width: calc((var(--vw) - 0.1rem) * 9);
}

	
.float_item_19 {
    left: calc(var(--vw) * 2);
    width: calc(var(--vw) * 16);
    top: calc(var(--vw) * 71);
	z-index: 10;
    left: calc(var(--vw) * 82);
    width: calc(var(--vw) * 15);
    top: calc(var(--vw) * 61);
}
	
.float_item_20 {
	z-index: 10;
    left: calc(var(--vw) * 57);
    width: calc(var(--vw) * 40);
    top: calc(var(--vw) * 66);
}
#kv.show .float_item_20 img{
	transition: 0.3s;
}
#kv.show .float_item_20:hover img{
	opacity: 0.8;
}

	
	
.float_item_13{    top: min(24rem, calc((var(--vw) - 0.1rem) * 25));
    left: min(29rem, calc(0.5rem + (var(--vw) - 0.1rem) * 23));
    width: min(11rem, calc((var(--vw) - 0.1rem) * 8));
    left: 29rem;
}
.float_item_14{    top: calc(-1 * min(2rem, calc((var(--vw) - 0.1rem) * 10)));
    left: min(19rem, calc(0.5rem + (var(--vw) - 0.1rem) * 15));
    width: min(9.5rem, calc((var(--vw) - 0.1rem) * 12.5));
}
.float_item_15{
    top: calc(-1 * min(4rem, calc((var(--vw) - 0.1rem) * 4)));
    right: min(14rem, calc((var(--vw) - 0.1rem) * 14));
    width: min(10.5rem, calc((var(--vw) - 0.1rem) * 13));
}
.float_item_16{
	top: min(1rem, calc((var(--vw) - 0.1rem) * 3));
    right: min(7rem, calc(0.5rem + (var(--vw) - 0.1rem) * 2));
    width: min(10.5rem, calc((var(--vw) - 0.1rem) * 13));
}
.float_item_17{
    top: min(4rem, calc((var(--vw) - 0.1rem) * 5));
    left: min(59rem, calc(0.5rem + (var(--vw) - 0.1rem) * 55));
    width: min(8rem, calc((var(--vw) - 0.1rem) * 7.5));
}
.float_item_18{
        top: min(35.5rem, calc((var(--vw) - 0.1rem) * 33));
    left: min(10rem, calc(0.5rem + (var(--vw) - 0.1rem) * 10));
    width: min(10rem, calc((var(--vw) - 0.1rem) * 8.5));
}


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

}




.modalbtn {
  cursor: pointer;
}
.modalbox {
  position: fixed;
  width: 100%;
  z-index: 100001;
  display: none;
  left: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100vh;
  box-sizing: border-box;
  padding: 2rem;
    padding-top: 10rem;
  background-color: rgba(0, 0, 0, 0.40);
  justify-content: center;
	align-items: flex-start;
}
.modal_img_container {
    display: flex;
    justify-content: center;
    max-height: calc(100% - 60px);
    max-width: 100%;
    align-items: center;
    position: relative;
    padding: 1.5rem;
	gap:1.5rem;
    padding-top: 3.5rem;
    background-color: #fff;
    border-radius: 1.5rem;
    box-sizing: border-box;
    background-repeat: repeat-x;
    background-size: auto 2rem;
    background-color: #fff;
}
.modal_inner {
	overflow: auto;
    max-height: calc(100vh - 23rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal_img {
  width: auto;
  height: auto;
  max-height: calc(100vh - 240px);
  max-width: 100%;
  object-fit: contain;
}
.modal_close {
  cursor: pointer;
  width: 100%;
  background-position: right center;
  height: 5rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/close_btn.svg");
  margin-top: 0px;
  margin-bottom: 2rem;
  max-width: 1500px;
  position: absolute;
    top: -2.5rem;
    right: -1.5rem;
}


@media screen and (max-width: 800px) {
header {
	padding: calc(var(--vw) * 2);
	}
	.head_logo {
    width: calc(var(--vw) * 34);
}
#kv {
	height: calc(var(--vw) * 164.5);
        height: calc(var(--vw) * 167.5);
        height: calc(var(--vw) * 210.5);
	}
	.menubtn {
    width: min(7rem, calc(var(--vw) * 9));
    top: min(4rem, calc(var(--vw) * 5));
		right: min(3rem, calc(var(--vw) * 2.5));
	}
.mainimage {
    position: absolute;
    width: calc(var(--vw) * 99);
    top: calc(var(--vw) * 20);
    left: calc(var(--vw) * -13);
}
.title1 {
    position: absolute;
    width: calc(var(--vw) * 93);
    top: calc(var(--vw) * 51.5);
    right: calc(var(--vw) * -5);
    z-index: 3;
}
.title2 {
    position: absolute;
        width: calc(var(--vw) * 71.5);
        width: calc(var(--vw) * 66);
        top: calc(var(--vw) * 156);
        top: calc(var(--vw) * 158.5);
        right: calc(var(--vw) * 6);
}
.title3 {
    position: absolute;
    width: calc(var(--vw) * 73);
    top: calc(var(--vw) * 116.5);
    right: calc(var(--vw) * 5);
    z-index: 3;
}
	
.float_item_01 {
    top: calc(var(--vw) * 25);
    right: calc(var(--vw) * 10);
    width: calc(var(--vw) * 15);
}
	.float_item_02{
		display: none;
	}
.float_item_03 {
    top: calc(var(--vw) * 5);
    right: calc(var(--vw) * 24);
	width: calc(var(--vw) * 10);
    display: none;
	}
.float_item_04 {
    top: calc(var(--vw) * 129);
    right: calc(var(--vw) * 8);
    width: calc(var(--vw) * 14);
	z-index: 10;
	}
	.float_item_05 {
    top: calc(var(--vw) * 117);
        top: calc(var(--vw) * 113);
    left: calc(var(--vw) * 4);
    width: calc(var(--vw) * 13);
		z-index: -1;
	}
	
.float_item_19 {
	left: calc(var(--vw) * 2);
        width: calc(var(--vw) * 26);
        top: calc(var(--vw) * 139);
	z-index: 10;
}
	.float_item_20{
        left: calc(var(--vw) * 3);
        width: calc(var(--vw) * 94);
        top: calc(var(--vw) * 171);
        z-index: 10;
	}	
	
.nijiwaku_box {
    width: calc(var(--vw) * 93);
        padding: calc(var(--vw) * 8) calc(var(--vw) * 11);
    min-height: calc(var(--vw) * 70.5);
}
#news {
	margin-bottom: calc(var(--vw) * 9);
	z-index: 5;
	}
	#movie .nijiwaku_box {
    min-height: calc(var(--vw) * 70.5);
    padding: calc(var(--vw) * 7) calc(var(--vw) * 5.5);
    padding-bottom: calc(var(--vw) * 2);
    width: calc(var(--vw) * 93);
        padding: calc(var(--vw) * 8) calc(var(--vw) * 11);
		
        padding-right: calc(var(--vw) * 10);
        padding-left: calc(var(--vw) * 7);
}
	
.news_title, .movie_title {
    width: calc(var(--vw) * 17);
	margin-bottom: calc(var(--vw) * 4);
	}
.seiza1 {
    top: calc(var(--vw) * -2);
    left: calc(var(--vw) * -12);
    width: calc(var(--vw) * 34);
    z-index: 1;
	}
	.seiza2 {
    top: calc(var(--vw) * -24);
    right: calc(var(--vw) * -2);
    width: calc(var(--vw) * 37);
    z-index: 1;
}
	.float_item_06{
		display: none;
	}
	
.float_item_07 {
    top: calc(var(--vw) * 12);
    right: calc(var(--vw) * 3);
    width: calc(var(--vw) * 10);
}
	
.float_item_08 {
	bottom: calc(var(--vw) * 14);
        right: calc(var(--vw) * 2);
        width: calc(var(--vw) * 14);
}
.float_item_10 {
    top: calc(var(--vw) * -1.5);
    right: calc(var(--vw) * 1.5);
    width: calc(var(--vw) * 19);
}
	
.float_item_11 {
    top: calc(var(--vw) * -1);
    right: calc(var(--vw) * 16.5);
	width: calc(var(--vw) * 15);
	}
	
.newslist {
    overflow: auto;
    max-height: calc(var(--vw) * 43);
    width: calc(var(--vw) * 65);
}
	
#information {
	padding-left: 3rem;
	padding-right: 3rem;
        background-size: auto 150%;
        background-position: top 20% center;
	}
	
.title_information_outer {
	align-items: flex-start;
        width: calc(100% + 1rem);
	}
	.title_information1 {
		width: calc(var(--vw) * 22.5);
    margin-left: -1rem;
	}
	.title_information2{
		margin-top:  calc(var(--vw) * 3);
	}
.information_block2_title {
    width: min(345px, calc((var(--vw) - 0.1rem) * 35));
    margin-top: calc(-1 * min(100px, calc(var(--vw) * 9)));
    flex-shrink: 0;
        width: calc((var(--vw) - 0.1rem) * 83);
	margin: auto;
}
	
	
	.info_pkg_image_box.limited1 {
        width: calc((var(--vw) - 0.06rem) * 58);
        left: auto;
        right: calc((var(--vw) - 0.06rem) * -3);
        top: calc((var(--vw) - 0.06rem) * 12);
}
	 .info_pkg_image_box.standard {
        width: calc((var(--vw) - 0.06rem) * 33.5);
        left: calc((var(--vw) - 0.06rem) * 13);
        top: calc((var(--vw) - 0.06rem) * 1.5);
}
	
.info_pkg_image_box.limited2 {
	width: calc((var(--vw) - 0.06rem) * 50);
        position: absolute;
        right: calc((var(--vw) - 0.06rem) * 53);
        top: calc((var(--vw) - 0.06rem) * 46);
	}
	
.info_pkg_image_title {
	width: calc((var(--vw) - 0.06rem) * 28);
	}
	
	.info_pkg_image_box.standard .plus_btn{
    position: absolute;
    right: 0;
        top: calc((var(--vw) - 0.06rem) * -1);
    width: calc((var(--vw) - 0.06rem) * 10);
	}
.info_pkg_image_box.limited1 .plus_btn {
    position: absolute;
    right: 0;
    top: calc((var(--vw) - 0.06rem) * 6);
    width: calc((var(--vw) - 0.06rem) * 10);
}
	.info_pkg_image_box.limited2 .plus_btn{
    position: absolute;
    right: 0;
    top: calc((var(--vw) - 0.06rem) * 6);
    width: calc((var(--vw) - 0.06rem) * 10);
	}
	
	.info_package1 .atari{
		width: calc(100% + 10rem);
		margin-left: -5rem;
		max-width: none;
		
	}
	 
	.float_item.float_item_13,	 
	.float_item.float_item_12,	 
	.float_item.float_item_17,
	.float_item.float_item_18{
		display: none;
	}
	
	
.info_package2 {
	flex-direction: column;
    width: calc(100% - 4rem);
	}
	.info_pkg_txt_box {
		width: 100%;
}
	
	.information_block2 {
		flex-direction: column;
	}
	
.info_package1 {
	        height: calc((var(--vw) - 0.06rem) * 103);
	}
	
	.hexa_special, .hexa_disc {
    position: absolute;
		width: calc((var(--vw) - 0.1rem) * 25);
	}
	.title_special,
	.title_disc{
    width: min(375px, calc((var(--vw) - 0.1rem) * 65));
	}
	.disc_block h4 {
    position: absolute;
    width: calc((var(--vw) - 0.1rem) * 95);
    top: calc(-1 * calc((var(--vw) - 0.1rem) * 9));
    display: block;
    left: calc(-1 * calc((var(--vw) - 0.1rem) * 5));
}
	
.disc_block {
        margin-top: calc(4rem + calc((var(--vw) - 0.1rem) * 8));
        padding-top: calc((var(--vw) - 0.1rem) * 8 + 2rem);
	}
	
	.float_item_14 {
		left: calc(0.5rem + (var(--vw) - 0.1rem) * 5);
	}
	.float_item_15 {
           top: calc((var(--vw) - 0.1rem) * -5);
        right: calc(0.5rem + (var(--vw) - 0.1rem) * 2);
        width: min(10.5rem, calc((var(--vw) - 0.1rem) * 15));
}
	.float_item_16 {
    top: calc((var(--vw) - 0.1rem) * 5);
    right: calc(0.5rem + (var(--vw) - 0.1rem) * -9);
		width: calc((var(--vw) - 0.1rem) * 15);
	}
#campaign {
	padding-left: 3rem;
	padding-right: 3rem;
	}
	
	.shop_title{
    margin-bottom: calc((var(--vw) - 0.06rem) * 4);
	}
.yoyaku_1 {
    width: 80%;
    margin-bottom: calc((var(--vw) - 0.06rem) * 6);
	}
.yoyaku_2 {
    margin: auto;
    margin-bottom: calc((var(--vw) - 0.06rem) * 6);
	width: 60%;
	}
.yoyaku_3,
.yoyaku_4,
.yoyaku_5{
	max-width: 350px;
    width:calc((var(--vw) - 0.06rem) * 48);
	margin: auto;
    margin-top: calc(-1 * min(3rem, (var(--vw) - 0.1rem) * 2));
    left: -10vw;
    right: -10vw;
	
	position: absolute;
}
.yoyaku_5{
    width: calc((var(--vw) - 0.06rem) * 48);
}
.yoyaku_6{
	max-width: 560px;
	flex-shrink: 1;
}
.campaign_block2 .campaign_item{
    width: calc((var(--vw) - 0.06rem) * 48);
	flex-shrink: 0;
}
	.yoyaku_6 {
		max-width: none;
    width: 84%;
	}
	.campaign_block2{
    height: calc((var(--vw) - 0.1rem) * 75);
	}
	.campaign_block2 .campaign_item{
    position: absolute;
    width: calc(50% - (var(--vw) - 0.1rem) * 7);
		right: 0;
    margin-top: calc((var(--vw) - 0.1rem) * 30);
	
	}
	#shop {
	padding-left: 3rem;
	padding-right: 3rem;
	}
	.shop_item {
    margin-top: min(76px, calc((var(--vw) - 0.1rem) * 10));
    margin-top: 10.5rem;
	}
	.shop_item:after, .shop_item:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 13rem;
		top: -9rem;
	}
	.shop_list{
		flex-direction: column;
	}
.shop_list > li {
	    width: 100%;
	max-width: 320px;
	}
	
	
.bgarea2 h3 {
    width: 70%;
}
	
}


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

.discography_slider.sp{
	display: none;
}
.discography_slider.pc2{
	display: none;
	}
	.discography_slider .bx-viewport{
	    overflow: inherit !important;
    width: 300px !important;
    margin: auto !important;
	}
	
	
.discography_slider a{
	display: block;
}
.discography_slider li:nth-child(2n - 1) a{
	padding-top: 75px;
}
.discography_slider li:nth-child(3n) a{
	padding-top: 150px;
}

}
@media screen and (max-width: 800px) and (min-width: 501px) {
.discography_slider.pc1{
	display: none;
	}
.discography_slider.sp{
	display: none;
}
	.discography_slider .bx-viewport{
	    overflow: inherit !important;
    width: 200px !important;
    margin: auto !important;
	}
	
.discography_slider a{
	display: block;
}
.discography_slider li:nth-child(2n - 1) a{
	padding-top: 50px;
}
.discography_slider li:nth-child(3n) a{
	padding-top: 100px;
}

}
	@media screen and (max-width: 500px) {
.discography_slider.pc1{
	display: none;
	}
.discography_slider.pc2{
	display: none;
	}
	.discography_slider .bx-viewport{
	    overflow: inherit !important;
    width: 150px !important;
    margin: auto !important;
	}
.discography_slider a{
	display: block;
}
.discography_slider li:nth-child(2n - 1) a{
	padding-top: 40px;
}
.discography_slider li:nth-child(3n) a{
	padding-top: 80px;
}
}
.discography_slider li a img{
	
	transition: 0.5s;
}
		.discography_slider li a:hover img{
	transform: translate(0, 1vw);
		}



@media screen and (min-width: 801px) {
	.sponly{
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.pconly{
		display: none;
	}
}

video{
	width: 100%;
}


#kv .mainimage,
#kv .title1,
#kv .title2,
#kv .title3,
#kv .float_item_01,
#kv .float_item_02,
#kv .float_item_03,
#kv .float_item_04,
#kv .float_item_05,
#kv .float_item_19,
#kv .float_item_20{
	opacity: 0;
}

#kv .mainimage {
	transform: translate(0vw, 0vw);
}
#kv.show .mainimage {
  opacity: 1;
	transition: 1s;
	transform: translate(0, 0);
}

#kv.show .title1 {
  opacity: 1;
	transition: 0.5s 0.3s;
}
#kv.show .title3 {
  opacity: 1;
	transition: 0.5s 0.6s;
}
#kv.show .title2 {
  opacity: 1;
	transition: 0.5s 0.9s;
}
#kv.show .float_item_01 {
  opacity: 1;
	transition: 0.3s 1.2s;
}
#kv.show .float_item_02 {
  opacity: 1;
	transition: 0.3s 1.3s;
}
#kv.show .float_item_03 {
  opacity: 1;
	transition: 0.3s 1.4s;
}
#kv.show .float_item_04 {
  opacity: 1;
	transition: 0.3s 1.5s;
}
#kv.show .float_item_05 {
  opacity: 1;
	transition: 0.3s 1.6s;
}
#kv.show .float_item_19 {
  opacity: 1;
	transition: 0.3s 1.7s;
}
#kv.show .float_item_20 {
  opacity: 1;
	transition: 0.3s 1.7s;
}
.menubtn {
    transition: 0.3s 1.7s ease-out;
}
.head_logo{
	opacity: 0;
}
header.show .head_logo{
  opacity: 1;
    transition: 0.5s 1s ease-out;
}


.float_item_19 img{
    transform: rotate(0deg);
    animation: rotate1 alternate 5s infinite;
    transform-origin: 50% 50%;
}

.float_item_04 img{
	transform: rotate(0deg);
	animation: float1 ease-in-out alternate  4s infinite;
}

@keyframes float1 {
  0% {
  transform: translate(0, 0vw);
  }
  25% {
  transform: translate(1vw, 0.5vw);
  }
  50% {
  transform: translate(0, 1vw);
  }
  25% {
  transform: translate(-0.5vw, 0.5vw);
  }
  100% {
  transform: translate(1vw, 0vw);
  }
}
.float_item_01 img{
	transform: rotate(0deg);
	animation: rotate1 alternate  5s infinite;
	transform-origin: 50% 50%;
}
#kv .mainimage img{
	animation: rotate2 ease-in-out alternate  10s infinite;
}

.title3{
	animation: swing3 ease-in-out alternate  10s infinite;
}
.float_item_12 img{
	animation: rotate2 ease-in-out alternate  7s infinite;
	
}
.float_item_13{
	animation: rotate2 ease-in-out alternate  5s infinite;
}
.float_item_14 img{
	animation: rotate2 ease-in-out alternate  7s infinite;
	
}

.float_item_15 img{
	animation: rotate1 ease-in-out alternate  6s infinite;
	
}

.float_item_16 img{
	animation: rotate2 ease-in-out alternate  4s infinite;
	
}

@keyframes rotate1 {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

.float_item_02 img{
	transform: rotate(0deg);
	animation: swing2 ease-in-out alternate  12s infinite;
	transform-origin: 50% 30%;
}
.float_item_05 img{
	transform: rotate(0deg);
	animation: swing1 ease-in-out alternate  10s infinite;
	transform-origin: 100% 10%;
}
.float_item_03 img{
	transform: rotate(0deg);
	animation: swing1 ease-in-out alternate  15s infinite;
	transform-origin: 80% 10%;
}
@keyframes swing1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

@keyframes swing2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes swing3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
  transform: translate(-4vw, 0vw);
  }
}



.pagetopbtn{
	position: fixed;
	right: min(20px,5vw);
	bottom: min(20px,5vw);
	width: min(100px,20vw);
	display: block;
	display: none;
	z-index: 30;
}

.pagetopbtn img.pagetop1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}
.pagetopbtn img.pagetop2{
	transform: rotate(0deg);
	animation: pagetopbtn ease 15s infinite;
}
.pagetopbtn:hover{
opacity: 0.5;
}

@keyframes pagetopbtn {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.package_img_twocol {
    display: flex;
    justify-content: space-between;
	gap: 30px;
    width: 80%;
    margin: auto;
    margin-top: 30px;
}
.package_img_twocol .left {
    width: 50%;
}
.package_img_twocol .right {
    width: 50%;
	text-align: right;
}
.package_img_twocol .right .caption{
	font-size: 12px;
}
@media screen and (max-width: 800px) {
    .package_img_twocol {
	gap: 3rem;
		width: 100%;
    }
.package_img_twocol .right .caption{
	font-size: 1em;
}
}

@media screen and (min-width: 801px) {
.campaign_item1{
max-height: calc(100vh - 400px);
	}
}
.modal_caption .modal_img {
	max-height: calc(100vh - 240px - 1em);
}
.modal_caption .modal_text {
	width: 100%;
	text-align: right;
}