@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');



/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}


html {
    font-size: clamp(13px, 1.1vw, 2.2vh);
}

body {
    line-height: 1.7;
    background:#fff;
    position: relative;
    height: auto;
    color: #ffffff;
    letter-spacing: 0.05em;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

footer {
    padding: 2.5em;
    position: relative;
    color: #fff;
    background: none;
}
footer .nav--support li a{
    color: #fff;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}


.sml {
    font-size: 0.85em;
}
h3{
    text-align: center;
    font-size: 50px;
    margin: 0 auto 50px;
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #9371c9;
}

.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}


body:not(.page--home) .header {
    position: relative;
    display: none;
}
body:not(.page--home) .footer::after {
    display: none!important;
}
body:not(.page--home) .footer::before{
    display: none!important;
}
body:not(.page--home) .wrap {
    padding-bottom: 7.5em;
}
.cc-color-override-1332973529.cc-window {
  display: none;
}
.footer .copyright {
    font-weight: 500;
    color: #000;
    text-align: center;
}
body:not(.page--home) .footer {
    padding: 0 0 1em;
}

.loading{
    background: #9f8fb6;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999;
    transition: 0.4s;
}
.loaded .loading{
    opacity: 0;
    pointer-events: none;
}

.wrap {
    background: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    transition: 0.4s;
}
.scrolled header{
    background: #ED4132;
}

.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    height: 100svh;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    opacity: 1;
    z-index: 10000;
    background:#ED4132;
}
.load_end .loading_inner {
    opacity: 0;
    transform: scale(1.2);
}


.loading_logo {
    width: 12%;
    position: relative;
}

.loading_logo p {
    opacity: 0;
    transition: 0.8s 0.2s;
    transform: translateY(-0.85rem);
}

.loaded .loading_logo p {
    opacity: 1;
    transform: translateY(0rem);
}

.circle-btn {
    position: fixed;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    right: 2%;
    bottom: 15%;
    background: #fef2df;
    font-family: "sommet-slab-titling-caps", serif;
    z-index: 2;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: 0.8s;
}

.delighter{
    transform: translateY(20px);
    filter: blur(12px);
    opacity: 0;
    transition: 0.8s ease 0.2s;
}
.delighter.started{
    transform: none;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/****************************************
	ビジュアル
*****************************************/


.visual {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 5vh;
    height: 100vh;
    min-height: 800px;
}
.visual .mainTit {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 70vw;
    margin: 0 auto;
    max-width: 1500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.visual .mainTit .jkt{
    width: 50%;
    -webkit-filter: drop-shadow(3px 3px 13px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 13px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 13px rgba(0, 0, 0, 0.2));
	opacity: 0;
	transform: translateY(40px);
	filter: blur(10px);
}
.loaded .visual .mainTit .jkt{
  animation: fadeUpBlur 0.8s ease-out forwards;
}
.visual .mainTit h2{
    width: 35%;
}
.visual .mainTit h2 p{
	opacity: 0;
}
.visual .mainTit h2 p:nth-child(1){
    width: 50%;
    margin: 0 auto 2vw;
}
.visual .mainTit h2 p:nth-child(2){
    width: 60%;
    margin: 0 auto 1vw;
}
.visual .mainTit h2 p:nth-child(3){
    margin: 0 auto 2vw;
}
.visual .mainTit h2 p:nth-child(4){
    margin: 0 auto 2vw;
    width: 95%;
}

.loaded .visual .mainTit h2 p:nth-child(1){
  animation: fadeUpBlur 0.8s ease-out forwards;
animation-delay: 0.5s;
}
.loaded .visual .mainTit h2 p:nth-child(2){
  animation: fadeUpBlur 0.8s ease-out forwards;
animation-delay: 0.6s;
}
.loaded .visual .mainTit h2 p:nth-child(3){
  animation: fadeUpBlur 0.8s ease-out forwards;
animation-delay: 0.7s;
}
.loaded .visual .mainTit h2 p:nth-child(4){
  animation: fadeUpBlur 0.8s ease-out forwards;
animation-delay: 0.8s;
}

@keyframes fadeUpBlur {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(12px);
  }
  60% {
    opacity: 1;
    transform: translateY(-4px);
    filter: blur(2px);
  }
  100% {
	opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.kv_main {
    width: 50%;
    position: relative;
  opacity: 0; 
  transform: rotateY(-180deg);
}
.loaded .kv_main{
  animation: rotateFadeIn 2s forwards;
  animation-delay: 4s; 
}
@keyframes rotateFadeIn {
  0% {
    opacity: 0;
    transform: rotateY(-180deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}


.kv_main > p {
    line-height: 0;
}

.kv_main > p img {
    width: 100%;
}


@keyframes flipFade {
  0% {
    transform: rotateY(0deg);
    opacity: 1;
  }
  10% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  15% {
    transform: rotateY(180deg);
    opacity: 1;
  }
  50% {
    transform: rotateY(180deg);
    opacity: 1;
  }
  60% {
    transform: rotateY(270deg);
    opacity: 0;
  }
  65% {
    transform: rotateY(360deg);
    opacity: 1;
  }
  100% {
    transform: rotateY(360deg);
    opacity: 1;
  }
}
@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%,-30%);
		transform: translate(-50%,-30%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/fcuru/feature/tone/images/bg_main_pc_Ba4ZYkWU.jpg) no-repeat center center;
    background-size: cover;
}


.borderBox .border {
    background-color: rgba(176,62,152,0.3);
    position: fixed;
    z-index: 1;
}
.borderBox .border.top {
    height: 20px;
    right: 0;
    top: 0;
    width:calc(100% - 19px);
}
.borderBox .border.left {
    height: calc(100% - 20px);
    left: 0;
    top: 0;
    width: 19px;
}
.borderBox .border.bottom {
    height: 20px;
    left: 0;
    bottom: 0;
    width: calc(100% - 19px);
}
.borderBox .border.right {
    height:calc(100% - 20px);
    right: 0;
    bottom: 0;
    width: 19px;
}


@keyframes slidemove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-83vh);
  }
}

