@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);
}

@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;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ パンくず ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共通設定 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.frayid_240208 {
  width: 100%;
  overflow: hidden;
  font-feature-settings: "palt";
}
.frayid_240208 img,
.frayid_240208 picture {
  display: block;
  width: 100%;
  height: auto;
}
.frayid_240208 section {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .frayid_240208 .pcOnly {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .frayid_240208 .spOnly {
    display: none !important;
  }
}
.frayid_240208 .fontJa {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
.frayid_240208 .fontEn {
  font-family: "linotype-didot", serif;
  font-weight: 400;
}
.frayid_240208 .jsFade {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(50px);
}
.frayid_240208 .jsFade.isActive {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ 共通設定 ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ contents ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media only screen and (max-width: 1400px) and (min-width: 768px) {
  .win .frayid_240208 .model__inner {
    width: 100%;
  }
}
.frayid_240208 {
  --color-text: #58595b;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-pink: #E8B1D1;
  color: var(--color-text);
}
.frayid_240208 .bgWhite {
  background-color: var(--color-white);
}
.frayid_240208 .bgWhite > a {
  display: block;
  width: 100%;
  height: 100%;
}
.frayid_240208 .firstview {
  width: calc(750 * 100vw / 750);
  text-align: center;
}
.frayid_240208 .firstview__image {
  width: 100%;
  margin-inline: auto;
}
.frayid_240208 .firstview__lead {
  margin-top: calc(105 * 100vw / 750);
  font-size: calc(27 * 100vw / 750);
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .frayid_240208 .firstview__image {
    width: 120rem;
  }
  .frayid_240208 .firstview__lead {
    margin-top: 5.7rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.16em;
    font-weight: 400;
  }
}
.frayid_240208 .model {
  width: calc(750 * 100vw / 750);
  margin-inline: auto;
}
.frayid_240208 .model__inner {
  position: relative;
  margin-inline: auto;
}
.frayid_240208 .model__wrapper {
  margin-inline: auto;
}
.frayid_240208 .model__wrapper--flex {
  display: flex;
  flex-direction: column;
}
.frayid_240208 .model__text__num {
  font-size: calc(52 * 100vw / 750);
  line-height: 1.5913461538;
  letter-spacing: 0em;
  font-weight: 600;
  color: var(--color-pink);
}
.frayid_240208 .model__text__lead {
  font-size: calc(26 * 100vw / 750);
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.frayid_240208 .model__text__credit {
  margin-top: calc(22 * 100vw / 750);
  font-size: calc(22 * 100vw / 750);
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.frayid_240208 .model__text__credit__item {
  display: inline-block;
}
@media (max-width: 767px) {
  .frayid_240208 .model__text {
    margin-top: calc(43 * 100vw / 750);
    width: calc(620 * 100vw / 750);
    margin-inline: auto;
  }
  .frayid_240208 .model__text__lead {
    margin-top: calc(4 * 100vw / 750);
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .frayid_240208 .model {
    width: 100%;
  }
  .frayid_240208 .model__inner {
    width: 140rem;
  }
  .frayid_240208 .model__wrapper {
    margin-inline: auto;
  }
  .frayid_240208 .model__wrapper--flex {
    display: flex;
    flex-direction: row;
  }
  .frayid_240208 .model__wrapper--grid {
    display: grid;
  }
  .frayid_240208 .model__text {
    margin-top: 2.5rem;
  }
  .frayid_240208 .model__text__num {
    font-size: 3.6rem;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .frayid_240208 .model__text__lead {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.16em;
    font-weight: 400;
  }
  .frayid_240208 .model__text__credit {
    margin-top: 2.1rem;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.frayid_240208 .type01 {
  margin-top: calc(170 * 100vw / 750);
}
.frayid_240208 .type01 .model__image0101 {
  width: calc(750 * 100vw / 750);
}
.frayid_240208 .type01 .model__image0102 {
  width: calc(600 * 100vw / 750);
  margin-top: calc(60 * 100vw / 750);
}
.frayid_240208 .type01 .model__image0103 {
  width: calc(750 * 100vw / 750);
  margin-top: calc(60.7 * 100vw / 750);
}
.frayid_240208 .type01 .model__text__credit {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .frayid_240208 .type01 {
    margin-top: 11.4rem;
    text-align: center;
  }
  .frayid_240208 .type01 .model__wrapper--grid {
    width: 100rem;
    margin-left: 22rem;
    grid-template-columns: 18rem 42rem 40rem;
    grid-template-rows: 33rem 57rem 40rem;
  }
  .frayid_240208 .type01 .model__image0101 {
    grid-column: 1/3;
    grid-row: 1/3;
    width: 56rem;
  }
  .frayid_240208 .type01 .model__image0102 {
    grid-column: 3/4;
    grid-row: 2/3;
    width: 40rem;
    margin-top: 0;
    transition: opacity 0.3s;
  }
  .frayid_240208 .type01 .model__image0102:hover {
    opacity: 0.7;
  }
  .frayid_240208 .type01 .model__image--slider {
    width: 40rem;
    background-color: var(--color-black);
  }
  .frayid_240208 .type01 .model__image--slider a:hover {
    opacity: 1;
  }
  .frayid_240208 .type01 .model__image0103 {
    position: relative;
    z-index: 2;
    grid-column: 2/4;
    grid-row: 3/4;
    width: 60rem;
    margin-top: 0;
  }
}
.frayid_240208 .type02 {
  margin-top: calc(196 * 100vw / 750);
}
.frayid_240208 .type02 .model__wrapper--flex {
  row-gap: calc(20 * 100vw / 750);
  margin-top: calc(60 * 100vw / 750);
}
.frayid_240208 .type02 .model__image0201 {
  width: calc(750 * 100vw / 750);
}
.frayid_240208 .type02 .model__image0202, .frayid_240208 .type02 .model__image0203 {
  width: calc(570 * 100vw / 750);
  margin-left: auto;
}
@media (min-width: 768px) {
  .frayid_240208 .type02 {
    margin-top: 15.8rem;
    text-align: right;
  }
  .frayid_240208 .type02 .model__inner {
    width: 91.4rem;
  }
  .frayid_240208 .type02 .model__wrapper--grid {
    width: 91.2rem;
    margin-left: auto;
    grid-template-columns: 31.2rem 60rem;
    grid-template-rows: 48rem 90rem;
  }
  .frayid_240208 .type02 .model__wrapper--flex {
    position: relative;
    z-index: 2;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 0;
  }
  .frayid_240208 .type02 .model__image0201 {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 60rem;
  }
  .frayid_240208 .type02 .model__image0202, .frayid_240208 .type02 .model__image0203 {
    width: 42rem;
    margin-left: 0;
  }
  .frayid_240208 .type02 .model__image0203 {
    position: absolute;
    top: 17rem;
    left: -31.3rem;
  }
  .frayid_240208 .type02 .model__text {
    margin-top: 2.4rem;
  }
}
.frayid_240208 .type03 {
  margin-top: calc(194 * 100vw / 750);
}
.frayid_240208 .type03 .model__wrapper--flex {
  row-gap: calc(60 * 100vw / 750);
}
.frayid_240208 .type03 .model__image0301 {
  width: calc(750 * 100vw / 750);
}
.frayid_240208 .type03 .model__image0302 {
  width: calc(620 * 100vw / 750);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .frayid_240208 .type03 {
    margin-top: 15.6rem;
    text-align: center;
  }
  .frayid_240208 .type03 .model__wrapper--flex {
    width: 97rem;
    margin-inline: auto;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 0;
  }
  .frayid_240208 .type03 .model__image0301 {
    width: 56.1rem;
    margin-left: 0.5rem;
  }
  .frayid_240208 .type03 .model__image0302 {
    width: 36rem;
    margin-top: 25rem;
    margin-inline: initial;
    margin-right: 0.5rem;
  }
}
.frayid_240208 .type04 {
  margin-top: calc(193 * 100vw / 750);
}
.frayid_240208 .type04 .model__image0401 {
  width: calc(750 * 100vw / 750);
}
.frayid_240208 .type04 .model__image0402 {
  width: calc(600 * 100vw / 750);
  margin-top: calc(60 * 100vw / 750);
}
.frayid_240208 .type04 .model__image0403 {
  width: calc(750 * 100vw / 750);
  margin-top: calc(60 * 100vw / 750);
}
.frayid_240208 .type04 .model__text {
  margin-top: calc(46 * 100vw / 750);
  margin-left: calc(60 * 100vw / 750);
}
@media (min-width: 768px) {
  .frayid_240208 .type04 {
    margin-top: 15.6rem;
  }
  .frayid_240208 .type04 .model__wrapper--grid {
    width: 91rem;
    margin-inline: auto;
    grid-template-columns: 33rem 58rem;
    grid-template-rows: 54rem 60rem;
  }
  .frayid_240208 .type04 .model__wrapper--flex {
    flex-direction: column;
  }
  .frayid_240208 .type04 .model__image0401 {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 58rem;
  }
  .frayid_240208 .type04 .model__image0402 {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 40rem;
    margin-top: 0;
  }
  .frayid_240208 .type04 .model__image0403 {
    width: 60rem;
    margin: 4rem auto 0;
  }
  .frayid_240208 .type04 .model__text {
    margin-top: 2.4rem;
    margin-left: 40rem;
  }
}
.frayid_240208 .type05 {
  margin-top: calc(196 * 100vw / 750);
}
.frayid_240208 .type05 .model__image0501 {
  width: calc(750 * 100vw / 750);
}
.frayid_240208 .type05 .model__image0502 {
  width: calc(750 * 100vw / 750);
  margin-top: calc(60 * 100vw / 750);
}
.frayid_240208 .type05 .model__image0503 {
  width: calc(600 * 100vw / 750);
  margin-top: calc(60 * 100vw / 750);
  margin-left: auto;
}
@media (max-width: 767px) {
  .frayid_240208 .type05 .model__text {
    margin-top: calc(44 * 100vw / 750);
  }
  .frayid_240208 .type05 .model__text__num {
    font-size: calc(56 * 100vw / 750);
    line-height: 1.4776785714;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .frayid_240208 .type05 {
    margin-top: 15.7rem;
    text-align: center;
  }
  .frayid_240208 .type05 .model__wrapper--flex {
    flex-wrap: wrap;
    row-gap: 4.1rem;
    width: 90rem;
    margin-left: 26rem;
  }
  .frayid_240208 .type05 .model__image0501 {
    width: 53rem;
    margin-left: auto;
  }
  .frayid_240208 .type05 .model__image0502 {
    width: 81rem;
    margin-top: 0;
    margin-left: 3.5rem;
    order: -2;
  }
  .frayid_240208 .type05 .model__image0503 {
    width: 33rem;
    margin-top: 23.5rem;
    margin-left: 0;
    order: -1;
  }
  .frayid_240208 .type05 .model__text {
    position: relative;
    left: -1rem;
    margin-top: 2.4rem;
  }
}
.frayid_240208 .type06 {
  margin-top: calc(192 * 100vw / 750);
}
.frayid_240208 .type06 .model__image0601 {
  width: calc(750 * 100vw / 750);
}
.frayid_240208 .type06 .model__image0602 {
  display: flex;
  flex-direction: column;
  row-gap: calc(20 * 100vw / 750);
  width: calc(540 * 100vw / 750);
  margin-top: calc(60 * 100vw / 750);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .frayid_240208 .type06 .model__text {
    margin-top: calc(47 * 100vw / 750);
  }
  .frayid_240208 .type06 .model__text__num {
    font-size: calc(56 * 100vw / 750);
    line-height: 1.4776785714;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .frayid_240208 .type06 .model__text__credit {
    margin-top: calc(24 * 100vw / 750);
  }
}
@media (min-width: 768px) {
  .frayid_240208 .type06 {
    margin-top: 15.7rem;
  }
  .frayid_240208 .type06 .model__wrapper--flex {
    display: flex;
    justify-content: space-between;
    width: 93rem;
    margin-left: 22rem;
  }
  .frayid_240208 .type06 .model__image0601 {
    width: 55rem;
  }
  .frayid_240208 .type06 .model__image0602 {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    width: 32rem;
    margin-top: 9.5rem;
    margin-inline: initial;
  }
}
.frayid_240208 .endview {
  width: calc(750 * 100vw / 750);
  margin-top: calc(143 * 100vw / 750);
  border-bottom: calc(0 * 100vw / 750) solid var(--color-black);
  text-align: center;
}
.frayid_240208 .endview__btn {
  font-size: calc(40 * 100vw / 750);
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: var(--color-black);
}
.frayid_240208 .endview__btn > a {
  padding-block: calc(8 * 100vw / 750);
  border-bottom: double medium #ababab;
}
.frayid_240208 .endview__staff {
  margin-block: calc(165 * 100vw / 750) calc(154 * 100vw / 750);
  font-size: calc(24 * 100vw / 750);
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .frayid_240208 .endview {
    width: 110rem;
    margin-top: 13.4rem;
    border-bottom: 0.1rem solid var(--color-black);
  }
  .frayid_240208 .endview__btn {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .frayid_240208 .endview__btn > a {
    padding-block: 0.4rem;
    border-bottom: 0.3rem double var(--color-text);
  }
  .frayid_240208 .endview__staff {
    margin-block: 14.3rem 13.7rem;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ contents ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.frayid_240208 {
  --color-black: #000000;
  --color-white: #ffffff;
}
.frayid_240208 .slick-dots {
  position: absolute;
  margin: 0;
  bottom: calc(20 * 100vw / 750);
  right: calc(8 * 100vw / 750);
}
.frayid_240208 .slick-dots li {
  margin-inline: calc(11 * 100vw / 750);
}
.frayid_240208 .slick-dots li button {
  width: calc(10 * 100vw / 750);
  height: calc(10 * 100vw / 750);
  border: calc(2 * 100vw / 750) solid var(--color-white);
  border-radius: 50%;
}
.frayid_240208 .slick-dots li.slick-active button {
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  .frayid_240208 .slick-dots {
    bottom: 1.1rem;
    right: 0.4rem;
  }
  .frayid_240208 .slick-dots li {
    margin-inline: 0.6rem;
  }
  .frayid_240208 .slick-dots li button {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.1rem solid var(--color-white);
  }
}/*# sourceMappingURL=style.css.map */