@charset "UTF-8";
/* ---------- reset --------- */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 700;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #000000;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  overflow-x: hidden;
}

.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sp {
  display: none !important;
}

.inner_wrapper {
  display: block;
  position: relative;
}

a {
  color: #000000;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

a, input[type=radio], input[type=checkbox], input[type=submit], button, select {
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px), print {
  body {
    min-width: 100%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  img {
    width: 100%;
    height: auto;
  }
}
#popup {
  min-width: 1024px;
}
#popup .__inner {
  background: #FFF;
  width: 800px;
  color: #FFF;
  padding: 30px;
  margin: 0 auto;
}
#popup .__inner a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

@media screen and (max-width: 767px), print {
  #popup {
    min-width: 100%;
  }
  #popup .__inner {
    width: 88vw;
    padding: 20px;
    margin: 0 auto;
  }
}
/* =============================================================

Pace

* ============================================================= */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transform: translate3d(0, -50px, 0);
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.pace .pace-progress {
  background-color: white;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
  z-index: 2000;
}

.pace.pace-active {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #b08f62;
  pointer-events: none;
}

.page .pace .pace-progress {
  background: #bbbab6;
}

/* =============================================================

Wrapper

* ============================================================= */
.l-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  min-width: 1024px;
  margin: 0;
  padding: 0;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page .l-wrapper {
  background: url(../img/bk2.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

.l-wrapper__inner {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
}

.pace-done .l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.l-wrapper.is-resizing * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 767px), print {
  .l-wrapper {
    min-width: 100%;
  }

  .l-wrapper__inner {
    display: block;
  }

  .page .l-wrapper {
    background: url(../img/bk2-sp.jpg) repeat top center;
    background-size: contain;
    background-attachment: scroll;
  }
}
/* =============================================================

Contents

* ============================================================= */
header {
  width: 100%;
  min-width: 1024px;
  display: block;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  height: 80px;
}
header ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
header ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 80px;
}
header ul li a {
  font-size: 1.8rem;
  line-height: 1.0;
  display: block;
  margin: 0 20px;
}

.c-slider li {
  display: block;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.bk {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.bk.__show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.content-box .__inner {
  width: 880px;
  margin: 0 auto;
  padding: 90px 0 160px;
}
.content-box .__inner.nopadding {
  padding: 90px 0 50px;
}
.content-box.co_bk1 {
  background: url(../img/bk1.jpg) no-repeat top center;
  background-size: cover;
}
.content-box.co_bk2 {
  background: url(../img/bk2.jpg) no-repeat top center;
  background-size: cover;
}
.content-box h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  margin: 0 0 70px;
  text-align: center;
}
.content-box h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.content-box h4 {
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.content-box .t-center {
  text-align: center;
}
.content-box .pic-box {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 70px;
}
.content-box .pic-box .pic {
  width: 420px;
}
.content-box .txt-box {
  margin-bottom: 100px;
}
.content-box .txt-box:last-child {
  margin-bottom: 0;
}
.content-box .txt-box p {
  font-size: 1.8rem;
  line-height: 1.888;
  padding-bottom: 30px;
}
.content-box .txt-box p.lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.content-box .txt-box p.small {
  font-size: 1.4rem;
}
.content-box .txt-box p:last-child {
  padding-bottom: 0;
}
.content-box .txt-box p .t-link {
  display: block;
  text-align: right;
}
.content-box .txt-box p .t-link a {
  text-decoration: none;
}
.content-box .txt-box p a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
.content-box .txt-box .red {
  color: red;
}
.content-box .txt-box .red a {
  color: red;
  text-decoration: underline;
}
.content-box .sline {
  color: red;
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
}
.content-box .sline span {
  color: black;
}
.content-box .sline a {
  pointer-events: none;
}
.content-box .col2 {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.content-box .col2 ul.seven-themes {
  width: 420px;
}
.content-box .col2 ul.seven-themes li {
  margin-bottom: 25px;
}
.content-box .col2 ul.seven-themes li:last-child {
  margin-bottom: 0;
}
.content-box .col2 ul.seven-themes li h4 {
  margin-bottom: 6px;
  font-size: 2.0rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.content-box .col2 ul.seven-themes li p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.content-box .map {
  width: 340px;
  display: block;
  margin: 0 auto 50px;
}
.content-box .yw-box {
  background: #ffff00;
  padding: 50px 40px;
  margin-bottom: 100px;
}
.content-box .wt-box {
  background: #FFF;
  padding: 50px 40px;
  margin-bottom: 100px;
}
.content-box .wt-box.__nomrg {
  margin-bottom: 10px;
}
.content-box .wt-box .txt-box {
  margin-bottom: 40px;
}
.content-box .wt-box#w_schedule .txt-box {
  margin-bottom: 75px;
}
.content-box .wt-box#w_schedule .txt-box:last-child {
  margin-bottom: 0;
}
.content-box .tr-box .txt-box {
  margin-bottom: 0;
}

.num-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.num-list.__3col li {
  width: 240px;
}
.num-list.__3col .num {
  background: #FFF;
}
.num-list.__2col li {
  width: 360px;
}
.num-list.__2col .num {
  background: #ffff00;
}
.num-list p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.875;
}
.num-list .num {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 15px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 4.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.theme-list {
  border-top: #231815 solid 1px;
}
.theme-list li {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: #231815 solid 1px;
  padding: 50px 0;
}
.theme-list li .pic {
  border-right: #231815 solid 1px;
}
.theme-list li .pic img {
  width: 180px;
  height: auto;
  margin-right: 50px;
  display: block;
}
.theme-list li .txt {
  flex: 1;
  padding-left: 50px;
}
.theme-list li .txt p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.theme-list li .w_logo-box img {
  height: auto;
  display: block;
  margin: 40px 0 0 auto;
}
.theme-list li:nth-child(1) .w_logo-box img {
  width: 120px;
}
.theme-list li:nth-child(2) .w_logo-box img {
  width: 160px;
}
.theme-list li:nth-child(3) .w_logo-box img {
  width: 160px;
}

.content-box#start {
  margin-top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  background: url(../img/bk1.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 100vh;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-box#start h1 img {
  width: auto;
  height: 70vh;
  max-height: 610px;
}
.content-box#start h2 {
  font-size: 2.0rem;
  margin: 20px 0 0;
}

.content-box#workshop {
  margin-bottom: 100vh;
}

