@charset "UTF-8";
/*
Theme Name: montamorino
*/
@import url("assets/scss/reset.css");
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700&display=swap");
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}

html, body {
  height: 100%;
}

body {
  color: #1e2120 !important;
  background-color: #fafafa;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

body input,
body button {
  font-family: 'Noto Serif JP', serif;
  color: inherit;
  font-size: 1em;
}

body a {
  color: inherit;
}

body p {
  line-height: 1.75;
}

body strong {
  font-weight: bold;
}

body .underline {
  text-decoration: underline;
}

body img {
  max-width: 100%;
  height: auto;
}

body iframe {
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) {
  a:hover {
    opacity: .6;
  }
}

.container {
  width: 936px;
  margin: auto;
  max-width: 100%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-sm {
  width: 746px;
  margin: auto;
  max-width: 100%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-lg {
  width: 1126px;
  margin: auto;
  max-width: 100%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-menu {
  display: none;
}

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

.menu-trigger {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 30px;
  position: relative;
  height: 16px;
  margin: 4px 0 0 4px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 100;
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fafafa;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  left: inherit;
  bottom: 0;
}

.menu-trigger.active span {
  background-color: #fafafa;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  width: 30px;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.sp-navi {
  display: none;
  width: 100%;
  max-height: calc(100vh - 66px);
  overflow-y: scroll;
  position: absolute;
  padding-top: 66px;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
}

.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
}

.sp-navi__item {
  display: block;
  padding: 22px 0;
  text-align: center;
  border-top: 1px dotted #555;
  color: #fff;
}

.sp-navi__item.apply .border-btn {
  width: 240px;
  margin: auto;
}

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

.header {
  color: #fafafa;
  padding: 12px 48px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .black {
  display: none;
}

.header .white {
  display: block;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  width: 80px;
  margin-right: 24px;
}

.header__lang {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__navi {
  margin: auto;
}

.header__btn {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__sp-menu {
  display: none;
  margin-left: 10px;
}

@media screen and (max-width: 959px) {
  .header {
    padding: 8px 14px;
  }
  .header__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__lang {
    margin-right: 0;
  }
  .header__logo {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .header__navi {
    display: none;
  }
  .header__btn {
    display: none;
  }
  .header__sp-menu {
    display: block;
  }
}

.header-black .menu-trigger span {
  background-color: #1e2120;
}

.header-black .black {
  display: block;
}

.header-black .white {
  display: none;
}

.header-black .header {
  color: #1e2120;
}

.header-black .header-lang__item.active button {
  border-bottom: 1px solid #1e2120;
}

.mv, .about-mv {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fafafa;
}

.mv__logo, .about-mv__logo {
  width: 298px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.mv__logo img, .about-mv__logo img {
  width: 100%;
}

.mv__movie, .about-mv__movie {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mv__movie video, .about-mv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__scroll-btn, .about-mv__scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}

.mv .header, .about-mv .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .mv__logo, .about-mv__logo {
    width: 200px;
  }
  .mv__scroll-btn, .about-mv__scroll-btn {
    width: 80px;
  }
}

.about-mv {
  background-color: #0a0f14;
}

.about-mv__text {
  width: 475px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: -450px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-mv__title {
  font-size: 48px;
  margin-bottom: 32px;
}

.about-mv__hero {
  height: 100%;
}

.about-mv__hero img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 959px) {
  .about-mv__text {
    right: 0;
    display: block;
  }
}

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

.header-lang__item button {
  display: inline-block;
  padding: 2px 4px;
}

.header-lang__item.active button {
  border-bottom: 1px solid #fafafa;
}

@media screen and (max-width: 959px) {
  .header-lang__item button {
    font-size: 12px;
  }
}

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

.header-navi__item {
  margin: 0 12px;
}

.border-btn {
  position: relative;
  padding: 11px 10px;
  border-top: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  font-size: 20px;
  display: block;
  text-align: center;
}

.border-btn::before, .border-btn::after {
  content: '';
  display: inline-block;
  height: 46px;
  width: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}

.border-btn::before {
  background-image: url("./assets/images/icons/border-btn--left.svg");
  left: -10px;
}

.border-btn::after {
  background-image: url("./assets/images/icons/border-btn--right.svg");
  right: -10px;
}

.border-btn span {
  height: 2px;
  width: 100%;
  background-color: #fafafa;
  display: block;
  position: absolute;
  left: 0;
}

.border-btn span:nth-of-type(1) {
  top: 2px;
}

.border-btn span:nth-of-type(2) {
  bottom: 2px;
}

.border-btn.black {
  border-color: #1e2120;
}

.border-btn.black::before {
  background-image: url("./assets/images/icons/border-btn--left--black.svg");
}

.border-btn.black::after {
  background-image: url("./assets/images/icons/border-btn--right--black.svg");
}

.border-btn.black span {
  background-color: #1e2120;
}

.about {
  background-image: url("./assets/images/front-page/about-us-bg@2x.jpg");
  background-size: cover;
  padding: 120px 0;
  padding-bottom: 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 959px) {
  .about {
    padding: 40px 0;
  }
}

.about__icon {
  margin-bottom: 18px;
}

.about__name {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 48px;
}

.about__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}

.about__description p {
  text-align: left;
  font-size: 20px;
  line-height: 2.3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.about__description.en p {
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
}

.about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__scroll-slider {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  overflow-x: hidden;
}

@media screen and (max-width: 959px) {
  .about__description p {
    font-size: 14px;
  }
}

.image-scroll-slider {
  width: 4000px;
}

.image-scroll-slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-scroll-slider__wrap div {
  margin: 0 24px 0 0;
  width: 35vw;
}

.image-scroll-slider__wrap div img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .image-scroll-slider__wrap div {
    margin: 0 12px 0 0;
    width: 60vw;
  }
}

.spacer1 {
  height: 480px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .spacer1 {
    height: 40vw;
  }
}

.styles {
  padding: 120px 0;
  background-color: #1e2120;
  color: #fafafa;
}

@media screen and (max-width: 959px) {
  .styles {
    padding: 40px 0;
  }
}

.styles__wrap {
  margin-top: -240px;
}

.styles__movie {
  margin-bottom: 120px;
}

.styles__movie img {
  width: 100%;
}

.styles__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.styles__head {
  margin-right: 92px;
}

.styles__title {
  white-space: nowrap;
  margin-bottom: 64px;
}

.styles__btn {
  width: 152px;
}

@media screen and (max-width: 1125px) {
  .styles__movie {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 959px) {
  .styles__wrap {
    margin-top: -80px;
  }
  .styles__movie {
    margin-bottom: 20px;
  }
  .styles__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .styles__head {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .styles__title {
    margin-bottom: 20px;
  }
  .styles__btn {
    margin: 20px auto 0;
  }
}

.styles-movie iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1047px) {
  .styles-movie iframe {
    height: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .styles-movie iframe {
    height: 80vw;
  }
}

.line-heading {
  font-size: 32px;
  position: relative;
  padding-bottom: 24px;
  line-height: 1.5;
}

.line-heading::after {
  content: '';
  width: 40px;
  height: 8px;
  background-color: #fafafa;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.line-heading.black::after {
  background-color: #1e2120;
}

@media screen and (max-width: 959px) {
  .line-heading {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .line-heading::after {
    height: 6px;
  }
}

.panel-area {
  background-image: url("./assets/images/paper-bg.png");
  padding: 120px 0;
}

@media screen and (max-width: 959px) {
  .panel-area {
    padding: 40px 0;
  }
}

.panel-area__link-panel {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.panel-area__instagram {
  padding-top: 80px;
}

@media screen and (max-width: 959px) {
  .panel-area__link-panel {
    padding-bottom: 0;
  }
  .panel-area__instagram {
    padding-top: 40px;
  }
}

.link-panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-panel-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 48px;
}

.link-panel-list__item:not(:last-child) {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 959px) {
  .link-panel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-panel-list__item {
    padding: 24px 0;
  }
  .link-panel-list__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}

.link-panel {
  display: block;
}

.link-panel__img {
  margin-bottom: 24px;
}

.link-panel__text {
  text-align: center;
}

.link-panel__subtitle {
  margin-bottom: 12px;
}

.link-panel__title {
  font-size: 32px;
  display: inline-block;
  position: relative;
}

.link-panel__title::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./assets/images/icons/icon-arrow-circle-right.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.instagram {
  text-align: center;
}

.instagram__head {
  margin-bottom: 32px;
}

.instagram__subtitle {
  margin-bottom: 12px;
}

.contact {
  padding: 120px 0;
  background-color: #1e2120;
  color: #fafafa;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .contact {
    padding: 40px 0;
  }
}

.contact__wrap {
  padding: 40px 0;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
}

.contact__title {
  font-size: 48px;
  margin-bottom: 16px;
}

.contact__head {
  padding-bottom: 40px;
}

.contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__body-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__body-item:not(:last-child) {
  border-right: 1px solid #fafafa;
}

@media screen and (max-width: 959px) {
  .contact__title {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .contact__subtitle {
    font-size: 12px;
  }
  .contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__body-item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 0;
  }
  .contact__body-item:not(:last-child) {
    border-right: 0;
  }
}

.contact-card {
  display: block;
}

.contact-card__sub {
  margin-bottom: 8px;
}

.contact-card__main {
  font-size: 32px;
  position: relative;
  display: inline-block;
}

.contact-card__main::after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-card__main.tel::after {
  width: 20px;
  height: 20px;
  background-image: url("./assets/images/icons/icon-phone.svg");
}

.contact-card__main.mail::after {
  width: 16px;
  height: 16px;
  background-image: url("./assets/images/icons/icon-arrow-circle-right.svg");
}

.footer {
  padding: 120px 0;
}

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

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

.footer__logo img {
  width: 147px;
}

.footer__navi {
  margin-left: auto;
  width: 40%;
  margin-right: 20px;
}

.footer__instagram-icon {
  width: 42px;
  height: 48px;
}

@media screen and (max-width: 1047px) {
  .footer__wrap {
    width: 500px;
    max-width: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__navi {
    width: 100%;
    margin-right: 0;
    margin: 20px 0;
  }
}

@media screen and (min-width: 1048px) {
  .footer-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .footer-navi__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (3 - 1)) / 3);
  }
  .footer-navi__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .footer-navi__item a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1047px) {
  .footer-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -18px;
  }
  .footer-navi__item {
    margin-bottom: 12px;
    margin-right: 12px;
    width: calc((100% - 12px * (2 - 1)) / 2);
  }
  .footer-navi__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .footer-navi__item {
    margin-bottom: 18px;
    text-align: center;
  }
  .footer-navi__item a {
    font-size: 14px;
  }
}

.writer {
  background-image: url("./assets/images/paper-bg.png");
  padding: 120px 0;
  padding-bottom: 380px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .writer {
    padding: 40px 0;
  }
}

.writer__img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  width: 936px;
  max-width: 100%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .writer {
    padding-bottom: 33vw;
  }
}

.head-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-body__head {
  width: 380px;
  max-width: 100%;
}

.head-body__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.head-body__body p {
  color: #71717a;
  font-weight: 600;
}

.head-body__body p.white {
  color: #d4d4d8;
}

.head-body__body a {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .head-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head-body__head {
    margin-bottom: 20px;
  }
}

.studio {
  background-color: #1e2120;
  color: #fafafa;
  padding: 120px 0;
  padding-top: 380px;
}

@media screen and (max-width: 959px) {
  .studio {
    padding: 40px 0;
  }
}

.studio__text {
  margin-bottom: 64px;
}

.studio__slider {
  padding-left: calc( ((100vw - 936px) / 2));
}

@media screen and (max-width: 959px) {
  .studio {
    padding-top: 33vw;
  }
  .studio__slider {
    padding-left: 8px;
  }
}

.image-slider .slick-slide {
  margin-right: 24px;
  width: 30vw;
}

@media screen and (max-width: 959px) {
  .image-slider .slick-slide {
    width: 60vw;
    margin-right: 12px;
  }
}

.sanitary-access {
  padding: 120px 0;
}

@media screen and (max-width: 959px) {
  .sanitary-access {
    padding: 40px 0;
  }
}

.sanitary-access__please-note, .sanitary-access__sanitary {
  margin-bottom: 96px;
}

@media screen and (max-width: 959px) {
  .sanitary-access__please-note, .sanitary-access__sanitary {
    margin-bottom: 32px;
  }
}

.sanitary__text {
  margin-bottom: 64px;
}

.sanitary__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sanitary__img-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sanitary__img-item:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 959px) {
  .sanitary__text {
    margin-bottom: 20px;
  }
  .sanitary__img-item:not(:last-child) {
    margin-right: 12px;
  }
}

.access__text {
  margin-bottom: 48px;
}

.access__text .mini-tel-icon {
  vertical-align: middle;
}

.access-map {
  position: relative;
  width: 100%;
}

.access-map::before {
  content: "";
  display: block;
  padding-top: 66%;
}

.access-map__wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.archive-gallery, .page-styles, .page-price, .page-contact, .single-gallery {
  background-image: url("./assets/images/paper-bg.png");
}

@media screen and (max-width: 959px) {
  .archive-gallery__head, .page-styles__head, .page-price__head, .page-contact__head, .single-gallery__head {
    padding-top: 40px;
  }
}

.archive-gallery__head, .page-price__head, .page-contact__head {
  margin-bottom: 96px;
}

@media screen and (max-width: 959px) {
  .archive-gallery__head, .page-price__head, .page-contact__head {
    margin-bottom: 40px;
  }
}

.archive-gallery-head, .page-styles-head, .page-price-head, .page-contact-head {
  position: relative;
}

.archive-gallery-head__text, .page-styles-head__text, .page-price-head__text, .page-contact-head__text {
  position: absolute;
  width: calc((1126px / 2));
  left: calc((100vw - 1126px) / 2);
  padding-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 125px;
}

.archive-gallery-head__text p .text-sm, .page-styles-head__text p .text-sm, .page-price-head__text p .text-sm, .page-contact-head__text p .text-sm {
  font-size: 13px;
}

.archive-gallery-head__img, .page-styles-head__img, .page-price-head__img, .page-contact-head__img {
  margin-left: auto;
  width: 50%;
}

.archive-gallery-head__img img, .page-styles-head__img img, .page-price-head__img img, .page-contact-head__img img {
  width: 100%;
  display: block;
}

.archive-gallery-head__title, .page-styles-head__title, .page-price-head__title, .page-contact-head__title {
  font-size: 48px;
  margin-bottom: 48px;
}

.archive-gallery-head__description, .page-styles-head__description, .page-price-head__description, .page-contact-head__description {
  color: #71717a;
}

.archive-gallery-head__description p, .page-styles-head__description p, .page-price-head__description p, .page-contact-head__description p {
  font-weight: 600;
}

@media screen and (max-width: 1125px) {
  .archive-gallery-head, .page-styles-head, .page-price-head, .page-contact-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive-gallery-head__text, .page-styles-head__text, .page-price-head__text, .page-contact-head__text {
    width: 50vw;
    left: 0;
    padding-right: 40px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .archive-gallery-head__title, .page-styles-head__title, .page-price-head__title, .page-contact-head__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 959px) {
  .archive-gallery-head, .page-styles-head, .page-price-head, .page-contact-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 8px;
  }
  .archive-gallery-head__img, .page-styles-head__img, .page-price-head__img, .page-contact-head__img {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .archive-gallery-head__text, .page-styles-head__text, .page-price-head__text, .page-contact-head__text {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1500px) {
  .page-contact__head {
    padding-top: 6vw;
  }
}

@media screen and (max-width: 959px) {
  .page-contact__head {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1640px) {
  .page-contact__head.en {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}

@media screen and (max-width: 1330px) {
  .page-contact__head.en {
    padding-top: 9vw;
  }
}

@media screen and (max-width: 959px) {
  .page-contact__head.en {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .gallery-panel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery-panel-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .gallery-panel-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .gallery-panel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery-panel-list__item {
    margin-bottom: 8px;
    margin-right: 8px;
    width: calc((100% - 8px * (2 - 1)) / 2);
  }
  .gallery-panel-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gallery-panel {
  display: block;
  position: relative;
  width: 100%;
}

.gallery-panel::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery-panel__wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.gallery-panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-text {
  position: relative;
  padding: 144px 0 220px 0;
}

.img-text__img {
  width: 62vw;
  margin-left: auto;
}

.img-text__img img, .img-text__img video {
  width: 100%;
  display: block;
}

.img-text__text {
  width: 445px;
  max-width: 55vw;
  position: absolute;
  top: 50%;
  left: -40vw;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 15vw;
}

.img-text__title {
  font-size: 64px;
  margin-bottom: 48px;
}

.img-text__description p {
  font-weight: 600;
}

.img-text:nth-of-type(odd) {
  background-color: #1e2120;
  color: #fafafa;
}

.img-text:nth-of-type(odd) .img-text__img {
  margin-left: inherit;
  margin-right: auto;
}

.img-text:nth-of-type(odd) .img-text__text {
  left: 0;
  right: -40vw;
}

@media screen and (max-width: 959px) {
  .img-text {
    padding: 40px 0 40px 0;
  }
  .img-text__img {
    width: 85vw;
  }
  .img-text__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .img-text__text {
    margin-top: 20vw;
    position: static;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    width: 75vw;
    margin-top: 0;
    max-width: none;
  }
  .img-text:nth-of-type(odd) .img-text__text {
    left: 0;
    right: -10vw;
  }
}

.price-card {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d4d4d8;
}

.price-card__text {
  width: 45%;
}

.price-card__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-card__img-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.price-card__img-item:not(:last-child) {
  margin-right: 24px;
}

.price-card__title {
  font-size: 20px;
  color: #a1a1aa;
  font-weight: 600;
  margin-bottom: 12px;
}

.price-card__price {
  font-size: 32px;
}

.price-card__price span {
  font-size: 16px;
}

@media screen and (max-width: 1047px) {
  .price-card__title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .price-card__price {
    font-size: 20px;
  }
  .price-card__price span {
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {
  .price-card {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-card__text {
    width: 100%;
    margin-bottom: 20px;
  }
  .price-card__img-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .price-card__img-item:not(:last-child) {
    margin-right: 12px;
  }
}

.price-card-description {
  padding: 48px 0 96px 0;
}

.price-card-description p {
  color: #71717a;
}

@media screen and (max-width: 959px) {
  .price-card-description {
    padding: 24px 0 48px 0;
  }
}

.contact-form {
  width: 556px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 96px;
}

.contact-form__item:not(:last-child) {
  margin-bottom: 48px;
}

.contact-form__item .border-btn {
  width: 152px;
  margin: auto;
  cursor: pointer;
}

.contact-form__label {
  margin-bottom: 24px;
}

.contact-form__label span.req {
  font-size: 12px;
  background-color: #1e2120;
  color: #fafafa;
  display: inline-block;
  padding: 4px 12px;
  margin-left: 8px;
}

@media screen and (max-width: 959px) {
  .contact-form__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .contact-form__label {
    margin-bottom: 12px;
  }
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #71717a;
  padding: 12px;
}

.contact-form input[type=checkbox] {
  display: none;
}

.contact-form input[type=checkbox] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.contact-form input[type=checkbox] + span::before {
  background: #fff;
  border: 2px solid #1e2120;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.contact-form input[type=checkbox] + span::after {
  border-right: 3px solid #c92603;
  border-bottom: 3px solid #c92603;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}

.contact-form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact-form input[type=radio] {
  display: none;
}

.contact-form input[type=radio] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.contact-form input[type=radio] + span::before {
  background: #fff;
  border: 2px solid #1e2120;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.contact-form input[type=radio] + span::after {
  background: #c92603;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 10px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

.contact-form input[type=radio]:checked + span::after {
  opacity: 1;
}

.contact-form .wpcf7-list-item.first {
  margin-left: 0;
}

@media screen and (max-width: 959px) {
  .contact-form .wpcf7-list-item {
    margin-left: 0;
  }
  .contact-form .wpcf7-list-item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 8px;
}

.single-gallery__main {
  padding: 96px 0;
}

.single-gallery__related-work {
  padding: 96px 0;
  background-color: #1e2120;
  color: #fafafa;
}

.single-gallery-main__title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.single-gallery-main__thumbnail {
  margin-bottom: 32px;
}

.single-gallery-main__thumbnail img {
  width: 100%;
  height: auto;
}

.single-gallery-main__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}

.single-gallery-main__links .prev {
  margin-right: auto;
}

.single-gallery-main__links .next {
  margin-left: auto;
}

.single-gallery-main__btn {
  width: 152px;
  margin: auto;
}

.related-work__head {
  margin-bottom: 64px;
}

.related-work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.related-work-list__item {
  margin-bottom: 30px;
  margin-right: 30px;
  width: calc((100% - 30px * (4 - 1)) / 4);
}

.related-work-list__item:nth-of-type(4n) {
  margin-right: 0;
}

.page-content {
  padding: 80px 0;
}
/*# sourceMappingURL=style.css.map */