@charset "UTF-8";
/*
Theme Name: ORGEL
Theme URL: https: //orgel.inc/
Description: ORGEL WEBSITE
License: ORGEL
License URI: https: //orgel.inc/
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #808080;
  background-image: url(img/line.png);
  background-repeat: repeat;
  background-position: center top 0;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
    background-size: 100%;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

.sp {
  display: none;
}

@media screen and (max-width: 758px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.section-title {
  font-family: "din-condensed", sans-serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.subtitle::after {
  content: "";
  width: 156px;
  height: 1px;
  margin-left: 22px;
  background-color: #fff;
}

@media screen and (max-width: 758px) {
  .section-title {
    font-size: 40px;
  }
  .subtitle {
    font-size: 17px;
  }
  .subtitle::after {
    width: 53px;
    margin-left: 10px;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 127px;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header.hide {
  top: -200px;
  z-index: -10;
  opacity: 0;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1287px;
  height: 100%;
  margin: 0 auto;
}
.header__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 237px;
          flex: 0 0 237px;
  width: 237px;
}
.header__link, .header__logo {
  display: block;
  width: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right .g-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right .g-nav .menu-item a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.header__right .g-nav .menu-item + .menu-item {
  margin-left: 49px;
}
.header__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__button.active {
  -webkit-animation: screwButton 0.3s linear;
          animation: screwButton 0.3s linear;
}

@-webkit-keyframes screwButton {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes screwButton {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 1300px) {
  .header__inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    height: 100px;
  }
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }
  .header__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
  }
  .header__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__right .g-nav {
    display: none;
  }
  .header__button {
    margin-left: 0;
  }
}
@media screen and (max-width: 758px) {
  .header {
    height: 70px;
  }
  .header__inner {
    padding: 0 13px 0 24px;
  }
  .header__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 152px;
            flex: 0 0 152px;
    width: 152px;
  }
  .header__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    width: 42px;
  }
}
.d-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  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;
  width: 100vw;
  height: 100vh;
  font-family: "din-condensed", sans-serif;
  background-color: #272727;
  z-index: -100;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.d-nav.show {
  right: 0;
  z-index: 1000;
  opacity: 1;
}
.d-nav__close {
  position: absolute;
  top: 96px;
  right: 146px;
  font-family: "din-condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.d-nav__close:hover {
  opacity: 0.6;
}
.d-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1024px;
}
.d-nav__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
.d-nav nav li + li {
  margin-top: 26px;
}
.d-nav nav a {
  padding: 2px 15px 0 10px;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #272727;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.d-nav nav a:hover {
  opacity: 1;
  color: #fff;
  background-color: #272727;
}
.d-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
.d-nav__contact .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  letter-spacing: 0.15em;
}
.d-nav__contact .text img {
  position: relative;
  top: -2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  width: 27px;
  margin-right: 17px;
}
.d-nav__contact .text + .text {
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .d-nav__close {
    top: 60px;
    right: 60px;
    font-size: 20px;
  }
  .d-nav__close:hover {
    opacity: 1;
  }
  .d-nav__inner {
    width: 75%;
    padding: 0;
  }
  .d-nav nav li + li {
    margin-top: 25px;
  }
  .d-nav nav a {
    padding: 1px 12px 0 10px;
    font-size: 48px;
  }
  .d-nav nav a:hover {
    opacity: 1;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .d-nav__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-nav__contact .text {
    font-size: 24px;
  }
  .d-nav__contact .text img {
    top: -2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    margin-right: 15px;
  }
  .d-nav__contact .text + .text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 758px) {
  .d-nav__close {
    top: 30px;
    right: 30px;
    font-size: 14px;
  }
  .d-nav__inner {
    display: block;
    width: 65%;
  }
  .d-nav__left {
    width: 100%;
  }
  .d-nav nav li + li {
    margin-top: 16px;
  }
  .d-nav nav a {
    padding: 1px 10px 0 8px;
    font-size: 40px;
  }
  .d-nav__right {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .d-nav__contact .text {
    font-size: 18px;
  }
  .d-nav__contact .text img {
    top: -2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    margin-right: 10px;
  }
  .d-nav__contact .text + .text {
    margin-top: 24px;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  margin-top: 280px;
  padding-bottom: 40px;
}
.footer .container {
  width: 100%;
  padding: 0 30px;
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .footer {
    margin-top: 120px;
    padding-bottom: 50px;
  }
  .footer .container {
    padding: 0 30px;
  }
  .footer .copyright {
    font-size: 11px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    margin-top: 130px;
    padding-bottom: 27px;
  }
  .footer .container {
    padding: 0 10px;
  }
  .footer .copyright {
    font-size: 10px;
  }
}
/* ===================================

  アニメーション

====================================== */
/* ---------------------------------
  ローディング画面
----------------------------------- */
.loding {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  text-align: center;
}
.loding__inner {
  overflow-y: hidden;
  height: 100px;
}
.loding__logo {
  overflow-y: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loding__logo img {
  width: 260px;
}

.fadeUp {
  -webkit-animation-name: logoFadeUpAnime;
          animation-name: logoFadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 758px) {
  .fadeUp {
    -webkit-animation-name: splogoFadeUpAnime;
            animation-name: splogoFadeUpAnime;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
}
@-webkit-keyframes logoFadeUpAnime {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@keyframes logoFadeUpAnime {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-webkit-keyframes splogoFadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@keyframes splogoFadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
/* ---------------------------------
  ヘッダー・MVアニメーション
----------------------------------- */
.home .g-nav .nav-list .menu-item {
  -webkit-animation-name: fdAnime;
          animation-name: fdAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 0;
}
.home #menu1 {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.home #menu2 {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.home #menu3 {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.home #menu4 {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.home #menu5 {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
.home #menu6 {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.mv #row1,
.mv #row3 {
  overflow-y: hidden;
}
.mv #mv-play {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-animation-name: fuAnime;
          animation-name: fuAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
  opacity: 0;
}
.mv #melody {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-animation-name: fuAnime;
          animation-name: fuAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
  opacity: 0;
}
.mv #mv-bar {
  overflow: hidden;
  width: 0;
  -webkit-animation-name: mvbarAnime;
          animation-name: mvbarAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.mv #mv-anime {
  opacity: 0;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-animation-name: mvcopyAnime;
          animation-name: mvcopyAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 3900ms;
          animation-delay: 3900ms;
}

