@charset "UTF-8";
.btn.detail a:after, .btn.orange a:after, .btn.gray a:after, .link a:after, .nav-relation-page ul li a .ttl:after {
  content: "\e901";
  font-family: 'sixpad';
  color: #b58727;
  position: absolute;
  font-size: 18px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .btn.detail a:after, .btn.orange a:after, .btn.gray a:after, .link a:after, .nav-relation-page ul li a .ttl:after {
    font-size: 23px;
  }
}

.box-page-title {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .box-page-title {
    margin-top: 90px;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #fff;
  background: #000;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .2ex;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 769px) {
  body {
    line-height: 2;
    font-size: 1.6rem;
  }
}
body img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body, pre, input, textarea, select, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meifryo, sans-serif;
}

input, select, textarea, button {
  font-size: 1.2rem;
}

ruby rt {
  letter-spacing: -0.07em;
}

sup {
  font-size: 60%;
  letter-spacing: normal;
  vertical-align: super;
}

mark {
  color: #000;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none !important;
}

a > img {
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
a > img:hover {
  opacity: .5;
}

::selection {
  background: rgb(255, 193, 7);
  color: #fff;
}

::-moz-selection {
  background: rgb(255, 193, 7);
  color: #fff;
}

#wrapper {
  overflow: hidden;
  min-width: 320px;
}

#contents {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #contents {
    padding-bottom: 130px;
  }
}

