@charset "UTF-8";
/*============================================================
	Base
============================================================*/
html,
body {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    min-height: 100vh;
  }
}

html {
  font-family: "Crimson Text", "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.4666666667vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 1.0666666667vw;
  }
}
html * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}
html[lang=en] * {
  letter-spacing: 0.05em;
}
html[lang=en] #sightseeing .schedule li dl dd {
  text-align: left;
}
html[lang=zh] {
  font-family: "Crimson Text", "Noto Serif SC", serif;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  a:hover,
  a:hover img {
    opacity: 0.75;
  }
}

@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

header,
main,
section,
footer {
  width: 100%;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}
main.sub__bgbk {
  background: #000;
}

section,
aside {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 767px) {
  section,
  aside {
    padding: 4.6153846154rem 0;
  }
}

/*============================================================
	Objects
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}
.inner .container {
  width: 83.3333333333%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner .container {
    width: 100%;
  }
}

/*  animation
-------------------------------------------------*/
@-webkit-keyframes slide_down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-9.375rem);
            transform: translateY(-9.375rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide_down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-9.375rem);
            transform: translateY(-9.375rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll_down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/*  links
-------------------------------------------------*/
.btn {
  display: block;
  width: 17.5rem;
  height: 4.375rem;
  line-height: 4.375rem;
  border-radius: 2.1875rem;
  text-align: center;
  font-size: 1.125rem;
  border: solid 1px #fff;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 20rem;
    height: 4.2307692308rem;
    line-height: 4.2307692308rem;
    border-radius: 2.1153846154rem;
    font-size: 1.1538461538rem;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn::after {
    width: 0.5rem;
    height: 0.5rem;
    right: 1.9230769231rem;
  }
}
.btn:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
.btn:hover::after {
  border-right-color: #000;
  border-bottom-color: #000;
  right: 1.25rem;
}

.tel,
.tel2 {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  padding-left: 3.625rem;
  position: relative;
  letter-spacing: 0.05em;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .tel,
  .tel2 {
    font-size: 3rem;
    padding-left: 3.4615384615rem;
  }
}
.tel::before,
.tel2::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 1.9375rem;
  background: url(../img/icon-freedial.svg) no-repeat left center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .tel::before,
  .tel2::before {
    width: 3rem;
    height: 1.9615384615rem;
  }
}
.tel + span,
.tel2 + span {
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 0.5em;
}
.tel + span strong,
.tel2 + span strong {
  font-size: 1.125rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .tel + span strong,
  .tel2 + span strong {
    font-size: 1.1538461538rem;
  }
}

.tel2 {
  padding-left: 2.0625rem;
}
@media only screen and (max-width: 767px) {
  .tel2 {
    padding-left: 1.8461538462rem;
  }
}
.tel2::before {
  width: 1.4375rem;
  height: 1.875rem;
  background: url(../img/icon-tel.svg) no-repeat left center/contain;
}
@media only screen and (max-width: 767px) {
  .tel2::before {
    width: 1.4615384615rem;
    height: 1.9230769231rem;
  }
}

/*  headings
-------------------------------------------------*/
h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.8461538462rem;
    margin-bottom: 2.3076923077rem;
  }
}
h2.en {
  text-align: left;
  font-weight: 400;
  color: #bf973d;
  font-size: 2.25rem;
  padding-left: 7.5rem;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  h2.en {
    font-size: 1.8461538462rem;
    padding-left: 4.6153846154rem;
  }
}
h2.en::before {
  position: absolute;
  content: "";
  width: 6.25rem;
  height: 1px;
  background: #bf973d;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  h2.en::before {
    width: 3.8461538462rem;
  }
}

