/**************** COMMON ****************/
#page-top a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    opacity:0.7;
}
@media only screen and (max-width:767px){ #page-top a,#page-top a img {width:30px; position: fixed; bottom: 100px; right: 10px;z-index: 10000;} }
@media only screen and (min-width:768px){ #page-top a,#page-top a img {width:60px;position: fixed; bottom: 50px; right: 50px;z-index: 10000;} }

/* 画像のスタイル */
#page-top a img {
    width: 75px; /* 幅を固定 */
    height: auto; /* 高さを自動調整 */
}

/* スマホ表示（767px 以下） */
@media only screen and (max-width: 767px) {
    #page-top {
        bottom: 100px; /* 下から100px */
        right: 10px;  /* 右から10px */
    }
    #page-top a img {
        width: 50px; /* 画像の幅を50pxに */
    }
}

/* タブレット・デスクトップ表示（768px 以上） */
@media only screen and (min-width: 768px) {
    #page-top a img {
        width: 75px; /* 幅を75pxに */
    }
}

/* 上からフェードイン */
.slide-top {
    opacity: 0;
    transform: translate(0, -20px);
    transition: all 0.5s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: all 0.5s ease-out;
 }

/* 右からフェードイン */
.slide-right {
    opacity: 0;
    transform: translate(20px, 0);
    transition: all 0.5s ease-out;
 }
.slide-right02 {
    opacity: 0;
    transform: translate(20px, 0);
    transition: all 0.5s ease-out;
 }
.slide-right03 {
    opacity: 0;
    transform: translate(20px, 0);
    transition: all 1.5s ease-out;
 }
.slide-right04 {
    opacity: 0;
    transform: translate(20px, 0);
    transition: all 2s ease-out;
 }


/*-----------TOPの動き-------------*/

/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 6s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.txt01 {animation-delay: 0.2s;}
.txt02 {animation-delay: 0.5s;}
.txt03 {animation-delay: 0.8s;}
.txt04 {animation-delay: 1.1s;}
.txt05 {animation-delay: 1.5s;}
.txt06 {animation-delay: 2.1s;}


/*-----------TOP動画-------------*/

/**************** STORY TAB ****************/

/**************** STORY TAB ****************/

/* ラジオボタンは非表示にする */
input[type="radio"] {
  display: none;
}
