@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


html {
    font-size: clamp(13px, 1.28vw, 2.1vh);
    background: #fff;
}

body {
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    color: #1c1c1c;
    position: relative;
    background: #fff;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
	margin: 0;
	overflow-x: clip;
}

a {
    text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

.bold {
    font-weight: 800;
}

.red {
    color: #f11e1e;
}

.fadeup {
    opacity: 0;
    transition: 0.5s;
    clip-path: inset(0 100% 0 0);
}

.loaded .fadeup.started {
    opacity: 1;
    clip-path: inset(0 0 0 0);
}

.loading{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: 1s;
    height: 100vh;
    width: 100%;
    background: #fff;
    pointer-events: none;
}
.loading img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.popup-closed .loading{
        opacity: 0;
}


.contents {
    overflow: clip;
}


section {
    position: relative;
    padding: 8rem 0;
    z-index: 3;
    background: #fff;
}


.contents > section:nth-of-type(odd) {

}


.section_inner {
    background: #ffffff;
    border-radius: 40px;
    width: 95%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 4.5vw;
    box-shadow: 10px 15px 20px #612e003b;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}


.innerWrap {
    margin: 0 auto;
    position: relative;
    width: 85%;
    max-width: 75rem;
    padding-bottom: 1rem;
}


h2 {
    line-height: 1;
    position: relative;
    transition: 0.3s 0.2s;
    width: 90%;
    margin: 0 auto 5rem;
    height: 150px;
    text-align: left;
}

.contents > section:nth-of-type(odd) h2 {
    text-align: right;
}

h2 .tit_inner {
    display: block;
    font-size: 6.5rem;
    margin: 0 auto;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}
h2 .tit_inner img{
    width: auto;
    height: 100%;
    display: block;
}

.contents > section:nth-of-type(odd) h2 .tit_inner img{
    margin: 0 0 0 auto;
}

.lead_txt {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 2.5rem;
}

.sec_tit {
    font-size: 12rem;
    position: absolute;
    left: 0;
    line-height: 1;
    opacity: 0.1;
    top: 1rem;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}
.contents > section:nth-of-type(odd) .sec_tit {
    right: 0;
    left: auto;
}

.sec_tit img{
    height: 100%;
    max-width: none;
    width: auto;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-inner {
  position: relative;
  width: 80%;
  max-width: 800px;
}

#closePopup {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 960px) {
	
	.sp { display: none !important;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
}
@media screen and (max-width: 960px) {
	
html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

body {
    background-size: 42rem;
}
	.pc { display: none !important;}

section {
    padding: 5rem 0;
}
.contents > section:nth-of-type(odd)::before, .contents > section:nth-of-type(odd)::after {
    background-size: 4.5rem;
}

.pages section {
    padding-top: 8rem;
}
	
.innerWrap {
    width: 90%;
}

h2 {
        margin-bottom: 3rem;
        height: 80px;
}

h2 .tit_inner {
    font-size: 4.5rem;
}

.sec_tit {
        font-size: 7rem;
        top: 2rem;
        background-size: 45px;
}

.lead_txt {
    line-height: 1.5;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

}


.contents .wovn-languages {
    top: 8.5%;
    right: 230px;
    border-color: #1c1c1c;
    left: auto;
    color: #1c1c1c;
}

.contents .wovn-languages.visible .nav-dropdown .list--language li:hover {
    background-color: #1c1c1c;
    color: #FFFFF5;
}
.contents .wovn-languages.visible .nav-dropdown {
    background-color: #FFFFF5;
    border: 1px solid #1c1c1c;
    overflow: hidden;
}
.contents .wovn-languages .icon-arrow {
    stroke: #1c1c1c;
}

.scrollArea{
    width: 100%;
    position: absolute;
    height: 100vh;
    z-index: 1;
    transition: 0.4s;
    pointer-events: none;
}
.scrollFix .scrollArea{
	opacity: 0;
}
.scrolldown{
    height: 50px;
    position: absolute;
    bottom: 5%;
    left: 1%;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#1c1c1c;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:80px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 80px;
  background:#1c1c1c;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

.menuList {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: fixed;
    right: 2%;
    z-index: 5;
    top: 2%;
}
.menuList li{
    padding: 0 10px;
}
.menuList a{
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
}
.menuList li img{
    width: auto;
    height: 30px;
    max-width: none;
}
.snsList {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: fixed;
    right: 2%;
    z-index: 5;
    top: 8%;
}
.snsList li{
    padding: 0 5px;
}
.snsList li a{
    display: block;
    background: #1c1c1c;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 999px;
}


.scroller.nobar {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroller.nobar::-webkit-scrollbar {
  display: none;
}
.mv_wrap {

}
.loaded .mv_wrap {
}

.mv_main {

}

.main_kv_logo {
    transition: 1.2s 0.9s;
    margin: 0 auto;
    transform: scale(1.3);
    opacity: 0;
}

.loaded .main_kv_logo {
    opacity: 1;
    transform: none;
}


.confetti canvas {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.menu_top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3%;
    flex-wrap: wrap;
    width: 72%;
    margin: 0 auto;
    transition: 0.8s 2s;
    opacity: 0;
    transform: translateY(1rem);
}

.loaded .menu_top {
    opacity: 1;
    transform: none;
}


.menu_top > li {
    width: 24%;
    max-width: 17rem;
}
.menu_top > li a {
    position: relative;
    line-height: 0;
    display: block;
}


.menu_top > li a img {
    display: block;
}

.menu_top > li a .menu_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    font-family: modesto-expanded, serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.5rem;
    text-align: center;
}


.scroll{
    display: block;
    height: 6em;
    z-index: 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s 0.8s;
    position: absolute;
    bottom: 5rem;
}

.scroll:after {
    content: "";
    position: absolute;
    width: 2px;
    bottom: 5em;
    left: 0.75rem;
    margin: auto;
    display: block;
    background: #1c1c1c;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}

@keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto;  }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
}


.loaded .scroll {
    opacity: 1;
}

.loaded.scrolled .scroll {
    opacity: 0;
    transition: 0.3s;
}

.scroll:before {
    content: 'SCROLL';
    position: absolute;
    writing-mode: vertical-lr;
    font-size: 0.95em;
    letter-spacing: 0.02em;
    left: 0;
    bottom: -5rem;
    height: 100%;
    text-align: right;
    font-family: modesto-expanded, serif;
    font-weight: 400;
}


@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}


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


#mainVisual {
    position: relative;
    height: 100dvh;
}
#mainVisual .mv_wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 170vh;
}
.menu_top > li a:hover {
    opacity: 1;
    transform: translateY(-0.5rem);
}


}



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


