@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  color: #231815;
  background: url("../images/bg02.jpg") top center repeat; }

/*---------------------------
wrapper
---------------------------*/
.wrapper {
  /*width: 1000px;*/
  margin: 0 auto; }

/*---------------------------
FOOTER下部に固定
---------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  width: inherit; }

.footer_sec {
  margin-top: auto !important; }

/*---------------------------
basic setting
---------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
.text {
  color: #231815;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

.justify_text {
  text-align: justify;
  text-justify: inter-ideograph; }
  @media all and (-ms-high-contrast: none) {
    .justify_text {
      font-feature-settings: normal; } }

.sans-serif {
  font-family: system-ui, -apple-system, BlinkMacSystemFont,"Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif; }

.serif {
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

.serif_en {
  font-family: 'Playfair Display'; }

body {
  color: #231815; }

.clear {
  clear: both; }

a, a:link, a:visited {
  color: #231815;
  text-decoration: none; }

a:hover {
  color: #604c3f;
  transition: all 0.8s; }

.indent {
  padding-left: 0.8em;
  text-indent: -0.8em; }
  @media (max-width: 768px) {
    .indent {
      padding-left: 1em;
      text-indent: -1em; } }

.img_responsive {
  display: block;
  width: 100%;
  height: auto; }

/*ボタンの初期化*/
button, input[type="submit"], input[type="button"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/*ボタンの初期化 iOS*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*ボタンのスタイル*/
.btn {
  display: block;
  margin: auto;
  color: #231815;
  border: 2px solid #231815;
  padding: 1% 5%;
  text-align: center;
  width: 40%;
  font-size: 1.5rem;
  transition: 1.5s;
  border-radius: 30px; }
  @media (max-width: 768px) {
    .btn {
      width: 80%;
      font-size: 1.2rem;
      margin-top: 50px;
      padding: 3% 0; } }
  .btn:link, .btn:visited {
    color: #231815; }
  .btn:hover {
    background: #604c3f;
    border-color: #928074;
    color: #fff; }

/*==================
.animation_loading
==================*/
.animation_loading {
  animation: equalizer_loading 7000ms infinite;
  animation-iteration-count: 10; }

@keyframes equalizer_loading {
  0% {
    width: 70%; }
  10% {
    width: 50%; }
  20% {
    width: 100%; }
  30% {
    width: 10%; }
  40% {
    width: 50%; }
  50% {
    width: 70%; }
  60% {
    width: 50%; }
  70% {
    width: 10%; }
  80% {
    width: 100%; }
  90% {
    width: 10%; }
  100% {
    width: 70%; } }
/*---------------------------
sec
---------------------------*/
.sec {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .sec {
      width: 95%; } }

/*---------------------------
header
---------------------------*/
header {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #604c3f;
  z-index: 100; }
  header .nav {
    margin: auto;
    display: flex;
    justify-content: center; }
    header .nav a {
      display: block;
      margin: 0 1.5em;
      letter-spacing: 0.1em;
      color: #fff; }
  @media (max-width: 768px) {
    header {
      position: fixed;
      background-color: #604c3f; }
      header .mv_copy {
        width: 50%; }
        header .mv_copy img {
          width: 100%;
          height: auto; }
        header .mv_copy .copy {
          color: #fff;
          font-size: 2.6vw;
          text-align: right;
          letter-spacing: 0.3em; } }

/* OPEN / CLOSE BTNS */
.menu-btn a {
  text-decoration: none;
  /* safari hack */ }

.btn-open {
  position: fixed;
  top: 25px;
  right: 15px;
  z-index: 1001;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .btn-open:after {
    content: '';
    display: inline-block;
    background: url("../images/icon_hamburger.png") no-repeat;
    background-size: contain;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    width: 30px;
    height: 35px; }

.btn-open:hover:after {
  color: #fff; }

.btn-close {
  position: fixed;
  top: 25px;
  right: 15px;
  z-index: 1001;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .btn-close:after {
    content: '';
    display: inline-block;
    background: url("../images/icon_close.png") no-repeat;
    background-size: contain;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    width: 20px;
    height: 30px; }

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000; }
  .overlay .nav {
    padding: 80px 10%;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.8; }
    .overlay .nav ul li:before {
      content: '■';
      color: #604c3f;
      font-size: 20px; }
    .overlay .nav ul li a {
      margin-left: 0.5em;
      font-size: 1.5rem;
      color: #595757; }

/*---------------------------
アニメーション設定
---------------------------*/
.anime {
  opacity: 0; }

.anime_img {
  width: 47.5%;
  z-index: 1; }
  @media (max-width: 768px) {
    .anime_img {
      display: block;
      width: 100%; } }

@media (max-width: 768px) {
  .anime_img.left {
    margin-right: 0; } }

@media (max-width: 768px) {
  .anime_img.right {
    margin-left: 0; } }

.anime.on {
  animation: ease-in fade-in1 2s forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*---------------------------
共通 footer
---------------------------*/
footer {
  margin-bottom: 20px; }
  footer small {
    display: block;
    margin: 10% auto 2%;
    text-align: center; }
    @media (max-width: 768px) {
      footer small {
        font-size: 0.8rem;
        margin: 80px auto 120px; } }

/*404ページ*/
.error404 h2 {
  margin-top: 100px;
  font-size: 2rem;
  text-align: center; }
.error404 .text {
  margin-top: 100px;
  text-align: center; }
.error404 .btn {
  margin-bottom: 150px; }