.scroll {
    position: absolute;
    bottom: 5%;
    left: 52%;
    width: 5px;
    transform: translate(-50%, 0);
}
.scroll-border {
  position: relative;
  top: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin: auto;
}
.scroll-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
  }
}

.nav--sns {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 3%;
    top: 5%;
    z-index: 1;
}
.nav--sns li{

}
.nav--sns li a{
    color: #9371c9;
    font-size: 20px;
    padding: 0 5px;
}
.nav--sns li a svg{
    fill: #9371c9;
    width: 16px;
    position: relative;
    top: 2px;
}
.visual .btnArea{
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 1;
}
.visual .btnArea .btn{

}
.visual .btnArea .btn a{
    padding: 10px;
    margin: 0 auto 1em;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 999px 0 0 999px;
    width: 180px;
    background: #c7a9f5;
    color: #fff;
    border: none;
    transition: 0.6s;
}
.scrollFix .visual .btnArea .btn a{
    width: 100px;
}
.inBox {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 0;
    padding: 0 8%;
}

.attentionList li{
font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionBox > dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.copy {
    text-align: right;
    font-size: 0.75em;
    font-weight: 400;
    opacity: 0.8;
}

.footer_box {
    position: relative;
    width: 100%;
    padding:1rem 2% 4rem;
    background: #fff0dc;
    color: #ed4132;
}

.copy:last-child {
    display: flex;
}

.support-link {
    display: block;
    margin: 0 auto 2.5em;
    border: 1px solid;
    width: 300px;
    text-align: center;
    padding: 1.6em;
}
.support-link:hover {
    background: #f8b500;
    color: #fff;
    border-color: #f8b500;
}



/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 7.5em 0;
    overflow: clip;
}

.detailArea {
    background-position: top;
    background-size: auto;
    overflow: clip;
}


.detailBox{
}

.detailBox:last-child {
    margin-bottom: 0;
}

.detailBox_inner {
    margin-bottom: 100px;
    position: relative;
}

.detailBox_inner:last-child {
    margin-bottom: 0;
}

.detailBox_inner::before {
    content: '';
    width: 720px;
    height: 100%;
    background: #002e67;
    display: block;
    position: absolute;
    bottom: 50px;
    right: -200px;
    border-radius: 400px 400px 0 0;
    z-index: -1;
    pointer-events: none;
}

.general_box {
    position: relative;
    padding: 6.5em 0;
}

.general_box:last-child {
margin-bottom: 0;
    padding-bottom: 0;
}

.general_box:first-child {
    padding-top: 3.5em;
}

.general_box_tit {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1.8em;
    letter-spacing: 0.5em;
    text-indent: 0.45em;
}

