@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #13181D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
  color: #13181D;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-weight: bold;
}
body ul,
body ol {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body input [type=submit],
body button {
  cursor: pointer;
}

.c-heading {
  text-align: center;
  overflow: hidden;
}
.c-heading[data-view=true] h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.c-heading h2 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s 0.3s ease-out;
  font-size: 3rem;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading h2 {
    font-size: 2rem;
  }
}

.c-heading__sub {
  padding-top: 30px;
  border-top: 1px solid #13181D;
}
@media screen and (max-width: 767px) {
  .c-heading__sub {
    padding-top: 15px;
  }
}
.c-heading__sub h2 {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-heading__sub h2 {
    font-size: 1.5rem;
  }
}

.c-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    padding: 0 17px;
  }
}

.c-wrapper__small {
  max-width: 875px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__small {
    padding: 0 17px;
  }
}

.p-article {
  margin-top: 100px;
  padding: 96px 0 0;
}
@media screen and (max-width: 767px) {
  .p-article {
    margin-top: 50px;
    padding: 36px 0 0;
  }
}

.p-article__heading-sub {
  margin-bottom: 35px;
  font-size: 1.25rem;
  font-weight: bold;
}
.p-article__heading-sub br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-article__heading-sub br {
    display: block;
  }
}

.p-article__heading span[data-font=en] {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.6;
}
.p-article__heading h2 {
  margin: 10px 0 8px;
  font-size: 2rem;
  line-height: 1.6;
}
.p-article__heading span[data-font=ja] {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-article__image {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-article__image {
    margin-top: 40px;
  }
}

.p-article__lead {
  margin-top: 35px;
}
.p-article__lead p {
  font-size: 1.5rem;
  line-height: 2;
}

.p-article__index {
  padding: 40px 60px;
  margin-top: 35px;
  background-color: #fff;
  border: 1px solid #707070;
}
@media screen and (max-width: 960px) {
  .p-article__index {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-article__index {
    padding: 27px 19px 29px;
  }
}
.p-article__index ol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0;
  counter-reset: item;
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-article__index ol {
    max-height: 100% !important;
  }
}
.p-article__index li {
  display: flex;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 40px 10px;
}
@media screen and (max-width: 960px) {
  .p-article__index li {
    margin: 0 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-article__index li {
    margin: 0 0 10px;
  }
}
.p-article__index li::before {
  counter-increment: item;
  content: counter(item) ".";
  font-size: 1.2rem;
  margin-right: 3px;
}
.p-article__index li:last-child {
  margin-bottom: 0;
}
.p-article__index li a {
  display: inline-block;
  padding-left: 0;
  text-indent: 0;
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-article__index li a:hover {
  text-decoration: none;
}

.p-article__section {
  max-width: 815px;
  margin: 100px auto 0;
  padding: 100px 0 0;
  border-top: 1px solid #111111;
}
@media screen and (max-width: 960px) {
  .p-article__section {
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-article__section {
    margin: 60px auto 0;
    padding: 37px 17px 0;
  }
}
.p-article__section h3 {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-article__section h3 {
    padding-left: 1.9em;
    text-indent: -1.9em;
  }
}
.p-article__section p {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 2;
}
.p-article__section + .p-article__section {
  padding: 70px 0 0;
}
@media screen and (max-width: 960px) {
  .p-article__section + .p-article__section {
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-article__section + .p-article__section {
    padding: 37px 17px 0;
  }
}

.p-article__section-image {
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-article__section-image {
    margin: 30px 0 20px;
  }
}
.p-article__section-image figcaption {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-article__section-image figcaption {
    margin-top: 15px;
  }
}

.p-article__wide-image {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-article__wide-image {
    margin-top: 30px;
  }
}
.p-article__wide-image + .p-article__section {
  padding: 70px 0 0;
}
@media screen and (max-width: 960px) {
  .p-article__wide-image + .p-article__section {
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-article__wide-image + .p-article__section {
    padding: 37px 17px 0;
  }
}

.p-index {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-index {
    margin-top: 50px;
  }
}

.p-index__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-index__list {
    margin-top: 17px;
  }
}

.p-index__list[data-column="2"],
.p-index__list[data-column="4"] {
  max-width: 816px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="2"],
.p-index__list[data-column="4"] {
    margin-top: 17px;
  }
}
.p-index__list[data-column="2"] .p-index__list-item,
.p-index__list[data-column="4"] .p-index__list-item {
  width: calc(50% - 16px);
  margin: 0 32px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="2"] .p-index__list-item,
.p-index__list[data-column="4"] .p-index__list-item {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
}
.p-index__list[data-column="2"] .p-index__list-item:nth-child(2n),
.p-index__list[data-column="4"] .p-index__list-item:nth-child(2n) {
  margin-right: 0;
}

.p-index__list[data-column="3"] .p-index__list-item,
.p-index__list[data-column="5"] .p-index__list-item {
  width: calc(33.3333333333% - 21.3333333333px);
  margin: 0 32px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="3"] .p-index__list-item,
.p-index__list[data-column="5"] .p-index__list-item {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="3"] .p-index__list-item:nth-child(2n),
.p-index__list[data-column="5"] .p-index__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-index__list[data-column="3"] .p-index__list-item:nth-child(3),
.p-index__list[data-column="5"] .p-index__list-item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="3"] .p-index__list-item:nth-child(3),
.p-index__list[data-column="5"] .p-index__list-item:nth-child(3) {
    margin: 0 16px 16px 0;
  }
}

.p-index__list-item a {
  display: block;
  overflow: hidden;
}
.p-index__list-item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-index__list-item a img {
  transition: -webkit-transform 0.45s ease-out;
  transition: transform 0.45s ease-out;
  transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
}

.p-item {
  margin: 160px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-item {
    margin: 60px 0 40px;
  }
}

.p-item__unit {
  max-width: 816px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-item__unit {
    margin-top: 35px;
  }
}

.p-item__unit-link {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-item__unit-link {
    margin-top: 18px;
  }
}
.p-item__unit-link a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
  text-decoration: underline;
}
.p-item__unit-link a:hover {
  text-decoration: none;
}
.p-lead {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-lead {
    margin-top: 30px;
    padding-top: 190px;
  }
  .p-lead::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 1px;
    height: 150px;
    background-color: #13181D;
  }
}

