@charset "UTF-8";

/* cmp_header */
.cmp_header {
  background: none;
}

/* post_header */
#post_header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #post_header {
    display: block;
    position: relative;
  }
}
#post_header .text {
  padding-left: 1.6rem;
  margin-top: -4.2rem;
}
@media screen and (min-width: 768px) {
  #post_header .text {
    padding: 8.8rem 10rem;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#post_header .num {
  padding-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(1.2 / 30 * 1em);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #post_header .num {
    font-size: 3rem;
  }
}
#post_header h2 {
  padding: 0.34em 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: calc(30 / 20 * 1em);
  text-underline-offset: calc(30 / 20 * -0.75em);
  -webkit-text-decoration-color: rgb(0, 0, 0);
  text-decoration-color: rgb(0, 0, 0);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
#post_header h2 span.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #post_header h2 {
    box-sizing: border-box;
    font-size: 5.4rem;
    letter-spacing: 0.05em;
    text-decoration-thickness: calc(82 / 54 * 1em);
    text-underline-offset: calc(82 / 54 * -0.75em);
  }
  #post_header h2 span.pc {
    display: inline;
  }
  #post_header h2 span.sp {
    display: none;
  }
}
#post_header h2::before,
#post_header h2::after {
  content: "\a0";
  font-size: 200%;
  line-height: 0.5;
}
#post_header .data {
  padding: 0.7rem 1rem;
  margin: 0.4rem 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #post_header .data {
    padding: 1.4rem 3.4rem;
    margin: 0;
  }
}
#post_header .data li {
  padding: 0.1em 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: calc(0.84 / 21 * 1em);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #post_header .data li {
    font-size: 2.1rem;
  }
}
#post_header .data li:not(:first-of-type)::before {
  content: " / ";
  white-space: pre-wrap;
}
#post_header .photo {
  order: -10;
  aspect-ratio: 1800 / 924;
  border-radius: 6px;
  background-color: rgb(241, 241, 241);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #post_header .photo {
    order: 0;
    border-radius: 10px;
  }
}
#post_header .photo .image {
  height: 100%;
}
#post_header .photo .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* pgcmp_section  */
#post_header ~ section:first-of-type {
  margin-top: 4.4rem;
}
#post_header ~ section:last-of-type {
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 768px) {
  #post_header ~ section:first-of-type {
    margin-top: 8.8rem;
  }
  #post_header ~ section:last-of-type {
    margin-bottom: 8.8rem;
  }
}
.pgcmp_section h3 {
  margin: 0;
}
.pgcmp_section h3 .que {
  padding: 0.2em 0;
  display: block;
  position: relative;
  z-index: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .pgcmp_section h3 .que {
    padding: calc(0.4em + 2.6rem) 0 0.4em 0;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.pgcmp_section h3 .que::before {
  content: "Q";
  position: absolute;
  bottom: 0;
  left: -0.4em;
  z-index: -10;
  font-size: 4.75rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(250, 239, 240);
}
@media screen and (min-width: 768px) {
  .pgcmp_section h3 .que::before {
    font-size: 9.5rem;
    mix-blend-mode: multiply;
    color: rgb(241, 224, 226);
  }
}
.pgcmp_section h3 .ans {
  padding: 0.18em 0;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: calc(1.36 / 34 * 1em);
  color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  .pgcmp_section h3 .ans {
    padding: 0.2em 0;
    font-size: 3.4rem;
    line-height: 1.4;
  }
}
.pgcmp_section .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .pgcmp_section .desc {
    padding: 0.4em 0;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.pgcmp_section .desc p {
  margin: 0;
  font-weight: 300;
  letter-spacing: calc(0.32 / 16 * 1em);
}
@media screen and (min-width: 768px) {
  .pgcmp_section .desc p {
    letter-spacing: calc(0.6 / 20 * 1em);
  }
}
.pgcmp_section .photo .image {
  width: 34rem;
}
@media screen and (min-width: 768px) {
  .pgcmp_section .photo .image {
    width: 98rem;
    height: 100%;
  }
}
.pgcmp_section .photo .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* pgcmp_section for sp */
@media screen and (max-width: 767px) {
  /* sp only */
  .pgcmp_section {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }
  .pgcmp_section .photo:has(img) {
    padding-bottom: 4.4rem;
  }
  .pgcmp_section .photo img {
    border-radius: 6px;
  }
  .pgcmp_section h3,
  .pgcmp_section .desc {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .pgcmp_section h3 .ans {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

/* pgcmp_section layout-1 */
@media screen and (max-width: 767px) {
  /* sp only */
  .pgcmp_section.layout-1 {
    padding-left: calc(50vw - 50%);
    margin-left: calc(50% - 50vw);
    display: flex;
    flex-direction: column;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(to left, rgb(250, 239, 240), rgb(250, 239, 240)) no-repeat left 0 top 24rem / 100% 100%;
  }
  .pgcmp_section.layout-1 h3 .que::before {
    color: rgb(255, 255, 255);
  }
  .pgcmp_section.layout-1 > .photo {
    order: -10;
  }
  .pgcmp_section.layout-1 .photo .image {
    width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .pgcmp_section.layout-1 {
    display: grid;
    grid-template-columns: 98rem 82rem;
    grid-template-rows: auto 1fr;
    border-radius: 10px;
    background-color: rgb(250, 239, 240);
    overflow: hidden;
  }
  .pgcmp_section.layout-1 > h3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding-left: 9.4rem;
    padding-right: 8.2rem;
    margin-top: 5.6rem;
  }
  .pgcmp_section.layout-1 .desc {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding-left: 9.4rem;
    padding-right: 8.2rem;
    margin-bottom: 5.6rem;
  }
  .pgcmp_section.layout-1 .photo {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-color: rgb(241, 241, 241);
  }
}

/* pgcmp_section layout-2 */
@media screen and (max-width: 767px) {
  /* sp only */
  .pgcmp_section.layout-2 h3 .que + .ans {
    padding-top: 0.5em;
    padding-left: 3.5rem;
    padding-right: 1.75rem;
    margin-left: -3.5rem;
    margin-right: -1.75rem;
    border-top: 1px solid rgb(184, 28, 43);
  }
}
@media screen and (min-width: 768px) {
  .pgcmp_section.layout-2 {
    padding: 8.2rem 0;
    display: grid;
    grid-template-columns: 90rem 90rem;
    grid-template-rows: auto;
  }
  .pgcmp_section.layout-2 > h3 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding-left: 18.8rem;
    padding-right: 7rem;
  }
  .pgcmp_section.layout-2 > h3 .que {
    padding-bottom: 1em;
  }
  .pgcmp_section.layout-2 > h3 .que + .ans {
    padding-top: 0.6em;
    padding-left: 24.8rem;
    margin-left: -24.8rem;
    border-top: 1px solid rgb(184, 28, 43);
  }
  .pgcmp_section.layout-2 .desc {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding-top: 3.8rem;
    padding-right: 30.5rem;
  }
  .pgcmp_section.layout-2 .photo {
    display: none;
  }
}

/* pgcmp_section layout-3 */
@media screen and (max-width: 767px) {
  /* sp only */
  .pgcmp_section.layout-3 {
    padding-bottom: 0;
    padding-left: calc(50vw - 50%);
    margin-left: calc(50% - 50vw);
    color: rgb(255, 255, 255);
    background: linear-gradient(to left, rgb(184, 28, 43), rgb(184, 28, 43)) no-repeat left 0 bottom 22rem / 100% 100%;
  }
  .pgcmp_section.layout-3 h3 .que::before {
    color: rgb(200, 78, 90);
  }
  .pgcmp_section.layout-3 h3 .ans {
    color: rgb(255, 255, 255);
  }
  .pgcmp_section.layout-3 .photo {
    padding-top: 4.4rem;
    padding-bottom: 0;
  }
  .pgcmp_section.layout-3 .photo img {
    border-radius: 6px 0 0 6px;
  }
}
@media screen and (min-width: 768px) {
  .pgcmp_section.layout-3 {
    padding-top: 5.8rem;
    padding-bottom: 5.8rem;
    padding-left: calc(50vw - 50% + 5.5rem);
    padding-right: 0;
    margin-bottom: 11.6rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-columns: 84.5rem 96rem;
    grid-template-rows: auto 1fr;
    color: rgb(255, 255, 255);
    background: linear-gradient(to left, rgb(184, 28, 43), rgb(184, 28, 43)) no-repeat right 36.5rem bottom 0 / 100% 100%;
  }
  .pgcmp_section.layout-3 > h3 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding-right: 7rem;
  }
  .pgcmp_section.layout-3 > h3 .ans {
    padding: 0.5em 0;
    color: rgb(255, 255, 255);
  }
  .pgcmp_section.layout-3 .desc {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding-right: 7rem;
  }
  .pgcmp_section.layout-3 .photo {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  .pgcmp_section.layout-3 .photo .image {
    height: calc(100% + 11.6rem);
  }
  .pgcmp_section.layout-3 .photo img {
    border-radius: 10px 0 0 10px;
  }
}

/* pgcmp_section layout-4 */
@media screen and (max-width: 767px) {
  /* sp only */
  .pgcmp_section.layout-4 h3 .que + .ans {
    padding-top: 0.5em;
    padding-left: 1.75rem;
    padding-right: 3.5rem;
    margin-left: -1.75rem;
    margin-right: -3.5rem;
    border-top: 1px solid rgb(184, 28, 43);
  }
}
@media screen and (min-width: 768px) {
  .pgcmp_section.layout-4 {
    padding: 3.6rem 38rem 3.6rem 32rem;
    margin-right: calc(50% - 50vw);
  }
  .pgcmp_section.layout-4 > h3 .que {
    margin-bottom: 2em;
  }
  .pgcmp_section.layout-4 > h3 .que + .ans {
    padding: calc(1.6rem + 0.75em) 0 0.75em 0;
    border-top: 1px solid rgb(184, 28, 43);
  }
}

/* related */
#related .cmp_button {
  padding: 8.4rem 0;
}
#related .cmp_button a {
  margin: 0 auto;
}
#related .cmp_button a .image {
  width: 10.7rem;
}
@media screen and (min-width: 768px) {
  #related .cmp_button a .image {
    width: 12.2rem;
  }
}
#related .slide {
  padding-top: 1.8rem;
  margin: 0 auto;
  max-width: 25rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #related .slide {
    padding-top: 3.6rem;
    max-width: none;
  }
}
#related .swiper {
  overflow: visible;
}
#related .swiper-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
#related .swiper-slide {
  flex-basis: 25rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #related .swiper-slide {
    flex-basis: 50rem;
  }
}
#related article a {
  display: flex;
  flex-direction: column;
}
#related article h3 {
  padding: 0.28em 0;
  margin: 1em 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #related article h3 {
    padding: 0.15em 0;
    font-size: 2.3rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