.over {
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.over:hover {
  opacity: .7;
}

/* -----------------------------------------------------------
	汎用クラス
----------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .view_pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .view_sp {
    display: none !important;
  }
}

.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .container {
    width: 100%;
  }
}

.flex.sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 769px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.flex.ai-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex.ai-start {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex.ai-end {
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex.jc-start {
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex.jc-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.jc-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.jc-end {
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex .flex__item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex .flex-order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.flex .flex-order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  letter-spacing: .2ex;
  z-index: 2;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .btn a {
    max-width: 300px;
  }
}
.btn.detail {
  margin-top: 25px;
  padding: 0 13%;
}
@media only screen and (min-width: 769px) {
  .btn.detail {
    margin-top: 30px;
    padding: 0 !important;
  }
}
.btn.detail a {
  color: #fff;
  font-size: 1.1rem;
  background: #1b1b1b;
  padding: 1em 2rem 1.3rem 1rem;
  overflow: hidden;
  vertical-align: bottom;
}
@media only screen and (min-width: 769px) {
  .btn.detail a {
    font-size: 1.4rem;
  }
}
.btn.detail a:after {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.btn.detail a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #b58727;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.btn.detail a:hover {
  color: #fff;
}
.btn.detail a:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn.detail a:hover:after {
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  color: #fff;
}
.btn.orange {
  padding: 0 13%;
}
@media only screen and (min-width: 769px) {
  .btn.orange {
    padding: 0 !important;
  }
}
.btn.orange a {
  font-size: 1.2rem;
  background: #b58727;
  padding: 1em 4rem 1.3rem 1rem;
  overflow: hidden;
  color: #000;
  vertical-align: bottom;
}
@media only screen and (min-width: 769px) {
  .btn.orange a {
    font-size: 1.6rem;
  }
}
.btn.orange a:after {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.btn.orange a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #000;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.btn.orange a:hover {
  color: #fff;
}
.btn.orange a:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn.orange a:hover:after {
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  color: #fff;
}
.btn.gray {
  padding: 0 13%;
}
@media only screen and (min-width: 769px) {
  .btn.gray {
    padding: 0 !important;
  }
}
.btn.gray a {
  font-size: 1.2rem;
  background: #535353;
  padding: 1em 4rem 1.3rem 1rem;
  overflow: hidden;
  color: #fff;
  vertical-align: bottom;
}
@media only screen and (min-width: 769px) {
  .btn.gray a {
    font-size: 1.6rem;
  }
}
.btn.gray a:after {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.btn.gray a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #747474;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.btn.gray a:hover {
  color: #fff;
}
.btn.gray a:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn.gray a:hover:after {
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  color: #fff;
}
.btn.rsv a {
  background: #b58727;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: .4ex;
  padding: 1em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .btn.rsv a {
    font-size: 2rem;
    padding: 1.2em 0;
  }
}
.btn.rsv a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #000;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.btn.rsv a:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn.rsv a i {
  margin-right: 2px;
  display: inline-block;
}
.btn.white {
  margin-top: 25px;
}
@media only screen and (min-width: 769px) {
  .btn.white {
    margin-top: 30px;
  }
}
.btn.white a {
  font-size: 1.4rem;
  padding: 1em;
  overflow: hidden;
  background: #fff;
  color: #666666;
}
@media only screen and (min-width: 769px) {
  .btn.white a {
    font-size: 1.4rem;
  }
}
.btn.white a i {
  margin-right: 0.5em;
}
.btn.orange a {
  border: none;
  background: #b58727;
  color: #fff;
}
.btn.orange a:before {
  background: #000;
}
.btn.orange a:after {
  color: #fff;
}

.container .btn.detail {
  padding: 0 3.75%;
}

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

.ttl-main {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: .2ex;
}
@media only screen and (min-width: 769px) {
  .ttl-main {
    margin-bottom: 60px;
  }
}
.ttl-main span {
  display: block;
}
.ttl-main span.en {
  line-height: 1;
  font-family: "Martel Sans", sans-serif;
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .ttl-main span.en {
    font-size: 3.4rem;
  }
}
.ttl-main span.jp {
  color: #8a8a8a;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .ttl-main span.jp {
    font-size: 1.6rem;
  }
}
.ttl-main span.jp-only {
  line-height: 1;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .ttl-main span.jp-only {
    font-size: 3rem;
  }
}
.ttl-main strong {
  display: block;
}
.ttl-main strong.jp {
  font-size: 1.8rem;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 769px) {
  .ttl-main strong.jp {
    font-size: 3.0rem;
  }
}
.ttl-main--center {
  text-align: center;
}
.ttl-main--center:before {
  left: 50%;
  transform: translateX(-50%);
}
.ttl-main--reverse span.jp {
  line-height: 1;
  color: #fff !important;
  font-size: 2.1rem !important;
}
@media only screen and (min-width: 769px) {
  .ttl-main--reverse span.jp {
    font-size: 3rem !important;
  }
}
.ttl-main--reverse span.en {
  padding-top: 7px;
  color: #b58727;
  font-size: 1rem !important;
  opacity: 0.9;
}
@media only screen and (min-width: 769px) {
  .ttl-main--reverse span.en {
    padding-top: 10px;
    font-size: 1.6rem !important;
  }
}

h1.ttl-main,
h2.ttl-main-h1 {
  padding: 3px 0 3px 15px;
}
@media only screen and (min-width: 769px) {
  h1.ttl-main,
  h2.ttl-main-h1 {
    padding: 6px 0 6px 25px;
  }
}
h1.ttl-main:before,
h2.ttl-main-h1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #b58727;
  background: linear-gradient(180deg, #b58727 0%, #b58727 60%, #e3e3e3 60%, #e3e3e3 100%);
}
@media only screen and (min-width: 769px) {
  h1.ttl-main:before,
  h2.ttl-main-h1:before {
    width: 4px;
  }
}
h1.ttl-main span.en,
h2.ttl-main-h1 span.en {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  h1.ttl-main span.en,
  h2.ttl-main-h1 span.en {
    font-size: 3.6rem;
  }
}
h1.ttl-main span.jp,
h2.ttl-main-h1 span.jp {
  color: #b58727;
}

.ttl-line-bottom {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .ttl-line-bottom {
    font-size: 3.6rem;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}
.ttl-line-bottom:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 25px;
  height: 2px;
  background: #b58727;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .ttl-line-bottom:after {
    width: 50px;
    height: 4px;
  }
}

.ttl-line-left {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .ttl-line-left {
    font-size: 2.8rem;
    padding-left: 35px;
  }
}
.ttl-line-left:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #b58727;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .ttl-line-left:after {
    width: 24px;
    height: 2px;
  }
}

.link {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .link {
    margin-top: 40px;
  }
}
.link a {
  letter-spacing: .4ex;
}
.link a:after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.link a:hover {
  text-decoration: none;
}
.link a:hover:after {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.wrap-slide .slide-controller {
  text-align: right;
  margin-top: 5px;
}
.wrap-slide .slide-controller > * {
  display: inline-block;
  vertical-align: middle;
}
.wrap-slide .slide-controller .index {
  font-size: 1rem;
  font-family: "Martel Sans", sans-serif;
}
@media only screen and (min-width: 769px) {
  .wrap-slide .slide-controller .index {
    font-size: 1.4rem;
  }
}
.wrap-slide .slide-controller .index .current {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .wrap-slide .slide-controller .index .current {
    font-size: 2rem;
  }
}
.wrap-slide .slide-controller .arrows .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #b58727;
  display: inline-block;
  color: #fff;
  text-indent: -9999px;
  margin-left: 5px;
  position: relative;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .wrap-slide .slide-controller .arrows .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.wrap-slide .slide-controller .arrows .slick-arrow:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-family: "sixpad";
}
.wrap-slide .slide-controller .arrows .slick-arrow.slick-prev:after {
  content: "\e906";
}
.wrap-slide .slide-controller .arrows .slick-arrow.slick-next:after {
  content: "\e907";
}

.wrap-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wrap-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ttl-line__child {
  display: block;
  overflow: hidden;
}
.ttl-line__child .ttl-line__inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.ttl-line__child .ttl-line__inner .line-text {
  display: inline-block;
  opacity: 0;
  text-align: left;
}
.ttl-line__child .ttl-line__inner .line-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b58727;
  z-index: 2;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.safari .ttl-line .ttl-line__child {
  margin-bottom: 0.3em;
}
.safari .ttl-line .ttl-line__child:last-child {
  margin-bottom: 0;
}

.text-wrap {
  word-wrap: break-word;
  word-break: normal;
}

.text-attention {
  font-size: 1rem;
  margin-top: 10px;
  color: #f3f3f3;
  letter-spacing: 0.1ex;
}
@media only screen and (min-width: 769px) {
  .text-attention {
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 3%;
  background: #000;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  #header {
    padding-left: 40px;
  }
}
#header .logo a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header .logo img {
  display: inline-block;
  width: 96px;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  #header .logo img {
       width: 180px;
    margin-top: -10px;
  }
}
#header .gnav {
  padding-right: 35px;
  display: none;
}
@media only screen and (min-width: 769px) {
  #header .gnav {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .gnav {
    display: block;
  }
}
#header .gnav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  #header .gnav li {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1420px) {
  #header .gnav li {
    margin-right: 30px;
  }
}
#header .gnav li a {
  font-size: 11px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  font-family: "Martel Sans", sans-serif;
  display: block;
  line-height: 45px;
  position: relative;
  height: 45px;
}
@media only screen and (min-width: 1024px) {
  #header .gnav li a {
    font-size: 18px;
    line-height: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .gnav li a {
    font-size: 14px;
  }
}
#header .gnav li a:hover {
  text-decoration: none;
  color: #b58727;
}
@media only screen and (min-width: 1024px) {
  #header .gnav li a:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 4px;
    background: #b58727;
    bottom: 0;
    left: 0;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
  #header .gnav li a:hover:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#header .gnav-functions ul li {
  display: table;
  height: 45px;
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li {
    height: 90px;
  }
}
#header .gnav-functions ul li a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  padding: 0 18px;
  color: #fff;
  height: 45px;
}
@media only screen and (min-width: 769px) {
  #header .gnav-functions ul li a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li a {
    height: 90px;
  }
}
#header .gnav-functions ul li a .label-en {
  font-family: "Martel Sans", sans-serif;
  font-size: 10px;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  line-height: 1;
  margin-top: 7px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li a .label-en {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    font-size: 12px;
  }
}
#header .gnav-functions ul li a .label-jp {
  font-size: 10px;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  line-height: 1;
  margin-top: 4px;
  display: block;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 769px) {
  #header .gnav-functions ul li a .label-jp {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li a .label-jp {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    font-size: 12px;
  }
}
#header .gnav-functions ul li.rsv a {
  background: #b58727;
  font-size: 10px;
  position: relative;
  overflow: hidden;
  min-width: 85px;
}
@media only screen and (min-width: 769px) {
  #header .gnav-functions ul li.rsv a {
    font-size: 13px;
    padding: 0 20px;
    min-width: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.rsv a {
    font-size: 18px;
    padding: 0 20px;
    min-width: 185px;
  }
}
#header .gnav-functions ul li.rsv a i {
  display: block;
  font-size: 16px;
  height: 16px;
  vertical-align: middle;
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  #header .gnav-functions ul li.rsv a i {
    display: inline-block;
    height: auto;
    font-size: 18px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.rsv a i {
    height: auto;
    font-size: 20px;
    margin-right: 10px;
  }
}
#header .gnav-functions ul li.rsv a i:before {
  top: -2px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.rsv a i:before {
    top: 0;
  }
}
#header .gnav-functions ul li.rsv a > span {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1;
}
#header .gnav-functions ul li.rsv a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  height: 45px;
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.rsv a:before {
    height: 90px;
  }
}
#header .gnav-functions ul li.rsv a:hover {
  color: #fff;
}
#header .gnav-functions ul li.rsv a:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header .gnav-functions ul li.rsv a .hide {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #header .gnav-functions ul li.rsv a .hide {
    display: inline;
  }
}
#header .gnav-functions ul li.login a {
  background: #f5f5f5;
  color: #666666;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  width: 50px;
  padding: 0;
  padding-top: 5px;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  #header .gnav-functions ul li.login a {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) {
  #header .gnav-functions ul li.login a {
    font-size: 13px;
    min-width: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.login a {
    font-size: 18px;
    min-width: 210px;
  }
}
#header .gnav-functions ul li.login a i {
  display: block;
  font-size: 14px;
  height: 14px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  #header .gnav-functions ul li.login a i {
    display: inline-block;
    height: auto;
    font-size: 18px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.login a i {
    height: auto;
    font-size: 20px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #header .gnav-functions ul li.login a i.icon-login {
    margin-bottom: 2px;
  }
}
#header .gnav-functions ul li.login a i:before {
  top: -2px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.login a i:before {
    top: 0;
  }
}
#header .gnav-functions ul li.login a > span {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1;
}
#header .gnav-functions ul li.login a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #f2f2f2;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  height: 45px;
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.login a:before {
    height: 90px;
  }
}
#header .gnav-functions ul li.login a:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  #header .gnav-functions ul li.menu {
    display: none;
  }
}
#header .gnav-functions ul li.menu a {
  background: #666666;
  padding: 0;
  width: 45px;
  padding-top: 5px;
}
#header .gnav-functions ul li.menu .ic {
  display: block;
  width: 20px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 1;
}
#header .gnav-functions ul li.menu .ic span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
#header .gnav-functions ul li.menu .ic span:nth-child(1) {
  top: 0;
}
#header .gnav-functions ul li.menu .ic span:nth-child(2) {
  bottom: 0;
}

.is-menu-open #header .gnav-functions ul li.menu .ic span:nth-child(1) {
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  top: 2px;
}
.is-menu-open #header .gnav-functions ul li.menu .ic span:nth-child(2) {
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  bottom: 3px;
}

#concept #header .gnav li:nth-child(2) a,
#place #header .gnav li:nth-child(6) a,
#programme.casestudies #header .gnav li:nth-child(3) a,
#price #header .gnav li:nth-child(4) a,
#faq #header .gnav li:nth-child(5) a,
#column #header .gnav li:nth-child(7) a {
  color: #b58727;
}
#concept #header .gnav li:nth-child(2) a:after,
#place #header .gnav li:nth-child(6) a:after,
#programme.casestudies #header .gnav li:nth-child(3) a:after,
#price #header .gnav li:nth-child(4) a:after,
#faq #header .gnav li:nth-child(5) a:after,
#column #header .gnav li:nth-child(7) a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#experience .gnav-functions ul li.rsv a:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -----------------------------------------------------------
	.box-title
----------------------------------------------------------- */
.box-page-title {
  position: relative;
  height: 70px;
  background: #1b1b1b;
}
@media only screen and (min-width: 769px) {
  .box-page-title {
    height: 180px;
  }
}
.box-page-title .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  text-align: center;
}
.box-page-title .ttl span {
  display: block;
  line-height: 1.6;
}
.box-page-title .ttl span.jp {
  color: #b58727;
  font-family: 'Martel Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meifryo, sans-serif;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .box-page-title .ttl span.jp {
    font-size: 3.6rem;
  }
}
.box-page-title .ttl span.en {
  color: #b4b4b4;
  font-family: "Martel Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .box-page-title .ttl span.en {
    font-size: 1.7rem;
  }
}