.contents .wovn-languages {
        right: auto;
        left: 2%;
        top: 2%;
}

:root {
  --vh: 100vh;
}

#mainVisual {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}

.mv_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;

  transform: translateY(-100%) scale(1);
  transform-origin: left bottom;

  z-index: 1;
}

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

.scroll_wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.scroll_wrap.is-active {
  opacity: 1;
  pointer-events: auto;
}

.img_inner {
  display: flex;
  height: 100%;
  will-change: transform;
}

.img_inner img {
  height: 100%;
  width: auto;
  display: block;
  max-width: none;
}
.mv_wrap,
.scroll_wrap {
  transition: opacity 0.4s ease;
}

.img_inner {
  transition: transform 0.1s linear;
}

.scroll_space {
  height: 150vh;
}

.scrolldown {
    bottom: 5%;
    left: 4%;
}

.hamBtn {
    position: fixed;
        right: 2%;
        top: 1%;
    width: 3.5rem;
    height: 3.5rem;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 990;
    border: 1px solid #1c1c1c;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamBtn::after {
    content: '';
    font-size: 0.6rem;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.3s;
    font-family: modesto-expanded, serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #1c1c1c;
}

.hamBtn span {
    display: block;
    position: absolute;
    right: 25%;
    width: 50%;
    height: 2px;
    background:#1c1c1c;
    transition: all .3s ease;
}

