@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Koulen&family=Zen+Old+Mincho&display=swap');

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px; /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 300;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: "Anton", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

@font-face {
  font-family: "Anton", sans-serif; "Koulen-Regular", Helvetica; "";
  src: url("../fonts/TsukuMinPro.eot");
  src: url("../fonts/TsukuMinPro.eot?#iefix") format("embedded-opentype"), url("../fonts/TsukuMinPro.woff") format("woff"), url("../fonts/TsukuMinPro.ttf") format("truetype"), url("../fonts/TsukuMinPro.svg#TsukuMinPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */

/* ====================================================
背景
==================================================== */

body {
  color: #ffff;
  font-family: "Anton", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
  background: black;
     cursor: none;
}

body {
  color: #ffff;
  font-family: "Anton", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
  background: black;
}

@keyframes hero-gradient-animation {
    0% {
        --c-0: hsla(21, 0%, 0%, 1);
        --y-0: 78%;
        --x-0: 31%;
        --s-start-0: 3%;
        --s-end-0: 75%;
        --c-1: hsla(206, 0%, 29%, 1);
        --x-1: 88%;
        --s-start-1: 3%;
        --s-end-1: 83%;
        --y-1: 93%;
        --s-start-2: 5%;
        --s-end-2: 67%;
        --c-2: hsla(290, 0%, 0%, 1);
        --x-2: 99%;
        --y-2: 8%;
        --y-3: 0%;
        --c-3: hsla(75, 10%, 60%, 1);
        --x-3: 41%;
        --s-start-3: 8%;
        --s-end-3: 61%;
        --x-4: 19%;
        --c-4: hsla(35, 0%, 0%, 1);
        --s-start-4: 16%;
        --s-end-4: 88%;
        --y-4: 59%;
    }

    100% {
        --c-0: hsla(206, 2%, 70%, 1);
        --y-0: 62%;
        --x-0: 96%;
        --s-start-0: 8%;
        --s-end-0: 50%;
        --c-1: hsla(45, 8%, 60%, 1);
        --x-1: 11%;
        --s-start-1: 14%;
        --s-end-1: 78%;
        --y-1: 14%;
        --s-start-2: 9%;
        --s-end-2: 63%;
        --c-2: hsla(263, 0%, 60%, 1);
        --x-2: 34%;
        --y-2: 84%;
        --y-3: 21%;
        --c-3: hsla(206, 0%, 0%, 1);
        --x-3: 32%;
        --s-start-3: 17%;
        --s-end-3: 86%;
        --x-4: 88%;
        --c-4: hsla(245, 0%, 100%, 1);
        --s-start-4: 18%;
        --s-end-4: 55%;
        --y-4: 91%;
    }
}

@property --c-0 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(21, 0%, 0%, 1)
}

@property --y-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 78%
}

@property --x-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 31%
}

@property --s-start-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 3%
}

@property --s-end-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 75%
}

@property --c-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(206, 0%, 29%, 1)
}

@property --x-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 88%
}

@property --s-start-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 3%
}

@property --s-end-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 83%
}

@property --y-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 93%
}

@property --s-start-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 5%
}

@property --s-end-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 67%
}

@property --c-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(290, 0%, 0%, 1)
}

@property --x-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 99%
}

@property --y-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 8%
}

@property --y-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%
}

@property --c-3 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(75, 10%, 60%, 1)
}

@property --x-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 41%
}

@property --s-start-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 8%
}

@property --s-end-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 61%
}

@property --x-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 19%
}

@property --c-4 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(35, 0%, 0%, 1)
}

@property --s-start-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 16%
}

@property --s-end-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 88%
}

@property --y-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 59%
}

@property --x-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 88%
}

@property --c-5 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(245, 0%, 100%, 1)
}

@property --s-start-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 18%
}

@property --s-end-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 55%
}

@property --y-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 91%
}