/* -----------------------------------------------------------
	.breadcrumb
----------------------------------------------------------- */
.breadcrumb {
  width: 90%;
  margin: 10px auto 20px;
}
@media only screen and (min-width: 769px) {
  .breadcrumb {
    max-width: 1240px;
    width: 100%;
    margin: 15px auto 40px;
    padding: 0 20px;
  }
}
.breadcrumb ul {
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .breadcrumb ul {
    text-align: right;
  }
}
.breadcrumb ul li {
  display: inline-block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .breadcrumb ul li {
    font-size: 1rem;
  }
}
.breadcrumb ul li:not(:last-child):after {
  content: '\e907';
  padding: 0 3px;
  font-family: 'sixpad';
}
.breadcrumb ul li a {
  text-decoration: underline;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------
	.box-station
----------------------------------------------------------- */
.l-section.station {
  margin-bottom: 90px;
}
@media only screen and (min-width: 769px) {
  .l-section.station {
    margin-bottom: 160px;
  }
}
.l-section.station .content {
  max-width: 1240px;
  padding: 0 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-section.station .content {
    padding: 0 12.5px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.station .container {
    width: 100%;
  }
}
.l-section.station h2 {
  text-align: center;
  font-size: 39px;
  padding: 0 0 18px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .l-section.station h2 {
    font-size: 2.3rem;
    margin: 0 0 25px;
    padding: 0 0 10px;
  }
}
.l-section.station h2:before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 4px solid #b58727;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-section.station h2:before {
    width: 25px;
    border-bottom: 2px solid #b58727;
    margin-left: -12.5px;
  }
}
.l-section.station .box-station:after {
  content: "";
  display: table;
  clear: both;
}
.l-section.station .box-station__inner {
  background: #1b1b1b;
  padding: 32px 0 38px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-section.station .box-station__inner {
    padding: 14px 0;
  }
}
.l-section.station .box-station__item {
  float: left;
  width: 33.3333333%;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .l-section.station .box-station__item {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 30px;
  }
  .l-section.station .box-station__item:last-of-type {
    margin-bottom: 0;
  }
}
.l-section.station .box-station__title {
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .l-section.station .box-station__title {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
.l-section.station .box-station__title .en {
  font-family: "Martel Sans", sans-serif;
}
.l-section.station .box-station__image {
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .l-section.station .box-station__image {
    margin-bottom: 16px;
  }
}
.l-section.station .box-station__feature li {
  display: inline-block;
  margin: 0 2px;
}
@media only screen and (max-width: 768px) {
  .l-section.station .box-station__feature li {
    margin: 0;
  }
}
.l-section.station .box-station__feature .lbl {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
  padding: 3px 5px;
  background: #fff;
  color: #888;
  font-size: 1rem;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__feature .lbl {
    padding: 3px 10px;
    font-size: 1.4rem;
  }
}
.l-section.station .box-station__feature .lbl img {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-right: 3px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__feature .lbl img {
    width: 24px;
    height: 21px;
  }
}
.l-section.station .box-station__feature .lbl span {
  display: inline-block;
  vertical-align: middle;
}
.l-section.station .box-station__text {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px 0;
}
@media only screen and (max-width: 768px) {
  .l-section.station .box-station__text {
    font-size: 1.4rem;
    padding: 6px 10px 0;
  }
}
.l-section.station .box-station .btn.detail {
  margin-top: 20px;
  padding: 0 20px !important;
}
@media only screen and (max-width: 768px) {
  .l-section.station .box-station .btn.detail {
    margin-top: 10px;
  }
}
.l-section.station .box-station .btn.detail a {
  background: #b58727;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-section.station .box-station .btn.detail a {
    max-width: 175px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station .btn.detail a {
    font-size: 17px;
  }
}
.l-section.station .box-station .btn.detail a:before {
  background: #000;
}
.l-section.station .box-station .btn.detail a:after {
  color: #fff;
}
.l-section.station .box-station__overseas {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas .box-station__item {
    float: none;
    width: 87.5%;
    margin: 0 auto;
    padding: 0;
  }
  .l-section.station .box-station__overseas .box-station__inner {
    padding: 20px;
  }
  .l-section.station .box-station__overseas .box-station__wrap {
    padding: 0 2% 0 4%;
  }
  .l-section.station .box-station__overseas .box-station__title {
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
  }
  .l-section.station .box-station__overseas .box-station__feature {
    text-align: left;
  }
  .l-section.station .box-station__overseas .box-station__text {
    margin-top: 5px;
    padding: 0;
    text-align: left;
  }
  .l-section.station .box-station__overseas .box-station__image {
    width: 23%;
    margin-bottom: 0;
  }
}
.l-section.station .box-station__overseas__store {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas__store {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 2.6rem;
  }
}
.l-section.station .box-station__overseas__store::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #b3b3b3;
  z-index: 1;
}
.l-section.station .box-station__overseas__store span {
  position: relative;
  padding: 0 25px;
  background: #000;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas__store span {
    padding: 0 70px;
  }
}
.l-section.station .box-station__overseas__item {
  padding: 20px 18px;
  background: #1b1b1b;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas__item {
    width: 87.5%;
    margin: 0 auto;
    padding: 40px 20px;
  }
}
.l-section.station .box-station__overseas__title {
  line-height: 1.1;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas__title {
    text-align: left;
  }
}
.l-section.station .box-station__overseas__title .label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 7px 4px;
  line-height: 1;
  background: #fff;
  color: #000;
  font-size: 1rem;
}
html.ie .l-section.station .box-station__overseas__title .label {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meifryo, sans-serif;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas__title .label {
    vertical-align: middle;
    margin: 0 20px 0 0;
    padding: 2px 15px 3px;
    font-size: 1.9rem;
    letter-spacing: -0.05em;
  }
}
.l-section.station .box-station__overseas__title .en {
  color: #fff;
  display: block;
  font-family: "Martel Sans", sans-serif;
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas__title .en {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.8rem;
  }
}
.l-section.station .box-station__overseas__title .en br {
  display: none;
}
@media only screen and (max-width: 900px) {
  .l-section.station .box-station__overseas__title .en br {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.station .box-station__overseas .btn.detail {
    min-width: 180px;
    margin-top: 0;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .l-section.station .box-station__overseas .btn.detail {
    min-width: 270px;
  }
}

/* -----------------------------------------------------------
	.reason
----------------------------------------------------------- */
.l-section.reason {
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}
@media only screen and (min-width: 769px) {
  .l-section.reason {
    margin-bottom: 160px;
    text-align: center;
  }
}
.l-section.reason .txt-en-title {
  right: 2%;
}
@media only screen and (max-width: 768px) {
  .l-section.reason .txt-en-title {
    top: -50px;
  }
}
.l-section.reason h2 {
  text-align: center;
  font-size: 39px;
  padding: 0 0 18px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .l-section.reason h2 {
    font-size: 2.3rem;
    margin: 0 0 25px;
    padding: 0 0 10px;
  }
}
.l-section.reason h2:before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 4px solid #b58727;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-section.reason h2:before {
    width: 25px;
    border-bottom: 2px solid #b58727;
    margin-left: -12.5px;
  }
}
.l-section.reason h2 .en {
  font-family: "Martel Sans", sans-serif;
}
.l-section.reason h2 .orange {
  color: #b58727;
}
@media only screen and (min-width: 769px) {
  .l-section.reason .text {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.reason .container {
    width: 100%;
  }
}
.l-section.reason .content {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-section.reason .content {
    padding: 0 12.5px;
  }
}
.l-section.reason .box-reason {
  margin: 0 -20px;
}
.l-section.reason .box-reason:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .l-section.reason .box-reason {
    margin: 0;
  }
}
.l-section.reason .box-reason__head:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .l-section.reason .box-reason__head {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.reason .box-reason__image, .l-section.reason .box-reason__hdg {
    float: left;
    width: 50%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.reason .box-reason__hdg {
    padding: 5px;
  }
}
.l-section.reason .box-reason__item {
  float: left;
  width: 33.33333%;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .l-section.reason .box-reason__item {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.l-section.reason .box-reason__num {
  font-size: 6.5rem;
  color: #b58727;
  line-height: 1.2;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 768px) {
  .l-section.reason .box-reason__num {
    font-size: 3.7rem;
    margin: 0 0 6px;
  }
}
.l-section.reason .box-reason__title {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 1.3rem;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .l-section.reason .box-reason__title {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.l-section.reason .box-reason__title span {
  color: #b58727;
}
.l-section.reason .box-reason__desc {
  line-height: 1.4;
  font-size: 1.8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .l-section.reason .box-reason__desc {
    font-size: 1.1rem;
  }
}

/* -----------------------------------------------------------
	.btn-pagetop
----------------------------------------------------------- */
.btn-pagetop {
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .btn-pagetop {
    position: absolute;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding-bottom: 30px;
  }
}
.btn-pagetop a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: bottom;
}
@media only screen and (min-width: 769px) {
  .btn-pagetop a:hover .line span {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scrollBtnAnime-reverse;
    animation-name: scrollBtnAnime-reverse;
  }
}
.btn-pagetop a .text {
  display: inline-block;
  vertical-align: bottom;
  color: #666;
  font-family: "Martel Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
}
.btn-pagetop a .line {
  display: block;
  vertical-align: bottom;
  width: 1px;
  height: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .btn-pagetop a .line {
    height: 30px;
    width: 2px;
  }
}
.btn-pagetop a .line span {
  display: block;
  width: 100%;
  height: 100%;
  background: #666;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes lineAnime {
  0% {
    stroke-DASHoffset: 500;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    stroke-DASHoffset: 0;
    opacity: 1;
  }
}
@-webkit-keyframes lineAnime {
  0% {
    stroke-DASHoffset: 500;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    stroke-DASHoffset: 0;
    opacity: 1;
  }
}
@keyframes scrollBtnAnime-reverse {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scrollBtnAnime-reverse {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: #000 url(../images/footer/bg_footer.webp) center center/cover no-repeat;
}
#footer .footer__main {
  padding: 40px 0 25px;
}
@media only screen and (min-width: 769px) {
  #footer .footer__main {
    padding: 80px 0 60px 0;
  }
}
#footer .footer__main .btn.detail {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer__main .btn.detail {
    padding: 0;
  }
}
#footer .footer__main .btn.rsv a {
  color: #fff;
  font-size: 14px;
  max-width: 280px;
  padding: 0.8em;
}
@media only screen and (min-width: 769px) {
  #footer .footer__main .btn.rsv a {
    font-size: 28px;
  }
}
@media only screen and (min-width: 769px) {
  #footer .footer__main .btn.rsv a {
    max-width: 530px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer .footer__main .btn.rsv a {
    max-width: 760px;
  }
}
#footer .footer__main .btn.rsv a:after {
  color: #fff;
}
#footer .footer__main .btn.rsv a .en {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__main .btn.rsv a .en {
    font-size: 12px;
  }
}
#footer .footer__main .btn.rsv a .small {
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #footer .footer__main .btn.rsv a .small {
    font-size: 7px;
  }
}
#footer .footer__main .fnav {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__main .fnav {
    margin-top: 23px;
  }
}
#footer .footer__main .fnav ul {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #footer .footer__main .fnav ul li {
    display: inline-block;
    margin-left: 30px;
  }
  #footer .footer__main .fnav ul li:first-child {
    margin-left: 0;
  }
}
#footer .footer__main .fnav ul li:last-child {
  margin-bottom: 0;
}
#footer .footer__main .fnav ul li a {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__main .fnav ul li a {
    font-size: 9px;
  }
}
#footer .footer__main .bn {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  #footer .footer__main .bn {
    margin-top: 30px;
  }
}
#footer .footer__main .bn img {
  width: 80%;
}
@media only screen and (min-width: 769px) {
  #footer .footer__main .bn img {
    max-width: 500px;
  }
}
#footer #copyright {
  padding-bottom: 60px;
  text-align: center;
  color: #999;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #footer #copyright {
    font-size: 7px;
    padding-bottom: 25px;
    font-size: 1rem;
  }
}
#footer #copyright span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #footer #copyright span {
    transform: scale(0.9);
  }
}