.hamBtn :nth-of-type(1) {
    transform: translateY(-5px);
}
.hamBtn :nth-of-type(3) {
    transform: translateY(5px);
}

.hamBtn.open::after {
    color: #fff;
}

.hamBtn.open span {
}

.hamBtn.open span:nth-of-type(1) {
    transform: translateY(0px) rotate(-25deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(0) rotate(25deg);
}


.hamBox {
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: 100dvh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 980;
    background: #1c1c1c;
}
.hamBox .txtAnime{
    position: absolute;
    bottom: 0;
    background: #fff;
    color: #1c1c1c;
}

.hamBox_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.menuList {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding-top: 1.5rem;
        position: relative;
        left: auto;
        top: auto;
}

.menuList li {
    position: relative;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 50%;
}

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

.menuList li .icon_new {
    position: absolute;
    top: -18px;
    font-size: 10px;
    left: 10px;
    display: flex;
    color: #ffffff;
    width: 38px;
    height: 15px;
    background: #f19999;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.menuList a {
    line-height: 1;
    font-size: 2.8rem;
    text-decoration: none;
    color: #fff;
}
.menuList a:hover {
    opacity: 0.7;
}


.menutit {
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.01em;
    color: #fff;
    font-size: 3.6vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 3.8vw;
}

.menuList li.official a {
    background: #5e5e5e;
    color: #fff;
    padding: 0.15em 0.95em;
    border-radius: 2em;
    font-size: 1.15em;
}

.menuList {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.menuList li {
    margin-bottom: 1.2rem;
    width: 100%;
}

.hamBox_inner::before {
    width: 85%;
}

.hamBtn {
    height: 4rem;
    width: 4rem;
}
.hamBox .snsList li a {
    display: block;
    background: #fff;
    color:#1c1c1c;
}
.menuList a {
    position: relative;
    color: #fff;
    font-size: 2rem;
}
.menuList li img{
    filter: invert(1);
}

.menu_top {
    width: 86%;
    gap: 2%;
}
.menu_top > li {
    width: 49%;
    margin-bottom: 0.65rem;
}
.menu_top > li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.menu_top > li a .menu_txt {
    font-size: 1.1rem;
}
.snsList {
    left: 6%;
    z-index: 5;
    top: 3%;
}




}




.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn_wrap .detailBtn {
    width: 47%;
}

.btn_wrap .detailBtn a {
    font-size: 15px;
    padding: 15px;
    width: 100%;
    line-height: 1.6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailBtn.btn_min a {
    font-size: 16px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
}


#lead{
    min-height: 100vh;
    position: sticky;
    overflow: hidden;
    top: 0;
    left: 0;
}
#lead .innerWrap{
    max-width: max-content;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#lead .lead{
    margin: auto;
}
#lead .lead p{
    background: #fff;
    margin: 0 0 10px 0;
    padding: 15px 20px 10px;
    display: inline-block;
    font-size: 4.5em;
    line-height: 1;
    color: #000;
}
#lead .lead p:last-of-child{
    margin: 0;
}
#lead .lead p img{
    height: 70px;
    line-height: 0;
    width: auto;
}

#lead iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200vw;
    height: 100vw;
    min-height: 100vh;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -3;
}

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


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

#lead .lead p {
        font-size: 2.2em;
        padding: 12px 20px 10px;
}
#lead .lead p img {
    height: 20px;
}

}

#news{
    border-bottom: 1px solid #000;
}
#news .newsListWrap {
    margin: 0 auto;
}

#news .newsList {
list-style: none;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 3.5rem;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#news .newsList::after {
	display: block;
	content:"";
	width: 32%;
}

#news .newsList li {
    margin-bottom: 1.25em;
    width: 32%;
}
#news .newsList li:last-child {
	margin-bottom: 0;
}

#news .newsList li a {
    text-decoration: none;
    background: #1c1c1c;
    display: block;
    padding: 1.4em 2em;
    position: relative;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    color: #fff;
    font-size: 0.88em;
}

#news .newsList li a:hover {
    opacity: 1;
    transform: translateX(-0.5rem);
}

#news .newsList li .date {
    font-size: 0.88em;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

