@import url(https://fonts.googleapis.com/css2?family=Baskervville&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;900&display=swap);
@charset "UTF-8";

.slide {
  opacity: 0;
  position: relative;
  -webkit-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
}

.slide[data-position="right"] {
  right: -20%;
}

.slide[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  color: #333;
  font-size: 10px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  scroll-behavior: smooth;
}

@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    min-width: 100%;
  }
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.header-top {
  width: 100%;
  z-index: -1;
  background: url("/img/mv-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .header-top {
    background: none;
  }
}

.header-top__nav {
  width: 100%;
}

.header-top__mv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.header-top__mv-movie,
.header-top__mv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-top__mv-movie.pc {
  overflow: hidden;
  pointer-events: none;
}

.header-top__mv-movie.pc iframe {
  width: 150%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
}

.header-top__mv-image {
  opacity: 1;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.header-top__mv-image--play {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .header-top__mv-link {
    position: absolute;
    top: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
  }
}

.header-top__mv-title {
  position: absolute;
  bottom: 42px;
  left: 6.8%;
}

@media screen and (max-width: 1024px) {
  .header-top__mv-title {
    bottom: 32.5px;
    padding-right: 6.8%;
  }
}

.header-top__mv-title-main {
  font-size: 50px;
  font-family: "Baskervville", serif;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 0 15px #000;
}

@media screen and (max-width: 1024px) {
  .header-top__mv-title-main {
    font-size: 27.175px;
    letter-spacing: 1px;
  }
}

.header-top__mv-title-main span {
  font-size: 110px;
  font-family: "Baskervville", serif;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 15px #000;
}

@media screen and (max-width: 1024px) {
  .header-top__mv-title-main span {
    font-size: 59.79px;
    letter-spacing: -4px;
  }
}

.header-top__mv-title-sub {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 15px #000;
}

@media screen and (max-width: 1024px) {
  .header-top__mv-title-sub {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 2px;
  }
}

.header-top__mv-title-text {
  margin-top: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 0 15px #000;
}

@media screen and (max-width: 1024px) {
  .header-top__mv-title-text {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1px;
  }
}

.header-top__mv-scroll {
  position: absolute;
  bottom: 35px;
  border-radius: 30px;
  border: 3px solid #fff;
  left: 50%;
  width: 35px;
  height: 57px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}

.header-top__mv-scroll::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 3px;
  height: 9px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-top__mv-scroll::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 27px;
  height: 12px;
  background: url("/img/icons/icon-caret.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: bounce 1.5s ease infinite;
  animation: bounce 1.5s ease infinite;
}

.header-top__mv-scroll:hover {
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
}

.header-page {
  width: 100%;
  height: 140px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .header-page {
    height: 61.6px;
  }
}

.header-page__container {
  width: 100%;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .header-page__container {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1024px) {
  .header-page__logo img {
    width: 96.36px;
  }
}

.header-page__logo p {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 600;
  font-size: 1.65rem;
  color: #b2c8de;
  letter-spacing: 0.2em;
  line-height: 1.1;
  margin-top: 2px;
  cursor: default;
}

@media screen and (max-width: 1024px) {
  .header-page__logo p {
    font-size: 8.225px;
    margin-top: 4px;
  }
}

.header-page__button {
  width: 100px;
  height: 40px;
  border: 1px solid #b2c8de;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-size: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #b2c8de;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .header-page__button {
    padding: 10px 0 5px;
  }
}

@media screen and (max-width: 1024px) {
  .header-page__button {
    width: 52.8px;
    height: 22px;
    font-size: 12px;
  }
}

.header-page__button::before {
  content: '';
  width: 100%;
  background-color: #b2c8de;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.header-page__button:focus {
  outline: none;
}

.header-page__button:hover,
.header-page__button:focus {
  color: #000;
}

.header-page__button:hover::before,
.header-page__button:focus::before {
  top: 0;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 8%;
  width: 100%;
  z-index: 9999;
  background: url("/img/bg-nav.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .nav {
    padding: 0 4%;
  }
}

@media screen and (max-width: 1024px) {
  .nav {
    padding: 0 2%;
  }
}

@media screen and (max-width: 1024px) {
  .nav {
    padding: 20px 4%;
    -webkit-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
  }
}

.nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 38px 0;
  max-width: 1188px;
}

@media screen and (max-width: 1024px) {
  .nav__wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    padding: 18px 5% 0;
    width: 50%;
    max-width: 375px;
    height: 100vh;
    background: #000;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4px;
}

@media screen and (max-width: 1024px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 45px 1% 0;
  }
}

.nav__item {
  position: relative;
  padding: 0 9px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .nav__item {
    padding: 0 1px;
    font-size: 16px;
    line-height: 1;
  }
}

.nav__item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media screen and (max-width: 1024px) {
  .nav__item::before {
    height: 2px;
  }
}

.nav__item:not(:first-child) {
  margin-left: 34px;
}

