@charset "UTF-8";
/* site CSS (common.css) */
input, button, select, textarea {
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

fieldset {
  border: none;
}

input, textarea {
  font-size: 1em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  height: auto;
  color: #000;
  min-width: 320px;
  letter-spacing: 0.1px;
  font-size: 12px;
  line-height: 1.5;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

#exterior_wrapper {
  background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/yabat/10th/bg.jpg") no-repeat center top;
  background-size: cover;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100lvh;
  overflow: hidden;
}

section {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
section .inner {
  padding: 0;
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#top {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#top img {
  width: 100%;
}
#top .soshoku {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.content-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.kamifubuki {
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
}

/* 重ねて動かす背景フロート */
.bg-fusen {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  margin-top: 5%;
  pointer-events: none;
  user-select: none;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

/* 紙吹雪画像が大きすぎる・小さすぎるときはここで調整 */
.bg-fusen img {
  display: block;
  position: relative;
  left: -5%;
  width: 110%;
  max-width: 110%;
  height: auto;
}

#kokuchi {
  padding-top: 15%;
  margin-bottom: 50px;
}
#kokuchi .kokuchi-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
}
#kokuchi .kokuchi-list ul li {
  margin: -3% 0 0 0;
  width: 50%;
}
#kokuchi .kokuchi-list ul li a {
  display: inline-block;
}
#kokuchi .kokuchi-list ul li a img {
  position: relative;
  width: 104%;
  max-width: none;
  left: -2%;
}
#kokuchi .kokuchi-list ul li:nth-child(1) a img, #kokuchi .kokuchi-list ul li:nth-child(2) a img, #kokuchi .kokuchi-list ul li:nth-child(3) a img, #kokuchi .kokuchi-list ul li:nth-child(4) a img, #kokuchi .kokuchi-list ul li:nth-child(5) a img, #kokuchi .kokuchi-list ul li:nth-child(6) a img {
  position: relative;
  width: 120%;
  max-width: none;
  left: -10%;
}
#kokuchi .kokuchi-list ul li:nth-child(3) {
  margin: -8% 0 0 0;
}
#kokuchi .kokuchi-list ul li:nth-child(4) {
  margin: -8% 0 0 0;
}
#kokuchi .kokuchi-list ul li:nth-child(5) {
  margin: -8% 0 0 0;
}
#kokuchi .kokuchi-list ul li:nth-child(6) {
  margin: -8% 0 0 0;
}
#kokuchi .kokuchi-list ul li.comingsoon a {
  cursor: auto;
}

#comment {
  padding-top: 0;
  padding-bottom: 10px;
}
#comment h3 {
  position: relative;
  margin: 2% auto;
  background: #e80000;
  padding: 1% 1% 0;
}
#comment h3 .comment-ico-hash {
  width: 48%;
  position: absolute;
  left: 25%;
  top: -44%;
}
#comment h4 {
  text-align: center;
  margin: 4% auto 0%;
}
#comment h4 img {
  width: 50%;
}
#comment .comment-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
}
#comment .comment-list ul li {
  margin: -2% 0 0 0;
  width: 50%;
}
#comment .comment-list ul li a {
  display: inline-block;
}
#comment .comment-list ul li a img {
  position: relative;
  width: 100%;
}
#comment .comment-box02 {
  margin-top: 15%;
}
#comment .sns-wall {
  margin: 20px auto;
  width: 96%;
}
#comment .sns-wall .layer01 {
  padding: 3px;
  border: 3px solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-image: linear-gradient(to bottom right, #c89629, #faf290) 1;
}
#comment .sns-wall .layer02 {
  padding: 8px;
  border: 3px solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-image: linear-gradient(to bottom right, #c89629, #faf290) 1;
}
#comment .sns-wall .sns-wall-inner {
  max-height: 500px;
  overflow-y: scroll;
}
#comment .sns-wall-attention {
  text-align: center;
  margin: 20px auto;
}
#comment .sns-wall-attention p {
  display: inline-block;
  padding: 7px 15px 7px;
  line-height: 1.1;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.55);
  text-align: center;
  font-size: 8.5px;
  font-size: 2.2666666667vw;
  color: #fff;
  font-weight: bold;
}

footer {
  z-index: 1;
  position: relative;
  padding: 15px 20px 15px;
  background: linear-gradient(45deg, rgba(76, 182, 233, 0.75) 0%, rgba(222, 73, 85, 0.75) 50%, rgba(194, 164, 179, 0.75) 100%);
}
footer .tank {
  position: absolute;
  right: 4%;
  top: -83%;
  width: 12%;
}
footer .sns-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .sns-list ul li {
  margin: 0 2px;
}
footer .sns-list ul li a {
  display: inline-block;
}
footer .sns-list ul li a img {
  height: 38px;
}
footer .copy {
  margin-top: 10px;
  font-size: 9px;
  font-size: 2.4vw;
  letter-spacing: 0.1px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

#juicer-feed-placeholder {
  min-height: 200px;
}