body {
    --c-0: hsla(21, 0%, 0%, 1);
    --y-0: 78%;
    --x-0: 31%;
    --c-1: hsla(206, 0%, 29%, 1);
    --x-1: 88%;
    --y-1: 93%;
    --c-2: hsla(290, 0%, 0%, 1);
    --x-2: 99%;
    --y-2: 8%;
    --y-3: 0%;
    --c-3: hsla(75, 10%, 60%, 1);
    --x-3: 41%;
    --x-4: 19%;
    --c-4: hsla(35, 0%, 0%, 1);
    --y-4: 59%;
    --x-5: 88%;
    --c-5: hsla(245, 0%, 100%, 1);
    --y-5: 91%;
    ;
    background-color: hsla(206, 0%, 0%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4)), radial-gradient(circle at var(--x-5) var(--y-5), var(--c-5) var(--s-start-5), transparent var(--s-end-5));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: normal, normal, normal, normal, normal, normal;
}

@media screen and (max-width: 834px) {
html.ov {
  overflow-y: auto;
}
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}
a:hover {
  opacity: 0.7;
 cursor: none;
}

.sub-header__menu-item li:hover {
    list-style: disc;
    transform: scale(1.2);
    transition: all 0.3sease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.u-fn-hover {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .u-fn-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

/* ====================================================
カーソル
==================================================== */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
    }

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: translate(5px, 5px);
    }


/* ====================================================
Component
==================================================== */

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

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

.js-scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}
.js-scrollin.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.inner {
  display: block;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    padding: 0 25px;
  }
}
.inner--902 {
  max-width: 902px;
}
.inner--540 {
  max-width: 540px;
}

.wrapper {
  margin-top: 20px;
  font-family: "Anton", sans-serif; "Anton", sans-serif; "Anton", sans-serif;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    margin-top: 67px;
  }
}
@media screen and (max-width: 834px) {
  .wrapper {
    margin-top: 5px;
  }
}

#fadein-anim {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


#curtain-anim {
animation: curtain .9s;
animation-duration: .9s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
}

#curtain-anim::after {
content: '';
display: block;
width: 100%;
height: 100%;
padding: 0;
background-color: black;
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: 2;
transform: scaleX(1);
-webkit-transform: scaleX(1);
transition-delay: initial;
}


@keyframes curtain {
0% {
transform-origin: left;
transform: scaleX(0);
-webkit-transform: scaleX(0);
opacity: 0;
}

20% {
 	opacity: 1;
}

45% {
transform-origin: left;
transform: scaleX(1);
-webkit-transform: scaleX(1);
}

45.001% {
transform-origin: right;
}

55% {
transform-origin: right;
transform: scaleX(1);
-webkit-transform: scaleX(1);
opacity: 1;
}

100% {
transform-origin: right; 		
transform: scaleX(0);
-webkit-transform: scaleX(0);
opacity: 1;
}
}



/* ====================================================
Header
==================================================== */

img.mv-logo {
    width: 30%;
    margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
img.mv-logo {
	width: 30%;
    margin: 5% 0 1.5% 0;
}
}

.main-header {

    height: 35%;
    left: 60%;
    float: right;
    width: 500px;
    position: fixed;
    padding: 25px 25px 25px 0;
    right: 0;
    bottom:0;
    z-index: 4999;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
}
@media screen and (max-width: 1440px) {
  .main-header {
    padding: 29px 20px 29px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .main-header {
    padding: 11px 15px;
    z-index: 6000;
  }
}
.main-header__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    flex-direction: column;
    align-content: flex-start;
}

}
}
.main-header__logo {
  width: 261.5px;
}
@media screen and (max-width: 1024px) {
  .main-header__logo {
    width: 172px;
    z-index: 100;
  }
}
.main-header__logo img {
  width: 100%;
}
.main-header__navGlobal {
  padding-top: 12px;
}
@media screen and (min-width: 1025px) {
  .main-header__navGlobal {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__navGlobal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 90px 20px;
    width: 100%;
    text-align: right;
    height: 100vh;
    overflow-y: auto;
    background: #000000;
  }
}
@media screen and (min-width: 1025px) {
  .main-header__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10%;
        margin-bottom: 50%;
        margin-left: 20%;
}
  }
}
.main-header__menu-item {
  margin-left: 54px;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 1245px) {
  .main-header__menu-item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 834px) {
  .main-header__menu {
    height: 100%;
	margin-left: 5%;
}
  }