.content-box#about .caution {
  font-size: 1.6rem;
  line-height: 1.875;
}

.__inner#access .txt-box {
  width: 640px;
  margin: 0 auto;
}

.__inner#info img {
  width: 270px;
  height: auto;
  display: block;
  margin: 30px auto 0;
}

.content-box.__page .__inner {
  padding: 150px 0 100px;
}
.content-box.__page h1 img {
  width: 730px;
  height: auto;
  display: block;
  margin: 0 auto 90px;
}
.content-box.__page h2 {
  font-size: 2.4rem;
  line-height: 1.666;
  margin-bottom: 35px;
}

footer {
  background: #FFF;
}
footer .copy {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.0;
  padding: 25px 0;
}

@media screen and (max-width: 767px), print {
  header {
    height: 60px;
    background: transparent;
    z-index: 9999;
  }

  .content-box .__inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 60px;
  }
  .content-box .__inner.nopadding {
    padding: 60px 20px 30px;
  }
  .content-box.co_bk1 {
    background: url(../img/bk1-sp.jpg) repeat top center;
    background-size: cover;
  }
  .content-box.co_bk2 {
    background: url(../img/bk2-sp.jpg) repeat top center;
    background-size: cover;
  }
  .content-box h2 {
    font-size: 2.0rem;
    margin: 0 0 30px;
  }
  .content-box h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .content-box h4 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .content-box .pic-box {
    display: block;
    margin-bottom: 35px;
  }
  .content-box .pic-box .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  .content-box .txt-box {
    margin-bottom: 60px;
  }
  .content-box .txt-box:last-child {
    margin-bottom: 0;
  }
  .content-box .txt-box p {
    font-size: 1.4rem;
    padding-bottom: 20px;
    word-break: break-all;
  }
  .content-box .txt-box p.small {
    font-size: 1.2rem;
  }
  .content-box .col2 {
    display: block;
  }
  .content-box .col2 ul.seven-themes {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-box .col2 ul.seven-themes li {
    margin-bottom: 30px;
  }
  .content-box .col2 ul.seven-themes li:last-child {
    margin-bottom: 0;
  }
  .content-box .col2 ul.seven-themes li h4 {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }
  .content-box .col2 ul.seven-themes li p {
    font-size: 1.4rem;
  }
  .content-box .map {
    width: 80vw;
    display: block;
    margin: 0 auto 40px;
  }
  .content-box .yw-box {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
  .content-box .wt-box {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
  .content-box .wt-box.__nomrg {
    margin-bottom: 10px;
  }
  .content-box .wt-box .txt-box {
    margin-bottom: 30px;
  }
  .content-box .wt-box#w_schedule .txt-box {
    margin-bottom: 75px;
  }
  .content-box .wt-box#w_schedule .txt-box:last-child {
    margin-bottom: 0;
  }
  .content-box .tr-box .txt-box {
    margin-bottom: 0;
  }

  .num-list {
    display: block;
  }
  .num-list li {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .num-list li:last-child {
    margin-bottom: 0;
  }
  .num-list.__3col li {
    width: 100%;
  }
  .num-list.__2col li {
    width: 100%;
  }
  .num-list p {
    font-size: 1.4rem;
    line-height: 1.6;
    flex: 1;
  }
  .num-list .num {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
    font-size: 3.0rem;
    line-height: 30px;
  }

  .theme-list {
    border-top: #231815 solid 1px;
  }
  .theme-list li {
    display: block;
    border-bottom: #231815 solid 1px;
    padding: 50px 0;
  }
  .theme-list li .pic {
    border-right: none;
  }
  .theme-list li .pic img {
    width: 50vw;
    margin: 0 auto 30px;
  }
  .theme-list li .txt {
    flex: 1;
    padding: 0;
  }
  .theme-list li .txt p {
    font-size: 1.4rem;
  }
  .theme-list li .w_logo-box img {
    width: 30vw;
    margin: 30px 0 0 0;
  }

  .content-box#start {
    margin-top: 0;
    height: 100vh;
    margin-bottom: 50vh;
    background: url(../img/bk1-sp.jpg) repeat top center;
    background-size: contain;
    background-attachment: scroll;
  }
  .content-box#start h1 img {
    width: 86vw;
    height: auto;
    max-height: auto;
    display: block;
    margin: 0 auto;
  }
  .content-box#start h2 {
    font-size: 1.6rem;
    margin: 30px 0 0;
  }

  .content-box#workshop {
    margin-bottom: 50vh;
  }

  .content-box#about .caution {
    font-size: 1.4rem;
  }

  .__inner#access .txt-box {
    width: 100%;
    margin: 0 auto;
  }

  .__inner#info p.small.t-center {
    text-align: left !important;
  }
  .__inner#info img {
    width: 40vw;
    margin: 20px auto 0;
  }

  .content-box.__page .__inner {
    padding: 60px 20px 60px;
  }
  .content-box.__page h1 img {
    width: 70%;
    margin: 0 auto 40px;
  }
  .content-box.__page h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .content-box.__page .lead.t-center {
    text-align: left;
  }

  footer .copy {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 20px 0;
  }
}
/*
  hamburger
=============================== */
.drawer-hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 20px;
  z-index: 999;
}

.l-header-hamburger {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.25s linear 0.75s;
  -o-transition: opacity 0.25s linear 0.75s;
  -webkit-transition: opacity 0.25s linear;
  -webkit-transition-delay: 0.75s;
  transition: opacity 0.25s linear 0.75s;
}

body.is-loaded .l-header-hamburger {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.l-header-hamburger > p {
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
}

.l-header-hamburger > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-drawer-open .l-header-hamburger > span {
  background: #000;
}

.l-header-hamburger > span._top {
  top: 0;
  -moz-animation: hamburger-top 0.75s forwards;
  -webkit-animation: hamburger-top 0.75s forwards;
  animation: hamburger-top 0.75s forwards;
}

.is-drawer-open .l-header-hamburger > span._top {
  -moz-animation: active-hamburger-top 0.75s forwards;
  -webkit-animation: active-hamburger-top 0.75s forwards;
  animation: active-hamburger-top 0.75s forwards;
}

.l-header-hamburger > span._middle {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.375s, background 0.375s 0.375s;
  -o-transition: opacity 0.375s, background 0.375s 0.375s;
  -webkit-transition: opacity 0.375s, background 0.375s;
  -webkit-transition-delay: 0s, 0.375s;
  transition: opacity 0.375s, background 0.375s 0.375s;
}

.is-drawer-open .l-header-hamburger > span._middle {
  -moz-transition: opacity 0.375s 0.375s, background 0.375s;
  -o-transition: opacity 0.375s 0.375s, background 0.375s;
  -webkit-transition: opacity 0.375s, background 0.375s;
  -webkit-transition-delay: 0.375s, 0s;
  transition: opacity 0.375s 0.375s, background 0.375s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.l-header-hamburger > span._bottom {
  bottom: 0;
  -moz-animation: hamburger-bottom 0.75s forwards;
  -webkit-animation: hamburger-bottom 0.75s forwards;
  animation: hamburger-bottom 0.75s forwards;
}

.is-drawer-open .l-header-hamburger > span._bottom {
  -moz-animation: active-hamburger-bottom 0.75s forwards;
  -webkit-animation: active-hamburger-bottom 0.75s forwards;
  animation: active-hamburger-bottom 0.75s forwards;
}

@-moz-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@-moz-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
@-webkit-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
/* =============================================================

Drawer

* ============================================================= */
.l-drawer {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 990;
  background: white;
  color: #000;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-drawer-open .l-drawer {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}

.l-drawer__inner {
  padding: 0;
  height: 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

.l-drawer {
  padding-bottom: 100px;
}
.l-drawer ul {
  margin-bottom: 50px;
}
.l-drawer li {
  text-align: center;
}
.l-drawer li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.0;
  display: block;
  margin: 30px 0;
  letter-spacing: 0.2em;
}

#land-scape-caution {
  display: none;
}
#land-scape-caution .__inner {
  width: 100vw;
  height: 100vh;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  position: fixed;
  z-index: 1000000;
  background: #eeece4;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#land-scape-caution h2 {
  font-size: calc(calc(100vw -80px) / 22);
  border-bottom: #7c562c solid 5px;
  font-family: poynter-gothic-text, sans-serif;
  display: inline-block;
  margin: 0 auto 20px;
  padding-bottom: 6px;
}
#land-scape-caution p {
  display: inline-block !important;
  text-align: center;
  font-size: calc(calc(100vw -80px) / 30);
  line-height: 1.7;
  font-weight: 700;
}