@media screen and (max-width: 758px) {
  .mv #mv-play {
    position: relative;
    -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-animation-name: spFuAnime;
            animation-name: spFuAnime;
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .mv #melody {
    position: relative;
    -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-animation-name: spFuAnime;
            animation-name: spFuAnime;
    -webkit-animation-delay: 3700ms;
            animation-delay: 3700ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .mv #mv-bar {
    -webkit-animation-delay: 3100ms;
            animation-delay: 3100ms;
  }
  .mv #mv-anime {
    opacity: 0;
    -webkit-animation-name: spmvcopyAnime;
            animation-name: spmvcopyAnime;
    -webkit-transform: translateX(400%);
        -ms-transform: translateX(400%);
            transform: translateX(400%);
    -webkit-animation-delay: 3100ms;
            animation-delay: 3100ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
}
@-webkit-keyframes fdAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fuAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes spFuAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes spFuAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mvbarAnime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes mvbarAnime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes mvcopyAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mvcopyAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes spmvcopyAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes spmvcopyAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ===================================

  背景

====================================== */
.home .bg {
  position: fixed;
  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;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home .bg__img {
  display: block;
  width: auto;
  height: 90vh;
}

@media screen and (max-width: 1199px) {
  .home .bg {
    min-height: 100vh;
    min-height: 100dvh;
  }
  .home .bg__img {
    width: 80vw;
    height: auto;
  }
}
/* ===================================

  MV

====================================== */
.home .mv {
  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;
  margin-top: 127px;
  width: 100vw;
  height: calc(100vh - 127px);
}
.home .mv__contents {
  width: 853px;
}
.home .mv-row__inner {
  width: 100%;
  background-color: #fff;
}
.home .mv-row p {
  font-family: "din-condensed", sans-serif;
  font-size: 180px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.home .mv .swiper {
  overflow: hidden;
  width: 100%;
}
.home .mv .swiper-slide {
  width: 100%;
}
.home .mv__copy {
  width: 100%;
  padding-top: 8px;
  padding-left: 25px;
  color: #808080;
}
.home .mv .row2 {
  margin-left: 10px;
}
.home .mv .row3 {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .home .mv {
    margin-top: 100px;
    width: 100vw;
    height: calc(100vh - 100px);
  }
  .home .mv__contents {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .home .mv-row p {
    font-size: 120px;
  }
  .home .mv__copy {
    padding-top: 6px;
    padding-left: 20px;
  }
  .home .mv .row2 {
    margin-left: 8px;
  }
  .home .mv .row3 {
    margin-top: 6px;
  }
}
@media screen and (max-width: 758px) {
  .home .mv {
    margin-top: 70px;
    height: calc(100vh - 70px);
  }
  .home .mv__contents {
    width: calc(100% - 40px);
  }
  .home .mv-row p {
    font-size: 75px;
  }
  .home .mv__copy {
    padding-top: 5px;
    padding-left: 10px;
  }
  .home .mv .row2 {
    margin-left: 3px;
  }
  .home .mv .row3 {
    margin-top: 6px;
  }
}
/* ===================================

  ABOUT

====================================== */
.home .about {
  margin-top: 200px;
}
.home .about .container {
  width: 1024px;
}
.home .about .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .about .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .about .item__copy {
  line-height: 1.77;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.home .about .item__text {
  margin-top: 75px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.home .about .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 377px;
          flex: 0 0 377px;
  width: 377px;
}
.home .about .item__thumb img {
  display: block;
  width: 100%;
}
.home .about .vision {
  margin-top: 50px;
}
.home .about .vision__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 100px;
}
.home .about .vision-thumb {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .about .vision-thumb__vd {
  width: 380px;
}
.home .about .vision-thumb__vd video {
  width: 100%;
}
.home .about .vision-thumb__text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-65%);
      -ms-transform: translateY(-65%);
          transform: translateY(-65%);
  font-family: "din-condensed", sans-serif;
  font-size: 148px;
  font-weight: 500;
}
.home .about .vision-thumb__text span {
  display: block;
  margin-top: -0.2em;
  font-size: 100px;
}
.home .about .vision-thumb__text span + span {
  margin-top: -0.1em;
}
.home .about .vision__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  width: 500px;
}
.home .about .vision__copy {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: -0.05em;
}
.home .about .vision__texts {
  margin-top: 46px;
}
.home .about .vision__text {
  font-size: 12px;
  line-height: 2.5;
}
.home .about .vision__text + .vision__text {
  margin-top: 30px;
}
.home .about .message {
  margin-top: 100px;
}
.home .about .message .item {
  margin-top: 128px;
}
.home .about .message .item__copy {
  margin-top: -0.5em;
}
.home .about .message .item__thumb {
  margin-left: 77px;
}
.home .about .message .item__text {
  margin-top: 54px;
}
.home .about .message .item__text-p + .item__text-p {
  margin-top: 30px;
}
.home .about .message .item__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
.home .about .message .item__sign img {
  display: block;
  width: 256px;
}
.home .about .service {
  margin-top: 134px;
}
.home .about .service__copy {
  margin-top: 130px;
  font-family: "din-condensed", sans-serif;
  font-size: 100px;
  font-weight: 500;
}
.home .about .service__copy span {
  display: block;
  font-size: 50px;
}
.home .about .service__text {
  margin-top: 45px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: -0.05em;
}
.home .about .service__contents {
  margin-top: 98px;
}
.home .about .service dl {
  padding-right: 75px;
}
.home .about .service dl + dl {
  margin-top: 110px;
}
.home .about .service dl .title {
  font-family: "din-condensed", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home .about .service dl .jptitle {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
.home .about .service dl dd {
  margin-top: 50px;
}
.home .about .service dl .text {
  font-size: 12px;
  line-height: 2.5;
}

@media screen and (max-width: 1199px) {
  .home .about {
    margin-top: 120px;
  }
  .home .about .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .about .item__copy {
    font-size: 32px;
  }
  .home .about .item__text {
    margin-top: 60px;
    font-size: 13px;
  }
  .home .about .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
  }
  .home .about .vision {
    margin-top: 40px;
  }
  .home .about .vision__contents {
    margin-top: 80px;
  }
  .home .about .vision-thumb__vd {
    width: 300px;
  }
  .home .about .vision-thumb__text {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 120px;
  }
  .home .about .vision-thumb__text span {
    margin-top: -0.2em;
    font-size: 85px;
  }
  .home .about .vision-thumb__text span + span {
    margin-top: -0.1em;
  }
  .home .about .vision__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin-left: 50px;
  }
  .home .about .vision__copy {
    font-size: 30px;
  }
  .home .about .vision__texts {
    margin-top: 30px;
  }
  .home .about .vision__text {
    font-size: 13px;
  }
  .home .about .vision__text + .vision__text {
    margin-top: 24px;
  }
  .home .about .message {
    margin-top: 100px;
  }
  .home .about .message .item {
    margin-top: 80px;
  }
  .home .about .message .item__copy {
    margin-top: -0.5em;
  }
  .home .about .message .item__thumb {
    margin-left: 50px;
  }
  .home .about .message .item__text {
    margin-top: 30px;
  }
  .home .about .message .item__text-p + .item__text-p {
    margin-top: 24px;
  }
  .home .about .message .item__sign {
    margin-top: 25px;
  }
  .home .about .message .item__sign img {
    width: 200px;
  }
  .home .about .service {
    margin-top: 100px;
  }
  .home .about .service__copy {
    margin-top: 60px;
    font-size: 80px;
  }
  .home .about .service__copy span {
    font-size: 50px;
  }
  .home .about .service__text {
    margin-top: 50px;
    font-size: 28px;
  }
  .home .about .service__contents {
    margin-top: 60px;
  }
  .home .about .service dl {
    padding-right: 0;
  }
  .home .about .service dl + dl {
    margin-top: 80px;
  }
  .home .about .service dl .title {
    font-size: 30px;
  }
  .home .about .service dl .jptitle {
    margin-top: 8px;
    font-size: 16px;
  }
  .home .about .service dl dd {
    margin-top: 30px;
  }
  .home .about .service dl .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .home .about {
    margin-top: 0;
  }
  .home .about .container {
    padding: 0 20px;
  }
  .home .about .item__copy {
    font-size: 20px;
  }
  .home .about .item__text {
    margin-top: 36px;
    font-size: 13px;
    line-height: 2;
  }
  .home .about .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .about .vision {
    margin-top: 15px;
  }
  .home .about .vision__contents {
    display: block;
    margin-top: 20px;
  }
  .home .about .vision-thumb__vd {
    width: 100%;
  }
  .home .about .vision-thumb__text {
    top: 80px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    font-size: 109px;
  }
  .home .about .vision-thumb__text span {
    font-size: 73px;
  }
  .home .about .vision__body {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: -250px;
    z-index: 1;
  }
  .home .about .vision__copy {
    font-size: 20px;
    line-height: 1.33;
  }
  .home .about .vision__texts {
    margin-top: 40px;
  }
  .home .about .vision__text {
    font-size: 13px;
    line-height: 2;
  }
  .home .about .vision__text + .vision__text {
    margin-top: 25px;
  }
  .home .about .message {
    margin-top: 90px;
  }
  .home .about .message .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
  }
  .home .about .message .item__copy {
    margin-top: 0;
  }
  .home .about .message .item__thumb {
    margin-left: 0;
    margin-top: 0;
  }
  .home .about .message .item__thumb img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .home .about .message .item__contents {
    margin-top: 40px;
  }
  .home .about .message .item__text {
    margin-top: 42px;
  }
  .home .about .message .item__text-p + .item__text-p {
    margin-top: 29px;
  }
  .home .about .message .item__sign {
    margin-top: 20px;
  }
  .home .about .message .item__sign img {
    width: 150px;
  }
  .home .about .service {
    margin-top: 43px;
  }
  .home .about .service__copy {
    margin-top: 35px;
    font-size: 50px;
    line-height: 1;
  }
  .home .about .service__copy span {
    font-size: 50px;
  }
  .home .about .service__text {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.33;
  }
  .home .about .service__contents {
    margin-top: 35px;
  }
  .home .about .service dl + dl {
    margin-top: 65px;
  }
  .home .about .service dl .title {
    font-size: 26px;
  }
  .home .about .service dl .jptitle {
    margin-top: 8px;
    font-size: 13px;
  }
  .home .about .service dl dd {
    margin-top: 22px;
  }
  .home .about .service dl .text {
    line-height: 2;
  }
}
/* ===================================

  COMPANY

====================================== */
.home .company {
  margin-top: 217px;
}
.home .company .container {
  width: 1024px;
}
.home .company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 100px;
}
.home .company__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .company__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
  font-size: 12px;
  line-height: 1.67;
  border-top: 1px solid #fff;
}
.home .company__contents dl:last-child {
  border-bottom: 1px solid #fff;
}
.home .company__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding-left: 34px;
  width: 120px;
}
.home .company__contents dd {
  padding-right: 40px;
}
.home .company__contents dd p + p {
  margin-top: 14px;
}
.home .company__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 432px;
          flex: 0 0 432px;
  width: 432px;
  margin-left: 36px;
}