@media screen and (max-width: 1024px) {
  .main-header__menu-item {
    font-size: 1.8rem;
    margin-left: 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 834px) {
  .main-header__menu-item {
    margin-bottom: 0px;
  }
}
.main-header__menu-item--contact {
  margin-left: 31px;
}
@media screen and (max-width: 1245px) {
  .main-header__menu-item--contact {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__menu-item--contact {
    margin-left: 0;
  }
}
.main-header__menu-item--contact a {
  letter-spacing: 0.5px;
  width: 176px;
  height: 35px;
  color: #fff;
  padding: 6px 25px;
  font-weight: 500;
  background: #47B9C1;
  text-align: center;
  border-radius: 25px;
  position: relative;
  font-size: 1.5rem;
}
.main-header__menu-item--contact a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 19px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1245px) {
  .main-header__menu-item--contact a:after {
    right: 14px;
  }
}
@media screen and (max-width: 1245px) {
  .main-header__menu-item--contact a {
    width: 140px;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__menu-item--contact a {
    width: 180px;
    font-size: 1.8rem;
  }
}
.main-header__link {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-family: "Anton", sans-serif; "Koulen-Regular", Helvetica; "Kozuka Gothic Pr6N R";
  letter-spacing: 1px;
  font-size: 3rem;
  line-height: 2;
}
@media screen and (max-width: 1245px) {
  .main-header__link {
    letter-spacing: 0;
  }
}
.main-header__mobile-icon {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 70px;
  height: 70px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 102;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .main-header__mobile-icon {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .main-header__mobile-icon {
    width: 62px;
    height: 48px;
  }
}
.main-header__mobile-icon-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 22px;
  height: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: white;
}
.main-header__mobile-icon-border:nth-child(1) {
  margin-top: -10px;
  margin-left: -11px;
  width: 27px;
}
.main-header__mobile-icon-border:nth-child(3) {
  margin-top: 10px;
  margin-left: -11px;
  width: 27px;
}
.main-header.is-active {
  background: rgb(255 255 255 / 0%);

}
.main-header.is-active .main-header__name {
  color: #000;
}
.main-header.is-active .main-header__menu-item {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .main-header__mobile-icon-border:nth-child(1) {
    -webkit-animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-1-close {
    0% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes click-header-sp-bar-1-close {
    0% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .main-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .main-header__mobile-icon-border:nth-child(3) {
    -webkit-animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-3-close {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes click-header-sp-bar-3-close {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(1) {
    margin-top: -5px;
    -webkit-animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-1-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
  }
  @keyframes click-header-sp-bar-1-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(3) {
    margin-top: 5px;
    -webkit-animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-3-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
  }
  @keyframes click-header-sp-bar-3-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
  }
}

img.sub-logo {
    width: 35%;
	margin-bottom:3.5%;
}

@media screen and (max-width: 834px) {
img.sub-logo {
    width: 25%;
}
}

.sub-header {
	position: relative;
    padding: 25px 0px 25px 0;
    line-height: 2;
}

@media screen and (max-width: 834px) {
  .sub-header {
    padding: 11px 15px;
    z-index: 6000;
  }
}
.sub-header__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    flex-direction: column;
    align-content: flex-start;
}

.sub-header__logo {
  width: 261.5px;
}
@media screen and (max-width: 1024px) {
  .sub-header__logo {
    width: 172px;
    z-index: 100;
  }
}
.sub-header__logo img {
  width: 100%;
}
.sub-header__navGlobal {
  padding-top: 12px;
}
@media screen and (min-width: 1025px) {
  .sub-header__navGlobal {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header__navGlobal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 90px 20px;
    width: 100%;
    text-align: right;
    height: 100vh;
    overflow-y: auto;
    background: #000000;
  }
}
@media screen and (min-width: 1025px) {
  .sub-header__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10%;
}
  }

.sub-header__menu-item {
  font-weight: 500;
  font-size: 1.6rem;
}

 li:hover  {
	list-style: disc;
}

@media screen and (max-width: 1245px) {
  .sub-header__menu-item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 834px) {
  .sub-header__menu {
    height: 100%;
}
  }


@media screen and (max-width: 1024px) {
  .sub-header__menu-item {
    font-size: 1.8rem;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.sub-header__menu-item--contact {
  margin-left: 31px;
}
@media screen and (max-width: 1245px) {
  .sub-header__menu-item--contact {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header__menu-item--contact {
    margin-left: 0;
  }
}
.sub-header__menu-item--contact a {
  letter-spacing: 0.5px;
  width: 176px;
  height: 35px;
  color: #fff;
  padding: 6px 25px;
  font-weight: 500;
  background: #47B9C1;
  text-align: center;
  border-radius: 25px;
  position: relative;
  font-size: 1.5rem;
}
.sub-header__menu-item--contact a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 19px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1245px) {
  .sub-header__menu-item--contact a:after {
    right: 14px;
  }
}
@media screen and (max-width: 1245px) {
  .sub-header__menu-item--contact a {
    width: 140px;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header__menu-item--contact a {
    width: 180px;
    font-size: 1.8rem;
  }
}
.sub-header__link {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-family: "Anton", sans-serif; "Koulen-Regular", Helvetica; "Kozuka Gothic Pr6N R";
  letter-spacing: 1px;
  font-size: 1.8rem;
  line-height: 1.8;
}


@media screen and (max-width: 1245px) {
  .sub-header__link {
    letter-spacing: 0;
  }
}
.sub-header__mobile-icon {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 70px;
  height: 70px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 102;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .sub-header__mobile-icon {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .sub-header__mobile-icon {
    width: 62px;
    height: 48px;
  }
}
.sub-header__mobile-icon-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 22px;
  height: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: white;
}
.sub-header__mobile-icon-border:nth-child(1) {
  margin-top: -10px;
  margin-left: -11px;
  width: 27px;
}
.sub-header__mobile-icon-border:nth-child(3) {
  margin-top: 10px;
  margin-left: -11px;
  width: 27px;
}
.sub-header.is-active {
  background: rgb(255 255 255 / 0%);

}
.sub-header.is-active .main-header__name {
  color: #000;
}
.sub-header.is-active .main-header__menu-item {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .sub-header__mobile-icon-border:nth-child(1) {
    -webkit-animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-1-close {
    0% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes click-header-sp-bar-1-close {
    0% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .sub-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .sub-header__mobile-icon-border:nth-child(3) {
    -webkit-animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-3-close {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes click-header-sp-bar-3-close {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .mobile-close .sub-header__mobile-icon-border:nth-child(1) {
    margin-top: -5px;
    -webkit-animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-1-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
  }
  @keyframes click-header-sp-bar-1-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
  }
  .mobile-close .sub-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile-close .sub-header__mobile-icon-border:nth-child(3) {
    margin-top: 5px;
    -webkit-animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-3-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
  }
  @keyframes click-header-sp-bar-3-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
  }
}


/* ====================================================
Footer
==================================================== */
.main-footer {
  position: fixed;
  bottom:0px;
  color: #fff;
}
@media screen and (max-width: 1245px) {
  .main-footer {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .main-footer {
    padding: 51px 0 0;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
}
.main-footer__content {
  padding-bottom: 23px;
}
@media screen and (max-width: 834px) {
  .main-footer__content {
    padding-bottom: 40px;
  }
}
.main-footer__content .inner {
  position: relative;
  max-width: 1193px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .main-footer__content .inner {
    max-width: 80%;
  }
}
@media screen and (max-width: 374px) {
  .main-footer__content .inner {
    max-width: 100%;
  }
}
.main-footer__backtop {
  z-index: 50;
  width: 62.5px;
  display: block;
  position: relative;
  left: -6px;
}
.main-footer__backtop img {
  width: 100%;
}
.main-footer__clmL {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .main-footer__clmL {
    margin-bottom: 14px;
    width: 100%;
    text-align: center;
  }
}
.main-footer__logo {
  max-width: 382.5px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .main-footer__logo {
    max-width: 246px;
    margin: 0 auto 16px;
  }
}
.main-footer__logo img {
  width: 100%;
}
.main-footer__address {
  font-family: "Anton", sans-serif; "Koulen-Regular", Helvetica; "Kozuka Gothic Pr6N R";
  margin-bottom: 7px;
  letter-spacing: 0.25px;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 1245px) {
  .main-footer__address {
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__address {
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .main-footer__address {
    font-size: 1.05rem;
  }
}
.main-footer__desc {
  font-family: "Anton", sans-serif; "Koulen-Regular", Helvetica; "Kozuka Gothic Pr6N R";
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-bottom: 75px;
}
@media screen and (max-width: 1245px) {
  .main-footer__desc {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__desc {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .main-footer__desc {
    font-size: 1rem;
  }
}
.main-footer__clmR {
  padding-top: 94px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .main-footer__clmR {
    width: 100%;
    padding-top: 0;
    max-width: 100%;
  }
}
.main-footer__nav {
  max-width: 350px;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1245px) {
  .main-footer__nav {
    max-width: 350px;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__nav {
    max-width: 100%;
  }
}
.main-footer__menu {
  width: 50%;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .main-footer__menu {
    width: 50%;
  }
}
.main-footer__menu-item {
  margin-bottom: 7px;
}
@media screen and (max-width: 834px) {
  .main-footer__menu-item {
    margin-bottom: 11.5px;
  }
}
.main-footer__menu-item a {
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  font-weight: normal;
  font-family: "Anton", sans-serif; "Koulen-Regular", Helvetica; "Kozuka Gothic Pr6N R";
  font-size: 1.6rem;
}
@media screen and (max-width: 1245px) {
  .main-footer__menu-item a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .main-footer__menu-item a {
    font-size: 1.05rem;
  }
}
.main-footer__bottom {
position: fixed;
bottom: 25px;
}

@media screen and (max-width: 834px) {
  .main-footer__bottom {
        padding: 10px 10% 10px 10%;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        width: 80%;
        text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .main-footer__bottom {
    padding: 20px 25px;
  }
}
.main-footer__copyright {
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  padding-right: 50px;
  width: 400px;
}
@media screen and (max-width: 834px) {
  .main-footer__copyright {
    width: 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .main-footer__copyright {
    font-size: 8px;
  }
}
.main-footer__privacy {
  color: #fff;
  font-weight: 500;
  font-family: "Anton", sans-serif; "Koulen-Regular", Helvetica; "Kozuka Gothic Pr6N R";
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .main-footer__privacy {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .main-footer__privacy {
    font-size: 1.05rem;
  }
}

/* ====================================================
mv
==================================================== */

.mv-index__ttl {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    font-size: 4.4rem;
    line-height: 1.5;
}

.mv-index__ttl h1{
font-size:18rem;

}

.mv-left {
  position: fixed;
  display:block;
  width:40%;
  left: 5%;
  top: 5%;
}

.mv-right {
width:60%;
margin-left:40%;
}

@media screen and (max-width: 834px) {
.mv-left {
    position: relative;
    display: block;
    top: 3%;
	width: 100%;
	margin-left: 5%;
}
}


@media screen and (max-width: 1245px) {
  .mv-index__ttl {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 834px) {
  .mv-index__ttl {
    letter-spacing: 2px;
    font-size: 2.4rem;
    line-height: 1;
  }
}
.mv-index__ttl > span {
  margin-right: 29px;
  color: #fff;
  line-height: 1.2;
  font-size: 20rem;
}
@media screen and (max-width: 1245px) {
  .mv-index__ttl > span {
    margin-right: 15px;
    font-size: 28.6rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-index__ttl > span {
    font-size: 20rem;
  }
  .mv-index__ttl > span:nth-child(2) {
    height: 140px;
  }
}
.mv-index__ttl > span span {
  display: inline-block;
  height: 24px;
}

.mv-index__copy {
  position: relative;
  margin-top:20px;
}

.mv-index__copy p{
	font-size:3rem;
    color: #fff;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
}

@media screen and (max-width: 834px) {
.mv-index__copy p{
	font-size:2.4rem;
    color: #fff;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
}
}

@media screen and (max-width: 834px) {
.mv-right {
    position: relative;
    display: block;
	width: 100%;
	margin-left: 5%;
	margin-top:20%;
	margin-bottom: 35%;
}
}

.mv-index__scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv-index__scroll a {
  color: #fff;
  position: relative;
  padding-bottom: 40px;
  font-size: 1.6rem;
}
.mv-index__scroll a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 35px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ====================================================
sub-page
==================================================== */

.sub-index__ttl {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    font-size: 3.6rem;
    line-height: 1.5;
}


.sub-index__ttl h1{
font-size:18rem;

}

.sub-left {
  position: fixed;
  display:block;
  width:40%;
  left: 5%;
  top: 5%;
}

.sub-right {
    width: 45%;
    margin-left: 45%;
    margin-right: 10%;
    margin-top: 5%;
}

.sub-right h2{
font-size: 6rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff94;
    color: transparent;
}


@media screen and (max-width: 834px) {
.sub-left {
    position: relative;
    display: block;
    top: 3%;
	width: 100%;
	margin-left: 5%;
}
}


@media screen and (max-width: 1245px) {
  .sub-index__ttl {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 834px) {
  .sub-index__ttl {
    letter-spacing: 2px;
font-size: 1.4rem;
line-height: 1.1;
  }
}
.sub-index__ttl > span {
  margin-right: 29px;
  color: #fff;
  line-height: 1.2;
  font-size: 16rem;
}
@media screen and (max-width: 1245px) {
  .sub-index__ttl > span {
    margin-right: 15px;
    font-size: 16rem;
  }
}
@media screen and (max-width: 834px) {
  .sub-index__ttl > span {
    font-size: 5rem;
  }
  .sub-index__ttl > span:nth-child(2) {
    height: 140px;
  }
}
.sub-index__ttl > span span {
  display: inline-block;
  height: 24px;
}

.sub-index__copy {
  position: relative;
  margin-top:20px;
}

.sub-index__copy p{
	font-size:3rem;
    color: #fff;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
}

@media screen and (max-width: 834px) {
.sub-right {
    position: relative;
    display: block;
	width: 80%;
        margin-left: 10%;
        margin-top: 10%;
        margin-right: 10%;
}
}

.sub-index__scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sub-index__scroll a {
  color: #fff;
  position: relative;
  padding-bottom: 40px;
  font-size: 1.6rem;
}
.sub-index__scroll a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 35px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub-index {
    height: 100rem;
}

/* ====================================================
about
==================================================== */

.about__text__1{
margin-top:10px;
}

.about__text__2{
margin-top:30px;
}

p.about__text__1 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
	font-family: "Zen Old Mincho", serif;
}

p.about__text__2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
	font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 834px) {
.about__text__1{
margin-top:10px;
}

.about__text__2{
margin-top:30px;
}


p.about__text__1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
	font-family: "Zen Old Mincho", serif;
}

p.about__text__2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
	font-family: "Zen Old Mincho", serif;
}
}


/* ====================================================
service
==================================================== */

ul.service__list {
    margin-top: 50px;
}

ul.service__list li {
    font-size: 2rem;
    line-height:1.5;
    font-family:"Zen Old Mincho", serif;
    list-style:disc;
}

@media screen and (max-width: 834px) {
ul.service__list {
    margin-top: 30px;
}

ul.service__list li {
    font-size: 1.5rem;
    line-height:1.5;
    font-family:"Zen Old Mincho", serif;
    list-style:disc;
}
}


/* ====================================================
company
==================================================== */

.company__text{
    margin-top: 50px;
}

p.company__text{
    font-size: 1.8rem;
    line-height:1.5;
    font-family:"Zen Old Mincho", serif;
}

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

.company__text{
    margin-top: 30px;
}

p.company__text{
    font-size: 1.5rem;
    line-height:1.5;
    font-family:"Zen Old Mincho", serif;
}
}

/* ====================================================
vision
==================================================== */

.vision{
margin-top:30px;
}

.mission{
margin-top:50px;
}

.vision__tag{
}

p.vision__tag{
    font-size: 4rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #adadad94;
    color: transparent;
    writing-mode: vertical-rl;
    z-index: 1;
    position: absolute;
    left: 43.5%;
    margin-top: 2rem;
}

.vision__text__1{
margin-top:10px;
position:relative;
z-index:10;
}

.vision__text__2{
margin-top:30px;
position:relative;
z-index:10;
}


p.vision__text__1 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
	font-family: "Zen Old Mincho", serif;
}

p.vision__text__2 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
	font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 834px) {
.vision{
margin-top:30px;
}

.mission{
margin-top:50px;
}

.vision__tag{
}

p.vision__tag{
    font-size: 4rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #adadad94;
    color: transparent;
    writing-mode: vertical-rl;
    z-index: -1;
    position: absolute;
    left: -6%;
    margin-top: 3rem;
}

.vision__text__1{
margin-top:10px;
}

.vision__text__2{
margin-top:30px;
}


p.vision__text__1 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
	font-family: "Zen Old Mincho", serif;
}

p.vision__text__2 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
	font-family: "Zen Old Mincho", serif;
}
}

/* ====================================================
message
==================================================== */

.message__text{
 margin-top:50px;
}

p.message__text{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
	font-family: "Zen Old Mincho", serif;
}

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

.message__text{
 margin-top:30px;
}

p.message__text{
    font-size: 1.5rem;
}
}

/* ====================================================
philosophy
==================================================== */

.philosophy__text{
    margin-top: 50px;
}

p.philosophy__text{
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
	font-family: "Zen Old Mincho", serif;
}

ul.philosophy__list{
    margin-top: 30px;
}
ul.philosophy__list li{
    font-size: 2rem;
    line-height:1.5;
    font-family:"Zen Old Mincho", serif;
}

@media screen and (max-width: 834px) {
.philosophy__text{
    margin-top: 30px;
}

p.philosophy__text{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
	font-family: "Zen Old Mincho", serif;
}

ul.philosophy__list{
    margin-top: 30px;
}
ul.philosophy__list li{
    font-size: 1.5rem;

}
}



.fade .animation-bg {
  background: #75bec2;
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: PageAnime-fade;
  animation-duration: 0.3s;
  animation-delay: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}
 
@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
	margin:0 3% 3% 3%;
    padding: 3%;
}

/*infoエリアをはじめは非表示*/
#01{
	display: none;
}

#02{
	display: none;
}

#03{
	display: none;
}

#04{
	display: none;
}
#05{
	display: none;
}

#06{
	display: none;
}

#07{
	display: none;
}

#08{
	display: none;
}
#09{
	display: none;
}

#10{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.modaal-content-container h2{
font-size:2.4rem;
font-family: "Zen Old Mincho", serif;
margin-bottom:10px;
}

.modaal-content-container p{
font-size:1.4rem;
font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 834px) {
.modaal-content-container h2{
font-size:1.8rem;
}
}

/*==================================
	form
==================================*/

p.contact-ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: zen old mincho;
}

#form {}
#form .tit {background: #f7f6f4;}
#form .tit span {font-size: 26px;vertical-align: middle;}
#form form {padding: 0 2%;
    margin-top: 20px;
    color: #767676;
	height: 100rem;}
#form .contact_form {padding-bottom:25px; }
#form .blockbox {display: flex;justify-content: space-between;width: 60%;}
#form .blockbox div {width: 47.69%;}
#form label,
#form .itemTxt {display: block;font-size:1.5rem; padding-bottom: 15px; color: white;}
#form .itemTxt span {font-size: 12px;}
#form input {
	font-size: 16px;
    width: 70%;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
	font-family: 'Zen Old Mincho';
}
::placeholder {color: #d0cdcb; font-size: 14px;}
#form .notes {font-size: 24px;color: #8d8d8d; padding-bottom: 15px;}
#form .contact_form_tel input {margin-bottom: 0;}
#form .telbox01{width:23.43%;}
#form .telbox02,
#form .telbox03 {width:25.78%;margin-left: 7.5%;}
#form .telbox01,
#form .telbox02 {position: relative;}
#form .telbox01::after,
#form .telbox02::after{position:absolute; content:"";width: 25px; height: 1px;top: 50%;right:-10%; background:#fff;display: inline-block;background-size: contain;vertical-align: middle;top:50%;}

#form textarea {width: 80%;height: 200px; border:none;border-radius: 5px;padding: 10px 20px;font-size:16px; 	font-family: 'Zen Old Mincho';}

#form .cvbtn a {background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(41 41 41) 100%);
;}
form .errorItem { outline: 2px solid #cf3769;outline-offset: -2px; }
form #formErrorMessage { color: #cf3769;font-size: 18px;padding: 0 18px 18px 18px;line-height: 1.8; }
.errortxtBox {
    font-size: 14px;
}

@media screen and (max-width: 843px) {
p.contact-ttl {
    font-size: 1.6rem;
    margin-bottom: 0px;
}
#form {padding: 0px 0; }
#form .tit span {font-size: 2.8vw}
#form form {margin-top:35px;}
#form .contact_form {padding-bottom:15px; }
#form .blockbox {}
#form .blockbox div {}
#form label,
#form .itemTxt {font-size:4vw; padding-bottom: 7px;}
#form .itemTxt span {font-size: 3.2vw;}
#form input {font-size: 4vw; padding: 8px 20px; width: 95%;}
::placeholder {color: #d0cdcb; font-size: 3.8vw;}
#form .notes {font-size: 1.4vw;padding-bottom: 7px;}
#form .blockbox {display: flex;justify-content: space-between;width: 90%;}
#form .contact_form_tel input {}
#form .telbox01{}
#form .telbox02,
#form .telbox03 {}
#form .telbox01,
#form .telbox02 {}
#form .telbox01::after,
#form .telbox02::after{width: 12px; right:-15%;}

#form select#shopname {}
#form select {font-size:4vw;padding: 17px;background: #fff;}
#form select::-ms-expand {}
#form .selectBox {}

#form textarea {width:100%; height: 150px; border:none;padding: 5px 10px;font-size:4vw;}
form #formErrorMessage { color: #cf3769;font-size: 3.2vw;padding: 0vw 0vw 4vw 0vw;line-height: 1.8; }
.errortxtBox {
    font-size: 14px;
}
}

/* cvbtn*/
.cvbtn {margin-top: 50px;
    width: 45%;}
.cvbtn a {position: relative; display: block; color: #fff; border-radius:7px; background: linear-gradient(90deg, rgba(141,128,167,1) 0%, rgba(181,166,179,1) 100%);font-size: 36px;text-align: center;padding: 4%;text-align: center; }
.cvbtn a p {line-height: 1.4;letter-spacing: .4rem; font-size: 16px;}
.cvbtn a span {font-size: 24px;display: block;}
.cvbtn .cvball {position: absolute;background: #dadf00;color: #111111; border-radius: 50%;top: -27.6%; left: -4.6%;font-size: 30px;padding: 32px 24px; box-shadow: 6px 10px 5px -3px rgba(0, 0, 0, .1)}
.cvbtn a p:before {content: ""; position: absolute;right: 2.9%; width: 25px; height: 1px;background: #fff;top:47.8%;}
.cvbtn a p:after {content: "";position: absolute;top: 37%;
    right: 3.1%;
    width: 10px;
    height: 10px;border-top: 1px solid #fff;border-right: 1px solid #fff;-webkit-transform: rotate(45deg); transform: rotate(45deg);}

@media screen and (max-width: 843px) {
/* cvbtn*/
.cvbtn {margin-top: 45px; width: 100%;}
.cvbtn a {font-size: 4.8vw;padding: 4%; border-radius:4px;}
.cvbtn a p {letter-spacing: .2rem;}
.cvbtn a span {font-size: 3.2vw; }
.cvbtn .cvball {font-size: 4vw;padding: 16px 10px;}
.cvbtn a p:before {width: 3.846vw;top:49.5%;}
.cvbtn a p:after {width: 2.461vw;height: 2.461vw; top: 39%;}
}

