/********** Template CSS **********/
body {
    /* font-family: 'Zen Maru Gothic', serif; */
}
/* 共通：必ずリセット */
html, body {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */    /* 横スクロール禁止 */
  box-sizing: border-box;
}


/*基本設定*/
img {
    max-width: 100%;
}
body {
    margin: 0;
    background: black;
}
.sp {
    display: none;
}
.header_comment {
    padding: 30px;
    color: white;
    background: black;
    text-align: center;
    font-weight: bold;
}
header h1 {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wrap {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    display: block;
    /* margin-left: 20%; */
    /* margin-right: 5%; */
    padding-left: 140px;
}

h2 {
    color: white;
}
h2 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1em;
}

h2 p {
    display: inline-block;
    font-size: 4.3vw;
    letter-spacing: 0.05em !important;
}

h2 span {
    font-size: 48%;
    padding: 0 30px;
    letter-spacing: 0.4em;
    color: #969696;
}



body {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 100 !important;
}


.blass {
    position: relative;
    background: rgb(0 0 0 / 32%); /* 半透明の白背景 */
    backdrop-filter: blur(3px);  /* 背景をぼかす */
    -webkit-backdrop-filter: blur(10px); /* Safari 用 */
    border-radius: 10px;  /* 角を丸く */
    padding-top: 30vh;
    color: white;  /* テキストの色 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  /* 軽いシャドウ効果 */
    padding-bottom: 30vh;
    margin-bottom: 30vh;
}



/*ヘッダー*/
#site-header.light {
  background: #fff;     /* 白背景に切り替え */
  color: #000;          /* アイコンや文字を黒に */
}


header {
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    /* background: black !important; */
    padding: 1em;
    background-color: rgb(0 0 0 / 80%) !important; /* 青色の背景、50%の透明度 */
    z-index: 999;
    transition: all 0.5s ease 0s;
}
header#site-header.scrolled {
    /* background: #00000000 !important; */
    transition: all 0.5s ease 0s;
}

img.titele {
    width: 9vw;
}

ul.head_ul {
    padding-inline-start: 10px;
}

.head_ul a {
    text-decoration-color: inherit;
    text-decoration: none;
    color: white;
フォン
    t: フォンt;
    font-size: 0.8em;
    line-height: 2.8em;
}

.head_ul li {
    line-height: 2em;
    list-style: none;
}
ul.sns {display: flex;margin: 0;padding: 0;justify-content: space-around;list-style: none;}

ul.sns li i {
    color: white;
}

ul.sns li a {
    font-size: 22px;
}
img.note_icon {
    height: 19px;
    width: auto;
    position: relative;
    top: 1px;
}









/*メインビジュアル*/
img.main_visual {
    width: 100%;
}


img.catchcopy {
    position: absolute;
    right: 0;
    padding-right: 5%;
    padding-top: 3%;
    z-index: 999;
    width: 3vw;
}

img.trophy01 {
    position: absolute;
    height: 80px;
    left: 170px;
    z-index: 999;
    top: 5%;
}
ul.slider {
    margin-top: 0;
}
.bx-wrapper {
    border: inherit !important;
    box-shadow: inherit !important;
    margin-bottom: 0 !important;
    background: black !important;
}
/* スライダー全体を 100% 幅に */
.slider,
.bx-wrapper .bx-viewport,
.bxslider {
  width: 100% !important;
  box-sizing: border-box;
}

/* 各スライド（li）も 100% 幅に */
.bxslider li {
  width: 100% !important;
}
ul.slider li {
    left: 0 !important;
}

/* スライド内の画像をコンテナ幅にフィットさせる */
.bxslider img {
  width: 100%;
  height: auto;
  display: block;
}

.bx-controls.bx-has-pager {
    position: relative;
    top: -60px;
}


img.cast {
    position: absolute;
    z-index: 999;
    width: 50%;
    right: 50%;
    transform: translate(50%, 0%);
    bottom: 80px;
}
section.main_visual {
    position: relative;
    overflow: hidden;
}

.bx-wrapper img {
    max-width: inherit !important;
}


/*アニメーション*/
.catchcopy {
  opacity: 0;
  /* フェード時間 0.6s、遅延 1s（ローディング終了後＋1秒でスタート） */
  transition: opacity 2.0s ease 1s;
}


/* ローディング解除後に body に .loaded が付く想定 */
body.loaded .catchcopy {
  opacity: 1;
}