.general_box_tit::after {
    content: '';
    display: block;
    width: 1.6em;
    height: 2px;
    background: #fff;
    margin: 0.3em auto 0;
}

.general_txt {
    font-size: 1.15em;
    margin-bottom: 1.75em;
    text-align: center;
    line-height: 2;
    font-weight: 600;
}

.general_txt:last-child {
    margin-bottom: 0;
}


.general_txt.large_txt {
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.general_txt.large_txt .sml {
    font-size: 0.5em;
}


.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.detailBox_tit {
    margin-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 0;
}



.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    max-width: 300px;
    color: #9371c9;
    padding: 15px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 1em;
    font-size: 16px;
    line-height: 1.4;
    height: auto;
    transition: 0.2s;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 999px;
    background: linear-gradient(to bottom right, #d7d3e3, #f3f0ff, #d7d3e3);
    top: 0;
    -webkit-filter: drop-shadow(3px 3px 13px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 13px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 13px rgba(0, 0, 0, 0.2));
}
.btn:last-child a {
    margin-bottom: 0;
}

.btn a:hover {
    top: -0.2rem;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn_list > li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list > li .btn a {
    max-width: none;
}

.attentionList li a {
    text-decoration: underline;
}


#product{
    padding: 7.5em 0 0;
}
.releaseBox {
    position: relative;
    padding: 5rem 0 3rem;
    overflow: hidden;
}
.product_01.releaseBox{
    background-color: rgba(162, 153, 206, 0.5);
}
.product_01.releaseBox::after {
    content: '';
    background-image: url(/static/fcuru/feature/tone/images/ph_jkt_01_Ba4ZYkWU.jpg);
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    filter: blur(30px);
}
.product_02.releaseBox{
    background-color: rgba(66,204,208,0.5);
}
.product_02.releaseBox::after {
    content: '';
    background-image: url(/static/fcuru/feature/tone/images/ph_jkt_02_Ba4ZYkWU.jpg);
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    filter: blur(30px);
}
.product_03.releaseBox{
    background-color: rgba(204,118,63,0.5);
}
.product_03.releaseBox::after {
    content: '';
    background-image: url(/static/fcuru/feature/tone/images/ph_jkt_03_Ba4ZYkWU.jpg);
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    filter: blur(30px);
}


.releaseBox:last-child {
    margin-bottom: 0;
}

.releaseBox > .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-start;
}

.releaseBox:nth-of-type(even) > .detail::before {
    right: 0;
    left: auto;
    transform: translateY(-99%) skewX(-25deg);
}
.releaseBox:nth-of-type(even) > .detail::after {
    left: auto;
    right: 0;
    transform: translateY(99%) skewX(-335deg);
}


.releaseBox .jkBox {
    width: 40%;
    position: relative;
    padding-bottom: 2rem;
}

.releaseBox .txtBox {
    width: 53%;
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 1.5rem;
    transition-delay: 0.2s;
}


.releaseBox .jkBox .jk {
    line-height: 0;
    margin-bottom: 2.5em;
    position: relative;
}



.releaseBox .tit {
    font-size: 2em;
    margin-bottom: 0.2rem;
    line-height: 1;
}

.releaseBox .set {
    display: inline-block;
    padding: 0.3em 0.6em;
    letter-spacing: 0.05em;
    color: #fff;
    border: 1px solid;
    font-weight: 800;
    margin-left: 0.75rem;
    font-size: 1rem;
}

.releaseBox .price {
    font-size: 1.5em;
    display: inline-block;
}

.releaseBox .price .sml {
    font-size: 0.7em;
}
.releaseBox .pack{
    margin: 0 0 20px 0;
    font-size: 1.2em;
    display: inline-block;
}
.releaseBox .jk_list{
    font-size: 0.8em;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: left;
}
.releaseBox .jk_list li{
	padding: 0 10px 0 0;
}


.releaseBox .listItems > li {
    padding-bottom: 2em;
}
.releaseBox .listItems > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.releaseBox .detail_list {
    border-left: 1px solid;
    padding-left: 1rem;
}
.releaseBox .detail_list.jk_attention {
    border: none;
    padding: 0;
}

.releaseBox .detail_list.track_list {
    column-count: 2;
}

.releaseBox .detail_list > li {
    padding-left: 2em;
    margin-bottom: 0.3em;
    position: relative;
    line-height: 1.6;
    text-indent: -2em;
    font-size: 16px;
    break-inside: avoid;
    font-weight: 500;
}
.releaseBox .detail_list > li.no_indent {
    text-indent: 0;
    padding-left: 0;
}