/*  scroll
-------------------------------------------------*/
.scroll_item,
.scroll_list_item,
.scroll_fade_item {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.scroll_item.scrollActive,
.scroll_list_item.scrollActive,
.scroll_fade_item.scrollActive {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

.fadeTop {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadeTop.scrollActive {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeLeft,
.fadeRight {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.fadeLeft.scrollActive,
.fadeRight.scrollActive {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeRight {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

@media print, screen and (min-width: 768px) {
  .popup {
    -webkit-transform: translate(0, 50px) scale(0);
            transform: translate(0, 50px) scale(0);
  }
  .popup.scrollActive {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

.imgAnimationRight::after,
.imgAnimationLeft::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.imgAnimationRight.scrollActive::after,
.imgAnimationLeft.scrollActive::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.imgAnimationLeft::after {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

/*  コラム リスト画像
-------------------------------------------------*/
.column__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  background: url(../img/column/no_img.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .column__img {
    width: 100%;
  }
}
.column__img::before, .column__img::after {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.column__img::before {
  content: "";
  background: rgba(191, 151, 61, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.column__img::after {
  content: "READ MORE";
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  font-size: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  text-align: center;
}
.column__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

a:hover .column__img img, a:hover .column__img::before, a:hover .column__img::after {
  opacity: 1;
}
a:hover .column__img::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*  form tags
-------------------------------------------------*/
input,
select,
textarea {
  width: 100%;
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  padding: 0.625rem 0.9375rem;
  font-family: "Crimson Text", "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  input,
  select,
  textarea {
    padding: 0.7692307692rem;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #ccc;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=checkbox], input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  display: inherit;
}
input[type=checkbox]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  border-left: solid 3px #000;
  border-bottom: solid 3px #000;
  left: 0.125rem;
  bottom: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
input[type=radio]:checked + label, input[type=radio]:checked + .mfp_element_hidden + label {
  background: #000;
  color: #fff;
}
input.half {
  width: calc((100% - 1.25rem) / 2);
}
@media only screen and (max-width: 767px) {
  input.half {
    width: 100%;
  }
}
input.short {
  width: 7.5rem;
}

label {
  position: relative;
  display: inline-block;
}
label.radio {
  width: 100%;
  height: 2.875rem;
  line-height: 2.875rem;
  border-radius: 1.4375rem;
  background: #f2f2f2;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  label.radio {
    font-size: 0.9230769231rem;
  }
}
label.select {
  width: 18%;
  background: #f2f2f2;
}
label.select::after {
  position: absolute;
  content: "";
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.3125rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #000;
}
label.select.long {
  width: 100%;
}
label.select.short {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  label.select.short {
    width: 90%;
  }
}
label.calendar {
  width: calc((100% - 1.25rem) / 2);
}
@media only screen and (max-width: 767px) {
  label.calendar {
    width: 100%;
  }
}
label.calendar::after {
  position: absolute;
  content: "";
  background: url(../img/contact/icon-calendar.svg) no-repeat center center/contain;
  width: 1.25rem;
  height: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
}
label span {
  position: relative;
  padding-left: 1.875rem;
}
label span.cb::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: solid 1px #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
label span.cb a {
  color: #bf973d;
  text-decoration: underline;
}
label span small {
  font-size: 0.75rem;
}

textarea {
  width: 100% !important;
  min-height: 12.5rem;
  line-height: 1.5;
}

/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 7.5rem;
  padding: 1.875rem 13.75rem 1.875rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  header {
    height: 4.6153846154rem;
    padding: 1.1538461538rem;
  }
}
header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 11.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.4)), to(#000));
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.4) 30%, #000 100%);
  background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.4) 30%, #000 100%);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  header::before {
    height: 5.7692307692rem;
  }
}
header.thin {
  -webkit-animation: slide_down 0.5s forwards;
          animation: slide_down 0.5s forwards;
  background: rgba(0, 0, 0, 0.8);
}
header.thin::before {
  display: none;
}
header .logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
header .logo img {
  width: 6.25rem;
}
@media only screen and (max-width: 767px) {
  header .logo img {
    width: 3.8461538462rem;
  }
}
header .logo span {
  font-size: 1rem;
  color: #fff;
  margin-left: 1.25rem;
}
@media only screen and (max-width: 767px) {
  header .logo span {
    font-size: 0.9230769231rem;
    margin-left: 0.7692307692rem;
  }
}
header .logo span.cn {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  header .logo span.cn {
    font-size: 1.3846153846rem;
  }
}
header .hamburger {
  display: block;
  width: 1.9230769231rem;
  height: 1.1538461538rem;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger span {
  position: absolute;
  width: 100%;
  height: 0.1153846154rem;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .hamburger span:first-child {
  top: 0;
}
header .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .hamburger span:last-child {
  bottom: 0;
}
header .hamburger.active span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
header .hamburger.active span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  header nav {
    position: relative;
    z-index: 100;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    background: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
  }
  header nav.open {
    opacity: 1;
    visibility: visible;
  }
}
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  header nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  header nav ul li {
    margin-right: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  header nav ul li {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
}
header nav ul li a {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  header nav ul li a {
    position: relative;
  }
  header nav ul li a::after {
    position: absolute;
    content: "";
    width: 110%;
    height: 0.125rem;
    background: #bf973d;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    bottom: -0.625rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header nav ul li a:hover {
    opacity: 1;
  }
  header nav ul li a:hover::after {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@media only screen and (max-width: 767px) {
  header nav ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.9230769231rem 0;
    font-size: 1.1538461538rem;
  }
}
header nav > .btn {
  background: #bf973d;
  border: none;
}
@media print, screen and (min-width: 768px) {
  header nav > .btn {
    width: 14.375rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 1.5625rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  header nav > .btn {
    margin-top: 1.9230769231rem;
  }
}
header nav > .btn::after {
  display: none;
}
header nav > .btn:hover {
  color: #bf973d;
}
header .lang {
  position: absolute;
  top: 2.1875rem;
  right: 1.875rem;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  header .lang {
    right: 4.2307692308rem;
    top: 1.1538461538rem;
    z-index: 100;
  }
}
header .lang .btn {
  cursor: pointer;
  width: 10rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  header .lang .btn {
    width: 9.2307692308rem;
    height: 2.3076923077rem;
    line-height: 2.3076923077rem;
    border-radius: 1.1538461538rem;
    font-size: 0.9230769231rem;
  }
}
header .lang .btn::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon-globe.svg) no-repeat center center/contain;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  header .lang .btn::before {
    width: 1.1538461538rem;
    height: 1.1538461538rem;
    left: 0.3846153846rem;
  }
}
header .lang .btn::after {
  right: 1.25rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  header .lang .btn::after {
    right: 1.1538461538rem;
  }
}
header .lang .btn:hover {
  background: transparent;
  color: #fff;
}
header .lang .btn:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
header .lang .btn.open::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
header .lang ul {
  display: none;
  width: 7.5rem;
  margin: auto;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  header .lang ul {
    width: 6.9230769231rem;
  }
}
header .lang ul li:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
header .lang ul li a {
  display: block;
  padding: 0.625rem 0;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  header .lang ul li a {
    padding: 0.7692307692rem 0;
  }
}
header .lang ul li a:hover {
  opacity: 1;
  color: #bf973d;
}

/*  cta
-------------------------------------------------*/
#cta {
  background: url(../img/bg_cta_pc.jpg) no-repeat center top/cover;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #cta {
    background-image: url(../img/bg_cta_sp.jpg);
  }
}
#cta p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #cta p {
    margin-bottom: 2.3076923077rem;
  }
}
#cta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #cta ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #cta ul li:not(:last-child) {
    margin-right: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #cta ul li:not(:last-child) {
    margin-bottom: 2.3076923077rem;
  }
}
#cta ul li h3 {
  text-align: left;
  font-size: 120%;
  margin-bottom: 1em;
}
#cta ul li h3::before {
  content: "■";
}
#cta ul + p {
  margin-top: 3em;
  margin-bottom: 0;
}
#cta .btn {
  background: #bf973d;
  border: none;
}
@media print, screen and (min-width: 768px) {
  #cta .btn {
    width: 18.75rem;
  }
  #cta .btn:hover {
    background: #fff;
    color: #bf973d;
  }
  #cta .btn:hover::after {
    border-right-color: #bf973d;
    border-bottom-color: #bf973d;
  }
}

/*  footer
-------------------------------------------------*/
footer {
  background: #000;
  padding: 3.125rem 0;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 1.9230769231rem 0;
  }
}
footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul li:not(:last-child) {
  margin-right: 1.875rem;
}
@media only screen and (max-width: 767px) {
  footer ul li:not(:last-child) {
    margin-right: 1.1538461538rem;
  }
}
footer ul li a {
  color: #fff;
}
footer small {
  display: block;
  margin-top: 3.125rem;
  color: #bf973d;
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer small {
    font-size: 0.9230769231rem;
    margin-top: 1.9230769231rem;
  }
}