.titele {
  opacity: 0;
  /* フェード時間 0.6s、遅延 1s（ローディング終了後＋1秒でスタート） */
  transition: opacity 2.0s ease 3s;
}
/* ローディング解除後に body に .loaded が付く想定 */
body.loaded .titele {
  opacity: 1;
}











/*ストーリー*/
section.bl_story {
  position: relative;
  min-height: 100vh;
  /* overflow: hidden; */
}
.bl_story-bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(img/section_story_bg.jpg) center center/cover no-repeat;
  z-index: 0;
  pointer-events: none; /* 背景の上のクリックを通す */
}
.bl_story .wrap {
  position: relative;
  z-index: 1;
}






.sub_title {
    margin-bottom: 50px;
    font-size: 2.8vw;
}

section.bl_story p {
    line-height: 1.9em;
    letter-spacing: 0.2em;
}
section.bl_story iframe#tokuhou {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
}


section.bl_story iframe#yokoku {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
}



/* モーダル内の全iframeを初期で隠す */
#videoModal .video-wrapper iframe {
  display: none;
}

/* 幅・高さなどレイアウトはここで定義 */
#videoModal .video-wrapper iframe#yokoku,
#videoModal .video-wrapper iframe#tokuhou {
  width: 100%;
  height: auto;
  text-align: center;
}
#videoModal .video-wrapper {
  width: 100%;
}

#videoModal .video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* height: auto; は不要 */
  border: none;
}





/*ビデオ部分*/
.video-wrapper {
    width: 100%;
    /* max-width: 720px; */
    margin: 0 auto;
    position: relative;
}

.video-wrapper iframe {
  width: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 9; /* CSS4対応ブラウザなら推奨 */
  background: #000;
  border: none;
  display: none; /* JSで切り替え */
}

.video-wrapper iframe:first-child {
  display: block; /* JS切り替え前のデフォルト */
}

.video-nav {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-bottom: 12px;
}

.video-nav button {
  padding: 4px 18px;
  border: 1px solid #66a;
  background: #fff;
  color: #222;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.7;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}

.video-nav button.active,
.video-nav button:focus {
  background: #66a;
  color: #fff;
  opacity: 1;
}




/*イントロダクション*/

section.introduction {
    /* color: white; */
    padding: 100px 0;
    background: white;
}


section.introduction h2 {
    color: black;
}
img.intro_image01 {
    max-width: 100%;
    padding-bottom: 60px;
}

section.introduction p {
    line-height: 1.8em;
}
section.introduction p span {
    font-size: 1.5em;
}

section.introduction p {
    line-height: 2.3em;
    letter-spacing: 0.05em;
}






/* ヒーロービジュアル */
/*ストーリー*/
section.bl_hero {
  position: relative;
  overflow: visible; /* 親要素でoverflow:hidden禁止 */
}
section.bl_hero h2 {
    left: -70px;
    position: relative;
}

.bl_hero-bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;        /* 背景をウィンドウいっぱいに */
  background-image: url(img/hero_image02.jpg);
  background-size: auto 110%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  /* お好みでフェードや暗めoverlayも */
  /* transform: translate(60px, 0); */
  /* background-position: 4vw center !important; */
}

section.bl_hero .wrap {
  position: relative;
  z-index: 1;
  color: white;
  /* ここはそのままpadding調整等OK */
  padding-top: 50vh !important;
  padding-bottom: 150vh;
}








/*キャスト*/
section.bl_cast .cast_box span.yakumei {
    letter-spacing: 0.4em;
    color: #969696;
}
section.bl_cast .cast_box {
    width: 48%;
    margin-bottom: 40px;
}

section.bl_cast .cast_box img {}

section.bl_cast .cast_box .name {}

section.bl_cast .cast_box p {}

section.bl_cast .cast_box p span {}

section.bl_cast .cast_box span {}

section.bl_cast .display_flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2%;
}

section.bl_cast {
    background: white;
    color: black;
    border-top: 1px solid #eee;
    padding-top: 70px;
    padding-bottom: 50px;
}

section.bl_cast h2 {
    color: black;
    margin-top: 0;
    padding-top: 30px;
}

section.bl_cast .cast_box p.text {
    padding-top: 20px;
    line-height: 2em;
    letter-spacing: 0.01em;
}

section.bl_cast .cast_box .name p {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;
}

section.bl_cast .cast_box .name p span {
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 0.1em;
}







/*劇場*/
/* ——既存のスタイルに追加してください—— */

/* 劇場名＋リンクを水平に並べる */
.screening-item .details .cinema-info {
  display: flex;
  align-items: center;
}

