@charset "UTF-8";

/* 共通ここから */
html {
  font-size: 62.5%;
}

body {
  color: #3f3f3f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  background: url(../img/bg_texcure.jpg) repeat;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.sp-only {
  display: none;
}

.block {
  display: inline-block;
}

.container {
  margin: clamp(60px, 8vw, 120px) auto 0;
  max-width: 1192px;
}

@media (max-width: 1024px) {
  .container {
    margin: clamp(60px, 8vw, 120px) 6% 0;
    max-width: 1192px;
  }
}

h1 span {
  display: block;
}

/* フォントサイズ */
h2 {
  font-size: 3.2rem;
  font-weight: 500;
}
h3 {
  font-size: 2.5rem;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

.text-center {
  text-align: center;
}

.text-brown {
  color: #85450a;
}

.f12 {
  font-size: 1.2rem;
}

p {
  letter-spacing: 0.06em;
}

/* header */

/* ==========================
fadein
============================*/
.fadeIn {
  transform: translateY(-10px);
  opacity: 0;
  transition: 0.8s;
}

.fadeIn.animated {
  transform: translateY(0);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fffefd;
  z-index: 2;
}

@media (max-width: 768px) {
  .fadeIn {
    transform: translateY(0) !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fffefd;
    z-index: 1;
  }
}
/* ここまで */

.nav_container {
  max-width: 84%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insta {
  width: 30px;
  height: 30px;
}

.nav {
  width: 36rem;
}

.nav__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}

.nav__item li a span {
  transition: 0.6s;
}

.jp {
  display: none;
}
/* hover */
.nav__item li a:hover .en {
  display: none;
}

.nav__item li a:hover .jp {
  display: inline;
  font-size: 1.6rem;
}

/* header sp */
@media screen and (max-width: 769px) {
  .nav_container {
    max-width: 84%;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* 769px sp */

/* header */

/* mv */
.mv {
  width: 88%;
  margin-left: auto;
  margin-top: -6.4rem;
  display: flex;
  justify-content: flex-end;
}

.fig_vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: bt-lr;
}

.mv_img {
  padding-bottom: 6rem;
}

.mv_img img {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 768px) {
  .mv {
    width: 100vw;
    margin-left: unset;
    display: block;
    margin-top: 0;
  }

  .mv_img {
    padding: 0;
  }

  .mv_img img {
    border-radius: 0;
  }

  .mv_img .sp-only {
    margin-top: 32px;
  }
}

/* title横の英字 */
.vertical__top__group {
  display: flex;
  position: relative;
  left: -5%;
}

.mv__title {
  display: flex;
  align-items: baseline;
}

.vertical__top__title {
  writing-mode: vertical-rl;
  -ms-writing-mode: bt-lr;
  color: #85450a;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.6rem;
}

/* btn */
.btn {
  margin: 4rem auto 0;
  color: #3f3f3f;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
}

.arrow {
  border-bottom: #3f3f3f 1px solid;
  border-right: #3f3f3f 1px solid;
  transform: skew(45deg);
  width: 20rem;
  height: 3rem;
  margin: -2.5rem auto;
  position: relative;
  transition: 0.5s;
}

.arrow:hover {
  left: 25px;
}

/* btnここまで */

/* sp header */
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .nav {
    background: #fffefd;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 100;
    transition: transform 0.3s;
  }

  .sp_header {
    max-width: 84%;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .open__btn,
  .close__btn {
    transform: translateY(-5px);
  }

  .open__btn img,
  .close__btn img {
    border-radius: 0;
  }

  .nav__item {
    display: block;
    text-align: center;
    margin: 6.4rem 4%;
  }

  .sp__item {
    margin-bottom: 32px;
  }

  .sp__insta {
    width: 30px;
    margin: 0 auto;
  }

  .nav.active {
    transform: translateX(0);
  }

  /* title横の英字 */
  .vertical__top__group {
    display: flex;
    align-items: center;
    position: unset;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /* margin: 24px 16px 0; */
  }

  .vertical__top__title {
    font-size: 1.2rem;
    position: static;
    right: 0;
    bottom: 0;
    letter-spacing: normal;
  }
  /* sp btn */
  .btn {
    margin: 3.2rem auto 0;
    color: #3f3f3f;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
  }

  .arrow {
    border-bottom: #3f3f3f 2px solid;
    border-right: #3f3f3f 2px solid;
    transform: skew(45deg);
    width: 16rem;
    height: 3rem;
    margin: -2.5rem auto;
    position: static;
  }
}

/* ipad */
@media (min-width: 768px) and (max-width: 1024px) {
  /* .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  } */
  .ipad_none {
    display: none;
  }
}

/* modal */
.popup {
  width: 100%; /* 幅を100%に設定 */
  cursor: pointer; /* カーソルをポインターにしてクリック可能に */
  transition: transform 0.3s; /* ホバー時の変化を滑らかに */
}

/* モーダルのスタイル */

/* modal ここまで */
.popup {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: -290px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 calc(58% - 58vw);
}

.modal_contents {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 850px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}

.close {
  position: absolute;
  top: 50px;
  right: 155px;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
}

/*==========================
fadeIn
==========================*/
.fadeIn_about {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 1.5s;
}

.fadeIn_about.animated {
  transform: translate(0, 0);
  opacity: 1;
}

/* main　ここまで */

/* ========= 
footer
============ */
footer {
  background-color: #825a35;
}

.border {
  border: 0.5px solid #85450a;
  margin-bottom: 3.2rem;
}

.nav_footer {
  width: 85%;
  margin: clamp(60px, 8vw, 160px) auto 3.2rem;
  padding: 3.2%;
}

.footer__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .footer__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -8.6rem;
  border: 0.5px solid #85450a;
} */

.nav__fotter--item {
  display: flex;
  gap: 4.8rem;
  color: #fffefd;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}

.insta_footer {
  width: 30px;
  margin-left: auto;
  margin-top: 2.4rem;
}

/* footer sp */
@media screen and (max-width: 769px) {
  .nav_footer {
    width: 91%;
    padding: 3.2rem 4%;
    margin: clamp(60px, 8vw, 160px) auto 0;
  }

  .footer__item {
    display: block;
  }

  .footer__item::before {
    margin-top: -3.2rem;
  }

  .nav__fotter--item {
    display: flex;
    justify-content: start;
    margin-top: 42px;
    gap: 8%;
  }

  .insta_footer {
    margin-top: 24px;
    margin-left: 0;
  }
}

/* 769px sp */

/* 共通ここまで */