@media screen and (max-width: 1199px) {
  .home .company {
    margin-top: 120px;
  }
  .home .company .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .company__wrap {
    margin-top: 60px;
  }
  .home .company__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .home .company__contents dl {
    padding: 20px 0;
    font-size: 13px;
  }
  .home .company__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    padding-left: 15px;
    width: 100px;
  }
  .home .company__contents dd {
    padding-right: 15px;
  }
  .home .company__contents dd p + p {
    margin-top: 13px;
  }
  .home .company__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 758px) {
  .home .company {
    margin-top: 80px;
  }
  .home .company .container {
    padding: 0 20px;
  }
  .home .company__wrap {
    display: block;
    margin-top: 15px;
  }
  .home .company__contents {
    width: 100%;
  }
  .home .company__contents dl {
    display: block;
    padding: 20px 6px;
  }
  .home .company__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
  .home .company__contents dd {
    margin-top: 0.5em;
    padding-right: 0;
    line-height: 1.33;
  }
  .home .company__contents dd p + p {
    margin-top: 13px;
  }
  .home .company__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 33px;
  }
  .home .company__thumb img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
/* ===================================

  MEMBER

====================================== */
.home .member {
  margin-top: 275px;
}
.home .member .container {
  width: 1024px;
}
.home .member__figure {
  margin-top: 60px;
}
.home .member__img {
  display: block;
  width: 100%;
}
.home .member__contents {
  margin-top: 85px;
}
.home .member .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .member .item + .item {
  margin-top: 120px;
}
.home .member .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
  width: 285px;
}
.home .member .item__thumb img {
  display: block;
  width: 100%;
}
.home .member .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 50px;
  padding-top: 22px;
}
.home .member .item__posi {
  display: inline-block;
  padding: 7px 12px 3px;
  font-family: "din-condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #808080;
  background-color: #fff;
}
.home .member .item__name {
  margin-top: 40px;
}
.home .member .item__name .name {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.home .member .item__name .enname {
  margin-top: 18px;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.home .member .item__text {
  margin-top: 25px;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0;
}
.home .member .item__link {
  display: inline-block;
  margin-top: 30px;
  padding: 0 6px 2px 5px;
  font-family: "din-condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home .member .item__link::before {
  position: relative;
  top: -1px;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
}
.home .member .item__link.active::before {
  left: -2px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .member .acc {
  display: none;
  padding-top: 16px;
}
.home .member .acc__group + .acc__group {
  margin-top: 20px;
}
.home .member .acc__title {
  display: inline-block;
  padding: 2px 10px 0;
  font-family: "din-condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #808080;
  letter-spacing: 0.15em;
  background-color: #fff;
}
.home .member .acc__text {
  font-size: 12px;
  line-height: 2.5;
}

@media screen and (max-width: 1199px) {
  .home .member {
    margin-top: 120px;
  }
  .home .member .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .member__contents {
    margin-top: 60px;
  }
  .home .member .item + .item {
    margin-top: 60px;
  }
  .home .member .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
  }
  .home .member .item__contents {
    margin-left: 50px;
    padding-top: 15px;
  }
  .home .member .item__posi {
    padding: 6px 10px 2px;
    font-size: 15px;
  }
  .home .member .item__name {
    margin-top: 26px;
  }
  .home .member .item__name .name {
    font-size: 28px;
  }
  .home .member .item__name .enname {
    margin-top: 16px;
    font-size: 18px;
  }
  .home .member .item__text {
    margin-top: 25px;
    font-size: 13px;
  }
  .home .member .item__link {
    margin-top: 25px;
    padding: 0 5px 1px 4px;
    font-size: 16px;
  }
  .home .member .item__link::before {
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
  }
  .home .member .item__link.active::before {
    left: -2px;
  }
  .home .member .acc {
    padding-top: 18px;
  }
  .home .member .acc__group + .acc__group {
    margin-top: 18px;
  }
  .home .member .acc__title {
    padding: 1px 8px 0;
    font-size: 15px;
  }
  .home .member .acc__text {
    margin-top: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .home .member {
    margin-top: 64px;
  }
  .home .member .container {
    padding: 0 20px;
  }
  .home .member__figure {
    margin-top: 20px;
  }
  .home .member__contents {
    margin-top: 28px;
  }
  .home .member .item {
    display: block;
  }
  .home .member .item + .item {
    margin-top: 35px;
  }
  .home .member .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .member .item__thumb img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .home .member .item__contents {
    margin-left: 0;
    padding-top: 16px;
  }
  .home .member .item__posi {
    padding: 3px 6px 2px;
    font-size: 13px;
  }
  .home .member .item__name {
    margin-top: 24px;
  }
  .home .member .item__name .name {
    font-size: 26px;
  }
  .home .member .item__name .enname {
    margin-top: 8px;
    font-size: 12px;
  }
  .home .member .item__text {
    font-size: 13px;
    line-height: 2;
  }
  .home .member .item__link {
    margin-top: 10px;
    padding: 0 4px 1px 3px;
    font-size: 13px;
  }
  .home .member .item__link::before {
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
  }
  .home .member .item__link.active::before {
    left: -2px;
  }
  .home .member .acc {
    padding-top: 16px;
  }
  .home .member .acc__group + .acc__group {
    margin-top: 12px;
  }
  .home .member .acc__title {
    padding: 2px 6px 0;
    font-size: 14px;
  }
  .home .member .acc__text {
    margin-top: 6px;
    line-height: 2;
  }
}
/* ===================================

  WORKS

====================================== */
.home .works {
  margin-top: 280px;
}
.home .works .container {
  width: 1024px;
}
.home .works__contents {
  margin-top: 120px;
}
.home .works .entries {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.home .works .entry {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.home .works .entry__thumb {
  display: block;
  width: 100%;
  height: auto;
}
.home .works .entry .wmodal {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  word-break: break-all;
}
.home .works .entry .wmodal.show {
  opacity: 1;
  z-index: 2;
}
.home .works .entry .wmodal__group + .wmodal__group {
  margin-top: 35px;
}
.home .works .entry .wmodal__title {
  display: inline-block;
  padding: 3px 12px;
  background-color: #000;
  font-family: "din-condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.home .works .entry .wmodal__text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 2.5;
  color: #000;
}
.home .works .entry:hover {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .home .works {
    margin-top: 120px;
  }
  .home .works .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .works__contents {
    margin-top: 60px;
  }
  .home .works .entries {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .home .works .entry {
    width: 100%;
    margin-bottom: 10px;
  }
  .home .works .entry .wmodal {
    display: none !important;
  }
  .home .works .entry .wmodal.show {
    display: none !important;
  }
}
@media screen and (max-width: 758px) {
  .home .works {
    margin-top: 96px;
  }
  .home .works .container {
    padding: 0 20px;
  }
  .home .works__contents {
    margin-top: 20px;
  }
  .home .works .entries {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .home .works .entry {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }
}
/* ===================================

  CONTACT

====================================== */
.home .contact {
  margin-top: 270px;
}
.home .contact .container {
  width: 1024px;
}
.home .contact__contents {
  margin-top: 110px;
}
.home .contact .form {
  padding: 0 104px;
}
.home .contact .form__group + .form__group {
  margin-top: 53px;
}
.home .contact .form__label label {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.home .contact .form__input {
  margin-top: 17px;
}
.home .contact .form__input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 15px;
  width: 100%;
  height: 30px;
  background-color: #808080;
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
.home .contact .form__input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 15px;
  width: 100%;
  height: 200px;
  background-color: #808080;
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
.home .contact .form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  margin-top: 117px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #808080;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
.home .contact .form input[type=submit]:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .home .contact {
    margin-top: 120px;
  }
  .home .contact .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .contact__contents {
    margin-top: 60px;
  }
  .home .contact .form {
    padding: 0 60px;
  }
  .home .contact .form__group + .form__group {
    margin-top: 40px;
  }
  .home .contact .form__label label {
    font-size: 13px;
  }
  .home .contact .form__input {
    margin-top: 15px;
  }
  .home .contact .form__input input {
    padding-left: 12px;
    height: 28px;
  }
  .home .contact .form__input textarea {
    padding: 10px 12px;
    height: 180px;
  }
  .home .contact .form input[type=submit] {
    margin-top: 60px;
    height: 36px;
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .home .contact {
    margin-top: 75px;
  }
  .home .contact .container {
    padding: 0 20px;
  }
  .home .contact__contents {
    margin-top: 33px;
  }
  .home .contact .form {
    padding: 0;
  }
  .home .contact .form__group + .form__group {
    margin-top: 35px;
  }
  .home .contact .form__input {
    margin-top: 8px;
  }
  .home .contact .form__input input {
    padding-left: 10px;
    height: 25px;
  }
  .home .contact .form__input textarea {
    padding: 8px 10px;
    height: 134px;
  }
  .home .contact .form input[type=submit] {
    width: 100%;
    margin-top: 76px;
    height: 27px;
    font-size: 13px;
  }
}
/* ---------------------------------
  CONTACT FORM 7 設定
----------------------------------- */
.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  color: #fff;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 0.5em;
  font-family: "din-condensed", sans-serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: none !important;
}

@media screen and (max-width: 1199px) {
  .wpcf7-not-valid-tip {
    font-size: 15px;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 18px;
  }
}