.p-lead__heading {
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-lead__heading {
    display: none;
  }
}
.p-lead__heading[data-view=true] h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-lead__heading h2 {
  font-size: 2rem;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s 0.3s ease-out;
}

.p-lead__text {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-lead__text {
    font-size: 1.2rem;
  }
}

.p-lead__text-sub {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-lead__text-sub {
    margin-top: 20px;
  }
}

.p-lead__movie-wrap {
  max-width: 875px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-lead__movie-wrap {
    padding: 0;
  }
}

.p-lead__movie {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 100px;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .p-lead__movie {
    margin-top: 45px;
  }
}
.p-lead__movie > div,
.p-lead__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-look {
  margin: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-look {
    margin: 120px 0;
  }
}

.p-look__item {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-look__item {
    margin-top: 75px;
  }
}
.p-look__item + .p-look__item {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-look__item + .p-look__item {
    margin-top: 50px;
  }
}

.p-look__item-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-look__item-link {
    margin-top: 18px;
    font-size: 1.2rem;
  }
}
.p-look__item-link > dd + dd {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-look__item-link > dd + dd {
    margin-top: 5px;
  }
}
.p-look__item-link a {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: underline;
}
.p-look__item-link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-look__item-link a {
    font-size: 1.2rem;
  }
}

.p-main {
  margin-top: 290px;
}
@media screen and (max-width: 767px) {
  .p-main {
    margin-top: 105px;
  }
}