#news .newsList li .title {
    line-height: 1.5;
}

#news .detail {
    display: none;
}


.news_txt {
    font-size: 0.88em;
    margin-bottom: 1.5em;
}

.news_txt:last-child {
    margin-bottom: 0;
}

.more_btn {
    text-align: center;
}
.more_btn a {
    display: inline-block;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 2px solid;
    line-height: 1.3;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}


.news_detail {
    text-decoration: none;
    background: #1c1c1c;
    display: block;
    padding: 1.4em 2em;
    position: relative;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    color: #fff;
    font-size: 0.88em;
    margin: 0 auto 5rem;
}

.news_detail .date {
letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0.2em;
    font-size: 0.92em;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}
#news .newsList li .date .new {
    display: inline-block;
    background: #fff;
    color: #1c1c1c;
    letter-spacing: 0;
    font-size: 0.8em;
    margin-left: 0.5em;
    font-weight: 400;
    padding: 0.1em 0.5em 0 0.5em;
    vertical-align: 1px;
    font-weight: bold;
}
.news_detail  h3 {
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed #fff;
    padding-bottom: 0.85rem;
    line-height: 1.4;
    font-size: 1.12rem;
}

.news_detail .newsBody {
font-size: 0.8rem;
    font-weight: normal;
}
.news_detail .newsBody a {
    word-break: break-all;
}

@media screen and (min-width:960px) {
	#news .newsWrap {
		transition: all 0.3s ease-out;
	}
	#news .newsWrap:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 960px) {

.btn_wrap .detailBtn {
    width: 100%;
    margin-bottom: 15px;
}
.btn_wrap .detailBtn:last-child {
    margin-bottom: 0;
}

.detailBtn.btn_min a {
    font-size: 13px;
    padding: 12px;
}

.detailBtn.ex_btn {
    margin-top: 2em;
}
.detailBtn.ex_btn a {
    font-size: 14px;
}

#news h2 {

}

	#news .newsListWrap {
    width: 100%;
	}
	#news .newsList {
        width: 100%;
        display: block;
	}
	#news .newsList li {
        margin-bottom: 0.8rem;
        width: 100%;
	}
	#news .newsList li a {
	    padding: 1.3em;
	    font-size: 0.9em;
	}

	#news .newsList li .date {
	    font-size: 0.85rem;
	    width: 100%;
	    margin-bottom: 0.2rem;
	}
	#news .newsList li .title {
	    width: 100%;
	    font-size: 1em;
	    line-height: 1.5;
	}

.news_detail {
    padding: 1.8rem 1.3rem;
}
.news_detail h3 {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}
.news_detail .newsBody {
    font-size: 0.95rem;
}

}


#special{
    padding: 8rem 0 0;
}
#special .innerWrap{
    width: 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#special .specialContents{
    position: relative;
    margin: 0;
    padding: 5rem 3rem;
    width: 50%;
    border: 1px solid #1c1c1c;
}
#special .specialContents:nth-of-type(odd){
    background: #1c1c1c;
    color: #fff;
}
#special .specialContents:before {
    content: 'TOPiCS';
    display: inline-block;
    position: absolute;
    right: 1%;
    bottom: 1%;
    opacity: 0.1;
    pointer-events: none;
    font-size: 8rem;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}
#special .specialContents:nth-of-type(odd):before {
color: #fff;
}
#special .specialContents.liveBox:before{
    content: 'LiVE';
}
#special .specialContents.releaseBox:before{
    content: 'RELEASE';
}
#special .specialContents a{
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    word-break: break-all;
}

#special .specialContents:nth-of-type(even) a{

}
#special .specialContents a .tit{
    font-size: 3.8rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 2rem 0;
    line-height: 1.2;
}
#special .specialContents a .txt{
    font-size: 2rem;
    font-weight: bold;
}


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

#special {
    padding: 5rem 0 0;
}
#special .innerWrap {
    display: block;
}
#special .specialContents {
    width: 100%;
}
#special .specialContents:before {
        font-size: 6rem;
}
#special .specialContents a .tit {
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    word-break: break-all;
}
#special .specialContents a .txt {
    font-size: 1.5rem;
    font-weight: bold;
}

}