/* 劇場名とアイコンの間に余白 */
.screening-item .cinema-info .cinema-name {
  margin-right: 0.5em;
  font-weight: 500;
}

/* アイコンリンク */
.screening-item .cinema-info .cinema-links a {
  margin-left: 0.3em;
  text-decoration: none;
  color: inherit; /* 必要ならブランドカラーを指定 */
  font-size: 1.1em; /* お好みで調整 */
}

/* ホバー時に色を変えたい場合 */
.screening-item .cinema-info .cinema-links a:hover i {
  color: #007acc; /* 任意 */
}
section#bl_theater {
background: white;
    padding: 60px 0;
    border-top: 1px solid #eee;
}

section#bl_theater ul.screening-list {
    list-style: none;
    margin-left: 0 !important;
    padding-inline-start: 0;
}

section#bl_theater li.screening-item {
    /* display: flex; */
    /* justify-content: space-between; */
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.screening-item .details .cinema-info> a i {
    font-size: 16px;
}

span.cinema-links {
    border-left: 2px solid #eee;
    padding-left: 20px;
    background: black;
    color: white;
    padding-right: 20px;
}

.screening-item .details .cinema-info> a {
    font-size: 1.4em;
    color: black;
    width: 270px;
    text-decoration: none;
}

section#bl_theater h2 {
    color: black;
}

.details {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    letter-spacing: 0.1em;
    margin-top: 0;
}

section#bl_theater li.screening-item span.prefecture {
    display: block;
    text-align: left;
    letter-spacing: 1em;
    font-size: 13px;
}

.details span.status {
    letter-spacing: 0.2em;
}






/*スタッフ*/
section#bl_director {
    color: white;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

section#bl_director .cast_box {
    display: flex;
    justify-content: left;
    /* flex-wrap: wrap; */
    align-items: center;
}

section#bl_director .cast_box img.director01 {
    width: 40%;
    margin-right: 5%;
    height: 100%;
}

img {
    height: auto;
}

section#bl_director .cast_box .info {
    display: inline-block;
    width: 50%;
}

section#bl_director .cast_box .name {
    /* font-size: 30px; */
    margin-bottom: 0;
    margin-top: 10px;
}

section#bl_director .cast_box .info {}

section#bl_director .cast_box span.yakumei {
    letter-spacing: 0.4em;
    color: #969696;
}

section#bl_director .cast_box span {
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 0.1em;
}

section#bl_director .cast_box .name p {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;
}

section#bl_director .comment {
    padding: 3rem;
    letter-spacing: 0.15em;
    line-height: 2.1em;
    border: 1px dashed #505050ee;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 0.9em;
}

section#bl_director .cast_box .info p.text.aos-init.aos-animate {
    padding-top: 20px;
    line-height: 2em;
    letter-spacing: 0.01em;
}

section#bl_director .cast_box.sub {
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

section#bl_director .cast_box.sub .name {
    width: 40%;
}

section#bl_director .cast_box.sub p.text {
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.display_flex.staff_credit .cast_box.cast_box_column3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.display_flex.staff_credit .cast_box.cast_box_column3 .name {
    width: 48%;
    margin-bottom: 1rem !important;
}

.display_flex.staff_credit .cast_box.cast_box_column3 p {
    margin-top: 0 !important;
}

.display_flex.staff_credit .cast_box.cast_box_column3 .name span.yakumei {
    padding-left: 0 !important;
}
section#bl_director .cast_box .name.produce {
    width: 100%;
}


span.bold {}

section.bl_hero .comment_box p.comment {
    /* padding: 3rem; */
    letter-spacing: 0.15em;
    display: block;
    line-height: 1.6em;
    /* margin-top: 3rem; */
    margin-bottom: 0rem;
    font-size: 1em;
    font-weight: 100 !important;
    text-align: justify;
    text-justify: inter-ideograph;
  /* 必要ならwidth指定やpaddingで調整 */
    width: 100%;
}

section.bl_hero {}

section.bl_hero .comment_box {
    /* width: 50%; */
    margin-bottom: 30rem;
}

section.bl_hero .comment_box span.bold {
    color: #000000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: .3em;
    background-color: rgb(255 255 255 / 38%);
    backdrop-filter: blur(170px);
}

section.bl_hero .comment_box span.name {
    font-size: 2.2em;
    display: block;
    text-align: right;
    letter-spacing: 0.1em;
    margin-top: 3rem;
}

section.bl_hero .comment_box:nth-child(odd) {display: flex;flex-wrap: wrap;justify-content: right;padding-left: 50%;}

