@charset "UTF-8";
/*--------------------------------------------

八乙女光と阿佐ヶ谷姉妹のまるごと視察団 ～気づけば富谷推しになっていた～｜khb東日本放送
https://www.khb-tv.co.jp/event/tomiyaoshi/index.html

  [00] 基本設定
  [01] メインビジュアル
  [02] ABOUT
  [03] STORY
  [04] CAST
  [05] SPOTS
  [06] STREAMING
  [07] フッター
  [99] 標準機能

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
html {
  font-size: 62.5%;
  /*1rem=10px*/
}

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #1f2438;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  background: #fffdf4;
}
body.js-no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.6s;
  color: #d71580;
  text-decoration-line: underline;
}
a:hover {
  transition: 0.6s;
  opacity: 0.7;
}

::-moz-selection {
  background: #d71580;
  color: #ffffff;
}

::selection {
  background: #d71580;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
th,
dt {
  font-weight: 700;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.bg-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg.jpg");
  background-size: cover;
  z-index: -2;
  filter: blur(10px);
}

main {
  width: 100%;
}

section {
  padding: 75px 15px;
}

section > .w_limit_1440,
section > .w_limit_1280 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.w_limit_sp {
  width: 92%;
}

.w_limit_1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.tomiya-page h2 {
  color: #d71580;
  line-height: 1.2;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  display: block;
  font-size: clamp(3.6rem, 6vw, 6rem);
  text-align: center;
  z-index: 1;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}
.tomiya-page h2 span {
  display: block;
  color: #1f2438;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.tomiya-page h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 130px;
  height: 9px;
  background: linear-gradient(90deg, #ef59ab 0 62%, #d3ae11 62% 100%);
  transform: skewX(-20deg);
}
.tomiya-page .tomiya-story-card h3,
.tomiya-page .tomiya-spot-card h3 {
  display: block;
  padding: 14px 20px;
  border: 0;
  border-bottom: 1px solid #ef59ab;
  color: #d71580;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.45;
  text-align: center;
}
.tomiya-page .tomiya-cast-card h3 {
  margin: 0;
  padding: 0px;
  font-size: 2.4rem;
  color: #d71580;
  line-height: 1.45;
}
.tomiya-page .tomiya-spot-card h3 {
  margin-bottom: 22px;
  font-size: 2.2rem;
}

.tomiya-container {
  width: min(1440px, 100%);
  margin: 0 auto;
}
.tomiya-container--narrow {
  width: min(920px, 100%);
}

@media screen and (max-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
.tomiya-hero {
  position: relative;
}
.tomiya-hero__visual {
  position: relative;
  padding: 25px 0;
}
.tomiya-hero__photo {
  width: 100%;
  max-width: 100%;
}
.tomiya-hero__copy {
  display: none;
  padding: 30px 24px 44px;
  text-align: center;
  background: linear-gradient(90deg, #ef59ab, #f388c3);
}
.tomiya-hero__anniversary {
  margin-bottom: 8px;
  font-weight: 700;
}
.tomiya-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  font-weight: 900;
  line-height: 1.45;
}
.tomiya-hero h1 span {
  font-size: 0.66em;
}
.tomiya-hero__date {
  display: inline-block;
  margin-top: 22px;
  padding: 8px 24px;
  background: #d3ae11;
  font-size: clamp(2.2rem, 3.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.4;
  transform: rotate(-1deg);
}

.tomiya-fixed-logo {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 20;
  width: min(20vw, 200px);
  text-decoration: none;
}
.tomiya-fixed-logo:hover {
  opacity: 1;
}
.tomiya-fixed-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.tomiya-scroll {
  position: absolute;
  bottom: 0px;
  right: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  color: #d71580;
  text-decoration: none;
}
.tomiya-scroll:hover {
  color: #d71580;
  opacity: 1;
}
.tomiya-scroll__label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.tomiya-scroll__arrow {
  position: relative;
  display: block;
  width: 20px;
  height: 52px;
  animation: tomiya-scroll-pulse 1.6s ease-in-out infinite;
}
.tomiya-scroll__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 32px;
  background: currentColor;
  transform: translateX(-50%);
}
.tomiya-scroll__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

@keyframes tomiya-scroll-pulse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
@media screen and (max-width: 600px) {
  .tomiya-hero__visual, .tomiya-hero__photo {
    padding: 0;
  }
  .tomiya-fixed-logo {
    top: 10px;
    left: 10px;
    width: min(25vw, 168px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .tomiya-fixed-logo.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .tomiya-scroll {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 12px 0 20px;
  }
  .tomiya-scroll__label {
    font-size: 1.5rem;
    letter-spacing: 0.32em;
    padding-left: 0.32em;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .tomiya-scroll__arrow {
    height: 44px;
  }
}
/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
.tomiya-intro {
  background: rgba(255, 255, 255, 0.82);
}

.tomiya-lead p {
  font-size: 2.4rem;
  color: #d71580;
  text-align: center;
}
.tomiya-lead__closing {
  color: #d71580;
  font-weight: 900;
  margin-top: 25px;
}

@media screen and (max-width: 600px) {
  .tomiya-lead p {
    text-align: left;
    font-size: 1.8rem;
  }
}
/*--------------------------------------------
  [03] STORY
---------------------------------------------*/
.tomiya-story {
  background: rgba(239, 89, 171, 0.14);
}

.tomiya-story__list {
  display: grid;
  gap: 36px;
}

.tomiya-story-card {
  padding: 34px;
  border: 2px solid #d71580;
  background: #fff;
  box-shadow: 10px 10px 0 #d3ae11;
}
.tomiya-story-card__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0;
}
.tomiya-story-card__thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.tomiya-story-card__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.tomiya-story-card__thumb:hover {
  opacity: 0.85;
}
.tomiya-story-card p {
  max-width: 1100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .tomiya-story-card {
    padding: 16px;
    border-width: 3px;
    box-shadow: 6px 6px 0 #d3ae11;
  }
  .tomiya-story-card__images {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/*--------------------------------------------
  [04] CAST
---------------------------------------------*/
.tomiya-cast {
  background: #fff;
}

.tomiya-cast__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tomiya-cast-card {
  padding: 18px;
  border: 2px solid #ef59ab;
  text-align: center;
}
.tomiya-cast-card > img, .tomiya-cast-card__pair img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.tomiya-cast-card > img {
  margin-bottom: 14px;
}
.tomiya-cast-card__pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 14px;
}
.tomiya-cast-card__role {
  margin-bottom: 5px;
  color: #d71580;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #ef59ab;
}

@media screen and (max-width: 900px) {
  .tomiya-cast__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .tomiya-cast__grid {
    grid-template-columns: 1fr;
  }
}
/*--------------------------------------------
  [05] SPOTS
---------------------------------------------*/
.tomiya-spots {
  background: #d4d9f7;
}

.tomiya-spots__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tomiya-spot-card {
  padding: 28px;
  background: #fff;
}
.tomiya-spot-card dl > div {
  display: grid;
  grid-template-columns: 8em 1fr;
  padding: 9px 0;
  border-bottom: 1px solid #dcccee;
}
.tomiya-spot-card dt {
  font-weight: 700;
}

.tomiya-button {
  display: block;
  width: min(320px, 100%);
  margin: 28px auto 0;
  padding: 13px 48px 13px 24px;
  border: 3px solid #d71580;
  border-radius: 100px;
  background: #d71580;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.tomiya-button:hover {
  background: #fff;
  color: #d71580;
  opacity: 1;
}
.tomiya-button--large {
  width: min(420px, 100%);
  background: #d3ae11;
  color: #1f2438;
  border-color: #d3ae11;
  font-size: 2.2rem;
}
.tomiya-button--large:hover {
  background: #fff;
  color: #1f2438;
  border-color: #fff;
}

.tomiya-spots__note {
  margin-top: 22px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .tomiya-spots__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .tomiya-spot-card {
    padding: 18px;
  }
  .tomiya-spot-card dl > div {
    grid-template-columns: 1fr;
  }
  .tomiya-spot-card dd {
    margin-top: 3px;
  }
}
/*--------------------------------------------
  [06] STREAMING
---------------------------------------------*/
.tomiya-stream {
  background: #d71580;
  color: #fff;
  text-align: center;
}
.tomiya-stream h2,
.tomiya-stream h2 span {
  color: #fff;
}

/*--------------------------------------------
  [07] フッター
---------------------------------------------*/
.tomiya-footer {
  padding: 40px 24px;
  background: #fff;
  text-align: center;
}
.tomiya-footer img {
  max-width: 300px;
  width: 100%;
}
.tomiya-footer p {
  margin-top: 12px;
  font-size: 1.3rem;
}

.PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: solid 2px #ef59ab;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: 0.3s;
}
.PageTop a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.PageTop::before {
  content: "";
  border-style: solid;
  border-width: 3px 3px 0px 0px;
  border-color: #ef59ab;
  transform: rotate(315deg);
  position: absolute;
  margin: auto;
  top: 7px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}
.PageTop:hover {
  background: #ef59ab;
  border: solid 2px #ef59ab;
  transition: 0.3s;
  opacity: 1;
}
.PageTop:hover::before {
  border-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #PageTop {
    bottom: 0;
    right: 0;
  }
  .PageTop {
    bottom: 12px;
    right: 12px;
  }
}
/*--------------------------------------------
  [99] 標準機能
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.7s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-15 {
  font-size: 1.5rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-21 {
  font-size: 2.1rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-28 {
  font-size: 2.8rem;
}

.fz-32 {
  font-size: 3.2rem;
}

@media screen and (max-width: 600px) {
  /*
  .fz-18 {
    font-size: calc(1.8rem * 0.8);
  }
  .fz-21 {
    font-size: calc(2.1rem * 0.8);
  }
  */
  .fz-28 {
    font-size: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fc-normal {
  color: #1f2438;
}

.fc-white {
  color: #ffffff;
}

.fc-red {
  color: #db3119;
}

.fc-yellow {
  color: #fccf00;
}

.fc-orange {
  color: #f7711e;
}

.fc-green {
  color: #00b297;
}

.fc-blue {
  color: #d71580;
}

.pdt-0 {
  padding-top: 0 !important;
}

.mgr-05em {
  margin-right: 0.5em !important;
}

.mgr-1em {
  margin-right: 1em !important;
}

.mgt-15 {
  margin-top: 15px !important;
}

.mgt-20 {
  margin-top: 20px !important;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mglr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.lh-20 {
  line-height: 2;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .ta-center_sp {
    text-align: center;
  }
  .ta-right_sp {
    text-align: right;
  }
  .ta-left_sp {
    text-align: left;
  }
}
/*レスポンシブ改行
-------------------------------*/
.br_480,
.br_768,
.br_1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  br.br_pconly {
    display: none;
  }
  .br_1200 {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline;
  }
  .block-768 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .block-600 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline;
  }
}
.tomiya-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tomiya-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tomiya-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 36, 56, 0.78);
}
.tomiya-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: min(1200px, 100%);
  text-align: center;
}
.tomiya-modal__image {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.tomiya-modal__close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #d71580;
  cursor: pointer;
}
.tomiya-modal__close::before, .tomiya-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
}
.tomiya-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tomiya-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tomiya-modal__close:hover {
  opacity: 1;
  background: #ef59ab;
}

@media screen and (max-width: 600px) {
  .tomiya-modal {
    padding: 16px;
  }
  .tomiya-modal__close {
    top: -8px;
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */