.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: relative;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 48px;
}

.content {
  max-width: 1000px;
  margin: 0 auto;
}

.block {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 896px) {
  .header {
    margin-top: 72px;
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

/* BACKGROUND */
.bg_faf5f1 {
  background-color: #faf5f1;
  border-radius: 4px;
  padding: 16px;
}

.bg_f3f3f3 {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 16px;
}

/* FLEX */
.flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: start;
  justify-content: space-between;
}

.flex_btw {}

.flex_rev {
  flex-direction: row-reverse;
}
.flex_column {
  flex-direction: column;
}
.flex_nowrap {
  flex-wrap: nowrap;
}

/* OVERLAY */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218,218,218,.95);
  z-index: 999;
  padding: 64px 16px;
}

.overlay .ttl_sub {
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 8px;
}

.overlay .ttl {
  font-size: 2.4rem;
  line-height: 3.0rem;
  font-weight: 700;
  font-style: italic;
}

.overlay span {
  font-size: 1.6rem;
  display: block;
}

.overlay_list {
  line-height: 4.0rem;
  font-weight: 700;
}


.overlay_list a {
  display: block;
  color: #463924;
  font-size: 1.5rem;
  padding: 16px 0;
}

.overlay_list a:hover {
  opacity: .6;
}

.overlay_lists {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 400) {
  .overlay {
    padding: 120px 60px;
  }

  .overlay .ttl_sub {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 8px;
    font-size: 1.4rem;
  }

  .overlay .ttl {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  .overlay span {
    font-size: 2.0rem;
    display: block;
  }

  .overlay_lists {
    margin-top: 40px;
  }

  .overlay_list {
    line-height: 4.0rem;
  }
}

@media screen and (min-width: 768px) {
  .overlay {
    padding: 160px 80px;
  }

  .overlay .ttl_sub {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .overlay .ttl {
    font-size: 3.6rem;
    line-height: 4.0rem;
  }

  .overlay span {
    font-size: 2.4rem;
  }

  .overlay_lists {
    margin-top: 60px;
  }

  .overlay_list {
    line-height: 5.0rem;
  }
}

@media screen and (min-width: 896px) {
  .overlay {
    padding: 120px;
  }

  .overlay .ttl_sub {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .overlay .ttl {
    font-size: 4.0rem;
    line-height: 4.5rem;
  }

  .overlay span {
    font-size: 2.4rem;
  }

  .overlay_list {
    line-height: 6.0rem;
    font-size: 1.8rem;
    margin: 22px 0;
  }
}

/* MV */
.mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.mv_2 {
  position: relative;
}
.mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.mv .block_lt .ttl_main {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  letter-spacing: 12px;
  margin: 8px auto;
  font-weight: 300;
}

.mv .block_lt {
  position: absolute;
  max-width: 50px;
  text-align: center;
  left: 16px;
  top: 20px;
  -webkit-font-smoothing: antialiased;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.mv .block_lt img {
  margin: 0 auto;
  max-width: 41px;
  margin-right: -2px;
  margin-bottom: 8px;
}

.mv .block_lb {
  position: absolute;
  right: 32px;
  bottom: 140px;
}

.mv .block_lb span {
  display: inline-block;
  width: 42px;
  border-bottom: 1px solid #ffffff;
}

@media screen and (min-width: 400px) {}

@media screen and (min-width: 600px) {
  .mv .block_lt .ttl_main {
    margin: 20px auto;
  }
  .mv .block_lb {
    position: absolute;
    left: 150px;
    right: auto;
    bottom: 40%;
  }
}

@media screen and (min-width: 768px) {
  .mv .block_lt {
    left: 50px;
    top: 50px;
  }
  .mv .block_lb span {
    width: 50px;
  }
  .mv .block_lt img {
    margin: 0 auto;
    max-width: 60px;
    margin-right: -2px;
  }
}

@media screen and (min-width: 896px) {}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

/* CV */
.cv {
  position: relative;
  background-image: url("../images/bg_about.png");
  background-size: cover!important;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* 黒色のグラデーションをかける */
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../images/bg_about.png");
  text-align: center;
}
.cv_2 + br {
  display: none;
}
.cv p {
  font-size: 1.7rem;
  line-height: 3.6rem;
  font-weight: normal;
  margin-bottom: 32px;
}
.cv .block_2 p {
  margin-bottom: 20px;
}
.cv .block {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.cv .block_2 {
  width: 100%;
}
.cv {
  min-height: 320px;
}
@media screen and (min-width: 400px) {}

@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  .cv p {
    font-size: 2.0rem;
    margin-bottom: 48px;
  }
  .cv {
    min-height: 400px;
  }
}

@media screen and (min-width: 896px) {}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}
/* MAI */
.about {
  text-align: center;
  padding: 240px 0;
  background-color: rgba(255,255,255,0);
  position: relative;
}
.about .tagegaki {
  writing-mode: vertical-rl; /* 主要ブラウザ向け */
  -webkit-writing-mode: vertical-rl; /* 古いiOS Safari向け */
  text-orientation: upright; /* 主要ブラウザ向け */
  -webkit-text-orientation: upright; /* 古いiOS Safari向け */
  min-height: 350px;
  text-align: start;
}
.about .flex {
  flex-direction: row-reverse;
  justify-content: center;
  gap: 16px;
}
.about p {
  font-size: 1.8rem;
  letter-spacing: .3em;
  font-weight: normal;
}
.about .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (min-width: 400px) {}

@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  .about .flex {
    gap: 48px;
  }
  .about p {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 896px) {}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}
/* VOICE */
.voice {
  background-color: #fdfdfd!important;
}
.voice .header {
  padding: 0 16px;
  margin-top: 24px;
  margin-bottom: 96px;
}
.voice .header p {
  font-size: 1.4rem;
  line-height: 3.0rem;
  font-weight: normal;
  margin-bottom: 48px;
}
.voice .flex_rev {
  flex-wrap: nowrap;
  writing-mode: vertical-rl; /* 主要ブラウザ向け */
  -webkit-writing-mode: vertical-rl; /* 古いiOS Safari向け */
  text-orientation: upright; /* 主要ブラウザ向け */
  -webkit-text-orientation: upright; /* 古いiOS Safari向け */
  letter-spacing: .3em;
  padding: 54px 80px;
  padding-bottom: 0;
  position: relative;
  margin: auto;
}
.voice .flex_rev:last-child {
  padding-right: 128px;
}
.voice .flex_rev p {
  margin-top: 0;
}
.voice .flex_rev span {
  margin-top: 8px;
  font-size: 1.4rem;
}
.voice .body {
  position: relative;
  background-image: url("../images/bg_voice.png");
  background-size: cover!important;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* 黒色のグラデーションをかける */
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../images/bg_voice.png");
}
.voice .body .ttl {
  font-size: 2.4rem;
  margin-left: 8px;
}
.voice .block {
  margin-left: 56px;
  margin-top: 96px;
  writing-mode: vertical-rl; /* 主要ブラウザ向け */
  -webkit-writing-mode: vertical-rl; /* 古いiOS Safari向け */
  text-orientation: upright; /* 主要ブラウザ向け */
  -webkit-text-orientation: upright; /* 古いiOS Safari向け */
  min-height: 180px;
  text-align: start;
}
.voice .tategaki {
  writing-mode: vertical-rl; /* 主要ブラウザ向け */
  -webkit-writing-mode: vertical-rl; /* 古いiOS Safari向け */
  text-orientation: upright; /* 主要ブラウザ向け */
  -webkit-text-orientation: upright; /* 古いiOS Safari向け */
  min-height: 350px;
  text-align: start;
}
.voice p {
  line-height: 3.4rem;
}
.voice_img {
  width: 80px;
  position: absolute;
  top: 50px;
  right: 70px;
}
.modal-content .wp-block-image img {
  max-width: 100%;
  display: block;
  margin: 42px auto;
}
@media screen and (min-width: 400px) {}

@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  .voice .header .ttl_sub {
    color: #3F3F3F;
    font-size: 1.4rem;
  }
  .voice .body .ttl_sub {
    color: #3F3F3F;
    font-size: 1.4rem;
  }
  .voice .header p {
    font-size: 1.8rem;
  }
  .modal-content .wp-block-image img {
    max-width: 50%;
    display: block;
    margin: 42px auto;
  }
  .voice .flex_rev {

  }
}
@media screen and (min-width: 896px) {}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

/* MAI */
.mai {
  text-align: center;
}

.mai .ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: auto;
  height: 120px;
}
.mai .flex_item {
  width: 100%;
}
.mai .ttl {
  letter-spacing: 10px;
}
.mai .icon-l {
  height: 80px;
  width: auto;
  margin-bottom: 24px;
}
.mai p {
  font-size: 1.5rem;
}
.mai img {
  margin-bottom: 32px;
}
.mai .flex {
  flex-direction: column;
}
@media screen and (min-width: 400px) {}

