@charset "utf-8";
  html {
    scroll-behavior: smooth; /* これだけでスムーススクロール */
  }
body {
    color: #eee;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    font-size: 1rem;
    line-height: 1.75;
    word-wrap: break-word;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #d2000f;
}
/*.ticket-text,.ticket-table{  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;}*/

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: none;
}

*:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.text-center { text-align: center; margin: 0 auto; }
.text-left { text-align: left; margin: 0; }
.text-right { text-align: right; margin: 0; }
.red { color: #b20004; }

p {padding:0.3rem 0 0;
    text-align: justify;
    text-shadow: -1px -1px 8px #e60327;
    letter-spacing: 0.03em;
}

h3 { font-size: 1.6rem;
    font-weight: 700;
    text-shadow: -1px -1px 8px #e60327;
}

@media screen and (max-width: 992px) {
    body { font-size: 1.1em; }
}


#wrapper { width: 100%; overflow: hidden; }
main { width: 100%; }

#main-area::before {
    content: "";
    display: block;
    position: fixed;
    top: 0; left: 0;
    z-index: -1;
    width: 100%; height: 100vh;
background-color: #d2000f;background-image: url("../img/R.jpg");
    background-size: cover;
}




header h1{margin: 3rem auto 0.5rem;
    text-align: center;
}
header h1 img {
filter: drop-shadow(2px 2px 15px black);
}

.header_logo{
    width: 100%;
    max-width: 135px;
    text-align: center;
}


@media screen and (max-width: 992px) {
.header_logo{
    max-width: 80px;
    }
}

/* ------------------------------------------------------------------- 
 * overlay banner
 * ------------------------------------------------------------------- */
.fix-pc {
    position: fixed;
    animation-name: fadey_bottom_start;
    animation-duration: 7s;
    z-index: 9998;
    left: 10px;
    bottom: 10px;
    background: #442970;
}
.fix-txt {

    padding: 0.1rem 0.3rem;
}
.fix-pc-wrap {
    margin: 0 auto;
    text-align: center;
    padding: 13px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 0.8rem;
}
.fix-pc-wrap i {
    font-size: 1rem;
}
.fix-pc-wrap a:link {
    color: #fff;
    text-decoration: none;
}
.fix-pc-wrap a:visited {
    color: #fff;
    text-decoration: none;
}
.fix-pc-wrap a:active {
    color: #fff;
    text-decoration: none;
}
.fix-pc-wrap a:hover {
    color: #d2000f;
    text-decoration: none;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * overlay banner
 * ------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
    .fix-sp {
        width: 100%;
        max-width: 100%;
        position: fixed;
        animation-name: fadey_bottom_start;
        animation-duration: 7s;
        z-index: 9998;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background: #442970;
        height: auto;
    }
    .fix-txt {
  
        padding: 1rem 0.3rem;
        margin-bottom: 8px;
    }
    .fix-sp-wrap {
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 0.85rem;
        font-weight: 400;
        line-height: 0.9rem;
        padding: 10px 5px;
    }
    .fix-sp-wrap i {
        font-size: 0.8rem;
    }
    .fix-sp-wrap a:link {
        color: #fff;
        text-decoration: none;
    }
    .fix-sp-wrap a:visited {
        color: #fff;
        text-decoration: none;
    }
    .fix-sp-wrap a:active {
        color: #fff;
        text-decoration: none;
    }
    .fix-sp-wrap a:hover {
        color: #ebff00;
        text-decoration: none;
    }
} /*end*/
@keyframes fadey_bottom_start {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* ------------------------------------------------------------------- 
 * g-nav
 * ------------------------------------------------------------------- */



#g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #d2000f;
    /*動き*/
    transition: all 0.3s;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
    opacity: 1;
  z-index: 5000 !important; /* 強制で最前面 */
}


header {max-height: 100vh;}
#g-nav.panelactive,
#nav-bg {
    opacity: 1;
  z-index: 5000 !important; /* 強制で最前面 */
}
/* nav-fix はナビ中は消す（スマホではすでにやっている） */
#g-nav.panelactive ~ .nav-fix {
    opacity: 0;
    pointer-events: none;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
     top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#g-nav.panelactive ul {
    display: block;
}


