/******************************
* general
******************************/
html {
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }
  @media screen and (max-width: 600px) {
    html {
      overflow-x: hidden; } }

body {
  position: relative;
  width: 100%;
  min-width: 1280px;
  padding-bottom: 2rem;
  color: #463235;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  background: url("../images/common/background.png") center center/100% auto repeat; }
  @media screen and (max-width: 600px) {
    body.fixed::before {
      width: 100%;
      height: 100%;
      position: fixed;
      background-color: rgba(255, 255, 255, 0.7);
      content: "";
      display: block;
      top: 0;
      left: 0;
      z-index: 4; } }
  @media screen and (max-width: 600px) {
    body {
      overflow-x: hidden;
      min-width: 100%;
      letter-spacing: 0.01em;
      padding-bottom: 0rem; } }

@media screen and (max-width: 600px) {
  img {
    max-width: 100%; } }

a,
button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6; }

address {
  font-style: normal; }

em {
  font-size: 1.2em; }

/******************************
* common
******************************/
.global-nav::after {
  position: absolute;
  display: block;
  content: ""; }

.header {
  padding-top: 43px;
  margin: 0px auto 20px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .header {
      margin-top: 15px;
      padding-top: 0px; } }
  @media screen and (max-width: 600px) {
    .header__nav {
      display: none;
      position: fixed;
      background: #fff;
      width: 250px;
      height: var(--fullvh);
      top: 0;
      right: 0;
      z-index: 5; }
      .header__nav.show {
        display: block;
        overflow-y: auto; } }
  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__logo {
    width: 120px;
    margin-right: 83px; }
    @media screen and (max-width: 600px) {
      .header__logo {
        width: 80px;
        width: 18.67vw; } }
    .header__logo img {
      width: 100%; }
  .header__insta {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    width: 138px; }
    @media screen and (max-width: 600px) {
      .header__insta {
        position: fixed;
        top: unset;
        bottom: 10px;
        right: 10px;
        z-index: 9; } }
    .header__insta img {
      width: 100%; }

#menu-controller {
  position: fixed;
  z-index: 9;
  right: 5%;
  top: 60px;
  padding: 0;
  border: none;
  border-radius: 5px; }
  @media screen and (max-width: 600px) {
    #menu-controller {
      top: 25px; } }

.sp-menu {
  width: 40px;
  height: 40px;
  background: #463235; }
  .sp-menu__open {
    display: block; }
  .sp-menu__close {
    display: none; }
  .sp-menu img {
    width: 100%;
    position: absolute;
    top: 0; }

.sp-menu.open .sp-menu__open {
  display: none; }

.sp-menu.open .sp-menu__close {
  display: block; }

.global-nav {
  width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 600px) {
    .global-nav {
      display: block;
      padding-top: 10vh;
      width: 70%;
      margin: 0 auto; }
      .global-nav li {
        margin-bottom: 1rem; }
        .global-nav li::after {
          position: relative;
          display: block;
          width: 35px;
          height: 6px;
          content: "";
          background: url("../images/top/sp-sep.png") center left/auto 100% no-repeat;
          margin-bottom: 2rem; } }
  .global-nav::after {
    width: 700px;
    height: 7px;
    left: -40px;
    bottom: -15px;
    background: url("../images/common/menu-line.png") center top/100% no-repeat; }
    @media screen and (max-width: 600px) {
      .global-nav::after {
        width: 100%;
        background: none; } }
  .global-nav a {
    color: #463235;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Kiwi Maru', serif; }

.wrapper-all {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .wrapper-all {
      width: 90%; } }

.content {
  margin-bottom: 7rem; }
  @media screen and (max-width: 600px) {
    .content {
      margin-bottom: 4rem; } }
  .content--l {
    margin-bottom: 5rem; }
    @media screen and (max-width: 600px) {
      .content--l {
        margin-bottom: 3rem; } }
  .content--mm {
    margin-bottom: 8rem; }
    @media screen and (max-width: 600px) {
      .content--mm {
        margin-bottom: 5rem; } }

.footer-animation {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 600px) {
    .footer-animation {
      width: 100%; } }

.footer {
  width: 1200px;
  height: 530px;
  padding-bottom: 3rem;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  z-index: 1; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  @media screen and (max-width: 600px) {
    .footer {
      width: 100%;
      margin-bottom: 0;
      border-radius: 20px 20px 0 0;
      padding-bottom: 0; } }
  .footer__body {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
    .footer__body address {
      font-style: normal; }
    .footer__body img {
      width: 100px;
      margin-bottom: 1rem; }
  .footer__video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .footer__video {
        height: 100vh; } }
    .footer__video::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(98, 77, 77, 0.8);
      z-index: 5; }
    .footer__video video {
      width: 100%;
      vertical-align: bottom; }
      @media screen and (max-width: 600px) {
        .footer__video video {
          height: 100vh;
          width: auto;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .footer__copy {
    font-size: 12px;
    margin-top: 3rem; }
  .footer__chara01 {
    position: absolute;
    width: 150px;
    display: block;
    top: -78px;
    margin-left: 85%;
    z-index: -5; }
    @media screen and (max-width: 600px) {
      .footer__chara01 {
        margin-left: 55%; } }

/******************************
* common
******************************/
.btn-01 {
  background: #624D4D;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: none; }
  .btn-01:hover {
    background: #fff;
    color: #624D4D; }

/******************************
* tool
******************************/
.flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media screen and (max-width: 600px) {
    .flex-pc {
      display: block; } }

.show-sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .show-sp {
      display: initial; } }

.show-pc {
  display: initial; }
  @media screen and (max-width: 600px) {
    .show-pc {
      display: none; } }

.clearfix::after {
  display: table;
  height: 1px;
  clear: both;
  content: ""; }