#release{
    padding: 8rem 0 0;
}
.txtAnime {
    width: 100%;
    overflow: hidden;
    background: #1c1c1c;
    color: #fff;
    padding: 2rem;
    margin: 0 auto 5rem;
}

#release .txtAnime:last-of-type{
    margin: 0 auto;
    border-bottom: 1px solid;
}

.txtAnime__track {
    display: flex;
    width: max-content;
    animation: txtAnime 40s linear infinite;

}

.txtAnime__content {
    white-space: nowrap;
    line-height: 1;
}

.txtAnime__content span {
    padding-right: 1rem;
    font-weight: bold;
    font-style: normal;
    font-size: 8rem;
    line-height: 1;
}
.txtAnime__content span img{
    width: 900px;
    margin: 0 20px;
}
#release .txtAnime .txtAnime__content span img{
    filter: invert(1);
}
.txtAnime__content span img:last-child{
margin: 0 0 0 20px;
}

@keyframes txtAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


#release .mainTit{
font-size: 4.5rem;
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 400px;
    width: 80%;
}
#release .artist{
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 1rem;
}
#release .artist .mini{
font-size: 70%;
}
#release .txt{
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto 5rem;
}
#release .attentionTxt{
    margin: 0 0 5rem;
    font-size: 1rem;
    text-align: center;
}
#release .jktList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 1rem;
}
#release .jktList li {
    text-decoration: none;
    background: #1c1c1c;
    padding: 1.4em 2em;
    position: relative;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    color: #fff;
    font-size: 1em;
    width: 48%;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 3rem 0;
}
#release .jktList li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(45deg, #000, #000 3px, #fff 3px, #fff 7px);
}
#release .jktList li .ph{
    width: 48%;
}
#release .jktList li .txtArea{
    width: 48%;
}
#release .jktList li .txtArea .tit{
    font-size: 1.2rem;
    line-height: 1.2;
    word-break: break-all;
    margin: 0 0 0.5rem;
}
#release .jktList li .txtArea .price{
    font-size: 1rem;
    margin: 0 0 1rem 0;
}
#release .jktList li .txtArea .price span{
    font-size: 60%;
}
#release .jktList li .txtArea .txt{
    font-size: 0.8rem;
    text-align: left;
    font-weight: normal;
    margin: 0 auto;
}
#release .jktList li .txtArea .detail{
    padding: 1rem;
    border: 1px solid;
    margin: 0 0 1rem 0;
    display: block;
    background: none;
}
#release .jktList li .txtArea .detail dt{
    font-size: 0.8rem;
    border-left: 3px solid;
    margin: 0 0 0.5rem;
    padding: 0 0 0 10px;
    line-height: 1;
    width: 100%;
text-align: left;
}
#release .jktList li .txtArea .detail dd{
    font-size: 0.7rem;
    width: 100%;
    padding: 0;
    text-align: left;
    border: none;
}
#release .jktList li .txtArea .btn a{
    text-decoration: none;
    font-size: 0.8rem;
    background: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    color: #1c1c1c;
    border-radius: 999px;
}
#release .shop{
    margin: 0 auto 5rem;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#release .shop .tit{
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 2rem 0;
    width: 100%;
}
#release .shop .lead{
    font-size: 1rem;
    margin: 0 0 2rem 0;
    width: 100%;
}
#release .shop .shopTit {
    text-align: center;
    margin: 0 auto 1rem;
    font-size: 1rem;
    font-weight: bold;
}
#release .shop .shopArea{
    padding: 4rem;
    margin: 0 0 2rem;
    background: #1c1c1c;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}