@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  .mai .flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 896px) {}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

/* IEMOTO */
.iemoto .inner {
  max-width: 700px;
}
.iemoto p {
  font-size: 17px;
  margin: 17px 0;
}
@media screen and (min-width: 400px) {}

@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 896px) {}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

/* OKEIKO */
.okeiko .inner {
  max-width: 700px;
  padding: 0;
}
.okeiko p {
  margin: 32px 0;
}
.okeiko .block p {
  margin: 20px 0;
}
.okeiko ol {
  line-height: 2.2rem;
}
.okeiko ol span {
  display: inline-block;
  background-color: #C2B198;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 18px;
  text-align: center;
  margin-right: 5px;
}
@media screen and (min-width: 400px) {}

@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  .okeiko .inner {
    max-width: 700px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 896px) {}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}


/* FOOTER */
footer {
  position: relative;
  background-color: #FAFAFA;
  padding: 60px 20px;
}
footer .ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.2rem;
  letter-spacing: 6px;
  margin: auto;
}
.copyright {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: .5;
}
footer .ttl_sub {
  margin: 48px auto;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  opacity: .8;
}
footer .ttl_sub span {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #8A7A61;
}
@media screen and (min-width: 400px) {}

@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  footer {
    padding: 120px;
  }
}

@media screen and (min-width: 896px) {}

@media screen and (min-width: 1030px) {}

@media screen and (min-width: 1110px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}