/* -----------------------------------------------------------
	#spnav
----------------------------------------------------------- */
#spnav {
  position: fixed;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
#spnav .inner {
  overflow: auto;
  padding: 0 10% 30px 10%;
  height: 100%;
  background: #000;
  -webkit-overflow-scrolling: touch;
}
#spnav .gnav {
  padding-top: 10px;
}
#spnav .gnav ul li {
  border-bottom: 1px solid #666666;
  position: relative;
}
#spnav .gnav ul li:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #b58727;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
#spnav .gnav ul li a {
  text-decoration: none !important;
  font-size: 1.4rem;
  padding: 1em 0;
  display: block;
  position: relative;
  font-family: 'Martel Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meifryo, sans-serif;
}
#spnav .gnav ul li a:after {
  content: "\e901";
  font-family: 'sixpad';
  color: #b58727;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 10px;
  -moz-transform: translate(0, -50%) scale(0.4, 0.4);
  -ms-transform: translate(0, -50%) scale(0.4, 0.4);
  -webkit-transform: translate(0, -50%) scale(0.4, 0.4);
  transform: translateY(-50%) scale(0.4, 0.4);
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
#spnav .btn {
  margin-top: 30px;
}

.inview-image {
  position: relative;
  overflow: hidden;
}
.inview-image:not(.delay):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
  background: #b58727;
  z-index: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (min-width: 769px) {
  .inview-image:not(.delay):before {
    -webkit-transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
}
.inview-image:not(.delay) .img__item {
  z-index: 1;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 1.2s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1.2s all cubic-bezier(0.215, 0.61, 0.325, 1);
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  background: #000;
}
@media only screen and (min-width: 769px) {
  .inview-image:not(.delay) .img__item {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.inview-image:not(.delay).is-inview:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inview-image:not(.delay).is-inview .img__item {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inview-image.delay .img__wrap {
  position: relative;
  overflow: hidden;
}
.inview-image.delay .img__wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
  background: #b58727;
  z-index: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (min-width: 769px) {
  .inview-image.delay .img__wrap:before {
    -webkit-transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
}
.inview-image.delay .img__wrap .img__item {
  z-index: 1;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 1.2s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1.2s all cubic-bezier(0.215, 0.61, 0.325, 1);
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  background: #000;
}
@media only screen and (min-width: 769px) {
  .inview-image.delay .img__wrap .img__item {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.inview-image.delay.is-inview .img__wrap:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inview-image.delay.is-inview .img__wrap .img__item {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inview-image.delay .img:nth-child(1) .img__wrap:before {
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.inview-image.delay .img:nth-child(1) .img__wrap .img__item {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media only screen and (min-width: 769px) {
  .inview-image.delay .img:nth-child(1) .img__wrap .img__item {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.inview-image.delay .img:nth-child(2) .img__wrap:before {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media only screen and (min-width: 769px) {
  .inview-image.delay .img:nth-child(2) .img__wrap:before {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.inview-image.delay .img:nth-child(2) .img__wrap .img__item {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media only screen and (min-width: 769px) {
  .inview-image.delay .img:nth-child(2) .img__wrap .img__item {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.inview-image.delay .img:nth-child(3) .img__wrap:before {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 769px) {
  .inview-image.delay .img:nth-child(3) .img__wrap:before {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.inview-image.delay .img:nth-child(3) .img__wrap .img__item {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media only screen and (min-width: 769px) {
  .inview-image.delay .img:nth-child(3) .img__wrap .img__item {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}

.inview-slidein-up:not(.delay) {
  opacity: 0 !important;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .inview-slidein-up:not(.delay) {
    -webkit-transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
}
.inview-slidein-up:not(.delay).move-large {
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}
.inview-slidein-up:not(.delay).is-inview {
  opacity: 1 !important;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inview-slidein-up.delay .inview__item {
  opacity: 0 !important;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.75s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .inview-slidein-up.delay .inview__item {
    -webkit-transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
}
.inview-slidein-up.delay .inview__item:nth-child(1) {
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.inview-slidein-up.delay .inview__item:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media only screen and (min-width: 769px) {
  .inview-slidein-up.delay .inview__item:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.inview-slidein-up.delay .inview__item:nth-child(3) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 769px) {
  .inview-slidein-up.delay .inview__item:nth-child(3) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.inview-slidein-up.delay.is-inview {
  color: #fff;
}
.inview-slidein-up.delay.is-inview .inview__item {
  opacity: 1 !important;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.inview-15min {
  opacity: 0 !important;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.inview-15min.is-inview {
  opacity: 1 !important;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav-relation-page {
  max-width: 960px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .nav-relation-page {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-decoration: none;
  }
}
.nav-relation-page ul li {
  margin-top: 1px;
  background: #1b1b1b;
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul li {
    margin-left: 1px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .nav-relation-page ul li:first-child {
    margin-left: 0;
  }
}
.nav-relation-page ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-decoration: none;
  min-height: 70px;
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul li a {
    display: block;
    min-height: 0;
  }
}
.nav-relation-page ul li a .img {
  width: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul li a .img {
    width: 100%;
  }
}
.nav-relation-page ul li a .img img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  max-width: none;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul li a .img img {
    position: static;
    height: auto;
    max-width: 100%;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
}
.nav-relation-page ul li a .ttl {
  padding: 15px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul li a .ttl {
    padding-right: 25px;
  }
}
.nav-relation-page ul li a .ttl:after {
  display: inline-block;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-relation-page ul li a .ttl span {
  display: block;
}
.nav-relation-page ul li a .ttl span.en {
  font-size: 1.5rem;
  font-family: "Martel Sans", sans-serif;
  line-height: 1.2;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul li a .ttl span.en {
    font-size: 2rem;
  }
}
.nav-relation-page ul li a .ttl span.jp {
  color: #b58727;
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul li a .ttl span.jp {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .nav-relation-page ul li a:hover .ttl:after {
    right: 10px;
  }
}

.js-anime-15min .line-15min {
  fill: none;
  stroke: #b58727;
  stroke-DASHarray: 70;
  stroke-DASHoffset: 0;
}

/* -----------------------------------------------------------
	.modal-content
----------------------------------------------------------- */
.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  letter-spacing: 0;
  display: none;
}
.modal-content .scroller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 769px) and (min-height: 620px) {
  .modal-content .scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.modal-content .overlay {
  background: #000;
}
.modal-content__inner {
  width: 100%;
  height: 100%;
  max-width: 960px;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .modal-content__inner {
    padding-top: 100px;
    padding-bottom: 20px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .modal-content__inner {
    right: 0;
  }
}
.modal-content .btn-close {
  position: absolute;
  right: 10%;
  top: 20px;
  font-size: 14px;
}
.modal-content .btn-close a {
  text-decoration: none;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.modal-content .btn-close a:hover {
  color: #b58727;
}
@media only screen and (min-width: 769px) {
  .modal-content .btn-close {
    right: 20px;
    font-size: 30px;
  }
}
.modal-content-experience .text-attention li span {
  color: #b58727;
  font-weight: bold;
}

/* -----------------------------------------------------------
	.modal
----------------------------------------------------------- */
.modal__video .btn-close {
  position: relative;
  top: auto;
  right: auto;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .modal__video .btn-close {
    font-size: 25px;
  }
}
.modal__video .modal-content__inner {
  height: 100%;
}
.modal__video .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .modal__video .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .modal__video .container {
    padding: 5% 0;
  }
}

.modal-content .modal__detail .modal-content__inner {
  overflow: auto;
  min-height: 50%;
  padding: 45px 0;
  height: auto;
  background: #000;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .modal-content .modal__detail .modal-content__inner {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
  }
}
.modal-content .modal__detail .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
}
.modal-content .modal__detail .btn-close {
  right: 5%;
}
.modal-content .modal__detail .btn-close a {
  color: #b58727;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .btn-close a {
    font-size: 2rem;
  }
}
.modal-content .modal__detail .container {
  width: 90%;
}
.modal-content .modal__detail .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .ttl {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.modal-content .modal__detail .flow-list ul {
  position: relative;
}
.modal-content .modal__detail .flow-list ul li {
  padding: 15px 0 10px 55px;
  position: relative;
  overflow: hidden;
  letter-spacing: .1ex;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .flow-list ul li {
    padding: 30px 0 30px 90px;
  }
}
.modal-content .modal__detail .flow-list ul li .btn {
  margin-top: 25px;
  padding: 0 !important;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .flow-list ul li .btn {
    margin-top: 15px;
  }
}
.modal-content .modal__detail .flow-list ul li .btn a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: .2ex;
  width: 100%;
  max-width: 480px;
  padding: 1.3em 0;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .flow-list ul li .btn a {
    max-width: 360px;
    padding: 1em 0;
    font-size: 1.6rem;
  }
}
.modal-content .modal__detail .flow-list ul li .text {
  line-height: 1.6;
}
.modal-content .modal__detail .flow-list ul li .text-link {
  margin-top: 0.2em !important;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .flow-list ul li .text-link {
    margin-top: 20px;
  }
}
.modal-content .modal__detail .flow-list ul li .text-link a {
  color: #b58727;
  text-decoration: underline;
}
.modal-content .modal__detail .flow-list ul li .text-link a:hover {
  text-decoration: none;
}
.modal-content .modal__detail .flow-list ul li .text-link a span {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .flow-list ul li .text-link a span {
    font-size: 1.3rem;
  }
}
.modal-content .modal__detail .flow-list ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #b58727;
  position: absolute;
  top: 0;
  left: 19px;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .flow-list ul li:before {
    left: 31px;
  }
}
.modal-content .modal__detail .flow-list ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #b58727;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 0;
  text-align: center;
  color: #b58727;
  font-size: 13px;
  z-index: 2;
  letter-spacing: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .flow-list ul li:after {
    width: 60px;
    line-height: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.modal-content .modal__detail .flow-list ul li:nth-child(1):after {
  content: "1";
}
.modal-content .modal__detail .flow-list ul li:nth-child(2):after {
  content: "2";
}
.modal-content .modal__detail .flow-list ul li:nth-child(3):after {
  content: "3";
}
.modal-content .modal__detail .flow-list ul li:nth-child(4):after {
  content: "4";
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .flow-list ul li:first-child {
    padding-bottom: 15px;
  }
}
.modal-content .modal__detail .flow-list ul li:first-child:before {
  top: 20px;
}
.modal-content .modal__detail .flow-list ul li:first-child:before {
  top: 50px;
}
.modal-content .modal__detail .flow-list ul li:first-child:after {
  top: 30%;
}
.modal-content .modal__detail .flow-list ul li:last-child:before {
  height: 20px;
}
@media only screen and (min-width: 769px) {
  .modal-content .modal__detail .text-attention {
    margin-top: 30px;
  }
}
.modal-content .modal__detail .text-attention li {
  position: relative;
  padding-left: 1.7em;
}
.modal-content .modal__detail .text-attention li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------------------
	#bnrArea
----------------------------------------------------------- */
#bnrArea {
  background: #1b1b1b;
}
#bnrArea .bnrArea__inner {
  max-width: 1100px;
  padding: 40px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #bnrArea .bnrArea__inner {
    padding: 40px 20px;
  }
}
#bnrArea .bnrArea__inner .inenr__list {
  display: block;
  text-align: center;
  padding: 0 12.5px;
}
@media only screen and (min-width: 769px) {
  #bnrArea .bnrArea__inner .inenr__list {
    display: flex;
    padding: 0;
    justify-content: center;
  }
}
#bnrArea .bnrArea__inner .inenr__list .list__item {
  max-width: 450px;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
  transition: 0.3s;
}
#bnrArea .bnrArea__inner .inenr__list .list__item:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 769px) {
  #bnrArea .bnrArea__inner .inenr__list .list__item {
    margin: inherit;
    margin-right: 60px;
    margin-bottom: 0px;
  }
  #bnrArea .bnrArea__inner .inenr__list .list__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
#bnrArea .bnrArea__inner .inenr__list .list__item:hover {
  opacity: 0.6;
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}