#release .shop .shopArea.one{
    width: 49%;
}
#release .shop .shopArea .tit{
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
}
#release .shop .shopArea .txt{
    font-size: 0.8rem;
    margin: 0 auto 2rem;
    text-align: left;
}
#release .shop .shopList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex: 1;
}
#release .shop .shopList li{
    width: 48%;
}
#release .shop .shopArea.one .shopList li{
    width: 100%;
}
#release .shop .shopList li a{
    text-decoration: none;
    text-align: center;
    padding: 2rem;
    display: block;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    height: 100%;
    background: #fff;
    color: #000;
}
#release .shop .shopList li a .ph{
    margin: 0 auto 1rem;
}
#release .shop .shopList li a .item{
    margin: 0 auto 0.8rem;
    font-size: 1rem;
    font-weight: bold;
}
#release .shop .shopList li a .logo{
    margin: auto;
}
#release .shop .shopList li a .logo img{
    height: 55px;
    width: auto;
    display: block;
    margin: auto;
}
#release .shop .shopList li a .txt {
    font-size: 0.8rem;
    text-align: left;
    margin: 0 auto 2rem;
}
#release .shop .shopList li a .btn{
    background: #000;
    color: #fff;
    font-size: 0.8rem;
    padding: 10px;
    border-radius: 999px;
    max-width: 200px;
    margin: auto;
}
#release .benefitArea{
    margin: 0 auto 5rem;
}
#release .benefitArea .box{
    background: #1c1c1c;
    color: #fff;
    padding: 3rem;
}
#release .benefitArea .box .mainTit{
    font-size: 2rem;
    max-width: initial;
    width: 100%;
    line-height: 1.5;
}
#release .benefitArea .box .mainTit .mini{
    font-size: 55%;
}
#release .benefitArea .box .lead{
    font-size: 0.9rem;
    margin: 0 0 3rem;
    word-break: break-all;
}
#release .detail{
    background: #141414;
    padding: 2rem;
    margin: 0 0 2rem;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
}
#release .detail dt{
text-align: center;
    font-size: 1rem;
    width: 20%;
}
#release .detail dd{
    width: 75%;
    border-left: 1px solid;
    padding: 0 0 0 3rem;
}
#release .detail dd .txt{
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.5;
    margin: 0 0 1rem 0;
}
#release .detail dd .txt.date{
    font-size: 1.1rem;
}
#release .detail dd .subTit{
    font-size: 0.7rem;
}
#release .detail dd .attentionList{
    margin: 0 0 1rem 0;
}
#release .detail dd .attentionList li{
    font-size: 0.7rem;
    margin: 0 0 0.5rem 1em;
    text-indent: -1em;
    font-weight: 400;
}
#release .detail dd .btn{

}
#release .detail dd .btn a{
    text-decoration: none;
    font-size: 0.8rem;
    background: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    color: #1c1c1c;
    border-radius: 999px;
    max-width: 400px;
}

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

#release .txtAnime .txtAnime__content span img{
	width: 2900px;
    filter: invert(1);
    margin: 0 60px;
}
.txtAnime__content span img:last-child{
margin: 0 0 0 60px;
}

}

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