.releaseBox .detail_list > li:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list > li .num {
    letter-spacing: 0.03em;
    width: 2.2em;
    display: inline-block;
    text-indent: 0;
    font-size: 0.85em;
    opacity: 0.8;
}
.releaseBox .detail_list > li .txt{
    display: block;
    font-size: 70%;
}
.releaseBox .item_tit {
    margin-bottom: 0.7em;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.3;
}


.releaseBox:nth-of-type(even) > .detail {
    flex-flow: row-reverse;
}
.releaseBox:nth-of-type(even) .jk_info {
    text-align: right;
}

#product .movArea{
    padding: 5rem 8%;
}
#product .movArea .movList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#product .movArea .movList::after{
  content:"";
  display: block;
  width:32%;
}
#product .movArea .movList li{
    width: 32%;
    margin: 0 0 30px 0;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 5px 20px rgb(205 188 215);
    color: #181818;
    padding: 30px;
    border-radius: 20px;
}
#product .movArea .movList li .cap{
    color: #181818;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px 0;
}


#message{

}
#message .messageList{

}
#message .messageList li{
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 5px 20px rgb(205 188 215);
    color: #181818;
    padding: 60px;
    border-radius: 20px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
}
#message .messageList .tit{
    width: 100%;
    font-size: 17px;
    margin: 0 0 10px 0;
    color: #9371c9;
}
#message .messageList dl{
    width: 49%;
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
    margin: 0 0 20px 0;
}
#message .messageList dl dd{
font-size:12px;
    line-height: 2;
    word-break: break-all;
}
#message .messageList dl dt{
	text-align: right;
    margin: 20px 0 0 0;
    font-weight: bold;
}

#release{
    background: #a089bb;
}
#release .detailBox{
    width: 80%;
    margin: 0 auto 80px;
    max-width: 600px;
    text-align: center;
}
#release .detailBox:last-of-type{
    margin: 0 auto;
}
#release .detailBox .box{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#release .detailBox .box > div:nth-child(1){
    width: 60%;
}
#release .detailBox .box > div:nth-child(2){
    width: 37%;
}
#release .detailBox .tit{
    font-size: 19px;
    margin: 0;
}
#release .detailBox .txt{
    font-size: 12px;
    margin: 0 0 10px 0;
}
#release .detailBox .movieTit {
    margin: 0 0 10px 0;
    height: 20px;
    width: auto;
}
#release .detailBox .movieTit img {
    width: auto;
    height: 100%;
}
#release .detailBox .jk{

}
#release .detailBox .ph{
    margin: 50px auto 0;
    width: 100%;
}
#release .detailBox .btn a{
    font-size: 13px;
    max-width: 300px;
    padding: 1em;
}

#shop {

}
#shop h3 {
    font-family: inherit;
    font-size: 40px;
    letter-spacing: 0.2em;
}
#shop .txt{
    text-align: center;
    font-size: 120%;
    margin: 0 0 40px 0;
    color: #9371c9;
    font-weight: bold;
}
.shopBox {
    position: relative;
}

.shopBox .shopList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shopBox .shopList:after{
    content:"";
    width: 30%;
}
.shopBox .shopList li{
	width: 30%;
    margin: 0 0 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 5px 20px rgb(205 188 215);
    padding: 30px;
    border-radius: 20px;
    background: rgba(188, 152, 193, 0.8);
}
.shopBox .shopList li dd{
    height: 90px;
}
.shopBox .shopList li .ph{
    padding: 20px;
    background: #d4cee5;
    line-height: 0;
}
.shopBox .shopList li .ph img{ 
    pointer-events: none;
}
.shopBox .shopList li .item{
    font-size: 120%;
    margin: 0 0 15px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
}
.shopBox .shopList li .item span{
    display: block;
    font-size: 90%;
    background: #fff;
    color: #be8ac7;
    margin: 0 0 5px 0;
    padding: 2px;
}
.shopBox .shopList li .mini{
font-size: 90%;
    line-height: 1.3;
    display: block;
    margin: 10px 0 0 0;
}
.shopBox .shopList li .shopBtn a {
    display: block;
    text-align: center;
    color: #ed4132;
    padding: 0.75em;
    width: 12rem;
    font-size: 1rem;
    margin: 0;
    text-decoration: none;
    transition: 0.3s;
    background: #f3e0c7;
    position: relative;
    outline: 1px solid #f3e0c7;
    outline-offset: 5px;
    border-radius: 999px;
    font-weight: bold;
    top: 0;
}