#related article h3::before {
  content: attr(data-num);
  margin-bottom: 0.4em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: rgb(184, 28, 43);
  border-bottom: 3px solid;
}
@media screen and (min-width: 768px) {
  #related article h3::before {
    font-size: 4rem;
    border-bottom: 5px solid;
  }
}
#related article ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #related article ul {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.3rem;
    column-gap: 1.3rem;
  }
}
#related article .pos {
  padding: 0.3rem 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: calc(1.26 / 14 * 1em);
  color: rgb(255, 255, 255);
  background-color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  #related article .pos {
    padding: 0.7rem 1em;
    font-size: 1.4rem;
  }
}
#related article .joined {
  padding: 0.75em 1em;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: calc(1.26 / 14 * 1em);
}
@media screen and (min-width: 768px) {
  #related article .joined {
    font-size: 1.4rem;
  }
}
#related article .photo {
  order: -10;
  aspect-ratio: 500 / 670;
}
#related article .photo .image {
  width: 25rem;
}
@media screen and (min-width: 768px) {
  #related article .photo .image {
    width: 50rem;
  }
}
#related article .photo .image img {
  width: 100%;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  #related article .photo .image img {
    border-radius: 10px;
  }
}
#related .slide .navigation {
  position: absolute;
  top: 15rem;
  left: -4.2rem;
  right: -4.2rem;
  z-index: 10;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #related .slide .navigation {
    margin: auto;
    top: 0;
    bottom: 0;
    left: -5.2rem;
    right: -5.2rem;
  }
}
#related .slide .navigation > div {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255) url(../images/ico_arrow4.svg) no-repeat 50% 50% / auto 1.6rem;
  pointer-events: auto;
  cursor: pointer;
  transition: 0.2s opacity ease-out;
}
@media screen and (min-width: 768px) {
  #related .slide .navigation > div {
    width: 10.4rem;
    height: 10.4rem;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background-size: 1.9rem 3.2rem;
  }
}
#related .slide .navigation > div:first-of-type {
  scale: -1 1;
}
#related .slide .navigation > div:hover {
  opacity: 0.75;
}
#related .slide .navigation > div svg {
  display: none;
}