#release {
    padding: 5rem 0 0;
    margin: -1px 0 0 0;
}
.txtAnime__content span {
    font-size: 4rem;
    line-height: 1;
}
.txtAnime {
    padding: 1rem;
    margin: 0 auto 3rem;
}
#release .mainTit {
font-size: 2.5rem;
        text-align: center;
        margin: 0 auto 1rem;
        max-width: 200px;
}
#release .artist {
    font-size: 1.3rem;
}
#release .txt {
    font-size: 1rem;
    text-align: center;
    margin: 0 auto 2rem;
}
#release .jktList {

}
#release .jktList li {
        width: 48%;
        padding: 1rem;
        margin: 0 0 1rem 0;
        display: block;
}
#release .jktList li .ph {
        width: 100%;
        margin: 0 auto 1rem;
        line-height: 0;
}
#release .jktList li .txtArea .tit {
    font-size: 0.9rem;
    line-height: 1.2;
    word-break: break-all;
    margin: 0 0 0.5rem;
}
#release .jktList li .txtArea {
    width: 100%;
}
#release .jktList li .txtArea .txt {
        margin: 0 auto 0.5rem;
        font-size: 0.6rem;
}
#release .jktList li .txtArea .price {
    font-size: 0.8rem;
    margin: 0 0 0.5rem 0;
}
#release .shop {
    margin: 0 auto 3rem;
}
#release .shop .shopArea {
    padding: 2rem;
    margin: 0 0 2rem;
}
#release .shop .shopArea.one {
    width: 100%;
}
#release .shop .shopArea .tit {
    font-size: 1rem;
    line-height: 1.5;
}
#release .shop .shopArea .txt {
    font-size: 0.9rem;
    margin: 0 auto 1rem;
    text-align: left;
}
#release .shop .shopList {
    display: block;
}
#release .shop .shopList li {
    width: 100%;
    margin: 0 0 1rem;
}
#release .shop .shopList li a .logo img {
    height: 25px;
}
#release .benefitArea .box {
    padding: 2rem;
}
#release .benefitArea .box .mainTit {
    font-size: 1.5rem;
    line-height: 1.2;
}
#release .benefitArea .box .lead {
    margin: 0 0 2rem;
}
#release .detail {
    display: block;
}
#release .detail dt {
    text-align: center;
    font-size: 1rem;
    width: 100%;
    margin: 0 0 1rem;
}
#release .detail dd {
    width: 100%;
    border-left: none;
    padding: 0;
}
#release .detail dd .attentionList li {
    font-size: 0.8rem;
}
#release .detail dd .txt {
    font-size: 0.9rem;
}
#release .detail dd .txt.date {
    text-align: center;
}


}

footer {
    padding: 5rem 0 5rem;
    text-align: center;
    z-index: 3;
    position: relative;
    background: #fff;
    color: #000;
}

footer .innerWrap {
    padding: 0;
}
footer .copyright {
    text-align: center;
    font-size: 0.7em;
    letter-spacing: 0;
}


@media (max-width:960px) {
footer {
    padding: 4rem 0 4rem;
}
footer .copyright {
}

}



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


#attention_ticket {
}

.attention_tit {
    font-size: 17px;
    margin-bottom: 25px;
}

footer .innerWrap {
    padding-bottom: 20px;
}



}



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


}



dl.accordion dt {
    cursor: pointer;
    position: relative;
}

dl.accordion dd {
    padding: 1.5em 1.5em;
    border-radius: 0 0 1em 1em;
    display: none;
}

.accordion dt::before {
    content: "";
    display: block;
    width: 1em;
    height: 0;
    border-bottom: 3px solid #f782bc;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.accordion dt::after {
    content: "";
    display: block;
    width: 1em;
    height: 0;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
    border-bottom: 3px solid #f782bc;
}

.accordion.on dt::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}


.accordion.news_ac {
    background: #ffffff;
    border-radius: 1em;
    margin-bottom: 1em;
    position: relative;
    box-shadow: 3px 3px 0 #f782bc;
}

.accordion.news_ac:last-child {
    margin-bottom: 0;
}


.accordion.news_ac dt {
    padding: 1.4em 3.5em 1.4em 1.5em;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.accordion.open dd {
    display: block;
}


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

.accordion.news_ac::before {
    top: -4px;
    left: -4px;
    border: 1px solid #f782bc;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.accordion dt::before,.accordion dt::after {
    top: calc(50% - 1px);
    right: 1em;
    width: 1em;
    border-width: 2px;
}

dl.accordion dd {
    padding: 1.3em 1.4em 1.6em 1.4em;
}

.accordion.news_ac {
    border-radius: 0.85rem;
}

.accordion.news_ac dt {
    padding: 1.2em 3em 1.2em 1.4em;
    line-height: 1.7;
    flex-wrap: wrap;
}

.news_txt {
    font-size: 0.9rem;
    line-height: 1.7;
}

.attention_list {
    margin-bottom: 15px;
}

.attention_list > li {
    font-size: 0.85rem;
}
dl.accordion_presentArea dd {
    padding: 1em 0;
}
.accordion_presentArea .textArea .address {
    padding: 1em;
}
.accordion_presentArea .textArea .address .date {
    font-size: 14px;
}
.accordion_presentArea .textArea .address .time {
    font-size: 11px;
    margin-bottom: 14px;
}

}