.infoBox {
	padding: 3rem;
    width: 80%;
    margin: 0 auto;
    position: relative;
    background: #f3e0c7;
    color: #ed4132;
    margin-bottom: 80px;
    border-radius: 20px;
    outline: 1px solid #f3e0c7;
    outline-offset: 5px;
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0.1s;
}
.loaded .infoBox.started {
    transform: none;
    opacity: 1;
}
.shopLead {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.1em;
    font-weight: bold;
}

@media screen and (min-width: 770px){
.shopBox .shopList li .shopBtn a:hover {
    top: -0.2rem;
}
}

@media screen and (max-width: 769px){
.shopBox {
}
.shopBox .clip img {
    width: 200%;
}
.shopBox .inBox {
}
.shopBox .inBox h3 {
    font-size: 400%;
    margin-bottom: 60px;
}
.shopBox .shopList li {
        width: 49%;
        padding: 20px 10px;
        margin: 0 0 5px 0;
}
.shopBox .shopList li dd {
    height: 53px;
}
.shopBox .shopList li span.mini{
    font-size: 10px;
}
.shopBox .shopList li .item{
    font-size: 12px;
    margin: 0 0 10px 0;
}
.shopBox .shopList li .ph {
    padding: 5px;
}
.shopBox .shopList li .item span {
    font-size: 75%;
    margin: 0 0 2px 0;
    padding: 2px;
    line-height: 1.5;
}
.shopBox .shopList li .item span.mini {
		font-size: 90%;
        margin: 0;
        word-break: break-all;
        padding: 0;
}
.shopBox .shopList li .btn a {
        font-size: 10px;
        padding: 5px;
}
.shopBox .shopList li .tit{
        text-align: center;
        font-size: 1em;
        margin-bottom: 0.8em;
}
.shopBox .shopList li .cap{
    text-align: center;
}
.shopBox .shopList li .shopBtn a {
    margin: 0 auto;
}

.shopBox .shopList li .thumb {
    height: 35rem;
}
}


section#special {
    position: relative;
}

.special_wrap.special_flex {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
}
.special_wrap.special_flex .fc_thumb {
    margin: 0 auto 3rem;
    width: 48.5%;
    line-height: 0;
    position: relative;
}

section#special .mainTit{
    margin: 0 auto 50px;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: #fef2df;
}
section#special .mainTit img{
    max-width: 600px;
}
section#special .specialList{

}
section#special .specialList li{
    width: 21vw;
    position: absolute;
    left: 15%;
    top: 20%;
    max-width: 400px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
section#special .specialList li:nth-child(2){
    right: 13%;
    left: auto;
    top: 17%;
}
section#special .specialList li:nth-child(3){
    top: 44%;
    left: 11%;
    transform: rotate(5deg);
}
section#special .specialList li:nth-child(4){
    right: 13%;
    left: auto;
    top: 42%;
    transform: rotate(-5deg);
}
section#special .specialList li:nth-child(5){
    right: 19%;
    left: auto;
    top: 65%;
    width: 18vw;
    transform: rotate(15deg);
}


section#special .specialList li a{

}
section#special .specialList li a.off{
    pointer-events: none;
}
section#special .specialList li a .ph{

}

body #cboxOverlay {
    background: #fff0dc;
    color: #ed4132;
}
body #colorbox, body #cboxOverlay, body #cboxWrapper,body  #cboxContent{
  border-radius: 0;
  overflow:initial;
}

body #cboxPrevious {
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #a88fb5;
    position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transition: 0.4s;
    left: 0;
    top: 50%;
    bottom: auto;
}
body #cboxNext {
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #a88fb5;
    position: absolute;
    top: 40%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transition: 0.4s;
    left: auto;
    right: -65px;
    top: 50%;
    bottom: auto;
}
body #cboxPrevious:before, body #cboxNext:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 1;
    content: '';
}
body #cboxPrevious:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}
body #cboxNext:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

body #cboxClose {
    top: 20px;
    right: 50px;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 99999;
    pointer-events: all;
    display: block !important;
    background: none;  
}
body #cboxClose::before,body #cboxClose::after { 
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 50px;
    background: #ed4132;
}
 
body #cboxClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
body #cboxClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