section.bl_hero .comment_box:nth-child(even) {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-right: 48%;
    text-align: left;
}


    section.bl_hero .comment_box span.bold {
    color: #000000;
    display: inline;
    padding: .3em;
    background-color: rgb(255 255 255 / 38%);
    backdrop-filter: blur(170px);
    position: relative; /* 親要素が必要ならばここで指定 */
    color: #000000;
    display: inline;
    padding: .3em;
    background-color: rgb(255 255 255 / 38%);
    backdrop-filter: blur(0px);
    position: relative; /* 親要素が必要ならばここで指定 */
}

section.bl_hero .comment_box span.bold {
     /* 親要素が必要ならばここで指定 */
     padding: 4px 0;
     font-size: 1.3em;
     line-height: 1.7em;
}

section.bl_hero .comment_box span.name em {
    display: block;
    font-size: 0.4em;
    /* letter-spacing: 0.3em; */
    opacity: 0.6;
    font-style: normal;
}

section.bl_hero .comment_box:nth-child(even) em {
    text-align: left;
}

section.bl_hero .comment_box:nth-child(even) span.name {
    text-align: left;
}
section.bl_hero h2 {
    text-align: center;
    display: block;
    margin-bottom: 50vh;
}

section.bl_hero h2 span {
    display: block;
}

section.bl_hero h2 p {
    margin-bottom: 0;
    /* letter-spacing: 0.05em; */
}


/*footer*/
footer {
    background: black;
    color: white;
    text-align: center;
    padding: 1px;
}
ul.sp.sns {
    display: none;
}






/*予告表示*/
.modal {
  display: none;
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1000;
}
.modal-overlay {
  position: absolute; top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.6);
}
.modal-content {
  position: relative;
  width: 90%;
  /* max-width: 800px; */
  margin: 0% auto;
  /* background: #fff; */
  border-radius: 4px;
  padding: 50px 5%;
  box-sizing: border-box;
}
.modal-close {
  position: absolute; top: 0.5rem; right: 0.5rem;
  background: none; border: none;
  font-size: 2rem; cursor: pointer;
}
.video-nav {
  text-align: center;
  margin-bottom: 0.5rem;
  color: white;
}
.video-nav button {
  background: none;
  border: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: white;
}
.video-nav button.active {
  border-bottom: 2px solid #333;
}
.video-wrapper iframe {
  width: 100%; height: 450px;
}
div#videoModal {z-index: 9999;position: fixed;width: 100%;/* height: 100%; */top: 0;right: 0;bottom: 0;}

div#videoModal:before {
    position: absolute;
    width: 100%;
    height: 100%;
    /* content: ""; */
    display: block;
    z-index: -1;
    background: #000000ba;
}

.modal-overlay {
    background: #000000c7;
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    bottom: 0;
}

.modal-content {
    width: 100%;
    height: 100%;
    text-align: center;
}

button.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 80px;
    background: inherit;
    font-weight: 100;
    box-shadow: none;
    border-width: 0px;
    z-index: 9999;
    background: url(img/close.png) 0 0 no-repeat;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
}

iframe#tokuhou {
    width: 100%;
    height: 90%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 90vh;      /* ビューポートの高さ 100% */
  overflow: hidden;
  padding-bottom: 0;  /* アスペクト比用余白は不要 */
  /* right: 100%; */
  /* transform: translate(117%, 0); */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 890;       /* ラッパーの高さいっぱい */
  width: auto;        /* 幅は自動で調整 */
  max-width: none;    /* 必要に応じて !important を追加 */
}







@media screen and (min-width: 600px) and (max-width: 1000px) {
  /* この範囲で適用したいCSSをここに */
    .wrap {
        width: auto;
        margin-left: 35px;
        padding-right: 3%;
    }
}






@media (max-width:600px) {

    ul.slider.pc {
    display: none !important;
}



  .video-wrapper iframe { height: 250px; }
}





/*全画面ローディング*/
/* 初期状態 */
#loader {
  position: fixed; top:0; left:0;
  width:100%; height:100%;
    background: #000000;
  display:flex; justify-content:center; align-items:center;
  z-index:9999;

  /* フェード用 */
  opacity: 1;
  transition: opacity 0.6s ease;
}
.spinner {
  width:40px; height:40px;
  border:4px solid #ccc;
  border-top-color:#333;
  border-radius:50%;
  animation:spin .8s linear infinite;
}
@keyframes spin { to { transform:rotate(360deg); } }

