@charset "UTF-8";

html {
 font-size: 62.5%; /* -> 10px */ 
}

header {
    display: none;
}

.allContain {
    color: #16274E;
}
.allContain::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(/static/oisiclemelonpan/fanclub/feature/chronicle_collection/image/bg_pc_iagqtspe.jpg);
    position: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;    
}

.main-wrap {
    width: 90%;    
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

section {
    margin-bottom: 80px;
    background: color(srgb 1 1 1 / 1);
    border-radius: 24px;  
}

.detitlebox {
    text-align: left;
}

.txt {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    font-weight: 500; 
}

footer .footer-inner .logo {
    color: #6a93b9;    
}
footer .footer-inner .copyright  {
    color: #16274e;    
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.btn a {
    font-size: clamp(1.8rem, 2vw, 3.6rem);
    color: var(--sab-color);
    font-weight: bold;      
}

@media screen and (max-width: 960px){
section {
    margin-bottom: 40px;
}
.pc {
    display: none;
}
.sp {
    display: block;
}
.btn {
    margin: 0.8em 0;
}
.btn a {
    padding: 16px 40px;
}
}    
/*===================================================
 delighters
====================================================*/
/* 基本のスタイル */
   .content.delighter {
    transition: 1.2s ease 0.1s;
    transform: translateY(100px);      
    opacity: 0;
   }
  
/* スタート時のスタイル */
   .content.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .content.delighter.started.ended {

   }
/*===================================================
  OP:LOADER
====================================================*/
.loader{
    position:fixed;
    height:100%;
    width:100%;
    background:#000;
    z-index:99999;
}

/*===================================================
  NAVIGATION
====================================================*/

.hamSwitch {
    background: #DDD;
    display: block;
    position: fixed;
    right: 40px;
    top: 40px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
    width: 56px;
    height: 56px;
    padding: 16px;
}
.hamSwitch .hamMenu{
    position: relative;
    width: 100%;
    height: 100%;
}
.hamSwitch span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all .3s ease;
}
.hamSwitch .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamSwitch .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamSwitch .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {
    background: #FFF;
}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #FFF;
    pointer-events: none;
    opacity: 0;
}

.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .gNav {
    display: block;
    padding: 60px;
}
.navigation .gNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
}
.navigation .gNav li:after {
    content: none;
}
.navigation .gNav li a{
    font-size: 250%;
    font-weight: 800;
}
.navigation .gNav li a.blankBtn{
    opacity: 0.3;
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 50%;
    max-width: 300px;
}

/* NAVIGATION:PC-min-770 */
@media screen and (min-width: 770px){
.navigationBlock.openNav .hamSwitch {
    display: none;
}
.navigationBlock.openNav .navigation {
    opacity: 1;
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    right: 20px;
    pointer-events: auto;
}
.navigationBlock.openNav .gNav{
    display: flex;
    padding: 40px;
    gap: 16px
}
.navigationBlock.openNav .gNav li{
    margin: 0;
}
.navigationBlock.openNav .gNav li a{
    font-size: 120%;
}
.navigationBlock.openNav .navigation .navTit{
    display: none;
}

}

/* NAVIGATION:SP-max-960 */
@media screen and (max-width: 960px){
.hamSwitch {
    width: 40px;
    height: 40px;
    padding: 10px;
    right: 24px;
    top: 24px;
}

.navigation .gNav {
    padding: 80px 40px;
}
.navigation .gNav {
    padding: 80px 40px;
}
.navigation .navTit {
    right: 40px;
    bottom: 40px;
    max-width: 120px;
}
.navigation .gNav li{
    margin: 0 0 20px;
}
.navigation .gNav li a{
    font-size: 150%;
}
}

/*===================================================
  sns
====================================================*/
.snsList {
    display: flex;
}
.snsList li {
    width: 25px;
    margin: 0 20px 0 0;
}
.snsList li a {
    display: block;
}
.snsList li a img{
    filter: invert(1);
    transition:0.3s ease;
}

/*===================================================
  sns
====================================================*/
.scrollDown{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.scrollDown .scrollTxt {
    font-size: 70%;
    transition: 0.5s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #16274E;
    writing-mode: vertical-rl;
}
.scrollDown .scrollarrow {
    width: 1px;
    height: 60px;
    background: #16274E;
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
}
@keyframes scrollarrow{
  0% {clip-path: inset(0 0 100% 0);}
  25% {clip-path: inset(0 0 0 0);}
  75% {clip-path: inset(0 0 0 0);}
  100% {clip-path: inset(100% 0 0 0);}
}


/*===================================================
  visual
====================================================*/
.visual{

}
.visual .heroView{
}

/* actNav */
.actNav{
    position: relative;
}

/* actSns */
.visual .actSns{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

/* actScroll */
.visual .actScroll{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

/* actMainlogo */
.visual .actMainlogo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
}

/* actArtistlogo */
.visual .actArtistlogo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
}
.visual .actArtistlogo a{
    display: block;
}
.visual .deco-box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    opacity: 0.4;     
}
.visual .deco-box .deco {
    position:absolute;
    transition:
        transform .8s cubic-bezier(.22,1,.36,1),
        opacity .8s;
    z-index: -1;       
}
.visual .deco-box .deco img {
    width: 100%;
    height: 100%;
    object-fit: cover;      
}
.deco:nth-child(1),
.deco:nth-child(5){
    transform:translateX(-120px);
}
.deco:nth-child(2),
.deco:nth-child(6){
    transform:translateX(120px);
}
.deco:nth-child(3),
.deco:nth-child(7){
    transform:translateY(-120px);
}
.deco:nth-child(4){
    transform:translateY(120px);
}
.visual .deco-box .deco.late{
    opacity: 0;  
}
.visual .deco-box .deco.late.is-active{
    transition-delay: 0.2s;
    opacity: 0.4;     
}