body #colorbox, #cboxOverlay, body #cboxWrapper {
    overflow:initial;
}
body #cboxContent {
    background: #fff0dc;
    color: #ed4132;
    overflow: visible;
    border-radius: 0;
    position: relative;
}
body #cboxClose:hover {
    background-position: top center;
}
body #cboxNext:hover{
    background-position: center right;    
}
body #cboxPrevious:hover{
    background-position: center left;    
}
body #cboxCurrent {
    display: none!important;
}    
body #cboxLoadedContent {
    margin-bottom: 0;
    padding: 150px 10px 40px;
}

.modalArea{
    max-width: 1000px;
    margin: auto;
    width: 90%;
}
.modalArea .ph{
    width: 90%;
    margin: 0 auto 30px;
    max-width: 800px;
}
.modalArea .tit{
text-align: center;
    font-weight: bold;
    font-size: 150%;
    margin: 0 0 20px 0;
}
.modalArea .txt{
    text-align: center;
    font-size: 100%;
    margin: 0 auto 20px;
}
.modalArea .subTxt {
    text-align: left;
    font-size: 80%;
    margin: 0 0 20px 0;
}
.modalArea .btn a{

}




/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}


}





/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

.pc{
    display:none!important;  
}

header {
    padding: 1.2rem 1rem;
}

.btn a {
        font-size: 14px;
        padding: 10px;
        max-width: 200px;
}
.btnList > li{
    margin: 0 0 10px 0;
}

.nav_logo {
    width: 100%;
    margin: 0 auto 3rem;
}

.loading_logo {
    width: 45%;
}
footer {
    padding: 50px 30px;
}
footer .nav--support li a {
    color: #fff;
    font-size: 11px;
}
footer .copyright {
        font-size: 10px;
        text-align: left;
}
/****************************************
	ビジュアル
*****************************************/


.wovn-languages .nav-dropdown {
}

.visual {
        min-height: auto;
	height: 100dvh;
}

.visual .mainTit {
    width: 80vw;
    display: block;
}
.visual .mainTit .jkt {
    width: 60%;
    margin: 0 auto 2vh;
}
.visual .mainTit h2 {
    width: 70%;
    margin: 0 auto;
}
.visual .mainTit h2 p {
    opacity: 0;
    line-height: 0;
}
.visual .btnArea .btn a {
    padding: 10px;
    margin: 0 auto 5px;
    font-size: 11px;
}
.visual .btnArea .btn {
    margin: 0 0 5px 0;
}
.nav--sns {
    right: 7%;
    top: 4%;
    z-index: 1;
    margin: 0;
    width: auto;
}
.nav--sns li a {
    font-size: 15px;
    padding: 0 5px;
}
.nav--sns li a svg {
    width: 13px;
}
.scroll {
display: block;
        position: absolute;
        bottom: 0%;
        height: 15%;
        z-index: 1;
}


.scroll:after {
    width: 1px;
}


h2 {
    font-size: 2.5em;
    margin-bottom: 2.5rem;
}
h3 {
    text-align: center;
    font-size: 38px;
    margin: 0 auto 20px;
}
h2::before {
    width: 5rem;
    height: 5rem;
}

.title_sub {
    font-size: 12px;
}


.inBox {
        padding: 0 10%;
}

.contents {
    padding: 3rem 0;
}

.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
}

.general_box {
    position: relative;
    padding: 3.5em 0;
}

.general_box.judging::before {
    width: 85%;
}


.releaseBox .jkBox {
        width: 100%;
        padding-bottom: 0;
}
.releaseBox .jkBox .jk::after {
    bottom: -5px;
    left: -5px;
    z-index: -1;
}
.releaseBox > .detail::before {
    height: 2rem;
}
.releaseBox > .detail::after {
    height: 1.8rem;
}

.releaseBox .jkBox .jk:last-child {
    margin-bottom: 0;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 0;
}

.releaseBox .txtBox {
    width: 100%;
    font-size: 1.1em;
    padding: 0 0 3rem;
}

.releaseBox {
    padding: 3.5rem 0 0rem;
}

.releaseBox > .detail {
    margin-bottom: 3rem;
}

.releaseBox > .detail:last-child {
    margin-bottom: 0;
}

.releaseBox:nth-of-type(even) > .detail {
    flex-flow: column;
    margin-bottom: 3rem;
}
.releaseBox:nth-of-type(even) > .detail:last-child {
    margin-bottom: 0;
}