.p-main__image-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-main__image-list {
    margin-top: 70px;
  }
}
.p-main__image-list > div {
  opacity: 0.7;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: all 0.4s 0.5s ease-out;
}
.p-main__image-list > div[data-view=true] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-main__image-list > div + div {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .p-main__image-list > div + div {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-main__image-list > div + div {
    margin-top: 50px;
  }
}
.p-main__image-list > div:first-child, .p-main__image-list > div:nth-child(6), .p-main__image-list > div:nth-child(11) {
  width: 100%;
}
.p-main__image-list > div:nth-child(2), .p-main__image-list > div:nth-child(4), .p-main__image-list > div:nth-child(7), .p-main__image-list > div:nth-child(9), .p-main__image-list > div:nth-child(12), .p-main__image-list > div:nth-child(14) {
  width: 605px;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-main__image-list > div:nth-child(2), .p-main__image-list > div:nth-child(4), .p-main__image-list > div:nth-child(7), .p-main__image-list > div:nth-child(9), .p-main__image-list > div:nth-child(12), .p-main__image-list > div:nth-child(14) {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .p-main__image-list > div:nth-child(2), .p-main__image-list > div:nth-child(4), .p-main__image-list > div:nth-child(7), .p-main__image-list > div:nth-child(9), .p-main__image-list > div:nth-child(12), .p-main__image-list > div:nth-child(14) {
    width: 242px;
  }
}
.p-main__image-list > div:nth-child(3), .p-main__image-list > div:nth-child(5), .p-main__image-list > div:nth-child(8), .p-main__image-list > div:nth-child(10), .p-main__image-list > div:nth-child(13), .p-main__image-list > div:nth-child(15) {
  width: 605px;
  height: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .p-main__image-list > div:nth-child(3), .p-main__image-list > div:nth-child(5), .p-main__image-list > div:nth-child(8), .p-main__image-list > div:nth-child(10), .p-main__image-list > div:nth-child(13), .p-main__image-list > div:nth-child(15) {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .p-main__image-list > div:nth-child(3), .p-main__image-list > div:nth-child(5), .p-main__image-list > div:nth-child(8), .p-main__image-list > div:nth-child(10), .p-main__image-list > div:nth-child(13), .p-main__image-list > div:nth-child(15) {
    width: 242px;
  }
}
.p-main__image-list > div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-main__detail {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-main__detail {
    margin-top: 100px;
  }
}

.p-main__detail-list {
  display: flex;
  justify-content: flex-end;
  padding: 60px 105px 70px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 960px) {
  .p-main__detail-list {
    padding: 30px 35px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-main__detail-list {
    padding: 20px 0;
  }
}

.p-main__detail-list-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-inner {
    justify-content: flex-end;
    width: 100%;
  }
}

.p-main__detail-list-info {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-info {
    flex: 1;
    align-items: flex-start;
  }
}
.p-main__detail-list-info > span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-info > span {
    position: static;
    font-size: 1.5rem;
  }
}
.p-main__detail-list-info > p {
  max-width: 180px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-info > p {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-main__detail-list-image {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-image img {
    width: 113px;
    height: 113px;
  }
}

.p-main__detail-list-text-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-text-sp {
    display: block;
    font-size: 1rem;
    max-width: 113px;
  }
}

.p-mv,
.p-mv__image {
  height: 100vh;
  max-height: 850px;
  min-height: 600px;
}
@media screen and (min-width: 1600px) {
  .p-mv,
.p-mv__image {
    max-height: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-mv,
.p-mv__image {
    height: 70vh;
    max-height: 700px;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv,
.p-mv__image {
    min-height: 640px;
  }
}

.p-mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv {
    align-items: flex-end;
  }
  .p-mv::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 370px;
    mix-blend-mode: multiply;
    background: white;
    background: linear-gradient(to bottom, white 0%, #656565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#656565",GradientType=0 );
  }
}

.p-mv__image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__image {
    display: none;
  }
}
.p-mv__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__image-sp {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__image-sp {
    display: block;
    min-height: 640px;
  }
}
.p-mv__image-sp img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__copy {
  position: relative;
  z-index: 1;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.p-mv__copy[data-view] {
  transition: opacity 0.5s 0.5s, -webkit-transform 0.4s 0.5s;
  transition: transform 0.4s 0.5s, opacity 0.5s 0.5s;
  transition: transform 0.4s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.4s 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    margin-bottom: 120px;
  }
}
.p-mv__copy p {
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-mv__copy p {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.p-mv__copy h1 {
  margin: 0;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 6rem;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .p-mv__copy h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__copy h1 {
    font-size: 2.5rem;
    text-shadow: none;
  }
}
.p-mv__copy span {
  display: inline-block;
  margin-top: 26px;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-mv__copy span {
    margin-top: 10px;
    font-size: 1.25rem;
  }
}

.p-mv__scroll {
  display: none;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll {
    display: block;
  }
}
.p-mv__scroll::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  display: block;
  height: 40px;
  width: 1px;
  background-color: #fff;
}
.p-mv__scroll span {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

.p-product {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-product {
    margin-top: 50px;
  }
}

.p-product__inner {
  max-width: 816px;
  margin: 0 auto;
}

.p-product__text {
  margin-top: 40px;
}
.p-product__text p {
  font-size: 1.5rem;
  line-height: 2;
}

.p-product__writer {
  display: flex;
  margin-top: 42px;
  padding: 30px 32px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-product__writer {
    display: block;
    padding: 26px 17px 18px;
  }
}

.p-product__writer-heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product__writer-heading {
    display: block;
    margin-bottom: 15px;
  }
  .p-product__writer-heading span {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.p-product__writer-image {
  width: 360px;
  margin-right: 32px;
}
@media screen and (max-width: 960px) {
  .p-product__writer-image {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__writer-image {
    width: 100%;
  }
}

.p-product__writer-content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-product__writer-content {
    margin-top: 20px;
  }
}
.p-product__writer-content span {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-product__writer-content span {
    display: none;
  }
}
.p-product__writer-content h2 {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: medium;
}
@media screen and (max-width: 767px) {
  .p-product__writer-content h2 {
    line-height: 2;
  }
}
.p-product__writer-content h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product__writer-content h2 br {
    display: block;
  }
}
.p-product__writer-content p {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.p-trigger {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #fff;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, z-index 0.5s ease-out, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-trigger {
    right: 17px;
    bottom: 80px;
    width: 35px;
    height: 35px;
  }
}
.p-trigger[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.p-trigger img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .p-trigger img {
    width: 16px;
    height: 7px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