.visual .deco-box .deco.is-active{
    transform:translate(0,0);
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
}

.visual .deco-box .deco:nth-child(1).displayed{
  animation: fadeInLeft 1s forwards;
}
.visual .deco-box .deco:nth-child(2).displayed{
  animation: fadeInRight 1s forwards;
}

@keyframes fadeInLeft{
  0%{transform: translateX(-100px);}
100%{transform: translateX(0);}
}
@keyframes fadeInRight{
  0%{transform: translateX(100px);}
100%{transform: translateX(0);}
}


/* PC-min-770 */
@media screen and (min-width: 770px){
.heroView .item1 .snsList li a:hover img {
    filter: invert(0.7);
}
}

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

/* actSns */
.visual .actSns{
    bottom: 24px;
    left: 24px;
}

/* actScroll */
.visual .actScroll{
    bottom: 24px;
    right: 24px;
}

/* actArtistlogo */
.visual .actArtistlogo{
    width: 80%;
    max-width: 400px;
}

.visual .deco-box .deco {
}

.visual .deco-box .deco.is-active {
   
}

}



/*===================================================
  visual animation
====================================================*/

.scrolled .visual .action{
    transition-delay: 0s;
}

/* act1 */
.action{
    opacity: 0;
    transition: 1s ease 2s;
}
.loaded .action{
    opacity: 1;
}
.headerFix .action{

}

/* act1 */
.act1{}
.loaded .act1{}
.headerFix .act1{}

/* act2 */
.act2{}
.loaded .act2{}
.headerFix .act2{}

/* act3 */
.act3{}
.loaded .act3{}
.headerFix .act3{}

/* act4 */
.act4{}
.loaded .act4{}
.headerFix .act4{}

/*===================================================
  #read
====================================================*/
#read .read-txt {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    line-height: 1.8em;
}

#read .read-txt.main-txt {
    border-bottom: 1px dotted;
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

/* SP-max-960 */
@media screen and (max-width: 960px){
#read .read-txt {
    text-align: justify;
}
}    
/*===================================================
  #detail
====================================================*/
.tit {
    font-size: clamp(2rem, 2.4vw, 4.8rem);
    font-weight: bold;
    background: #6A93B9;
    padding: 24px 16px;
    color: #fff;
    width: 100%;
    margin-bottom: 32px;
    border-radius: 12px;
    text-align: center;
}
#detail .tit {
    font-size: clamp(2rem, 2.2vw, 2.4rem);
    font-weight: 600;
    width: 100%;
    margin-bottom: 16px;
    text-align: justify;
    display: inline-block;
    border-left: 6px solid;
    padding-left: 8px; 
    background: unset;
    padding: unset;
    color: unset;
    border-radius: unset;
    padding-left: 8px;    
}
#detail .tit {   
 
}
ul {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    text-align: justify;
    display: inline-block;
    margin: 0 auto;  
    line-height: 1.8rem;   
}
ul li {
    margin-bottom: 12px;
    padding-left: 16px;
    position: relative;  
    line-height: 1.4em;      
}
ul li:last-child {
    margin-bottom: 0;
}
ul li span {
    position: absolute;
    left: 0;
}
/* SP-max-960 */
@media screen and (max-width: 960px){
.tit {
    padding: 16px 8px; 
    margin-bottom: 24px;      
}
ul {
    margin: unset;  
}
}    
/*===================================================
  #prize
====================================================*/
#prize .contentBox {
    font-size: clamp(1.4rem, 1.8vw, 2.8rem);
}
#prize .txt span {
    display: block;
}
#prize .txt .txt01 {
    padding: 8px 40px;
    background: var(--main-color);
    color: #fff;
    border-radius: 999px;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
}
#prize .txt .txt02 {
    font-size: clamp(2rem, 2.8vw, 4.8rem);
    margin-bottom: 16px;
    line-height: 1.5em;    
}
#prize .txt .txt03 {
    font-size: clamp(1.6rem, 2.2vw, 2.8rem);
    font-weight: 400;
}
/* SP-max-960 */
@media screen and (max-width: 960px){
 #prize .txt .txt01 {
    width: 70%;
    font-size: 12px;
    padding: 8px;
}   
}    