#g-nav-list {
    display: none;
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list {
    display: block;
}
/*ナビゲーション*/
#g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#g-nav.panelactive ul {
    opacity: 1;
    flex-wrap: wrap;
}
#g-nav.panelactive li {
    text-align: center;
    width: 100%;
}
#g-nav.panelactive li a {
    font-size: 1.2rem;
    padding:10px 0;margin: 10px 0;
    color: #fff;
}

#g-nav.panelactive li a:hover {
color: #999;
}

.gnavi div.follow {
    display: flex;
    align-items: stretch;
    text-align: center;
    margin: auto;
    width: 250px;
    padding: 10px 0;
}
.in a, .tw a, .yt a {
    width: 33px;
    margin: 0 10px;
}
.in-img, .tw-img, .yt-img {
    width: 28px;
}

.in a:hover, .tw a:hover, .yt a:hover {
opacity: 0.5;
}


.nav-fix {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 1000;
    padding: 15px;
    transition: 0.2s;
    opacity: 0;
}
.nav-fix img {
    width: 30px;
    margin-top: 0;
    margin-left: 5px
}
@media screen and (max-width: 992px) {
    .nav-fix {
        display: none;
    }
} /*end*/

/*===========================================================*/
/*左から右に線
/*===========================================================*/
@media screen and (min-width: 1200px) { /* 1200px以上の場合に適用 */
    .gnavi {
        width: 100%;
        max-width: 50%;
    }
} /*end*/
@media screen and (max-width: 992px) {
   #g-nav {
        padding: 40px 0;
    }
    #g-nav a {
        font-size: 1rem;
    }
    .gnavi {
        width: 100%;
        max-width: 90%;
    }
}
.gnavi {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 500;
    /*background-color:rgba(0,0,0,0.9);*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
}
.gnavi a, .gnavi a:visited {
    display: block;
    padding: 10px 5px;
    color: #fffefb;
    /*background-color:rgba(255,39,98,1);*/
    /*background-color:rgba(0,0,0,1);*/
    text-decoration: none;
}
.gnavi {
    line-height: 1.2;
}
.gnavi span {
    display: block;
    font-size: 0.5rem;
}
.nav01d li a {
    /*線の基点とするためrelativeを指定*/
    position: relative;
}
.nav01d li.current a:hover {
    color: #b20004;
}
.nav01d li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    top: 40px;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 1px;
    background: #b20004;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1); /*X方向0、Y方向1*/
    transform-origin: center top; /*左上基点*/
}
/*現在地の形状の設定*/
.nav01d li.current a::after {
    transform: scale(0.2, 1); /*X方向に0.2スケール拡大*/
}
/*現在地を含むhoverの設定*/
.nav01d li.current a:hover::after, .nav01d li a:hover::after {
    transform: scale(1, 1); /*X方向にスケール拡大*/
}
/*===================================
メニュー
===================================*/
.openbtn {
    position: fixed;
    display: block;
    top: 20px;
    left: 0px;
    z-index: 9999; /*ボタンを最前面に*/
    cursor: pointer;
    width: 60px;
    height: 40px;
    filter: drop-shadow(0px 0px 30px rgba(22, 22, 22, 0.9)) drop-shadow(0px 0px 2px rgba(22, 22, 22, 0.8));
}
.openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    background: #fff;
}
.openbtn span:nth-of-type(1) {
    top: 15px;
    width: 90%;
}
.openbtn span:nth-of-type(2) {
    top: 22px;
    width: 90%;
}
.openbtn span:nth-of-type(3) {
    top: 29px;
    width: 90%;
}
/* × */
.openbtn.active span {
    background: #999;
}
.openbtn.active span:nth-of-type(1) {
    top: 15px;
    left: 10px;
    transform: translateY(3px) rotate(-210deg);
    width: 100%;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
    top: 22px;
    left: 10px;
    transform: translateY(-3px) rotate(210deg);
    width: 100%;
}

