*{
    padding: 0;
    margin: 0;
}


header {
    background-color: white;
    color: black;
    padding: 1.5vh 0 0.5vh 0;
    text-align: center;
    position: relative;
}
.header_logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* margin: 0 auto; */
    text-align: center;
    margin-left: 25px;
}
.logo_img{
    width: 60vw;
    /* height: 10vh; */
}

/* hamburger */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* ハンバーガーメニューのスタイル */
.hamburger-menu {
    font-size: 30px;
    cursor: pointer;
    display: none; /* 初期状態では非表示 */
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    color: #ff8165;
}

/* ナビゲーションメニューのスタイル */
.nav-menu {
    position: fixed;
    top: 0;
    right: -250px; /* 初期状態で画面の外 */
    width: 250px;
    height: 100%;
    top: 52px;
    background-color: white;
    /* border-left: 1px solid #ccc; */
    /* box-shadow: -2px 0 5px rgba(0,0,0,0.5); */
    z-index: 1000;
    transition: right 0.3s ease; /* トランジション効果 */
    text-align: center; /* ナビゲーションメニューのテキストを中央揃え */
}

.nav-menu.open {
    right: 0; /* オープン状態で表示 */
}

.nav-menu ul {
    list-style-type: none;
    margin: 60px 0 0; /* ナビゲーションメニューの上部の余白を調整 */
    padding: 0;
}

.nav-menu ul li {
    padding: 10px 0;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #ff8165;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
}

/* メディアクエリ */
@media (max-width: 768px) {
    .hamburger-menu {
        display: block;
    }

    /* メニューが表示されたときのスタイル */
    .nav-menu.show {
        opacity: 1; /* 不透明にする */
        visibility: visible; /* 可視にする */
    }
}


/* コンテンツエリアのスタイル */
main {
    background-color: #ff8165;
    color: white;
    padding: 20px;
    min-height: 100vh; /* コンテンツエリアを画面全体の高さにします */
}

/* slide-show */
/* スライドショーのコンテナ */
.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* スライドショーの最大幅を設定 */
    margin: auto;
}

/* スライド */
.fade {
    position: absolute;
    width: auto;
    height: 250px;
    opacity: 0; /* 初期状態では透明 */
    transition: opacity 1s ease; /* トランジションを追加 */
}

/* 画像 */
.fade img {
    width: auto;
    /* height: 250px; */
    object-fit: cover;
}
/* Next Stage */


hr {
    border: 0;
    height: 1px;
    background: white;
}
.text_NS{
    font-size: 14px;
    font-family: "kosugi-maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.stage_name{
    text-align: center;
}
.img_NS{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_NS{
    width: 60%;
    height: auto;
}
.time_NS{
    line-height: 1.8;
}
.day{
    font-size: 14px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
}
.white{
    background-color: rgb(255, 255, 255);
    min-height: 20vh;
    color: #3f3f3f;
    padding: 10px;
    border-radius: 10px;
}
.white hr{
    border: 0;
    height: 1px;
    background: #ff8165;

}
.title{
    font-size: 23px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    color: #ff8165;
}
.text_news{
    line-height: 1.5;
    text-align: center;
    display: flex;
    justify-content: center;
     text-decoration: none; /* デフォルトの下線を消します */
    color: inherit; /* リンクの色をテキスト色に合わせます */

}
.bold_text{
    font-weight: bold;
    font-size: 20px;
    color: #ff8165;
}

.image_about{
    width: 100%;
    height: auto;
}
.image_about_big{
    width: 100vw;
    height: auto;
}
.kasou{
    padding: 20px;
}
.kasou_text{
    line-height: 1.5;
}
.zisage{
    text-indent: -1em;
    margin-left: 14px;
}
.detail{
    font-size: 14px;
    color: #ff8165;
    font-family: "kosugi-maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.img_about{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_about{
    width: 80%;
    height: auto;
}
.headline{
    color: #ff8165;
}
.headline1{
    color: #ff8165;
    margin-right: 1em;
}
.headline2{
    color: #ff8165;
    margin-right: 2em;
}
.headline3{
    color: #ff8165;
    margin-right: 3em;
}
.text_member{
    font-size: 10px;
    font-family: "kosugi-maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.image_nextstage{
    width: 50%;
    height: auto;
}
.title_nextstage{
    text-align: center;
}

.head_ns{
    font-size: 15px;
    font-family: "kosugi-maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff8165;
    line-height: 1.8;
}
.text_NS_ns{
    font-size: 15px;
    font-family: "kosugi-maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 10%;
}
.text_epi{
    font-size: 10px;
}
.name{
    color: #3f3f3f;
    margin-left: 1em;
}
.pole{
    margin-left: 1em;
    line-height: 1.8;
}
.nobr{
    word-break: keep-all;
    overflow-wrap: break-word;
}
.member_intro{
    position: relative;
}
.member_sns{
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
}
.img_mem_insta{
    padding-top: 3px;
    padding-right: 5px;
}
.member_x{
    width: auto;
    height: 36px;
}
.member_insta{
    width: auto;
    height: 30px;
}


.image_sam{
    width: 100%;
    height: auto;
}
.news_title{
    text-align: center;
}
.history_title{
    text-align: center;
}
.history_link{
    text-decoration: none;
    position: relative;
}
.am{
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 15px;

}
.link_contain{
    padding-top: 5vh;
    padding-bottom: 3vh;
}
.link{
    color: #ff8165;
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 2;
    text-decoration: none;
    padding-left: 20vw;
}
.sns_contain{
    display: flex;
    justify-content: center;
    /* column-gap: 60px; */
    padding-bottom: 40px;
    align-items: center;
}
.company_x_wrip{
    /* padding-top: 10px; */
    padding-left: 25px;
    padding-right: 6px;
}
.company_x{
    width: auto;
    height: 35px;
}
.company_insta{
    width: auto;
    height: 90px;
}
.company_youtube{
    width: auto;
    height: 60px;
}
.CC{
    padding-bottom: 15px;
    text-align: center;
     font-family: "kosugi-maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.image_youtube_maru{
    width: auto;
    height: 5vw;
}
.icon_youtube{
    right: 0;
    margin-left: 2vw;
    margin-top: 5px;
}
.epi_youtube{
    display: flex;
}
.head_ns_epi{
    font-size: 1.6vw;
    font-family: "kosugi-maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff8165;
    line-height: 1.8;
    margin-left: 10%;
}
.head{
    /* font-size: 1.6vw; */
    font-family: "kosugi-maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff8165;
    line-height: 1.8;
}
/* topback button */
#scrollTopBtn {
    display: none; /* ボタンを最初は非表示に */
    position: fixed; /* 固定位置 */
    bottom: 20px; /* 下から20px */
    right: 0px; /* 右から30px */
    z-index: 99; /* 他の要素の上に表示 */
    width: 50px; /* 画像の幅 */
    height: auto; /* 画像の高さ */
    cursor: pointer; /* カーソルをポインターに */
}

#scrollTopBtn:hover {
    opacity: 0.7; /* ホバー時に少し透明に */
}
