@charset "UTF-8";
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ パンくず ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: calc(20 * 100vw / 750);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 100;
  font-weight: 400;
  line-height: 2;
  width: calc(700 * 100vw / 750);
  margin: calc(10 * 100vw / 750) auto;
}
#breadcrumb .cateList li {
  margin-left: calc(2 * 100vw / 750);
  margin-right: calc(5 * 100vw / 750);
  white-space: nowrap;
}

@media (min-width: 768px) {
  #breadcrumb .cateList {
    font-size: 1.2rem;
    line-height: 1;
    width: 110rem;
    margin-block: 2rem;
  }
  #breadcrumb .cateList li {
    margin-left: 0.2rem;
    margin-right: 0.5rem;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ パンくず ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@font-face {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url("../font/NotoSerifJP-Regular.otf");
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共通設定 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.frayid_240221 {
  width: 100%;
  overflow: clip;
  font-feature-settings: "palt";
}
.frayid_240221 img {
  display: block;
  width: 100%;
  height: auto;
}
.frayid_240221 section {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
.frayid_240221 .fontEn {
  font-family: "sigurd", sans-serif;
}
.frayid_240221 .fontJa {
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .frayid_240221 .pcOnly {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .frayid_240221 .spOnly {
    display: none !important;
  }
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ 共通設定 ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ contents ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.frayid_240221 {
  --color-text: #58595b;
  --color-black: #000000;
  --color-white: #ffffff;
  color: var(--color-text);
}
.frayid_240221 .bgWhite {
  position: relative;
  z-index: 2;
}
.frayid_240221 .bgWhite::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
  pointer-events: none;
}
.frayid_240221 .firstview {
  width: calc(750 * 100vw / 750);
  margin-inline: auto;
}
.frayid_240221 .firstview__image {
  width: 100%;
  margin-inline: auto;
}
.frayid_240221 .firstview__lead {
  margin-top: calc(106 * 100vw / 750);
  font-size: calc(27 * 100vw / 750);
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .frayid_240221 .firstview__image {
    width: 120rem;
  }
  .frayid_240221 .firstview__lead {
    margin-top: 5.5rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.16em;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .frayid_240221 .side-text {
    position: fixed;
    width: calc(16 * 100vw / 750);
    width: 0.97rem;
    right: 3.1rem;
    top: 47.6%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .frayid_240221 .side-text.isShow {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .frayid_240221 .side-text {
    z-index: 10;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
  }
  .frayid_240221 .side-text.isShow {
    opacity: 1;
  }
  .frayid_240221 .side-text .side-text-image {
    box-sizing: content-box;
    width: calc(16 * 100vw / 750);
    height: calc(551 * 100vw / 750);
    background-image: url(../img/sp_side_text.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: calc(16.5 * 100vw / 750);
    margin-top: calc((100vh - 73.4666666667vw) / 2);
    padding-right: calc(28 * 100vw / 750);
  }
  .frayid_240221 .side-text .white .side-text-image {
    background-image: url(../img/sp_side_text_white.svg);
  }
  .frayid_240221 .side-text .midnightInner {
    display: flex;
    justify-content: flex-end;
  }
}
.frayid_240221 .model {
  width: calc(750 * 100vw / 750);
  margin-inline: auto;
}
.frayid_240221 .model__inner {
  position: relative;
  margin-inline: auto;
}
.frayid_240221 .model__wrapper {
  margin-inline: auto;
}
.frayid_240221 .model__wrapper--flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.frayid_240221 .model__title {
  display: flex;
  flex-direction: column;
  row-gap: calc(47 * 100vw / 750);
  margin-left: calc(47 * 100vw / 750);
  color: var(--color-black);
}
.frayid_240221 .model__title--main {
  display: block;
}
.frayid_240221 .model__title--sub {
  display: block;
  font-size: calc(30 * 100vw / 750);
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.frayid_240221 .model__title--sub > span {
  display: block;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.frayid_240221 .model__title--sub > span:nth-of-type(2) {
  margin-top: calc(20 * 100vw / 750);
}
.frayid_240221 .model__description {
  display: flex;
  flex-direction: column;
  row-gap: calc(10 * 100vw / 750);
  width: calc(580 * 100vw / 750);
  margin-top: calc(57 * 100vw / 750);
  margin-left: calc(45 * 100vw / 750);
}
.frayid_240221 .model__description__lead {
  font-size: calc(26 * 100vw / 750);
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 400;
  text-align: justify;
  line-break: strict;
}
.frayid_240221 .model__description__credit {
  margin-top: calc(30 * 100vw / 750);
  font-size: calc(23 * 100vw / 750);
  line-height: 1.6739130435;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.frayid_240221 .model__description__credit__item {
  display: inline-block;
}
.frayid_240221 .model__image {
  display: flex;
  flex-direction: column;
  row-gap: calc(20 * 100vw / 750);
  margin-top: calc(84 * 100vw / 750);
}
@media (min-width: 768px) {
  .frayid_240221 .model {
    width: 100%;
  }
  .frayid_240221 .model__inner {
    position: relative;
    width: 140rem;
  }
  .frayid_240221 .model__wrapper {
    position: relative;
  }
  .frayid_240221 .model__wrapper--flex {
    flex-direction: row;
  }
  .frayid_240221 .model__sticky__item {
    position: sticky;
    top: 18rem;
    margin-left: 8rem;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0.1rem;
  }
  .frayid_240221 .model__title {
    row-gap: 2.9rem;
    margin-left: 0rem;
  }
  .frayid_240221 .model__title--sub {
    font-size: 1.7rem;
    line-height: 1.2352941176;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
  .frayid_240221 .model__title--sub > span {
    letter-spacing: 0.03em;
  }
  .frayid_240221 .model__title--sub > span:nth-of-type(2) {
    margin-top: 1rem;
  }
  .frayid_240221 .model__description {
    row-gap: 2.2rem;
    width: 45.3rem;
    margin-top: 3rem;
    margin-left: 0rem;
  }
  .frayid_240221 .model__description__lead {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.14em;
    font-weight: 400;
  }
  .frayid_240221 .model__description__credit {
    margin-top: 0rem;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
  .frayid_240221 .model__image {
    row-gap: 2.1rem;
    margin-top: 0rem;
    margin-right: 8rem;
    width: 60rem;
  }
}
.frayid_240221 .type01 {
  margin-top: calc(229 * 100vw / 750);
}
.frayid_240221 .type01 .model__title--main {
  width: calc(326 * 100vw / 750);
}
@media (min-width: 768px) {
  .frayid_240221 .type01 {
    margin-top: 17.4rem;
  }
  .frayid_240221 .type01 .model__title--main {
    width: 29.4rem;
  }
}
.frayid_240221 .type02 {
  margin-top: calc(234 * 100vw / 750);
}
.frayid_240221 .type02 .model__title--main {
  width: calc(460 * 100vw / 750);
}
@media (min-width: 768px) {
  .frayid_240221 .type02 {
    margin-top: 24rem;
  }
  .frayid_240221 .type02 .model__title {
    row-gap: 2.7rem;
  }
  .frayid_240221 .type02 .model__title--main {
    width: 42.3rem;
  }
  .frayid_240221 .type02 .model__description {
    margin-top: 2.9rem;
    row-gap: 2rem;
  }
}
.frayid_240221 .type03 {
  margin-top: calc(209 * 100vw / 750);
}
.frayid_240221 .type03 .model__title--main {
  width: calc(347 * 100vw / 750);
}
@media (max-width: 767px) {
  .frayid_240221 .type03 .model__title {
    row-gap: calc(50 * 100vw / 750);
  }
}
@media (min-width: 768px) {
  .frayid_240221 .type03 {
    margin-top: 24rem;
  }
  .frayid_240221 .type03 .model__title--main {
    width: 32rem;
  }
  .frayid_240221 .type03 .model__description {
    margin-top: 2.9rem;
    row-gap: 2rem;
  }
}
.frayid_240221 .endview {
  width: calc(750 * 100vw / 750);
  margin-top: calc(150 * 100vw / 750);
  text-align: center;
}
.frayid_240221 .endview__staff {
  margin-block: calc(170 * 100vw / 750) calc(153 * 100vw / 750);
  font-size: calc(25 * 100vw / 750);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 300;
  color: var(--color-text);
  text-align: center;
}
.frayid_240221 .endview__btn {
  font-size: calc(40 * 100vw / 750);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: var(--color-black);
}
.frayid_240221 .endview__btn > a {
  padding-bottom: calc(2 * 100vw / 750);
  border-bottom: calc(6 * 100vw / 750) double var(--color-text);
}
@media (min-width: 768px) {
  .frayid_240221 .endview {
    width: 110rem;
    margin-top: 13rem;
    border-bottom: 0.1rem solid var(--color-black);
  }
  .frayid_240221 .endview__staff {
    margin-block: 13.7rem 13.6rem;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 300;
  }
  .frayid_240221 .endview__btn {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
  .frayid_240221 .endview__btn > a {
    padding-bottom: 0.4rem;
    border-bottom: 0.3rem double var(--color-text);
  }
}
.frayid_240221 .jsFade {
  opacity: 0;
  transform: translateY(30px);
}
.frayid_240221 .jsFade.isActive {
  transition: transform 1.2s, opacity 1.2s;
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .frayid_240221 .jsFade_pc {
    opacity: 0;
    transform: translateY(30px);
  }
  .frayid_240221 .jsFade_pc.isActive {
    transition: transform 1.2s, opacity 1.2s;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .frayid_240221 .jsFade_sp {
    opacity: 0;
    transform: translateY(30px);
  }
  .frayid_240221 .jsFade_sp.isActive {
    transition: transform 1.2s, opacity 1.2s;
    transform: translateY(0);
    opacity: 1;
  }
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ contents ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*//*# sourceMappingURL=style.css.map */