.releaseBox:nth-of-type(even) .jk_info {
    text-align: left;
}


.releaseBox .tit {
    font-size:15px;
}

.releaseBox .price {
    font-size: 14px;
}
.releaseBox .pack {
    margin: 0 0 10px 0;
    font-size: 1em;
}
.releaseBox .listItems > li {
    padding-top: 15px;
    padding-bottom: 0;
}

.releaseBox .item_tit {
    font-size: 1em;
    margin-bottom: 0.6em;
}

.releaseBox .detail_list > li {
        margin-bottom: 10px;
        font-size: 14px;
}

.releaseBox .detail_list.track_list {
    column-count: 1;
}

#product .movArea .movList li {
		width: 100%;
        padding: 10px;
        margin: 0 auto 10px;
        border-radius: 10px;
}
#product .movArea .movList li .cap {
    font-size: 12px;
    margin: 0 0 5px 0;
}
#product .movArea {
    padding: 5rem 10%;
}
#message .messageList li{
    padding: 25px 15px;
    margin: 0 auto 20px;
}
#message .messageList dl {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px 0;
}
#message .messageList dl dd {
    font-size: 11px;
    line-height: 2;
}
#message .messageList dl dt {
    text-align:left;
    margin: 15px 0 0 0;
    font-weight: bold;
    font-size: 12px;
}

#release .detailBox {
    width: 100%;
    margin: 0 auto 50px;
}
#release .detailBox .tit {
    font-size: 16px;
}
#release .detailBox .txt {
    font-size: 9px;
}
#release .detailBox .movieTit {
    font-size: 12px;
    margin: 0 0 5px 0;
}
#shop {

}
#shop h3 {
    font-size: 20px;
}
#shop .txt {
        text-align: left;
        font-size: 13px;
        margin: 0 0 20px 0;
}
.shopBox .shopList {
    margin: 0 auto 20px;
}

section#fanclub {

}
.member_photo {
    border-radius: 15px;
    overflow: hidden;
}
.member_name {
    margin: 0 0 5px 0;
    font-size: 13px;
}
.fclead {
    text-align: left;
    font-size: 1em;
    margin-bottom: 2rem;
}

.btnList {
    flex-wrap: wrap;
}

.fc_thumb,
.special_wrap.special_flex .fc_thumb {
    width: 100%;
    margin-bottom: 2rem;
}
.fc_thumb:last-child {
    margin-bottom: 0;
}

.inBox.fcinbox .fc_inner {
    width: 100%;
}
.fc_inner.fc_inner_mb {
    margin-bottom: 3rem;
}

.inBox.fcinbox h2 p {
    margin: 0 auto;
}
.inBox.fcinbox .fc_inner .btn a {
    margin: 0 auto 1.3rem;
}
.inBox.fcinbox .fc_thumb {
    width: 100%;
    margin-bottom: 3rem;
    height: auto;
}
.inBox.fcinbox {
    margin-bottom: 3rem;
}

.cs {
    font-size: 1.2em;
}

.general_txt {
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 1.5rem;
}

.btn {
    width: 100%;
        margin: 5px auto;
}

.infoBox {
        width: 100%;
        padding: 1.6rem;
        margin-bottom: 40px;
}
.shopLead {
    text-align: left;
    font-size: 1.05em;
    margin-bottom: 1.2rem;
}



.link:hover{
opacity: 1;
}

.copy {
    text-align: left;
    font-size: 1em;
    writing-mode: initial;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}
.copy:last-child {
    display: block;
}

.popup {
    padding: 1.8em;
    font-size: 1em;
}

.popup .section-tit {
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.slider .slick-next {
    width: 50px;
    right: 18%;
}

.slider .slick-prev {
    width: 50px;
    left: 18%;
}

.slider li {
    padding: 0 8px;
}


.btn.btn_sub a {
    font-size: 1em;
    padding: 1.2em;
    width: 17em;
}

.btn.btn_w a {
    box-shadow: 3px 3px 0 #fff;
    font-size: 1.3em;
}

.footer_box {
    padding: 1rem 7%  4rem;
    text-align: center;
    position: relative;
    height: auto;
}



.btn.btn_bnr {
    margin-bottom: 3em;
}

.footer_logo {
    width: 200px;
    height: 33px;
}

body:not(.page--home) .footer .copyright {
    text-align: center;
    padding-top: 0;
}

}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: clamp(10px, 2.6vw, 2.5vh);
}

}
