@charset "UTF-8";
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: white;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  line-height: 1.45;
  font-weight: 500;
  background: #000;
  overflow: hidden;
}

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

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.main {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
}

.main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-left {
  font-family: "IM Fell Great Primer", "Playfair Display", serif;
  color: white;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  padding-left: 60px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .main-left {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .main-left {
    width: 40%;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .main-left {
    display: none;
  }
}

.main-left .main-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}

.main-left .main-header-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .2em;
}

.main-left .main-header-text {
  font-size: 1.8rem;
  letter-spacing: 0.25em;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .main-left .main-header-text {
    font-size: 1.6rem;
  }
}

.main-info {
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.name {
  font-size: 1.8rem;
  letter-spacing: 0.25em;
}

@media (max-width: 767px) {
  .name {
    font-size: 1.3rem;
    letter-spacing: .025em;
  }
}

.job {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .job {
    font-size: 1rem;
  }
}

.message {
  margin-top: 15px;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .message {
    letter-spacing: 0;
  }
}

.main-contact {
  margin-top: 15px;
  font-size: 1.0rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .main-contact {
    letter-spacing: 0;
  }
}

.main-contact a {
  color: white;
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .main-contact a {
    padding-left: 10px;
  }
}

.main-visual {
  height: 100vh;
}

@media (min-width: 768px) {
  .main-visual {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .main-visual {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .main-visual {
    width: 100%;
  }
}

.main-container {
  width: 100%;
  height: 100%;
}

.hader-navi {
  width: 40px;
  height: 40px;
  background-color: #b33e5c;
  padding: 10px;
  z-index: 100;
}

.header-burger {
  position: fixed;
  top: 60px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 100;
  background: transparent;
  -webkit-transform: transform .3s;
          transform: transform .3s;
}

@media (max-width: 767px) {
  .header-burger {
    top: 16px;
    right: 10px;
  }
}

.header-burger::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background: #720b18;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .header-burger::before {
    width: 40px;
    height: 40px;
  }
}

.is-active .header-burger::before {
  opacity: 0;
}

.header-burger-bar {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 2px;
  border-radius: 5px;
  background: #ccc;
  z-index: 100;
}

@media (max-width: 767px) {
  .header-burger-bar {
    height: 2px;
  }
}

.header-burger-bar:nth-child(1) {
  top: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media (max-width: 767px) {
  .header-burger-bar:nth-child(1) {
    top: 14px;
  }
}

.header-burger-bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-burger-bar:nth-child(3) {
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media (max-width: 767px) {
  .header-burger-bar:nth-child(3) {
    bottom: 12px;
  }
}

.is-active .header-burger-bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  left: 50%;
}

.is-active .header-burger-bar:nth-child(2) {
  opacity: 0;
}

.is-active .header-burger-bar:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
}

.header-lists {
  position: absolute;
  content: "";
  top: 0;
  right: 130%;
  width: 50%;
  bottom: 0;
  -webkit-transition: left .3s linear;
  transition: left .3s linear;
  background-color: #720b18;
  z-index: 99;
  height: 100%;
  padding: 160px 40px 0;
}

@media (max-width: 767px) {
  .header-lists {
    padding: 160px 20px 0;
  }
}

.is-active .header-lists {
  right: 0;
}

.header-list {
  font-family: "IM Fell Great Primer", "Playfair Display", serif;
}

.header-list:nth-child(1) {
  margin-top: 0px;
}

.header-list:nth-child(n + 2) {
  margin-top: 9%;
}

.header-navi-link {
  color: white;
  display: block;
  font-size: 2.4rem;
  line-height: 24px;
  z-index: 101;
}

.sns-flex a {
  display: inline-block;
}

.sns-flex a:nth-child(2) {
  padding-left: 20px;
}

.header-overlay {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 98;
  visibility: hidden;
}

.is-active .header-overlay {
  opacity: 1;
  visibility: visible;
}

html .is-active .header-overlay {
  overflow: hidden;
}

.main-lists {
  width: 100%;
  height: 100%;
}

.main-list {
  width: 100%;
  height: 100%;
}

.slide-img {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slide-img::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide-img img {
  width: 100%;
  height: 100vh;
  max-width: 100%;
}

.main-navigation {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 180px;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper-button-prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 90px;
          flex: 0 1 90px;
  width: 79px;
  height: 60px;
  background-color: #720b18;
  outline: none;
}

.swiper-button-prev::after {
  color: white;
  font-size: 2.0rem;
}

.swiper-button-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 79px;
  height: 60px;
  background-color: #720b18;
  margin-left: 1px;
  outline: none;
}

.swiper-button-next::after {
  color: white;
  font-size: 2.0rem;
}

.top-main-title {
  position: absolute;
  top: 24%;
  left: 2%;
  font-family: "IM Fell Great Primer", "Playfair Display", serif;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity .4s ,-webkit-transform .8s;
  transition: opacity .4s ,-webkit-transform .8s;
  transition: transform .8s ,opacity .4s;
  transition: transform .8s ,opacity .4s ,-webkit-transform .8s;
  z-index: 11;
}

@media (max-width: 767px) {
  .top-main-title {
    top: 30%;
  }
}

.is-active .top-main-title {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.top-main-title p {
  color: white;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .top-main-title p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-left: 0.3em;
  }
}

.top-main-title-title {
  color: white;
  font-size: 80px;
  line-height: 100px;
  margin-top: 10px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .top-main-title-title {
    font-size: 3.0rem;
    line-height: 3.0rem;
    margin-top: 8px;
  }
}

.top-main-title-text {
  font-size: 80px;
  color: white;
  line-height: 100px;
  margin-top: 10px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .top-main-title-text {
    font-size: 3.25rem;
    line-height: 1.5em;
  }
}

@media (max-width: 767px) {
  .top-main-header-title-sp {
    position: absolute;
    content: "";
    top: 16px;
    left: 10px;
    width: 100%;
    text-align: left;
    font-family: "IM Fell Great Primer", "Playfair Display", serif;
    z-index: 11;
  }
  .top-main-header-title-sp .main-header-title {
    font-size: 1.6rem;
  }
  .top-main-header-title-sp .main-header-text {
    font-size: 1.4rem;
  }
}

.top-main-sp-bottom {
  font-family: "IM Fell Great Primer", "Playfair Display", serif;
  position: fixed;
  right: 0;
  bottom: 0;
  content: "";
  width: 140px;
  display: block;
  padding-left: 5px;
  z-index: 11;
}

@media (min-width: 768px) {
  .top-main-sp-bottom {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-main-sp-bottom {
    right: 0;
  }
}

#loading-wrapp {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
  z-index: 2;
}

.loading-text {
  font-family: "IM Fell Great Primer", "Playfair Display", serif;
}

.loading-text P {
  color: white;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.fadeUpTrigger {
  opacity: 0;
}