/* ページ本体 */
.content {
  /* display:block のまま opacity で隠す */
  opacity: 0;
  transition: opacity 0.6s ease 0.2s; /* 0.2s 遅延でフェードイン */
}

/* bxSlider 組み立て後に付与されるクラス */
/* ローディング完了後 */
body.loaded #loader {
  opacity: 0;               /* フェードアウト */
  pointer-events: none;     /* 背後のコンテンツにアクセス可能に */
}

body.loaded .content {
  opacity: 1;               /* フェードイン */
}


/*スマホ*/

@media only screen and (max-width: 767px) {
  /* ここにスマホ用スタイルを記述 */
  .sp {
    display: block;
}
.pc {
    display: none;
}


.wrap {
    width: 100%;
    margin-left: 0;
    padding: 0 4vw;
}

  /* 全コンテナを幅100%に */
  *, *::before, *::after {
    box-sizing: inherit;
    max-width: 100%;      /* 親要素幅を超えない */
  }

   /* 画像や動画の埋め込み要素 */
  img, video {
    display: block;
    height: auto;
  }
  section.main_visual {
    overflow: hidden;
}

h2 p {
    font-size: 12vw;
}

section.bl_hero h2 {
    left: 0;
}



    /* 必要ならヘッダーやフッターも固定幅に */
  header, main, footer {

  }


/**/
section.bl_story .sub_title {
    font-size: 6vw;
}
section.bl_story {
    background-size: auto 110%;
}

.bx-viewport {
    display: none;
}
img.main_visual {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;      /* 高さを100vhに */
  width: auto;        /* 幅は自動（縦横比維持） */
  max-width: none;    /* 親幅制限を解除 */
}
    img.catchcopy {
        padding-top: 10vw;
        padding-right: 7vw;
        width: 14vw;
    }
img.cast {
    width: 92%;
    bottom: 5vw;
}
img.trophy01 {
    height: 13vw;
    left: 3vw;
    top: 4vw;
}
.sp img.titele {
    position: absolute;
    left: -3vw;
    bottom: 41vw;
    z-index: 999;
    width: 27vw;
}

section.bl_story p {
    text-align: justify;
}










/*ヘッダー*/
header {
    display: none;
}
h1 {
    margin: 0;
}








section.bl_cast .display_flex {}

section.bl_cast .cast_box {
    width: 100%;
}

section.introduction h2 p {
    margin-bottom: 0;
    font-size: 9vw;
    line-height: 1em;
}

section.introduction h2 p span {
    font-size: 1em !important;
}

section.introduction h2 {
    text-align: center;
    margin-bottom: 10vw;
}

section.introduction h2 span {
    font-size: 0.4em;
    display: block;
    letter-spacing: 0.5em;
}

section.introduction .sub_title {
    font-size: 6vw;
}



/*劇場情報*/
.details {
    flex-wrap: wrap;
}

.screening-item .details .cinema-info {
    margin-bottom: 2vw;
    justify-content: center;      /* 水平方向（左右）の中央揃え */
    align-items: center;          /* 垂直方向（上下）の中央揃え */
}

.details span.status {
    text-align: right;
    /* display: block; */
    /* width: 100%; */
}
span.cinema-links {
    padding-left: 2vw;
    padding-right: 2vw;
    display: inline-block;
    width: 38vw;
}





/*コメント*/
section#bl_director .cast_box {
    flex-wrap: wrap;
}

section#bl_director .cast_box img.director01 {
    width: 100%;
}

section#bl_director .cast_box .info {
    width: 100%;
}

section#bl_director .comment {
    padding: 5vw;
    background: #c5c5c53b;
}

section.bl_hero .comment_box:nth-child(even) {
    padding-right: 0;
}

section.bl_hero .comment_box:nth-child(odd) {
    padding-left: 0;
}

section.bl_hero .comment_box p.comment {
    font-size: 5vw;
    letter-spacing: 0;
}

section.bl_hero .comment_box span.name {
    font-size: 10vw;
}

section.bl_hero .comment_box span.name em {
    font-size: 4vw;
    letter-spacing: 0.1em;
}

section.bl_hero,
section.bl_story {
  overflow: visible !important;
}



/*ふったい*/
ul.sns {
    list-style: none;
    justify-content: space-around;
    width: 30%;
    text-align: center;
    margin: auto;
    margin-top: 17px;
}
ul.sp.sns {
    display: flex;
}
img.note_icon {
    width: auto;
    position: relative;
    height: 5vw;
    left: 2vw;
    top: 1.7vw;
    bottom: inherit;
}



}

