@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : spinoff.css
Description : Huluオリジナルストーリー
===================================================================== */
/* ========================================================
    originalstory
======================================================== */
.originalstory {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .originalstory {
    padding: 12rem 0;
  }
}
.originalstory::before {
  content: "";
  position: absolute;
  right: -18rem;
  top: 10rem;
  display: block;
  width: 84.5rem;
  aspect-ratio: 845/1113;
  background-image: url(../images/top/story_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .originalstory::before {
    right: 0;
    top: 12rem;
  }
}
.originalstory_column {
  position: relative;
  width: 93.75%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_column {
    width: 100%;
    margin: 0;
  }
}
.originalstory_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.originalstory_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.originalstory_ttl > em {
  display: block;
  padding-left: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.originalstory_ttl > span {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .originalstory_ttl > span {
    font-size: 2.1rem;
  }
}
.originalstory_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.originalstory_subttl {
  position: relative;
  width: 100%;
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_subttl {
    margin-bottom: 4.5rem;
  }
}
.originalstory_subttl > em {
  display: block;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .originalstory_subttl > em {
    font-size: 3rem;
  }
}
.originalstory_subttl > span {
  display: block;
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .originalstory_subttl > span {
    font-size: 2.1rem;
  }
}
.originalstory_tab {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 110.0917431193%;
  margin: 0 -10.0917431193% 0 0;
}
@media screen and (min-width: 768px) {
  .originalstory_tab {
    width: 100%;
    margin: 0;
  }
}
.originalstory_tab > li {
  position: relative;
  width: 49.3333333333%;
  margin: 0 0 0 1.3333333333%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li {
    width: 30%;
    min-width: 200px;
    margin: 0 0 0 5%;
  }
}
.originalstory_tab > li:first-child {
  margin-left: 0;
}
.originalstory_tab > li:first-child:last-child {
  pointer-events: none;
}
.originalstory_tab > li:hover::before {
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
.originalstory_tab > li:hover > p {
  color: #ffffff;
}
.originalstory_tab > li.is-active::before {
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
.originalstory_tab > li.is-active > p {
  color: #ffffff;
}
.originalstory_tab > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #563630 0%, #325848 100%) 1;
     border-image: linear-gradient(90deg, #563630 0%, #325848 100%) 1;
  background: #efefef;
  transition: 0.3s ease;
  z-index: -1;
}
.originalstory_tab > li > p {
  width: 100%;
  padding: 0.6rem;
  color: transparent;
  text-align: center;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.originalstory_tab > li > p > em {
  display: block;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li > p > em {
    font-size: 2.7rem;
  }
}
.originalstory_tab > li > p > span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .originalstory_tab > li > p > span {
    font-size: 1.8rem;
  }
}
.originalstory_panel {
  position: relative;
  width: 100%;
}
.originalstory_panel > li {
  display: none;
}
.originalstory_panel > li.is-show {
  display: block;
}
.originalstory_embed {
  position: relative;
  width: 110.0917431193%;
  margin: 4rem -10.0917431193% 0 0;
  padding-top: 56.25%;
}
@media screen and (min-width: 768px) {
  .originalstory_embed {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .originalstory_embed:hover::after {
    opacity: 0.5;
  }
}
.originalstory_embed::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #add2d9 0%, #76cbdc 35%, #dc7fa9 65%, #d4a9bc 100%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.originalstory_embed * {
  line-height: inherit;
}
.originalstory_embed .video-js {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.originalstory_embed .video-js .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20.6666666667%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .originalstory_embed .video-js .vjs-big-play-button {
    width: 15.5%;
  }
}
.originalstory_embed .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: none !important;
}
.originalstory_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originalstory_text {
    margin-top: 3rem;
  }
}
.originalstory_text > p {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .originalstory_text > p {
    font-size: 3rem;
  }
}
.originalstory_text > p > small {
  display: block;
  font-size: 70%;
  line-height: 1.4;
}
.originalstory_btn {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .originalstory_btn {
    width: 68.75%;
    margin: 4.5rem auto 0 auto;
  }
}
.originalstory_btn > a {
  display: block;
  width: 100%;
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0 0 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(100% - 5.5rem);
  height: 70rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro::before {
    width: calc(100% - 6rem);
    height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .intro::before {
    width: calc(50% + 540px);
  }
}
.intro_column {
  position: relative;
  width: 93.75%;
  margin: 0 auto 0 0;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 100%;
    margin: 0;
    padding-bottom: 7.5rem;
  }
}
.intro_column::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 10rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro_column::before {
    height: calc(100% - 7.5rem);
  }
}
.intro_column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.intro_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.intro_ttl > em {
  display: block;
  padding-right: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl > em {
    padding-right: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.intro_ttl > span {
  position: absolute;
  right: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 2.1rem;
  }
}
.intro_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem auto 0 0;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.intro_text {
  position: relative;
  width: 100%;
}
.intro_text > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 3rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p .fs_large {
  font-size: 125%;
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0;
  }
}
.story::before {
  content: "";
  position: absolute;
  right: -18rem;
  top: 10rem;
  display: block;
  width: 84.5rem;
  aspect-ratio: 845/1113;
  background-image: url(../images/top/story_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .story::before {
    right: 0;
    top: 12rem;
  }
}
.story_column {
  position: relative;
  width: 93.75%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 100%;
    margin: 0;
  }
}
.story_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.story_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.story_ttl > em {
  display: block;
  padding-left: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.story_ttl > span {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 2.1rem;
  }
}
.story_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.story_tab {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 110.0917431193%;
  margin: 0 -10.0917431193% 0 0;
}
@media screen and (min-width: 768px) {
  .story_tab {
    width: 100%;
    margin: 0;
  }
}
.story_tab > li {
  position: relative;
  width: 49.3333333333%;
  margin: 0 0 0 1.3333333333%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .story_tab > li {
    width: 30%;
    min-width: 200px;
    margin: 0 0 0 5%;
  }
}
.story_tab > li:first-child {
  margin-left: 0;
}
.story_tab > li:first-child:last-child {
  pointer-events: none;
}
.story_tab > li:hover::before {
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
.story_tab > li:hover > p {
  color: #ffffff;
}
.story_tab > li.is-active::before {
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
.story_tab > li.is-active > p {
  color: #ffffff;
}
.story_tab > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #563630 0%, #325848 100%) 1;
     border-image: linear-gradient(90deg, #563630 0%, #325848 100%) 1;
  background: #efefef;
  transition: 0.3s ease;
  z-index: -1;
}
.story_tab > li > p {
  width: 100%;
  padding: 0.6rem;
  color: transparent;
  text-align: center;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.story_tab > li > p > em {
  display: block;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .story_tab > li > p > em {
    font-size: 2.7rem;
  }
}
.story_tab > li > p > span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .story_tab > li > p > span {
    font-size: 1.8rem;
  }
}
.story_panel {
  position: relative;
  width: 100%;
}
.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block;
}
.story_img {
  position: relative;
  width: 110.0917431193%;
  margin: 4rem -10.0917431193% 0 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .story_img {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}
.story_img.slick-initialized.slick-slider {
  padding-bottom: 3rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .story_img.slick-initialized.slick-slider {
    padding-bottom: 2rem;
  }
}
.story_img.slick-initialized.slick-slider * {
  line-height: 1;
}
.story_img.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.story_img.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.story_img.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  transform: translateX(-50%);
}
.story_img.slick-initialized.slick-slider .slick-dots li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .story_img.slick-initialized.slick-slider .slick-dots li {
    width: 0.8rem;
    margin: 0 0.5rem;
  }
}
.story_img.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #cc3d7d;
}
.story_img.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #a3a3a3;
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4.5rem;
  }
}
.story_text > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .story_text > p {
    margin-top: 3rem;
  }
}
.story_text > p:first-child {
  margin-top: 0;
}
.story_cast {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_cast {
    margin-top: 4.5rem;
  }
}
.story_cast > dt {
  width: 5.5em;
  white-space: nowrap;
}
.story_cast > dd {
  width: calc(100% - 5.5em);
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0;
  }
}
.staff::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(100% - 5.5rem);
  height: 70rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .staff::before {
    width: calc(100% - 6rem);
    height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .staff::before {
    width: calc(50% + 540px);
  }
}
.staff_column {
  position: relative;
  width: 93.75%;
  margin: 0 auto 0 0;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .staff_column {
    width: 100%;
    margin: 0;
    padding-bottom: 7.5rem;
  }
}
.staff_column::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 10rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .staff_column::before {
    height: calc(100% - 7.5rem);
  }
}
.staff_column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.staff_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.staff_ttl > em {
  display: block;
  padding-right: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .staff_ttl > em {
    padding-right: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.staff_ttl > span {
  position: absolute;
  right: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .staff_ttl > span {
    font-size: 2.1rem;
  }
}
.staff_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem auto 0 0;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .staff_wrap {
    margin: -7.5rem auto 0 auto;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff_name {
    max-width: 560px;
    margin: 4.5rem auto 0 0;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name.staff_hr {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .staff_name.staff_hr {
    padding-top: 4.5rem;
  }
}
.staff_name.staff_hr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #d6e8ec 0%, #e9d4dd 100%);
}
.staff_name > dt {
  width: auto;
  padding-right: 1.5em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt {
    padding-right: 4.5em;
  }
}
.staff_name > dt:has(+ dd > span:first-child .staff_link) {
  margin-top: calc(0rem + 1.7em);
}
.staff_name > dt > span {
  display: block;
  font-size: 3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: -0.08em;
}
.staff_name > dd {
  width: 100%;
  text-align: right;
}
.staff_name > dd > span {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  background: linear-gradient(90deg, #d6e8ec 0%, #e9d4dd 100%);
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: calc(0rem + 1.7em);
}
.staff_name > dd > span + span {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span + span {
    margin-top: 1.5rem;
  }
}
.staff_name > dd > span + span:has(.staff_link) {
  margin-top: calc(2rem + 1.7em);
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span + span:has(.staff_link) {
    margin-top: calc(1.5rem + 1.7em);
  }
}
.staff_name > dd > span > small {
  display: block;
  font-size: 75%;
  transform: translateY(-0.5rem);
}
@media screen and (min-width: 1200px) {
  .staff_name > dd > span > small {
    display: inline-block;
    transform: none;
  }
}
.staff_link {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
  display: block;
  width: auto;
  padding: 0 0.5rem;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 80%;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-radius: 0.5rem;
  background-color: #000000;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .staff_link {
    bottom: calc(100% + 0.8rem);
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    background-color: #cc3d7d;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover::before {
    background-color: #cc3d7d;
  }
}
.staff_link::before {
  content: "";
  position: absolute;
  left: 45%;
  top: calc(100% - 1px);
  display: block;
  width: 0.6em;
  height: 0.4em;
  background-color: #000000;
  transition: 0.3s ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 8rem 6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 6rem 8rem;
  }
}
.staff_comment > dt {
  position: relative;
  width: calc(100% + 6rem);
  margin-left: -6rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dt {
    width: calc(100% + 8rem);
    margin-left: -8rem;
  }
}
.staff_comment > dt > span {
  display: inline-block;
  line-height: 2.4;
}
.staff_comment > dt > span > span {
  color: #ffffff;
  padding: 0.8rem 3rem 0.8rem 6rem;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
@media screen and (min-width: 768px) {
  .staff_comment > dt > span > span {
    padding: 0.6rem 8rem;
  }
}
.staff_comment > dd {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd {
    margin-top: 3rem;
  }
}
.staff_comment > dd > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd > p {
    margin-top: 3rem;
  }
}
.staff_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    signup
======================================================== */
.signup {
  position: relative;
  width: 100%;
  padding: 0 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .signup {
    padding: 0 0 12rem 0;
  }
}
.signup_column {
  position: relative;
  width: 100%;
}
.signup_wrap {
  position: relative;
  width: 85.15625%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .signup_wrap {
    width: 74.0740740741%;
  }
}
.signup_btn {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .signup_btn {
    width: 68.75%;
  }
}
.signup_btn > a {
  display: block;
  width: 100%;
}/*# sourceMappingURL=spinoff.css.map */