/* ===== Juicer投稿モーダル：クローズボタン拡大 ===== */
.juicer-feed .x-big-close {
  position: fixed; /* 右上に張り付けて押しやすく */
  top: 10px;
  right: 10px;
  width: 56px; /* 44px以上を推奨 */
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff !important;
  font-size: 28px; /* アイコンを大きく */
  line-height: 1;
  z-index: 2147483647; /* 何があっても最前面 */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* モーダル全体のスクロール暴走を抑止（iOSでの誤動作軽減） */
.juicer-feed .j-overlay {
  overscroll-behavior: contain;
}

.j-overlay .j-close {
  background-image: url(https://assets.juicer.io/standalone-sprites/close.png);
  height: 22px !important;
  width: 22px !important;
  background-size: 22px 22px !important;
  z-index: 2147483647 !important;
  top: -30px !important;
  background-color: transparent !important;
}

.j-overlay .j-overlay-content {
  overflow-y: visible !important;
  max-height: none !important;
}

.j-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll !important;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  z-index: 999;
  outline: none;
}

.movie-embed {
  margin: 20px auto;
}
.movie-embed .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.trigger {
  opacity: 1;
  transform: none;
  will-change: transform, opacity;
}

.trigger.active {
  opacity: 1;
  transform: none;
}

.lity {
  background: rgba(0, 46, 72, 0.89);
}

.lity-content:after {
  box-shadow: none;
}

.fadein, .fadein_sc {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.45s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.45s cubic-bezier(0, 0, 0.58, 1);
}

.fancybox__content {
  background: transparent !important;
}

.fancybox__backdrop {
  background: rgba(24, 24, 27, 0.72) !important;
}

/* ===== Fancybox 内のフォーカス装飾を消す（モーダル内容のみ） ===== */
.fancybox__content :is(a, button, input, textarea, select, [tabindex]) {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent; /* iOSのタップハイライトも無効 */
}

.fancybox__content :is(a, button, input, textarea, select, [tabindex]):focus,
.fancybox__content :is(a, button, input, textarea, select, [tabindex]):focus-visible,
.fancybox__content :is(a, button, input, textarea, select, [tabindex]):focus-within {
  outline: none !important;
  box-shadow: none !important;
}

/* （必要なら）Fancyboxのツールバー系フォーカスも消す */
.fancybox__container .f-button:focus,
.fancybox__container .f-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Fancybox のクローズを速めてBackdropと同期（例：150ms） */
.fancybox__backdrop.is-animated {
  transition-duration: 0.15s !important;
}

.f-fadeOutFast {
  animation: f-fadeOut 0.15s ease forwards !important;
}

/* 既定の keyframes を流用（なければこれでOK） */
@keyframes f-fadeOut {
  to {
    opacity: 0;
    transform: scale(0.98);
  }
}
.carousel__button.is-close {
  display: none !important;
}

/* ===== ふわっとズームイン（出現） ===== */
.fb-zoomInSoft {
  animation: fb-zoomInSoft 0.38s cubic-bezier(0.16, 0.84, 0.44, 1) both;
}

/* ===== サッとズームアウト（退場） ===== */
.fb-zoomOutFast {
  animation: fb-zoomOutFast 0.18s cubic-bezier(0.22, 0.6, 0.36, 1) both;
}

/* コンテンツ本体の変形を素直に反映させたいので、コンテナ側でスケール */
@keyframes fb-zoomInSoft {
  from {
    opacity: 0;
    transform: scale(0.96) translate3d(0, 8px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes fb-zoomOutFast {
  from {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.985) translate3d(0, -4px, 0);
  }
}
/* バックドロップ（背景）も同じタイミングに揃えると“同時に消える” */
.fancybox__backdrop.is-animated {
  transition-duration: 0.18s !important; /* hide と合わせる */
}

/* 低速回線/ユーザー設定への配慮（reduce motion） */
@media (prefers-reduced-motion: reduce) {
  .fb-zoomInSoft,
  .fb-zoomOutFast {
    animation-duration: 0.01ms !important;
  }
  .fancybox__backdrop.is-animated {
    transition-duration: 0.01ms !important;
  }
}
/* ビューポートを超えない＆横方向を常にカット */
.fancybox__container,
.fancybox__slide,
.fancybox__content {
  max-width: 100vw !important;
}

/* モバイルSafariでの“横パン”抑止（ページが左右に動くのを防ぐ）*/
.fancybox__container {
  overscroll-behavior: contain;
  touch-action: pan-y;
}

/* コンテンツ側は内側で完結させる（外側の微小パディングが横はみ出しの原因になることがある） */
.fancybox__content {
  box-sizing: border-box;
  padding: 0 !important; /* 既に .comment-modal 側でpaddingしているため */
}

/* ---- Fancybox：左右ナビの枠・フォーカス・影を消す ---- */
.fancybox__container {
  /* CSSカスタムプロパティで一括オフ */
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-border: 0;
  --f-button-outline: 0; /* フォーカスリング無効 */
  --f-button-shadow: none; /* 影も消す */
}

.fancybox__container .carousel__button,
.fancybox__container .f-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* フォーカス時・ホバー時・アクティブ時も徹底的に無効化 */
.fancybox__container .carousel__button:focus,
.fancybox__container .carousel__button:focus-visible,
.fancybox__container .carousel__button:hover,
.fancybox__container .carousel__button:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.comment-modal {
  min-width: min(88vw, 720px);
  max-width: 92vw;
  color: #000;
  background: linear-gradient(135deg, rgba(200, 150, 41, 0.76) 0%, rgba(250, 242, 144, 0.76) 31%, rgba(201, 151, 42, 0.75) 60%, rgba(250, 242, 144, 0.76) 100%);
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.comment-modal .comment-inner {
  background: rgba(255, 41, 41, 0.56);
  padding: 20px;
}
.comment-modal .comment-area {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 30px 30px;
}

.comment-modal__head h2 {
  font-weight: 800;
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 10px;
  text-align: center;
}
.comment-modal__head h2 img {
  width: 80%;
}

.comment-modal__body {
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: -0.2px;
  font-size: clamp(13px, 1.7vw, 18px);
}
.comment-modal__body .btn-close {
  display: block;
  margin: 20px auto 0;
  width: 50%;
  max-width: 250px;
}

.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

/* 合成レイヤーに乗せる（GPU化） */
.trigger,
.bg-fusen,
.kamifubuki,
.announce-heading img {
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* 大きいボックスシャドウはPCだけに限定 or 弱める（再描画が重い） */
@media (min-width: 768px) {
  .sns-wall .layer01,
  .sns-wall .layer02 {
    /* 影を少し弱める or フィルタに置換 */
    /* box-shadow: 0 0 6px rgba(0,0,0,.35); */
    /* filter: drop-shadow(0 2px 6px rgba(0,0,0,.35)); // 状況により軽い */
  }
}
@media screen and (min-width: 768px) {
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  body {
    width: 100%;
  }
  section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 30px 0;
  }
  section .inner {
    padding: 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  section h2 {
    text-align: center;
  }
  section h2 img {
    width: 60%;
  }
  /* 見出しの帯（土台） */
  .announce-heading {
    --band-h: 165px;
    position: relative;
    display: grid;
    place-items: center;
    margin: 0 auto;
    padding-block: calc(var(--band-h) * 0.25); /* 上下の余白（好みで） */
  }
  /* 横一杯に伸びる“リボン” */
  .announce-heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: calc(50% + 327px);
    top: 260px;
    transform: translateY(-50%);
    height: var(--band-h);
    background: #d30000; /* 画像の帯色に合わせる */
    z-index: 0;
  }
  .announce-heading::after {
    content: "";
    position: absolute;
    left: calc(50% + 327px);
    right: 0;
    top: 260px;
    transform: translateY(-50%);
    height: var(--band-h);
    background: #d30000; /* 画像の帯色に合わせる */
    z-index: 0;
  }
  /* 画像は常に最前面＆中央 */
  .announce-heading img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: none;
  }
  /* PC では中央の画像幅を固定 */
  .announce-heading img {
    max-width: 1100px;
  }
  #top {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .kamifubuki {
    position: absolute;
    top: -8vw;
    left: 0;
    width: 100%;
  }
  /* 重ねて動かす背景フロート */
  .bg-fusen {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    margin-top: -2%;
    pointer-events: none;
    user-select: none;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    z-index: 0;
  }
  /* 紙吹雪画像が大きすぎる・小さすぎるときはここで調整 */
  .bg-fusen img {
    display: block;
    position: relative;
    left: 3%;
    width: 94%;
    max-width: 100%;
    height: auto;
  }
  #kokuchi {
    padding-top: 80px;
    margin-bottom: 100px;
  }
  #kokuchi .kokuchi-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
  }
  #kokuchi .kokuchi-list ul li {
    margin: 0 0 0 0;
    width: 33.33%;
  }
  #kokuchi .kokuchi-list ul li a {
    display: inline-block;
  }
  #kokuchi .kokuchi-list ul li a img {
    position: relative;
    width: 104%;
    max-width: none;
    left: -2%;
  }
  #kokuchi .kokuchi-list ul li:nth-child(1), #kokuchi .kokuchi-list ul li:nth-child(2), #kokuchi .kokuchi-list ul li:nth-child(3), #kokuchi .kokuchi-list ul li:nth-child(4), #kokuchi .kokuchi-list ul li:nth-child(5), #kokuchi .kokuchi-list ul li:nth-child(6) {
    margin: 0 0 0 0;
  }
  #kokuchi .kokuchi-list ul li:nth-child(1) a img, #kokuchi .kokuchi-list ul li:nth-child(2) a img, #kokuchi .kokuchi-list ul li:nth-child(3) a img, #kokuchi .kokuchi-list ul li:nth-child(4) a img, #kokuchi .kokuchi-list ul li:nth-child(5) a img, #kokuchi .kokuchi-list ul li:nth-child(6) a img {
    position: relative;
    width: 120%;
    max-width: none;
    left: -10%;
  }
  #kokuchi .kokuchi-list ul li:nth-child(3) {
    margin: 0 0 0 0;
  }
  #kokuchi .kokuchi-list ul li:nth-child(4) {
    margin: -3% 0 0 0;
  }
  #kokuchi .kokuchi-list ul li:nth-child(5) {
    margin: -3% 0 0 0;
  }
  #kokuchi .kokuchi-list ul li:nth-child(6) {
    margin: -3% 0 0 0;
  }
  #comment {
    padding-top: 0;
    padding-bottom: 10px;
  }
  #comment .announce-heading::before, #comment .announce-heading::after {
    background: #e90000;
  }
  #comment h3 {
    position: relative;
    margin: 0% auto 1%;
    background: #e80000;
    padding: 0.2% 1% 0%;
    text-align: center;
  }
  #comment h3 img {
    width: 80%;
    max-width: 1100px;
  }
  #comment h3 .comment-ico-hash {
    position: absolute;
    left: 30%;
    top: -56%;
    width: 40%;
  }
  #comment h4 {
    text-align: center;
    margin: 3% auto 0%;
  }
  #comment h4 img {
    width: 50%;
    max-width: 530px;
  }
  #comment .comment-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
  }
  #comment .comment-list ul li {
    margin: -2% 0 0 0;
    width: 33.33%;
  }
  #comment .comment-list ul li a {
    display: inline-block;
  }
  #comment .comment-list ul li a img {
    position: relative;
    width: 100%;
  }
  #comment .comment-box02 {
    margin-top: 150px;
  }
  #comment .sns-wall {
    margin: 40px auto 0;
  }
  #comment .sns-wall .layer01 {
    padding: 8px;
    border: 3px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-image: linear-gradient(to bottom right, #c89629, #faf290) 1;
  }
  #comment .sns-wall .layer02 {
    padding: 20px;
    border: 3px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-image: linear-gradient(to bottom right, #c89629, #faf290) 1;
  }
  #comment .sns-wall .sns-wall-inner {
    max-height: 600px;
  }
  #comment .sns-wall-attention {
    text-align: center;
    margin: 20px auto;
  }
  #comment .sns-wall-attention p {
    display: inline-block;
    padding: 7px 15px 5px;
    line-height: 1.3;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    font-size: 18px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
  }
  .comment-modal {
    min-width: min(88vw, 720px);
    max-width: 960px;
    color: #000;
    background: linear-gradient(135deg, rgba(200, 150, 41, 0.76) 0%, rgba(250, 242, 144, 0.76) 31%, rgba(201, 151, 42, 0.75) 60%, rgba(250, 242, 144, 0.76) 100%);
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .comment-modal .comment-inner {
    background: rgba(255, 41, 41, 0.56);
    padding: 40px;
  }
  .comment-modal .comment-area {
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    padding: 20px 60px;
  }
  .comment-modal__head h2 {
    font-weight: 1000;
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 10px;
    text-align: center;
  }
  .comment-modal__head h2 img {
    width: 80%;
    max-width: 400px;
  }
  .comment-modal__body {
    line-height: 1.8;
    font-size: clamp(12px, 1.6vw, 18px);
  }
  .comment-modal__body .btn-close {
    display: block;
    margin: 50px auto 20px;
    width: 50%;
    max-width: 250px;
  }
  footer {
    margin-top: 100px;
    position: relative;
    padding: 20px 25px 25px;
    background: linear-gradient(45deg, rgba(76, 182, 233, 0.75) 0%, rgba(222, 73, 85, 0.75) 50%, rgba(194, 164, 179, 0.75) 100%);
  }
  footer .tank {
    position: absolute;
    right: 50%;
    margin-right: -520px;
    top: -130px;
    width: 120px;
  }
  footer .sns-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .sns-list ul li {
    margin: 0 6px;
  }
  footer .sns-list ul li a {
    display: inline-block;
  }
  footer .sns-list ul li a img {
    height: 60px;
  }
  footer .copy {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 1300px) {
  #comment h3 .comment-ico-hash {
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: -42%;
    width: 480px;
  }
}

/*# sourceMappingURL=main.css.map */