@media screen and (max-width: 1200px) {
  .nav__item:not(:first-child) {
    margin-left: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .nav__item:not(:first-child) {
    margin-left: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .nav__item:not(:first-child) {
    margin-top: 23px;
    margin-left: 0;
  }
}

.nav__item:focus {
  outline: none;
  text-shadow: 0 0 5px #fff;
}

.nav__item:hover {
  text-shadow: 0 0 5px #fff;
}

.nav__item--active::before {
  bottom: -14px;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .nav__item--active::before {
    bottom: -5px;
  }
}

.nav__contact-icon {
  width: 36px;
  height: 27px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .nav__contact-icon {
    margin-bottom: 26px;
    width: 31px;
    height: 21px;
  }
}

.nav__contact-icon::after {
  content: '';
  width: 45.5px;
  height: 34.5px;
  background-image: url("/img/icons/icon-mail-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -4px;
  left: -5px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .nav__contact-icon::after {
    content: none;
  }
}

.nav__contact-icon:focus {
  outline: none;
}

.nav__contact-icon:focus::after {
  opacity: 1;
}

.nav__contact-icon:hover::after {
  opacity: 1;
}

.nav__contact-number {
  padding-top: 2px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .nav__contact-number {
    font-size: 20px;
    padding-top: 0;
  }
}

.nav__hamburger {
  position: relative;
  margin-left: auto;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 40px;
  height: 26px;
}

.nav__hamburger::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav__hamburger--close {
  border: 0;
}

.nav__hamburger--close::after {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}

.nav__hamburger--close::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .nav--active {
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }

  .nav--active .nav__wrapper {
    right: 0;
  }
}

.nav__sns {
  display: none;
}

@media screen and (max-width: 1024px) {
  .nav__sns {
    margin-top: 17.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav__sns-icon {
  width: 28.6px;
  height: 28.6px;
}

.nav__sns-link {
  line-height: 1;
}

.nav__sns-link:not(:last-of-type) {
  margin-right: 12.5px;
}

.top {
  width: 100%;
  overflow: hidden;
  padding-bottom: 96px;
}

@media screen and (min-width: 1921px) {
  .top {
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1921px) and (max-width: 1024px) {
  .top {
    max-width: 100%;
    padding: 0 6.8%;
  }
}

.top section:nth-of-type(even) .top__title {
  padding-left: 0;
  padding-right: 106px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top section:nth-of-type(even) .top__title::before {
  left: initial;
  right: 0;
}

.top__title {
  padding-left: 106px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .top__title {
    padding-left: 64.5px;
  }
}

.top__title h2 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: 5rem;
  color: #465b70;
  letter-spacing: 0.3em;
  line-height: 0.8em;
}

@media screen and (max-width: 1024px) {
  .top__title h2 {
    font-size: 35px;
    line-height: 0.57143em;
  }
}

.top__title::before {
  content: '';
  width: 70px;
  height: 38px;
  background-color: #465b70;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}

@media screen and (max-width: 1024px) {
  .top__title::before {
    width: 50px;
    height: 25px;
    top: calc(50% - 15px);
  }
}

.top__concept {
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  .top__concept {
    margin-top: 50px;
  }
}

.top__concept-container {
  position: relative;
  margin-top: -40px;
}

@media screen and (max-width: 1024px) {
  .top__concept-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}

.top__concept-box {
  background-color: #000;
}

.top__concept-box h2 {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 5rem;
  color: #b2c8de;
  line-height: 1.2em;
}

@media screen and (max-width: 1024px) {
  .top__concept-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.top__concept-box p {
  margin-top: 20px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #b2c8de;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .top__concept-box p {
    margin-top: 0;
    font-size: 13px;
    line-height: 21px;
  }
}

.top__concept-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.top__concept-item {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top__concept-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.top__concept-item--con1 .top__concept-image {
  width: 53.4%;
  padding-top: 115px;
}

@media screen and (max-width: 1024px) {
  .top__concept-item--con1 .top__concept-image {
    padding-top: 50px;
    width: 82.6%;
  }
}

.top__concept-item--con1 .top__concept-box {
  width: 45.4%;
  padding: 50px 65px 53px;
  position: absolute;
  top: 0;
  left: 487px;
}

@media screen and (max-width: 1200px) {
  .top__concept-item--con1 .top__concept-box {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .top__concept-item--con1 .top__concept-box {
    position: relative;
    top: -30px;
    left: unset;
    margin-left: auto;
    padding: 30px 6.8% 30px 25px;
    width: 82.6%;
  }
}

.top__concept-item--con2 {
  margin-top: 133px;
  padding-top: 124px;
  padding-left: 6.8%;
}

@media screen and (max-width: 1024px) {
  .top__concept-item--con2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
}

.top__concept-item--con2 .top__concept-box {
  width: 50.23%;
  padding: 57px 80px 40px 77px;
}

@media screen and (max-width: 1200px) {
  .top__concept-item--con2 .top__concept-box {
    padding-left: 47px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .top__concept-item--con2 .top__concept-box {
    margin-top: 175px;
    padding: 142px 32.5px 32.5px 6.8%;
    width: 82.6%;
  }
}

.top__concept-item--con2 .top__concept-image {
  width: 238px;
  position: absolute;
  top: 0;
  left: 50.23%;
}

@media screen and (max-width: 1200px) {
  .top__concept-item--con2 .top__concept-image {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .top__concept-item--con2 .top__concept-image {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 6.8% 0 auto;
    width: 54.6%;
    max-width: 205px;
  }
}

.top__concept-item--con3 {
  position: absolute;
  bottom: 154px;
  right: 0;
  width: 28.5%;
  max-width: 411px;
}

@media screen and (max-width: 1200px) {
  .top__concept-item--con3 {
    bottom: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .top__concept-item--con3 {
    position: static;
    padding: 30px 6.8% 0;
    width: 100%;
    max-width: 100%;
  }
}

.top__concept-extra {
  width: 28.55%;
  position: absolute;
  top: -300px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .top__concept-extra {
    width: 26.5%;
  }
}

@media screen and (max-width: 1024px) {
  .top__concept-extra {
    width: 100%;
    position: static;
  }
}

.top__concept-extra-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .top__concept-extra-image {
    width: 66%;
    max-width: 205px;
    max-height: 205px;
  }
}

.top__concept-extra-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.top__concept-extra-content {
  padding-right: 21.9%;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .top__concept-extra-content {
    padding-right: 6.8%;
  }
}

@media screen and (max-width: 1024px) {
  .top__concept-extra-content {
    margin-top: 15px;
    padding-right: 0;
  }
}

.top__concept-extra-content h2 {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 4rem;
  color: #465b70;
  line-height: 1.15em;
}

@media screen and (max-width: 1024px) {
  .top__concept-extra-content h2 {
    font-size: 25px;
    line-height: 32.5px;
  }
}

.top__concept-extra-content p {
  margin-top: 30px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .top__concept-extra-content p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 21px;
  }
}

.top__point {
  margin-top: 145px;
}

@media screen and (max-width: 1024px) {
  .top__point {
    margin-top: 87.5px;
  }
}

.top__point-container {
  margin-top: -40px;
  padding: 0 6.8%;
}

@media screen and (max-width: 1024px) {
  .top__point-container {
    margin-top: 52px;
  }
}

.top__point-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top__point-count {
  font-family: "Jost", sans-serif;
  font-weight: 100;
  font-size: 19rem;
  color: #465b70;
  line-height: 0.85;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .top__point-count {
    font-size: 120px;
  }
}

.top__point-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #465b70;
  line-height: 1.42857em;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .top__point-text {
    margin-left: 20px;
    font-size: 20px;
    line-height: 1.5em;
  }
}

.top__point-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top__point-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.top__point-item-wrapper {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .top__point-item-wrapper {
    width: 100% !important;
    padding: 0 !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .top__point-item .top__point-image {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .top__point-item:nth-of-type(even) .top__point-item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .top__point-item:nth-of-type(even) .top__point-text {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .top__point-item:not(:first-of-type) {
    margin-top: 45px !important;
  }
}

.top__point-item:first-of-type {
  padding-top: 94px;
}

@media screen and (max-width: 1024px) {
  .top__point-item:first-of-type {
    padding-top: 0;
  }
}

.top__point-item:first-of-type .top__point-item-wrapper {
  width: 66.7%;
  padding-left: 64px;
  padding-right: 10%;
}

.top__point-item:first-of-type .top__point-image {
  width: 33.3%;
  position: absolute;
  top: 0;
  left: 0;
}

.top__point-item:nth-of-type(2) {
  margin-top: 60px;
}

.top__point-item:nth-of-type(2) .top__point-item-wrapper {
  width: 62.7%;
  padding: 50px 4% 50px 60px;
  margin-right: 25.25%;
}

@media screen and (max-width: 1024px) {
  .top__point-item:nth-of-type(2) .top__point-item-wrapper {
    margin-right: 0;
  }
}

.top__point-item:nth-of-type(2) .top__point-image {
  width: 25.25%;
  position: absolute;
  top: 0;
  right: 0;
}

.top__point-item:nth-of-type(3) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 145px;
  margin-top: 95px;
}

@media screen and (max-width: 1024px) {
  .top__point-item:nth-of-type(3) {
    padding-bottom: 0;
  }
}

.top__point-item:nth-of-type(3) .top__point-item-wrapper {
  width: 54.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .top__point-item:nth-of-type(3) .top__point-item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.top__point-item:nth-of-type(3) .top__point-text {
  margin-left: 0;
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .top__point-item:nth-of-type(3) .top__point-text {
    margin-left: 20px;
    margin-right: 0;
  }
}

.top__point-item:nth-of-type(3) .top__point-image {
  width: 27%;
  position: absolute;
  bottom: 0;
  right: 9%;
}

.top__point-block {
  width: 100%;
  display: none;
}

@media screen and (max-width: 1024px) {
  .top__point-block {
    margin-top: 50px;
    display: block;
  }
}

.top__point-block-wrap {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top__point-block-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}

.top__point-block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top__point-block-image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.top__point-block-image:first-of-type img {
  width: 75.4%;
}

.top__point-block-image:nth-of-type(2) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: -100px;
}

@supports (-webkit-touch-callout: none) {
  .top__point-block-image:nth-of-type(2) {
    top: 0;
    margin-top: -70%;
  }
}

.top__point-block-image:nth-of-type(2) img {
  width: 57.6%;
  z-index: 1;
}

.top__point-block-image:nth-of-type(3) {
  margin-left: 6.8%;
  top: -120px;
}

@supports (-webkit-touch-callout: none) {
  .top__point-block-image:nth-of-type(3) {
    top: 0;
    margin-top: -50%;
  }
}

.top__point-block-image:nth-of-type(3) img {
  width: 63.4%;
}

@supports (-webkit-touch-callout: none) {
  .top__point-block-image:nth-of-type(3) img {
    width: 70%;
  }
}

.top__story {
  margin-top: 56px;
}

@media screen and (max-width: 1024px) {
  .top__story {
    margin-top: -44px;
  }

  @supports (-webkit-touch-callout: none) {
    .top__story {
      margin-top: 56px;
    }
  }
}

.top__story-container {
  padding-top: 77px;
}

@media screen and (max-width: 1024px) {
  .top__story-container {
    padding-top: 50px;
  }
}

.top__story-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top__story-item:nth-of-type(even) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top__story-item:nth-of-type(even) .top__story-item-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top__story-item:nth-of-type(even) .top__story-title {
  left: initial;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .top__story-item:nth-of-type(even) .top__story-content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.top__story-item:nth-of-type(even) .top__story-strip {
  padding-right: 20px;
  padding-left: 6.8%;
}

@media screen and (max-width: 1024px) {
  .top__story-item:nth-of-type(even) .top__story-strip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.top__story-item:nth-of-type(even) .top__story-details {
  margin-left: 0;
  margin-right: 100px;
}

@media screen and (max-width: 1024px) {
  .top__story-item:nth-of-type(even) .top__story-details {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .top__story-item:nth-of-type(even) .top__story-strip-item:last-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .top__story-item:nth-of-type(even) .top__story-strip-item:first-of-type {
    margin-top: 10px;
  }
}

.top__story-item:not(:first-of-type) {
  margin-top: 66px;
}

@media screen and (max-width: 1024px) {
  .top__story-item:not(:first-of-type) {
    margin-top: 25px;
  }
}

.top__story-item-wrapper {
  width: 93.2%;
  padding-top: 166px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top__story-item-wrapper {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top__story-box {
  width: 100%;
  height: 390px;
  background-color: #000;
}

.top__story-title {
  width: 81.97%;
  height: 390px;
  padding: 45px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .top__story-title {
    width: 100%;
    height: auto;
    padding: 22.5px 6.8% 22.5px 20px;
    position: relative;
  }
}

.top__story-title h2 {
  font-family: "Jost", sans-serif;
  font-weight: 100;
  font-size: 6.5rem;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.07692em;
}

@media screen and (max-width: 1024px) {
  .top__story-title h2 {
    font-size: 40px;
    line-height: 0.875em;
  }
}

.top__story-title p {
  margin-top: 10px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1024px) {
  .top__story-title p {
    font-size: 14px;
    line-height: 1.07143em;
  }
}

.top__story-content {
  width: 81.97%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .top__story-content {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.top__story-strip {
  padding: 20px 6.8% 20px 20px;
  width: 100%;
  height: 390px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .top__story-strip {
    height: auto;
    padding-top: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top__story-strip-item {
  width: 47%;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .top__story-strip-item {
    width: 100%;
    margin-right: 0;
  }
}

.top__story-strip-item--big {
  width: 47.45%;
}

@media screen and (max-width: 1024px) {
  .top__story-strip-item--big {
    width: 100%;
  }
}

.top__story-strip-item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .top__story-strip-item:last-of-type {
    margin-top: 10px;
  }
}

.top__story-strip-column {
  width: calc(50% - 10px);
  height: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .top__story-strip-column {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}

.top__story-strip-column:last-of-type {
  margin-right: 0 !important;
}

.top__story-strip-column--wrap .top__story-strip-image {
  height: calc(50% - 10px);
}

@media screen and (max-width: 1024px) {
  .top__story-strip-column--wrap .top__story-strip-image {
    height: calc(50% - 5px);
  }
}

.top__story-strip-image {
  width: 100%;
  height: 100%;
}

.top__story-strip-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top__story-details {
  width: 42%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .top__story-details {
    width: 93.2%;
    font-size: 13px;
    line-height: 1.61538em;
    margin-left: 0;
  }
}

.top__story-details-label {
  padding-top: 20px;
  padding-right: 20px;
  border-right: 1px solid #000;
}

.top__story-details-content {
  padding: 20px 24px;
}

@media screen and (max-width: 1024px) {
  .top__story-details-content {
    padding: 20px 0 20px 12px;
  }
}

.top__gallery {
  margin-top: 84px;
}

@media screen and (max-width: 1024px) {
  .top__gallery {
    margin-top: 77px;
  }
}

.top__gallery-container {
  padding-top: 66px;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .top__gallery-container {
    max-width: 100%;
    padding: 0 6.8%;
  }
}

@media screen and (max-width: 1024px) {
  .top__gallery-container {
    max-width: 600px;
    padding-top: 50px;
  }
}

.top__gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top__gallery-column {
  width: 220px;
  margin-right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .top__gallery-column {
    width: calc(50% - 3px);
    margin-right: 4px;
  }
}

.top__gallery-column:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .top__gallery-column:nth-of-type(n+3) {
    margin-top: 6px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .top__gallery-column:nth-of-type(2n) {
    margin-right: 0;
  }
}

.top__gallery-item {
  width: 100%;
}

.top__gallery-item-details {
  width: 100%;
  height: 100%;
  padding: 15px 17px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.top__gallery-item-details p {
  font-family: "noto-sans-cjk-jp", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", "TakaoExGothic", "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.375em;
}

.top__gallery-image {
  width: 100%;
  height: 150px;
  position: relative;
  margin-top: 6px;
}

@media screen and (max-width: 1024px) {
  .top__gallery-image {
    height: 104px;
    margin-top: 4px;
  }
}

.top__gallery-image.span2 {
  height: 306px;
}

@media screen and (max-width: 1024px) {
  .top__gallery-image.span2 {
    height: 212.5px;
  }
}

.top__gallery-image::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.top__gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.top__gallery-image:first-of-type {
  margin-top: 0;
}

.top__gallery-image:hover .top__gallery-item-details,
.top__gallery-image:hover::after {
  opacity: 1;
}

.top__order {
  margin-top: 147px;
}

@media screen and (max-width: 1024px) {
  .top__order {
    margin-top: 77px;
  }
}

.top__order-container {
  padding-top: 69px;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .top__order-container {
    max-width: 100%;
    padding: 0 6.8%;
  }
}

@media screen and (max-width: 1024px) {
  .top__order-container {
    padding-top: 50px;
    max-width: 600px;
  }
}

.top__order-list {
  counter-reset: count;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .top__order-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top__order-item {
  list-style-type: none;
  counter-increment: count;
  border-right: 1px solid #697f95;
  padding: 100px 19px 25px 20px;
  width: 25%;
  position: relative;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.83333em;
  letter-spacing: 0.025em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top__order-item {
    width: 50%;
    padding: 60.72px 13.64px 7.92px 8.8px;
    font-size: 18px;
    line-height: 1.66667em;
  }
}

.top__order-item::before,
.top__order-item::after {
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 0;
}

.top__order-item::before {
  content: 'STEP';
  font-size: 2rem;
  top: 22px;
}

@media screen and (max-width: 1024px) {
  .top__order-item::before {
    font-size: 14px;
    top: 9px;
  }
}

.top__order-item::after {
  content: counter(count);
  font-size: 5rem;
  top: 42px;
}

@media screen and (max-width: 1024px) {
  .top__order-item::after {
    font-size: 34.5px;
    top: 23px;
  }
}

.top__order-item .flow-arrow {
  position: absolute;
  top: 41%;
  right: -11px;
  border-style: solid;
  border-width: 10.5px 0 10.5px 11px;
  border-color: transparent transparent transparent #697f95;
}

@media screen and (max-width: 1024px) {
  .top__order-item .flow-arrow {
    border-width: 7.25px 0 7.25px 7.5px;
    right: -7.5px;
  }
}

.top__order-item:first-of-type {
  border-left: 1px solid #697f95;
}

@media screen and (max-width: 1024px) {
  .top__order-item:nth-of-type(odd) {
    border-left: 1px solid #697f95;
  }
}

@media screen and (max-width: 1024px) {
  .top__order-item:nth-of-type(n+3) {
    margin-top: 27px;
  }
}

.top__order-item-content {
  margin-top: 11px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .top__order-item-content {
    font-size: 12px;
    line-height: 1.66667em;
  }
}

.top__member {
  margin-top: 113px;
}

@media screen and (max-width: 1024px) {
  .top__member {
    margin-top: 74px;
  }
}

.top__member-container {
  padding-top: 76px;
}

@media screen and (max-width: 1024px) {
  .top__member-container {
    padding-top: 42.5px;
  }
}

.top__member-profile {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top__member-profile-wrapper {
  width: 89.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .top__member-profile-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top__member-profile:nth-of-type(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top__member-profile:nth-of-type(even) .top__member-profile-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .top__member-profile:nth-of-type(even) .top__member-profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  .top__member-profile:nth-of-type(even) .top__member-info {
    padding-left: 0;
    padding-right: 6.8%;
  }
}

.top__member-profile:nth-of-type(even) .top__member-info-banner {
  right: initial;
  left: 0;
}

.top__member-profile:nth-of-type(even) .top__member-info-banner-name h2 {
  right: initial;
  left: -62px;
}

@media screen and (max-width: 1024px) {
  .top__member-profile:nth-of-type(even) .top__member-info-banner-name h2 {
    left: initial;
    right: 6.8%;
  }
}

.top__member-profile:nth-of-type(even) .top__member-info-details {
  padding-left: 0;
  padding-right: 45px;
}

@media screen and (max-width: 1024px) {
  .top__member-profile:nth-of-type(even) .top__member-info-details {
    padding-left: 6.8%;
    padding-right: 0;
  }
}

.top__member-profile:last-of-type .top__member-info-banner-name h2 {
  right: initial;
}

@media screen and (max-width: 1024px) {
  .top__member-profile:last-of-type .top__member-info-banner-name h2 {
    right: 6.8%;
  }
}

.top__member-profile:not(:first-of-type) {
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  .top__member-profile:not(:first-of-type) {
    margin-top: 40px;
  }
}

.top__member-image {
  width: 63.4%;
}

@media screen and (max-width: 1200px) {
  .top__member-image {
    width: 52%;
  }
}

@media screen and (max-width: 1024px) {
  .top__member-image {
    width: 93.2%;
  }
}

.top__member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top__member-info {
  width: calc(100% - 63.4%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .top__member-info {
    width: 100%;
    padding-left: 6.8%;
    margin-top: -30px;
  }
}

.top__member-info-banner-container {
  height: 330px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top__member-info-banner-container {
    height: auto;
  }
}

.top__member-info-banner {
  width: 151%;
  height: 200px;
  padding-left: 65px;
  background-color: #000;
  display: table;
  position: absolute;
  top: 65px;
  right: 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .top__member-info-banner {
    right: initial;
    left: -50%;
  }
}

@media screen and (max-width: 1024px) {
  .top__member-info-banner {
    width: 100%;
    height: auto;
    padding: 28px 10px 49px 28px;
    position: relative;
    top: initial;
    right: 0;
  }
}

.top__member-info-banner p {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: semibold;
  font-size: 3.2rem;
  color: #ccc;
  line-height: 1.375em;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .top__member-info-banner p {
    font-size: 25px;
    line-height: 1.4em;
    display: block;
  }
}

.top__member-info-banner-name {
  padding-left: 45px;
}

.top__member-info-banner-name h2 {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  font-size: 7rem;
  color: #999;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
  position: absolute;
  right: -60px;
  bottom: 26px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .top__member-info-banner-name h2 {
    padding-left: 0;
    font-size: 38.5px;
    right: 6.8%;
    bottom: -16px;
  }
}

.top__member-info-details {
  padding-left: 45px;
}

@media screen and (max-width: 1024px) {
  .top__member-info-details {
    padding-left: 0;
    padding-right: 6.8%;
    margin-top: 38px;
  }
}

.top__member-info-details p {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .top__member-info-details p {
    font-size: 13px;
    line-height: 1.61538em;
  }
}

.top__member-info-details p span.big {
  font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
  .top__member-info-details p span.big {
    font-size: 25px;
    line-height: 0.84em;
  }
}

.top__member-info-details p.m-title {
  margin-bottom: 10px;
}

.top__atelier {
  margin-top: 109px;
}

@media screen and (max-width: 1024px) {
  .top__atelier {
    margin-top: 79.5px;
  }
}

.top__atelier-container {
  padding-top: 107px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .top__atelier-container {
    max-width: 100%;
    padding: 0 6.8%;
  }
}

@media screen and (max-width: 1024px) {
  .top__atelier-container {
    max-width: 600px;
    padding-top: 49.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top__atelier-info {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .top__atelier-info {
    width: 100%;
  }
}

.top__atelier-info p.list-title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.66667em;
}

@media screen and (max-width: 1024px) {
  .top__atelier-info p.list-title {
    font-size: 17px;
    line-height: auto;
  }
}

.top__atelier-info-list {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .top__atelier-info-list {
    margin-top: 25px;
  }
}

.top__atelier-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625em;
}

@media screen and (max-width: 1024px) {
  .top__atelier-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.61538em;
  }
}

.top__atelier-info-item-label {
  width: 80px;
  margin-right: 15px;
}

@media screen and (max-width: 1024px) {
  .top__atelier-info-item-label {
    width: 100%;
  }
}

.top__atelier-info-item-details {
  width: calc(100% - 80px);
}

@media screen and (max-width: 1024px) {
  .top__atelier-info-item-details {
    width: 100%;
    padding-left: 20px;
    margin-top: 5px;
  }
}

.top__atelier-info-item:not(:first-of-type) {
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .top__atelier-info-item:not(:first-of-type) {
    margin-top: 12.5px;
  }
}

.top__atelier-info-button {
  width: 180px;
  height: 36px;
  margin: 30px auto 0;
  border: 1px solid #465b70;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: table;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .top__atelier-info-button {
    width: 125px;
    height: 35px;
    margin: 20px 0 0;
  }
}

.top__atelier-info-button span {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #465b70;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .top__atelier-info-button span {
    font-size: 15px;
  }
}

.top__atelier-info-button:focus {
  outline: none;
}

.top__atelier-info-button:hover,
.top__atelier-info-button:focus {
  background-color: #465b70;
}

.top__atelier-info-button:hover span,
.top__atelier-info-button:focus span {
  color: #fff;
}

.top__atelier-media {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .top__atelier-media {
    width: 100%;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top__atelier-image {
  width: 77.55%;
}

@media screen and (max-width: 1024px) {
  .top__atelier-image {
    width: 100%;
  }
}

.top__atelier-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top__atelier-image:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .top__atelier-image:not(:first-of-type) {
    margin-top: 15px;
  }
}

.contact {
  max-width: 880px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .contact {
    max-width: 100%;
    padding: 0 6.8%;
  }
}

@media screen and (max-width: 1024px) {
  .contact {
    margin-top: 34px;
  }
}

.contact__title {
  text-align: center;
}

.contact__title h2 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: 5rem;
  color: #465b70;
  line-height: 1;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 1024px) {
  .contact__title h2 {
    font-size: 25px;
  }
}

.contact__required {
  width: 38px;
  height: 25px;
  border-radius: 3px;
  background-color: #465b70;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .contact__required {
    width: 24.64px;
    height: 15.84px;
    margin-left: 7.5px;
    border-radius: 1.5px;
  }
}

.contact__required::before {
  content: '必須';
  width: 100%;
  font-family: "noto-sans-cjk-jp", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", "TakaoExGothic", "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .contact__required::before {
    top: 9px;
  }
}

@media screen and (max-width: 1024px) {
  .contact__required::before {
    font-size: 7.92px;
    top: 5px;
  }
}

.contact__form {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .contact__form {
    margin-top: 35px;
  }
}

.contact__form-item {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .contact__form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}

.contact__form-item:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .contact__form-item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.contact__form-item-label {
  line-height: 25px;
  width: 25.68%;
  padding: 7.5px 0;
  margin-right: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .contact__form-item-label {
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 15.5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 15.84px;
  }
}

.contact__form-item-content {
  width: calc(74.32% - 14px);
}

@media screen and (max-width: 1024px) {
  .contact__form-item-content {
    width: 100%;
    padding-left: 15px;
  }
}

.contact__form-item--nopad .contact__form-item-label {
  padding: 0;
}

.contact__form-item--block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact__form-item--address .contact__input {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .contact__form-item--address .contact__input {
    margin-top: 15.5px;
  }
}

.contact__input,
.contact__message,
.contact__privacy {
  width: 100%;
  -webkit-box-shadow: inset 0 4px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 7px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {

  .contact__input,
  .contact__message,
  .contact__privacy {
    -webkit-box-shadow: inset 0 2.2px 3.52px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2.2px 3.52px 0 rgba(0, 0, 0, 0.2);
  }
}

.contact__input,
.contact__message,
.contact__select,
.contact__privacy {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 14px 3px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #333;
}

@media screen and (max-width: 1024px) {

  .contact__input,
  .contact__message,
  .contact__select,
  .contact__privacy {
    height: 30.8px;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 0.025em;
    padding: 9.5px 9.5px 6px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .contact__input,
  .contact__message,
  .contact__select,
  .contact__privacy {
    padding: 10px 14px 3px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {

  .contact__input,
  .contact__message,
  .contact__select,
  .contact__privacy {
    padding: 5px 9.5px;
  }
}

.contact__input::-webkit-input-placeholder,
.contact__message::-webkit-input-placeholder,
.contact__select::-webkit-input-placeholder,
.contact__privacy::-webkit-input-placeholder {
  color: #aaa;
}

.contact__input:-ms-input-placeholder,
.contact__message:-ms-input-placeholder,
.contact__select:-ms-input-placeholder,
.contact__privacy:-ms-input-placeholder {
  color: #aaa;
}

.contact__input::-ms-input-placeholder,
.contact__message::-ms-input-placeholder,
.contact__select::-ms-input-placeholder,
.contact__privacy::-ms-input-placeholder {
  color: #aaa;
}

.contact__input::placeholder,
.contact__message::placeholder,
.contact__select::placeholder,
.contact__privacy::placeholder {
  color: #aaa;
}

.contact__input:focus,
.contact__message:focus,
.contact__select:focus,
.contact__privacy:focus {
  outline: none;
  border: 1px solid #000;
}

.contact__input--w320,
.contact__message--w320,
.contact__select--w320,
.contact__privacy--w320 {
  width: 320px;
}

@media screen and (max-width: 1024px) {

  .contact__input--w320,
  .contact__message--w320,
  .contact__select--w320,
  .contact__privacy--w320 {
    width: 100%;
  }
}

.contact__input--w240,
.contact__message--w240,
.contact__select--w240,
.contact__privacy--w240 {
  width: 240px;
}

@media screen and (max-width: 1024px) {

  .contact__input--w240,
  .contact__message--w240,
  .contact__select--w240,
  .contact__privacy--w240 {
    width: 100%;
  }
}

.contact__input--zip,
.contact__message--zip,
.contact__select--zip,
.contact__privacy--zip {
  width: 160px;
}

@media screen and (max-width: 1024px) {

  .contact__input--zip,
  .contact__message--zip,
  .contact__select--zip,
  .contact__privacy--zip {
    width: 50%;
  }
}

.contact__select {
  width: 140px;
  background: url("/img/contact/contact-select-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #aaa;
}

@media screen and (max-width: 1024px) {
  .contact__select {
    width: 100%;
    color: #333;
    padding: 2px 9.5px 0;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .contact__select {
    padding: 6px 9.5px 0;
  }
}

.contact__select-container {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .contact__select-container {
    width: 50%;
  }
}

.contact__select-container::after {
  content: '';
  width: 10px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: calc(50% - 3.5px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url("/img/contact/contact-icon-select-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .contact__select-container::after {
    top: 12px;
  }
}

.contact__select::-ms-expand {
  display: none;
}

.contact__select option {
  color: #333;
}

.contact__prefecture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .contact__prefecture {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contact__prefecture-zip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 21px;
}

@media screen and (max-width: 1024px) {
  .contact__prefecture-zip {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15.5px;
  }
}

.contact__prefecture-zip .contact__input {
  margin-top: 0;
}

.contact__prefecture label {
  font-size: 1.8rem;
  margin-left: 9px;
}

@media screen and (max-width: 1024px) {
  .contact__prefecture label {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .contact__prefecture label {
    padding-top: 5px;
  }
}

.contact__message {
  height: 160px;
  resize: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .contact__message {
    overflow: auto;
  }
}

.contact__button {
  width: 260px;
  height: 80px;
  margin: 38px auto 0;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#617384), to(#465b70));
  background: -o-linear-gradient(top, #617384 0%, #465b70 100%);
  background: linear-gradient(180deg, #617384 0%, #465b70 100%);
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 600;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.3em;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .contact__button {
    width: 100%;
    height: 44px;
    font-size: 20px;
    border-radius: 2.5px;
    margin-top: 22.44px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .contact__button {
    height: auto;
    padding: 23px 5px 13px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .contact__button {
    padding: 10px 5px 3px;
  }
}

.contact__button:focus {
  outline: none;
  border: 1px solid #000;
}

.contact__privacy {
  height: 240px;
  padding: 15px 12px 25px 26px;
}

@media screen and (max-width: 1024px) {
  .contact__privacy {
    height: 132px;
    padding: 11.88px 4.84px 4.4px 10.12px;
  }
}

.contact__privacy-content {
  padding-right: 30px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.88889em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .contact__privacy-content {
    font-size: 12px;
    padding-right: 7px;
  }
}

.contact__privacy-content p.margin {
  margin-top: 38px;
}

@media screen and (max-width: 1024px) {
  .contact__privacy-content p.margin {
    margin-top: 24.2px;
  }
}

.contact__privacy-content span.bold {
  font-weight: 700;
}

.contact__privacy-content::-webkit-scrollbar {
  width: 8px;
}

@media screen and (max-width: 1024px) {
  .contact__privacy-content::-webkit-scrollbar {
    width: 3.52px;
  }
}

.contact__privacy-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.contact__privacy-content::-webkit-scrollbar-thumb {
  background-color: #465b70;
}

.contact__checkbox,
.contact__radio {
  position: absolute;
  opacity: 0;
}

.contact__checkbox-wrap,
.contact__radio-wrap {
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {

  .contact__checkbox-wrap,
  .contact__radio-wrap {
    margin-top: 15.5px;
  }
}

.contact__checkbox-wrap:first-of-type,
.contact__radio-wrap:first-of-type {
  margin-top: 0;
}

.contact__checkbox-wrap--agree,
.contact__radio-wrap--agree {
  margin-top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {

  .contact__checkbox-wrap--agree,
  .contact__radio-wrap--agree {
    margin-top: 19px;
  }
}

.contact__checkbox-wrap--agree .contact__checkbox:checked+label::after,
.contact__radio-wrap--agree .contact__checkbox:checked+label::after {
  top: 8px;
}

@media screen and (max-width: 1024px) {

  .contact__checkbox-wrap--agree .contact__checkbox:checked+label::after,
  .contact__radio-wrap--agree .contact__checkbox:checked+label::after {
    top: 7px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .contact__checkbox-wrap--agree .contact__checkbox:checked+label::after,
  .contact__radio-wrap--agree .contact__checkbox:checked+label::after {
    top: 5px;
  }
}

.contact__checkbox+label,
.contact__radio+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1024px) {

  .contact__checkbox+label,
  .contact__radio+label {
    font-size: 15px;
  }
}

.contact__checkbox+label::before,
.contact__radio+label::before {
  content: '';
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {

  .contact__checkbox+label::before,
  .contact__radio+label::before {
    width: 22px;
    height: 22px;
    border-radius: 2px;
  }
}

.contact__checkbox:checked+label::after,
.contact__radio:checked+label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  width: 18px;
  height: 14px;
  background: url("/img/contact/contact-icon-check.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {

  .contact__checkbox:checked+label::after,
  .contact__radio:checked+label::after {
    top: 5px;
    left: 5px;
    width: 14.08px;
    height: 11.44px;
  }
}

.contact__thanks {
  margin: 50px 0 30px;
  text-align: center;
}

.contact__thanks p {
  font-family: "noto-sans-cjk-jp", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", "TakaoExGothic", "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}

.footer {
  width: 100%;
  padding: 60px 0 85px;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 35px;
  }
}

.footer__wrapper {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .footer__wrapper {
    max-width: 100%;
    padding: 0 6.8%;
  }
}

@media screen and (max-width: 1024px) {
  .footer__wrapper {
    padding: 0 3%;
  }
}

.footer__content,
.footer__copyright {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", "TakaoExMincho", "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 1024px) {

  .footer__content,
  .footer__copyright {
    font-size: 11.16px;
  }
}

.footer__content span.big,
.footer__copyright span.big {
  font-size: 2.6rem;
}

@media screen and (max-width: 1024px) {

  .footer__content span.big,
  .footer__copyright span.big {
    font-size: 18.135px;
  }
}

.footer__content span.small,
.footer__copyright span.small {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {

  .footer__content span.small,
  .footer__copyright span.small {
    font-size: 9.765px;
  }
}

.footer__content--white,
.footer__copyright--white {
  color: #fff;
}

.footer__copyright {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .footer__copyright {
    margin-top: 15px;
    font-size: 10px;
  }
}

.footer__copyright--white {
  color: #fff;
}

.footer__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 16px;
  padding: 12px 0;
  width: 300px;
  min-height: 56px;
  font-size: 20px;
  font-weight: 600;
  background: #465b70;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .footer__button {
    padding: 10.75px 0;
    width: 84%;
    font-size: 15px;
  }
}

.footer__button:focus {
  outline: none;
}

.footer__button:focus,
.footer__button:hover {
  background: #fff;
  color: #465b70;
}

.footer__totop {
  width: 60px;
  height: 60px;
  background-image: url("/img/icons/icon-footer-totop.png");
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  .footer__totop {
    width: 40px;
    height: 40px;
  }
}

.footer__totop:focus {
  outline: none;
}

.footer__totop:focus,
.footer__totop:hover {
  opacity: 0.7;
}

.footer--top {
  position: relative;
  padding: 47px 0 50px;
  background: #000;
}

@media screen and (max-width: 1024px) {
  .footer--top {
    padding: 18px 0 23px;
  }
}

.footer__sns {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .footer__sns {
    display: none;
  }
}

.footer__sns-icon {
  width: 40px;
  height: 40px;
}

.footer__sns-link {
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__sns-link:not(:last-of-type) {
  margin-right: 15px;
}

.footer__sns-link:hover {
  opacity: 0.5;
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #465b70;
}

.primary-bg {
  background: #465b70;
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

.yt-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map*/