.fadeIn {
    opacity: 0;
    transition: 1s;
    transform: translateY(0px);
}
.fadeIn.is-inview {
    transform: translateY(0);
    opacity: 1;
}
.fadeInUp {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
}
.fadeInUp.is-inview {
    transform: translateY(0);
    opacity: 1;
}
.blurUp {
    opacity: 0;
    transition: 1.5s;
    filter: blur(30px);
    transform: scale(1.1);
}
.blurUp.is-inview {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}
.blurUp {
    opacity: 0;
    transition: 1s;
    transform: scale(1.2);
}
.blurUpLeft {
    opacity: 0;
    transition: 1s;
    filter: blur(50px);
    clip-path: inset(5%);
}
@media screen and (max-width: 992px) {
    .blurUpLeft {
        clip-path: inset(5%);
    }
}
.blurUpLeft.is-inview {
    opacity: 1;
    clip-path: inset(0%);
    filter: blur(0);
    transform: scale(1);
}
.clipDown {
    opacity: 0;
    transition: 2s;
    clip-path: inset(0% 0% 100% 0);
}
.clipDown.is-inview {
    clip-path: inset(0%);
    opacity: 1;
}

/*----------- js nashi */
.fade-blur-in {
  opacity: 0;
  filter: blur(20px);
  animation: fadeBlurIn 3.8s ease-out forwards;
}

@keyframes fadeBlurIn {

   0%{
    opacity: 0;
    filter: blur(20px);
  }
    
    
   8%{
    opacity: 0;
    filter: blur(20px);
  }
    
  100%{
    opacity: 1;
    filter: blur(0);
  }
}


/*-------------------------------------------------------------------*/
.mt-1, .pt-1 {
    padding-top: 0.5em;
}
.mt-2, .pt-2 {
    padding-top: 1em;
}
.mt-3, .pt-3 {
    padding-top: 1.5em;
}
.mt-4, .pt-4 {
    padding-top: 2em;
}
.mt-5, .pt-5 {
    padding-top: 2.5em;
}
.mb-1, .pb-1 {
    padding-bottom: 0.5em;
}
.mb-2, .pb-2 {
    padding-bottom: 1em;
}
.mb-3, .pb-3 {
    padding-bottom: 1.5em;
}
.mb-4, .pb-4 {
    padding-bottom: 2em;
}
.mb-5, .pb-5 {
    padding-bottom: 2.5em;
}
/* ------------------------------------------------------------------- 
 * e.t.c
/*-------------------------------------------------------------------*/
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
/* ------------------------------------------------------------------- 
 * responsive:
 *  e.t.c
 * ------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
} /*end*/

/*
---------------------------------------------
footer
---------------------------------------------
*/
#footer { position: relative; /* canvas を絶対配置するため */
    padding: 120px 0 60px;
   background-repeat: no-repeat;
    background-position: center center;
    background-image:  url("../img/bg-fuji.jpg");
    background-size: cover;
    overflow: hidden;
}

#footerPetalCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 70vh;
  pointer-events: none; /* 花びらがクリックを妨げない */
  z-index: 1; /* コンテンツより背面 */
}

.other-page #footer { background-image:none;}

.footer-content {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}
.footer-content img {
filter: drop-shadow(2px 2px 15px black);
}

.foot-logo,.foot-cast{
    width: 100%;
    max-width: 540px;
    margin: 3rem auto 0;
    text-align: center;
}
.foot-gc{
    width: 100%;
    max-width: 200px;
    margin:5rem auto 0;
    text-align: center;
}



.footer-content ul.follow {
    margin: 20px 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-content .follow .tw a img, .footer-content .follow .is a img, .footer-content .follow .yt a img, .footer-content .follow .fb a img, .footer-content .follow .tt a img {
    padding: 10px;
    width: auto;height: 30px;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */

@media screen and (max-width:992px) {
    #footer {
        padding: 100px 0 100px;
    }
    .footer-content {
        width: 100%;
        max-width: 80%;
    }
    
    
.foot-logo,.foot-cast{
    max-width: 80%;
}
  .foot-gc{
 max-width: 50%;
}  
    
} /**/
.kome {
    font-size: 0.85rem;
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
}
.kome li {
    text-indent: -1.5em;
    line-height: 1.5;
}
.kome li:before {
    content: "※";
    margin-right: 0.5em;
}


