@charset "UTF-8";
/* style.scss */
/* reset Document */
/* --------------------------------------------------
    Reset.css
-------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap" rel="stylesheet');
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixin.scss */
/* --------------------------------------------------
    レ ス ポ ン シ ブ
-------------------------------------------------- */
input::placeholder {
  color: #bdbdbd;
}
input:-ms-input-placeholder {
  color: #bdbdbd;
}
input::-ms-input-placeholder {
  color: #bdbdbd;
}

/* --------------------------------------------------
    f l e x b o x 
-------------------------------------------------- */
/* --------------------------------------------------
    b o x - s i z i n g 
-------------------------------------------------- */
/* --------------------------------------------------
    チ ケ ッ ト ボ タ ン （ フ　ワ ）
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ c o v e r ）
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ c o n t a i n ）
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ 暗 く s h a d o w ）
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ 明 る く s h a d o w ）
-------------------------------------------------- */
/* --------------------------------------------------
    親 子 の　位 置（ p o s i t i o n ）

	@include relative();   // お　や
	@include absolute();   // こ ど も
	@include fixed();      // 固 定
	@include static();     // デ フ ォ ル ト

	($top:0, $right:0, $bottom:0, $left:0)
-------------------------------------------------- */
/* color.scss */
/* --------------------------------------------------
    カ ラ ー
-------------------------------------------------- */
/* images.scss */
/* --------------------------------------------------
    b g（ 背 景 )
-------------------------------------------------- */
.bg_top {
  background-image: url("../images/common/bg_top.jpg");
}

.bg_smoke_color {
  background-image: url("../images/common/bg_smoke.jpg");
}

.bg_smoke_monotone {
  background-image: url("../images/common/bg_smoke_monotone.jpg");
}

/* --------------------------------------------------
    ロ ゴ
-------------------------------------------------- */
.logo {
  background-image: url("../images/icon/logo.svg");
}

.logo-blk {
  background-image: url("../images/icon/logo-blk.svg");
}

.logo-wht {
  background-image: url("../images/icon/logo-wht.svg");
}

.logo2-blk {
  background-image: url("../images/icon/logo2-blk.png");
}

.logo2-wht {
  background-image: url("../images/icon/logo2-wht.png");
}

/* --------------------------------------------------
    ア イ コ ン
-------------------------------------------------- */
.icon-logo {
  background-image: url("../images/icon/logo.svg");
}

.icon-logo-wht {
  background-image: url("../images/icon/logo_wht.svg");
}

/* common.scss */
/* --------------------------------------------------
    基 本
-------------------------------------------------- */
input {
  appearance: none;
  -webkit-appearance: none;
}

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

/* --------------------------------------------------
    b o d y
-------------------------------------------------- */
body {
  position: relative;
  overflow-y: scroll;
  text-align: center;
  background-size: cover;
  border: none;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #0f0f0f;
}

/* --------------------------------------------------
    背 景（ 全 画 面 ）
-------------------------------------------------- */
:root {
  --vh: 100vh;
} /* 初期値として設定 */
body.modal-open {
  overflow: hidden;
} /* スクロールを無効化 */
/* --------------------------------------------------
    m a i n
-------------------------------------------------- */
main {
  width: 100%;
  overflow: hidden;
}

/* --------------------------------------------------
    i n n e r 
-------------------------------------------------- */
.inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
}

/* --------------------------------------------------
    ボ タ ン（ I n s t a g r a m ）
-------------------------------------------------- */
.instagram-button {
  text-align: center;
}
.instagram-button a {
  background: #0f0f0f;
  color: #dadada;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.instagram-button a:hover {
  transform: scale(1.3);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.instagram-button a i {
  line-height: 1;
}

/* --------------------------------------------------
    ボ タ ン （　ト　ッ　プ　に　戻　る　）
-------------------------------------------------- */
#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  line-height: 70px;
  display: none;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  display: inline-flex; /* コンテンツを中央揃え */
  justify-content: center;
  align-items: center;
  text-decoration: none; /* 下線を消す */
  border-radius: 50%; /* 完全な円形にする */
}

#page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: -1;
}

/* --------------------------------------------------
    テ　キ　ス　ト（　順　番　に　表　示　）
-------------------------------------------------- */
.catch_copy span {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}

.catch_copy span:first-child {
  animation: catch_anime 1.2s forwards 1s;
}

.catch_copy span:nth-child(2) {
  animation: catch_anime 1.2s forwards 2s;
}

.catch_copy span:nth-child(3) {
  animation: catch_anime 1.2s forwards 3s;
}

.catch_copy span:nth-child(4) {
  animation: catch_anime 1.2s forwards 4s;
}

.catch_copy span:nth-child(5) {
  animation: catch_anime 1.2s forwards 5s;
}

.catch_copy span:nth-child(6) {
  animation: catch_anime 1.2s forwards 6s;
}

.catch_copy span:nth-child(7) {
  animation: catch_anime 1.2s forwards 7s;
}

.catch_copy span:nth-child(8) {
  animation: catch_anime 1.2s forwards 7s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------------------------
    く も ア ニ メ ー シ ョ ン
-------------------------------------------------- */
@keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-moz-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
.background-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: fadeIn 3s ease-in 2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clouds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/common/clouds_repeat.png") repeat;
  background-size: 1000px 1000px;
  width: 10000px;
  height: 100%;
  z-index: 3;
  opacity: 0.2;
  -moz-animation: move-background 55s linear infinite;
  -ms-animation: move-background 55s linear infinite;
  -o-animation: move-background 55s linear infinite;
  -webkit-animation: move-background 55s linear infinite;
  animation: move-background 55s linear infinite;
}

/* font.scss */
/* --------------------------------------------------
    google font（EB+Garamond）
-------------------------------------------------- */
h1 {
  font-family: "EB Garamond", serif;
}

h2 {
  font-family: "EB Garamond", serif;
}

h3 {
  font-family: "EB Garamond", serif;
}

/* --------------------------------------------------
    デフォルト：游 明 朝
-------------------------------------------------- */
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular"); /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMincho";
  font-weight: bold;
  src: local("YuMincho-Bold"), local("Yu Mincho"); /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
body {
  font-family: MyYuMinchoM, YuMincho, serif;
}

/* --------------------------------------------------
    基 本
-------------------------------------------------- */
html {
  font-size: 62.5%;
} /*16p*0.625 = 10px(=1rem)*/
body {
  font-size: 1.6rem;
  text-align: left;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/* --------------------------------------------------
    カ ラ ー
-------------------------------------------------- */
h1, h2, h3, h4, p {
  color: #dadada;
}

/* --------------------------------------------------
    サ イ ズ
-------------------------------------------------- */
h1 {
  font-size: 3.8rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 1500px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.6rem;
  }
}

h4 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 2.6rem;
  }
}

p {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 2.1rem;
  }
}

/* --------------------------------------------------
    太 文 字
-------------------------------------------------- */
h1, h2, h3, h4 {
  font-weight: 600;
}

h3 {
  font-weight: 400;
}

p {
  font-weight: 600;
}

/* --------------------------------------------------
    行 間
-------------------------------------------------- */
h1 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h1 {
    ine-height: 130%;
  }
}

h2 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h2 {
    ine-height: 130%;
  }
}

h3 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h3 {
    ine-height: 170%;
  }
}

h4 {
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  h4 {
    ine-height: 170%;
  }
}

p {
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  p {
    ine-height: 170%;
  }
}

/* --------------------------------------------------
    字 間
-------------------------------------------------- */
h1, h2, h3, h4 {
  letter-spacing: 0.06em;
}

p {
  letter-spacing: 0.04em;
}

/* --------------------------------------------------
    揃え
-------------------------------------------------- */
h1, h2, h3, h4, p {
  text-align: center;
}

/* loading.scss */
#loading-wrapper {
  background: #0f0f0f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 9999;
}
#loading-wrapper img {
  width: 10vh;
}
#loading-wrapper .loading {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: loading;
  transform: scale(1.1, 1.1);
}

@-moz-keyframes loading {
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes loading {
  100% {
    transform: scale(1, 1);
  }
}
@keyframes loading {
  100% {
    transform: scale(1, 1);
  }
}
.completed {
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 1);
}

/* top.scss */
body.top .main {
  display: table;
}
body.top .main #top {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  background-position: bottom;
  height: calc(var(--vh, 1vh) * 100);
}
body.top .main #top::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-color: rgba(0, 0, 0, 0.8);
}
body.top .main #top .inner .txt {
  z-index: 10000;
}
body.top .main #top .inner .txt .logo-wht {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  background-position: top;
  height: 13vh;
}
body.top .main #top .inner .txt .lg {
  margin-bottom: 5vh;
}
body.top .main #top .inner .txt .sub-ttl {
  padding-bottom: 1.2vh;
}
body.top .main #top .inner .txt h1 {
  padding-bottom: 1.2vh;
}
@media screen and (min-width: 768px) {
  body.top .main #top .inner .txt h1 {
    padding-bottom: 1.1vh;
  }
}
body.top .main #top .inner .txt h3 {
  padding-bottom: 6vh;
}
body.top .main #top .inner .txt h2 {
  padding-bottom: 1.6vh;
}
body.top .main #top .inner .txt p {
  padding-bottom: 9vh;
}
@media screen and (min-width: 768px) {
  body.top .main #top .inner .txt p {
    padding-bottom: 7vh;
  }
}
body.top .main #top .inner .txt h1, body.top .main #top .inner .txt h2, body.top .main #top .inner .txt h3, body.top .main #top .inner .txt p {
  text-shadow: 0 0 1rem #0f0f0f, 0 0 1rem #0f0f0f, 0 0 1rem #0f0f0f;
}
body.top .main #top .inner .in-btn {
  width: 100%;
}
body.top .main #top .inner .in-btn a.btn-inner {
  position: relative;
  color: #dadada;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 1.8rem;
  line-height: 50px;
  overflow: hidden;
  outline: none;
  z-index: 2;
  text-align: center;
  max-width: 350px;
  padding: 5px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #dadada;
  border: 1px solid #00223a;
  max-width: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 20px 40px;
  text-align: center;
}
body.top .main #top .inner .in-btn a.btn-inner::before, body.top .main #top .inner .in-btn a.btn-inner::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.top .main #top .inner .in-btn a.btn-inner::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
body.top .main #top .inner .in-btn a.btn-inner:hover {
  color: #dadada;
}
body.top .main #top .inner .in-btn a.btn-inner:hover::after {
  background: #dadada;
  border: 1px solid #00223a;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  body.top .main #top .inner .in-btn a.btn-inner {
    display: inline-block;
    float: right;
    width: 20%;
    text-align: right;
  }
}
body.top .main #top .inner .in-btn a.btn-inner:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  body.top .main #top .inner .in-btn a.btn-inner:first-child {
    margin-bottom: 0;
  }
}
body.top .main #top .inner .in-btn a.btn-inner:hover {
  color: #dadada;
  font-weight: 600;
}
body.top .main #top .inner .in-btn a.btn-inner:hover::after {
  background: #0f0f0f;
  -webkit-transform: scale(1);
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */