@charset "UTF-8";
/* Common Style
-----------------------------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* web font
-----------------*/
/* color
-----------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* web font
-----------------*/
/* color
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
audio,
video,
canvas {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

body {
  color: #333;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
  vertical-align: middle;
}

* {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 1;
}

*::selection {
  background: rgba(51, 153, 153, 0.6);
}

*::-moz-selection {
  background: rgba(51, 153, 153, 0.6);
}

a,
input[type="submit"] {
  transition: all 0.2s ease;
}

/* Main global 'theme' and typographic styles */
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: FontAwesome, "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  position: relative;
  color: #333333;
  margin: 0 auto;
}

input,
textarea {
  color: #333;
  line-height: 1.6;
}

a:link,
a:visited {
  color: #333333;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:active {
  text-decoration: none;
  outline-width: 0;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    outline-width: 0;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
}

svg,
img {
  max-width: 100%;
}

h1,
h2,
h3,
h5,
h6 {
  font-size: 1em;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  list-style-type: decimal-leading-zero;
  margin: 0 0 1.5em 2em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0;
}

dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

dt:last-child {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5em;
}

dd:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 2em;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

blockquote {
  quotes: "" "";
}

blockquote:before,
blockquote:after {
  content: "";
}

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 12px;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 1.5em;
}

th,
td {
  padding: 0.5em 0.8em;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  background: #fff;
}

th {
  font-weight: normal;
}

/* window size
-----------------*/
/* font
-----------------*/
/* web font
-----------------*/
/* color
-----------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* web font
-----------------*/
/* color
-----------------*/
/* エフェクトで使う keyframes */
/* フェードイン */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* フェードアウト */
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* スプリング(拡大してバウンド) */
@-webkit-keyframes spring {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes spring {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* 上に移動しながらフェードイン */
@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 下に移動しながらフェードイン */
@-webkit-keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 左に移動しながらフェードイン */
@-webkit-keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 右に移動しながらフェードイン */
@-webkit-keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* X方向スケールアップ */
@-webkit-keyframes scale-up-x {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes scale-up-x {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* Y方向スケールアップ */
@-webkit-keyframes scale-up-y {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scale-up-y {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* Y方向スケールダウン */
@-webkit-keyframes scale-down-y {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes scale-down-y {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/* Y方向に拡大しながらフェードイン */
@-webkit-keyframes scale-y-fade-in {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes scale-y-fade-in {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードイン */
@-webkit-keyframes scale-fade-in {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-fade-in {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードアウト */
@-webkit-keyframes scale-fade-out {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scale-fade-out {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

body {
  font-family: YuMincho, "Yu Mincho", FontAwesome, "icomoon", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
}

.ic {
  display: inline-block;
  speak: none;
  font-family: FontAwesome, "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.ic-line:before {
  content: "\e903";
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
html [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
html [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-size: 1em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}

input[disabled][readonly],
select[disabled][readonly],
textarea[disabled][readonly] {
  background-color: #fff;
  border-color: #a6a6a6;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media screen and (max-width: 736px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="number"],
  textarea {
    width: 100%;
  }
}

/* window size
-----------------*/
/* font
-----------------*/
/* web font
-----------------*/
/* color
-----------------*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.5s;
}

header .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 22px 118px 0 60px;
  transition: 0.5s;
}

header.fixed {
  background: rgba(0, 0, 0, 0.7);
}

header.fixed .inner {
  padding: 11px 118px 11px 60px;
}

.globalNav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 301px;
}

.globalNav li a {
  color: #fff;
}

.globalNav li .is-current {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.globalNavSp {
  display: none;
}

.reserve {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 56.25vw;
}

.reserve .title_wrapper {
  height: 100%;
  background: #887749;
  z-index: 10;
}

.reserve .title_wrapper > p {
  position: absolute;
  top: calc(50% - 80px);
  display: inline-block;
  height: 160px;
  margin: 0 18px;
  color: #fff;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.reserve .title_wrapper > p:after {
  position: absolute;
  bottom: 2px;
  content: "";
  display: block;
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: 0.5s;
}

.reserve .reserve_detail {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 0;
  height: 56.25vw;
  opacity: 0;
  background: #b3a06c;
  transition: 0.5s;
}

.reserve .reserve_detail * {
  color: #fff;
}

.reserve .reserve_detail > div {
  display: none;
  opacity: 0;
}

.reserve .reserve_detail .reserve_close {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 44px;
  height: 44px;
  transition: 0.5s;
}

.reserve .reserve_detail .reserve_close span {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #fff;
  left: -8px;
  transition: 0.5s;
}

.reserve .reserve_detail .reserve_close span:first-of-type {
  top: 21px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.reserve .reserve_detail .reserve_close span:nth-of-type(2) {
  bottom: 21px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.reserve .reserve_detail a {
  display: inline-block;
  margin: 26px 0 21px;
  font-size: 3.285em;
  cursor: pointer;
}

.reserve .reserve_detail .time {
  font-size: 1.142em;
}

.reserve.is-current p:after {
  left: 0;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.reserve.is-current .reserve_detail {
  right: 50px;
  width: 38.709vw;
  opacity: 1;
}

.reserve.is-current .reserve_detail .reserve_close {
  display: block;
  opacity: 1;
}

.reserve.is-current .reserve_detail .tell_wrapper {
  display: block;
  opacity: 1;
}

.lower .reserve {
  height: 37.5vw;
}

.lower .reserve .title_wrapper {
  background: transparent;
}

.lower .reserve .title_wrapper > p {
  top: calc(50% - 110px);
  height: 220px;
  margin: 0 36px 0 0;
  padding: 30px 18px;
  background: #887749;
}

.lower .reserve .title_wrapper > p:after {
  bottom: 32px;
  left: 23px;
}

.lower .reserve .reserve_detail {
  height: 37.5vw;
}

.lower .reserve.is-current p:after {
  left: 18px;
}

.lower .reserve.is-current .reserve_detail {
  right: 0;
}

.navTrigger {
  display: none;
}

@media screen and (max-width: 768px) {
  header .inner {
    padding: 0;
  }
  header .inner h1 {
    width: 58.5px;
    margin-left: 30px;
    z-index: 10;
  }
  header.fixed {
    background: rgba(0, 0, 0, 0.7);
  }
  header.fixed .inner {
    padding: 0;
  }
  .globalNav {
    display: none;
  }
  .globalNavSp {
    position: absolute;
    top: -50vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    background: #121212;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
  }
  .globalNavSp li a {
    display: inline-block;
    width: 100%;
    padding: 10px 45px;
    color: #fff;
  }
  .globalNavSp.is-open {
    top: 50px;
    opacity: 1;
  }
  .navTrigger {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 17px 15px;
    background: #121212;
  }
  .navTrigger span {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #887749;
    left: calc(50% - 10px);
    transition: 0.5s;
  }
  .navTrigger span:first-of-type {
    top: 17px;
  }
  .navTrigger span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .navTrigger span:nth-of-type(3) {
    bottom: 17px;
  }
  .navTrigger.is-current span:first-of-type {
    top: 24px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .navTrigger.is-current span:nth-of-type(2) {
    opacity: 0;
  }
  .navTrigger.is-current span:nth-of-type(3) {
    bottom: 24px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .reserve {
    right: 50px;
    width: 125px;
    height: 50px;
  }
  .reserve .title_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .reserve .title_wrapper > p {
    position: relative;
    top: 0;
    width: 94px;
    height: auto;
    margin: 0;
    -webkit-writing-mode: unset;
    writing-mode: unset;
  }
  .reserve .title_wrapper > p:after {
    bottom: 5px;
    right: 2px;
    left: unset;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  .reserve .reserve_detail {
    top: -50vw;
    right: -50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 30px 45px;
    opacity: 0;
  }
  .reserve .reserve_detail > div {
    width: 100%;
  }
  .reserve .reserve_detail .reserve_close {
    opacity: 1;
  }
  .reserve .reserve_detail .tell_wrapper {
    display: block;
    opacity: 1;
  }
  .reserve .reserve_detail p {
    font-size: 0.714em;
  }
  .reserve .reserve_detail a {
    display: inline-block;
    margin: 19px 0 15px;
    font-size: 2.142em;
    cursor: pointer;
  }
  .reserve .reserve_detail .time {
    font-size: 0.714em;
  }
  .reserve.is-current p:after {
    bottom: 0;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  .reserve.is-current .reserve_detail {
    top: 50px;
    right: -50px;
    width: 100vw;
    opacity: 1;
  }
  .reserve.is-current .reserve_detail .reserve_close {
    display: none;
  }
  .lower .reserve {
    height: 50px;
  }
  .lower .reserve .title_wrapper {
    background: #887749;
  }
  .lower .reserve .title_wrapper > p {
    top: 0;
    left: unset;
    height: auto;
    margin: 18px;
    padding: 0;
    background: transparent;
  }
  .lower .reserve .title_wrapper > p:after {
    right: 2px;
    bottom: 5px;
    left: unset;
  }
  .lower .reserve .reserve_detail {
    max-height: 600px;
    height: 37.5vw;
  }
  .lower .reserve.is-current p:after {
    right: 2px;
    bottom: 0;
    left: unset;
  }
  .lower .reserve.is-current .reserve_detail {
    right: -50px;
  }
}

footer {
  margin-top: 170px;
  background: #121212;
}

footer img {
  width: unset;
}

footer h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 38px;
}

footer h2 p {
  display: inline-block;
  margin-left: 22px;
  font-size: 1.25em;
}

footer section.link {
  background: center top no-repeat url("../images/pc/common/footer_bg.jpg");
  background-size: cover;
}

footer .link_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 151.5px 20px;
}

footer .link_wrapper * {
  color: #fff;
}

footer .link_wrapper > div {
  position: relative;
  display: inline-block;
  width: 520px;
  height: 247px;
  padding: 39px 38px;
  background: rgba(25, 34, 42, 0.95);
}

footer .link_wrapper > div > .footer_insta {
  font-size: 1.8em;
  float: right;
  transform: translateY(-1.2em);
}

footer .link_wrapper > div > p {
  font-size: 1.125em;
  line-height: 1.666;
}

footer .link_wrapper > div .map_link {
  position: absolute;
  bottom: 39px;
  right: 38px;
  margin-left: 24px;
}

footer .link_wrapper > div .map_link:before {
  position: absolute;
  top: 5px;
  left: -17px;
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  background: center no-repeat url("../images/common/arrow.png");
}

footer .link_wrapper > div:last-of-type {
  margin-left: 20px;
}

footer .link_wrapper > div:last-of-type h2 {
  margin-bottom: 38px;
}

footer .nav > img {
  margin: 50px auto;
}

footer .nav_link_wrapper {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  margin: 80px auto;
  padding: 0 20px;
}

footer .nav_link_wrapper li {
  color: #b3a06c;
  margin-bottom: 30px;
}

footer .nav_link_wrapper li:first-of-type a {
  color: #b3a06c;
}

footer .nav_link_wrapper li:last-of-type {
  margin-bottom: 0;
}

footer .nav_link_wrapper li a {
  color: #fff;
}

footer > p {
  padding-bottom: 46px;
  text-align: center;
  color: #fff;
}

footer #page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #887749;
  opacity: 1;
}

footer #page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

footer #page_top a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background: center no-repeat url("../images/common/page_top_icon.png");
  background-size: cover;
}

@media screen and (max-width: 1600px) {
  footer {
    margin-top: 10.625vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  footer {
    margin-top: 40px;
  }
  footer h2 {
    margin-bottom: 20px;
  }
  footer h2 img {
    width: 65px;
  }
  footer h2 p {
    display: inline-block;
    margin-left: 16px;
    font-size: 0.92857em;
  }
  footer section.link {
    background: center top no-repeat url("../images/sp/common/footer_bg.jpg");
    background-size: cover;
  }
  footer .link_wrapper {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 40px 25px;
  }
  footer .link_wrapper > div {
    width: 100%;
    height: auto;
    padding: 17px 20px;
  }
  footer .link_wrapper > div > p {
    font-size: 0.92857em;
  }
  footer .link_wrapper > div .map_link {
    bottom: 17px;
    right: 20px;
  }
  footer .link_wrapper > div:last-of-type {
    margin: 15px 0 0;
  }
  footer .link_wrapper > div:last-of-type h2 {
    margin-bottom: 20px;
  }
  footer .nav_link_wrapper {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 80px 0 0;
    padding: 0 25px;
    font-size: 0.92857em;
  }
  footer .nav_link_wrapper ul {
    width: 50%;
    margin-bottom: 50px;
  }
  footer .nav_link_wrapper ul li {
    margin-bottom: 20px;
  }
  footer > p {
    padding-bottom: 87px;
    font-size: 0.7142em;
  }
}

.side {
  width: 100%;
  margin-bottom: 40px;
}

.sideTitle {
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.sideTitle span {
  display: inline-block;
  letter-spacing: 2px;
  padding-left: 2px;
  margin-bottom: 15px;
}

.sideTitle:after {
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  margin-bottom: 20px;
  background: #c00;
}

.sideTwitter {
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.sideFacebook {
  margin-bottom: 60px;
}

.sideMediaCatList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  list-style: none;
  margin: 0;
}

.sideMediaCatList li {
  width: 100px;
  margin: 0 0 10px 10px;
  box-sizing: border-box;
}

.sideMediaCatList li:nth-child(3n + 1) {
  margin-left: 0;
}

.sideMediaCatList a {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: none;
}

.sideMediaCatList a:hover {
  color: #000;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .side {
    margin-bottom: 40px;
  }
  .sideTitle {
    font-size: 20px;
  }
  .sideTitle span {
    letter-spacing: 1px;
    padding-left: 1px;
  }
  .sideFacebook {
    margin-bottom: 40px;
  }
  .sideMediaCatList li {
    width: 100px;
    margin: 0 0 10px 10px;
    box-sizing: border-box;
  }
  .sideMediaCatList li:nth-child(3n + 1) {
    margin-left: 10px;
  }
  .sideMediaCatList li:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .side {
    padding-top: 40px;
    border-top: 1px solid #999;
  }
  .sideTwitter,
  .sideFacebook {
    display: none;
  }
  #index .side {
    display: none;
  }
  .sideMediaCatList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sideMediaCatList li {
    width: 30%;
    margin: 0 0 10px;
  }
  .sideMediaCatList li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sideMediaCatList:after {
    display: block;
    content: "";
    width: 30%;
  }
}

@media screen and (max-width: 374px) {
  .sideMediaCatList {
    font-size: 0.8em;
  }
}

.is-sp {
  display: none !important;
}

.is-sp-inline {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-sp-inline {
    display: inline-block !important;
  }
}

/* Components style
-----------------------------------*/
.column {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding: 10px;
}

.column.is-narrow {
  -webkit-flex: none;
  flex: none;
}

.column.is-full {
  -webkit-flex: none;
  flex: none;
  width: 100%;
}

.column.is-three-quarters {
  -webkit-flex: none;
  flex: none;
  width: 75%;
}

.column.is-two-thirds {
  -webkit-flex: none;
  flex: none;
  width: 66.6666%;
}

.column.is-half {
  -webkit-flex: none;
  flex: none;
  width: 50%;
}

.column.is-one-third {
  -webkit-flex: none;
  flex: none;
  width: 33.3333%;
}

.column.is-one-quarter {
  -webkit-flex: none;
  flex: none;
  width: 25%;
}

.column.is-offset-three-quarters {
  margin-left: 75%;
}

.column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.column.is-offset-half {
  margin-left: 50%;
}

.column.is-offset-one-third {
  margin-left: 33.3333%;
}

.column.is-offset-one-quarter {
  margin-left: 25%;
}

.column.is-1 {
  -webkit-flex: none;
  flex: none;
  width: 8.33333%;
}

.column.is-offset-1 {
  margin-left: 8.33333%;
}

.column.is-2 {
  -webkit-flex: none;
  flex: none;
  width: 16.66667%;
}

.column.is-offset-2 {
  margin-left: 16.66667%;
}

.column.is-3 {
  -webkit-flex: none;
  flex: none;
  width: 25%;
}

.column.is-offset-3 {
  margin-left: 25%;
}

.column.is-4 {
  -webkit-flex: none;
  flex: none;
  width: 33.33333%;
}

.column.is-offset-4 {
  margin-left: 33.33333%;
}

.column.is-5 {
  -webkit-flex: none;
  flex: none;
  width: 41.66667%;
}

.column.is-offset-5 {
  margin-left: 41.66667%;
}

.column.is-6 {
  -webkit-flex: none;
  flex: none;
  width: 50%;
}

.column.is-offset-6 {
  margin-left: 50%;
}

.column.is-7 {
  -webkit-flex: none;
  flex: none;
  width: 58.33333%;
}

.column.is-offset-7 {
  margin-left: 58.33333%;
}

.column.is-8 {
  -webkit-flex: none;
  flex: none;
  width: 66.66667%;
}

.column.is-offset-8 {
  margin-left: 66.66667%;
}

.column.is-9 {
  -webkit-flex: none;
  flex: none;
  width: 75%;
}

.column.is-offset-9 {
  margin-left: 75%;
}

.column.is-10 {
  -webkit-flex: none;
  flex: none;
  width: 83.33333%;
}

.column.is-offset-10 {
  margin-left: 83.33333%;
}

.column.is-11 {
  -webkit-flex: none;
  flex: none;
  width: 91.66667%;
}

.column.is-offset-11 {
  margin-left: 91.66667%;
}

.column.is-12 {
  -webkit-flex: none;
  flex: none;
  width: 100%;
}

.column.is-offset-12 {
  margin-left: 100%;
}

.column.is-order1 {
  -webkit-order: 1;
  order: 1;
}

.column.is-order2 {
  -webkit-order: 2;
  order: 2;
}

.column.is-order3 {
  -webkit-order: 3;
  order: 3;
}

.column.is-order4 {
  -webkit-order: 4;
  order: 4;
}

.column.is-order5 {
  -webkit-order: 5;
  order: 5;
}

.column.is-order6 {
  -webkit-order: 6;
  order: 6;
}

.column.is-order7 {
  -webkit-order: 7;
  order: 7;
}

.column.is-order8 {
  -webkit-order: 8;
  order: 8;
}

.column.is-order9 {
  -webkit-order: 9;
  order: 9;
}

.column.is-order10 {
  -webkit-order: 10;
  order: 10;
}

.column.is-order11 {
  -webkit-order: 11;
  order: 11;
}

.column.is-order12 {
  -webkit-order: 12;
  order: 12;
}

.columns {
  display: -webkit-flex;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.columns:last-child {
  margin-bottom: -10px;
}

.columns:not(:last-child) {
  margin-bottom: 10px;
}

.columns.is-centered {
  -webkit-justify-content: center;
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 20px;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

.columns.is-multiline {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tile {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}

.tile.is-ancestor:last-child {
  margin-bottom: -10px;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 10px;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 10px;
}

.tile.is-vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 20px !important;
}

.tile:not(.is-child) {
  display: -webkit-flex;
  display: flex;
}

.tile.is-1 {
  -webkit-flex: none;
  flex: none;
  width: 8.33333%;
}

.tile.is-2 {
  -webkit-flex: none;
  flex: none;
  width: 16.66667%;
}

.tile.is-3 {
  -webkit-flex: none;
  flex: none;
  width: 25%;
}

.tile.is-4 {
  -webkit-flex: none;
  flex: none;
  width: 33.33333%;
}

.tile.is-5 {
  -webkit-flex: none;
  flex: none;
  width: 41.66667%;
}

.tile.is-6 {
  -webkit-flex: none;
  flex: none;
  width: 50%;
}

.tile.is-7 {
  -webkit-flex: none;
  flex: none;
  width: 58.33333%;
}

.tile.is-8 {
  -webkit-flex: none;
  flex: none;
  width: 66.66667%;
}

.tile.is-9 {
  -webkit-flex: none;
  flex: none;
  width: 75%;
}

.tile.is-10 {
  -webkit-flex: none;
  flex: none;
  width: 83.33333%;
}

.tile.is-11 {
  -webkit-flex: none;
  flex: none;
  width: 91.66667%;
}

.tile.is-12 {
  -webkit-flex: none;
  flex: none;
  width: 100%;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  height: 44px;
  padding: 0.6em 0.8em;
}

input[type="text"].is-error,
input[type="password"].is-error,
input[type="tel"].is-error,
input[type="email"].is-error,
input[type="url"].is-error,
input[type="search"].is-error,
input[type="number"].is-error,
textarea.is-error {
  border-color: #ffb0bd;
  background: #ffedf5;
}

.errText {
  display: inline-block;
  width: 100%;
  color: #e73656;
  margin-top: 0.5em;
}

.radio {
  display: inline-block;
  min-width: 6em;
  height: 44px;
  margin: 0 0.7em 0 0;
  padding: 0.6em 0.8em;
  border-radius: 6px;
  font-weight: normal;
  font-size: 11px;
  color: #999;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.radio input {
  margin-right: 0.25em;
}

.radio.is-active {
  color: #000;
  border: 2px solid #b1d9f0;
}

.radio.is-error {
  border-color: #ffb0bd;
  background: #ffedf5;
}

.select {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding: 0;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
}

.select select {
  position: relative;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0.3em 1.7em 0.3em 0.8em;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 1;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: "";
  appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5em;
  padding: 0;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
  color: #c00;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
  box-sizing: border-box;
  background: transparent;
  z-index: 0;
}

.select.is-error {
  border-color: #ffb0bd;
  background: #ffedf5;
}

.require {
  display: inline-block;
  padding: 0 0.3em;
  margin-left: 0.5em;
  font-size: 9px;
  font-weight: normal;
  color: #f60;
  border: 1px solid #f60;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
}

.is-android input[type="text"],
.is-android input[type="password"],
.is-android input[type="tel"],
.is-android input[type="email"],
.is-android input[type="url"],
.is-android input[type="search"],
.is-android input[type="number"] {
  padding: 0.8em 0.8em 0.6em;
}

.is-android .require {
  padding-top: 0.2em;
  vertical-align: text-bottom;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.is-android .radio {
  white-space: nowrap;
}

.is-android .radio input {
  vertical-align: text-bottom;
}

#ui-datepicker-div {
  font-family: FontAwesome, "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 3px;
  border: 1px solid #bbb;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#ui-datepicker-div .ui-datepicker {
  /* 月プルダウンの変更 */
}

#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
}

#ui-datepicker-div .ui-datepicker-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #efefef;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#ui-datepicker-div .ui-datepicker-header:before,
#ui-datepicker-div .ui-datepicker-header:after {
  display: none;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 2em;
  min-width: 2em;
  margin: 0;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

#ui-datepicker-div .ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-next:before {
  display: inline-block;
  color: #333;
  display: inline-block;
  speak: none;
  font-family: FontAwesome, "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

#ui-datepicker-div .ui-datepicker-prev {
  -webkit-order: 1;
  order: 1;
}

#ui-datepicker-div .ui-datepicker-prev:before {
  content: "";
}

#ui-datepicker-div .ui-datepicker-next {
  -webkit-order: 3;
  order: 3;
}

#ui-datepicker-div .ui-datepicker-next:before {
  content: "";
}

#ui-datepicker-div .ui-datepicker-title {
  -webkit-order: 2;
  order: 2;
  width: 100%;
  font-weight: bold;
  margin: 0;
}

#ui-datepicker-div .ui-datepicker-year {
  padding: 3px 0;
  margin-right: 5px;
  width: 70px;
}

#ui-datepicker-div .ui-datepicker-month {
  padding: 3px 0;
  margin-left: 5px;
  width: 56px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
}

#ui-datepicker-div .ui-datepicker-calendar thead,
#ui-datepicker-div .ui-datepicker-calendar tbody,
#ui-datepicker-div .ui-datepicker-calendar th {
  background: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar thead th {
  text-align: center;
  background: none;
  color: #000;
  line-height: 1;
}

#ui-datepicker-div .ui-datepicker-calendar th,
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar td span {
  display: inline-block;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 13px;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight {
  border-color: #666;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
  color: #fff;
  font-weight: bold;
  border-color: #666;
  background: #666;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled span {
  opacity: 0.5;
}

@media screen and (max-width: 375px) {
  .require {
    font-size: 11px;
  }
  .radio {
    font-size: 1em;
  }
}

@media screen and (min-width: 320px) {
  .require {
    font-size: 9px;
  }
  .radio {
    font-size: 11px;
  }
  .formList dt {
    font-size: 12px;
  }
  .formList dt small {
    font-size: 10px;
  }
  .formList > dt {
    padding: 0.4em 1em;
  }
}

.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0.7em 2em;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #fff;
  text-decoration: none !important;
  background: transparent;
  transition: all 0.2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.button.is-small {
  border-radius: 2px;
  font-size: 11px;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 6px;
}

.button.is-medium {
  font-size: 18px;
  padding-left: 14px;
  padding-right: 14px;
}

.button.is-large {
  font-size: 24px;
  font-weight: bold;
  padding-left: 56px;
  padding-right: 56px;
}

.button.is-large:hover {
  color: #000;
  background-color: #fff;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.button strong {
  color: inherit;
}

.button small {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 5px;
}

.button .icon:first-child,
.button .tag:first-child {
  margin-left: -2px;
  margin-right: 4px;
}

.button .icon:last-child,
.button .tag:last-child {
  margin-left: 4px;
  margin-right: -2px;
}

.button:hover,
.button:focus,
.button.is-active {
  text-decoration: none;
}

.button:active {
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2);
}

.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #111;
}

.button.is-white:hover,
.button.is-white:focus,
.button.is-white.is-active {
  background-color: #e6e6e6;
  border-color: transparent;
  color: #111;
}

.button.is-white:active {
  border-color: transparent;
}

.button.is-white.is-inverted {
  background-color: #111;
  color: #fff;
}

.button.is-white.is-loading:after {
  border-color: transparent transparent #111 #111 !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus {
  background-color: #fff;
  border-color: #fff;
  color: #111;
}

.button.is-black {
  background-color: #111;
  border-color: transparent;
  color: #fff;
}

.button.is-black:hover,
.button.is-black:focus,
.button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #fff;
}

.button.is-black:active {
  border-color: transparent;
}

.button.is-black.is-inverted {
  background-color: #fff;
  color: #111;
}

.button.is-black.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #111;
  color: #111;
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined:focus {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.button.is-light {
  background-color: #b2b6b9;
  border-color: transparent;
  color: #69707a;
}

.button.is-light:hover,
.button.is-light:focus,
.button.is-light.is-active {
  background-color: #979da1;
  border-color: transparent;
  color: #69707a;
}

.button.is-light:active {
  border-color: transparent;
}

.button.is-light.is-inverted {
  background-color: #69707a;
  color: #b2b6b9;
}

.button.is-light.is-loading:after {
  border-color: transparent transparent #69707a #69707a !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #b2b6b9;
  color: #b2b6b9;
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined:focus {
  background-color: #b2b6b9;
  border-color: #b2b6b9;
  color: #69707a;
}

.button.is-dark {
  background-color: #69707a;
  border-color: transparent;
  color: #b2b6b9;
}

.button.is-dark:hover,
.button.is-dark:focus,
.button.is-dark.is-active {
  background-color: #51575f;
  border-color: transparent;
  color: #b2b6b9;
}

.button.is-dark:active {
  border-color: transparent;
}

.button.is-dark.is-inverted {
  background-color: #b2b6b9;
  color: #69707a;
}

.button.is-dark.is-loading:after {
  border-color: transparent transparent #b2b6b9 #b2b6b9 !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #69707a;
  color: #69707a;
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined:focus {
  background-color: #69707a;
  border-color: #69707a;
  color: #b2b6b9;
}

.button.is-primary {
  background-color: #1fc8db;
  border-color: transparent;
  color: findColorInvert(#1fc8db);
}

.button.is-primary:hover,
.button.is-primary:focus,
.button.is-primary.is-active {
  background-color: #199fae;
  border-color: transparent;
  color: findColorInvert(#1fc8db);
}

.button.is-primary:active {
  border-color: transparent;
}

.button.is-primary.is-inverted {
  background-color: findColorInvert(#1fc8db);
  color: #1fc8db;
}

.button.is-primary.is-loading:after {
  border-color: transparent transparent findColorInvert(#1fc8db) findColorInvert(#1fc8db) !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #1fc8db;
  color: #1fc8db;
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined:focus {
  background-color: #1fc8db;
  border-color: #1fc8db;
  color: findColorInvert(#1fc8db);
}

.button.is-info {
  background-color: #3f78c6;
  border-color: transparent;
  color: findColorInvert(#3f78c6);
}

.button.is-info:hover,
.button.is-info:focus,
.button.is-info.is-active {
  background-color: #3060a2;
  border-color: transparent;
  color: findColorInvert(#3f78c6);
}

.button.is-info:active {
  border-color: transparent;
}

.button.is-info.is-inverted {
  background-color: findColorInvert(#3f78c6);
  color: #3f78c6;
}

.button.is-info.is-loading:after {
  border-color: transparent transparent findColorInvert(#3f78c6) findColorInvert(#3f78c6) !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3f78c6;
  color: #3f78c6;
}

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined:focus {
  background-color: #3f78c6;
  border-color: #3f78c6;
  color: findColorInvert(#3f78c6);
}

.button.is-success {
  background-color: #78bc1e;
  border-color: transparent;
  color: findColorInvert(#78bc1e);
}

.button.is-success:hover,
.button.is-success:focus,
.button.is-success.is-active {
  background-color: #5c9017;
  border-color: transparent;
  color: findColorInvert(#78bc1e);
}

.button.is-success:active {
  border-color: transparent;
}

.button.is-success.is-inverted {
  background-color: findColorInvert(#78bc1e);
  color: #78bc1e;
}

.button.is-success.is-loading:after {
  border-color: transparent transparent findColorInvert(#78bc1e) findColorInvert(#78bc1e) !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #78bc1e;
  color: #78bc1e;
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined:focus {
  background-color: #78bc1e;
  border-color: #78bc1e;
  color: findColorInvert(#78bc1e);
}

.button.is-warning {
  background-color: #fad00d;
  border-color: transparent;
  color: findColorInvert(#fad00d);
}

.button.is-warning:hover,
.button.is-warning:focus,
.button.is-warning.is-active {
  background-color: #d0ac04;
  border-color: transparent;
  color: findColorInvert(#fad00d);
}

.button.is-warning:active {
  border-color: transparent;
}

.button.is-warning.is-inverted {
  background-color: findColorInvert(#fad00d);
  color: #fad00d;
}

.button.is-warning.is-loading:after {
  border-color: transparent transparent findColorInvert(#fad00d) findColorInvert(#fad00d) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fad00d;
  color: #fad00d;
}

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined:focus {
  background-color: #fad00d;
  border-color: #fad00d;
  color: findColorInvert(#fad00d);
}

.button.is-danger {
  background-color: #c00;
  border-color: transparent;
  color: findColorInvert(#c00);
}

.button.is-danger:hover,
.button.is-danger:focus,
.button.is-danger.is-active {
  background-color: #990000;
  border-color: transparent;
  color: findColorInvert(#c00);
}

.button.is-danger:active {
  border-color: transparent;
}

.button.is-danger.is-inverted {
  background-color: findColorInvert(#c00);
  color: #c00;
}

.button.is-danger.is-loading:after {
  border-color: transparent transparent findColorInvert(#c00) findColorInvert(#c00) !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #c00;
  color: #c00;
}

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined:focus {
  background-color: #c00;
  border-color: #c00;
  color: findColorInvert(#c00);
}

.button.is-dark {
  color: #fff;
}

.button.is-white {
  text-shadow: none;
}

.button.is-link {
  background-color: transparent;
  border-color: transparent;
  color: #111;
  text-decoration: underline;
}

.button.is-link:hover,
.button.is-link:focus {
  background-color: #b2b6b9;
  color: #111;
}

.button.is-next {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-right: 0;
  padding-left: 0;
}

.button.is-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.button.is-next:before,
.button.is-next:after {
  display: inline-block;
  speak: none;
  font-family: FontAwesome, "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  width: 1.5em;
  min-width: 1.5em;
  content: "";
  text-align: center;
}

.button.is-next:after {
  content: "";
}

.button.is-prev {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-right: 0;
  padding-left: 0;
}

.button.is-prev span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.button.is-prev:before,
.button.is-prev:after {
  display: inline-block;
  speak: none;
  font-family: FontAwesome, "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  width: 1.5em;
  min-width: 1.5em;
  content: "";
  text-align: center;
}

.button.is-prev:before {
  content: "";
}

.button[disabled],
.button.is-disabled {
  opacity: 0.5;
}

.button.is-fullWidth {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.buttonSingleColumn {
  margin-bottom: 50px;
  text-align: center;
}

.buttonSingleColumn + .buttonThreeBlock {
  margin-top: -30px;
  margin-bottom: 30px;
}

.buttonTwoBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.buttonTwoBlock > * {
  width: 48%;
}

.buttonTwoBlock > *:first-child {
  text-align: left;
}

.buttonTwoBlock > *:last-child {
  text-align: right;
}

.buttonTwoBlock > * .button {
  margin: 0;
}

.buttonTwoOneBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.buttonTwoOneBlock > * {
  margin-bottom: 0;
}

.buttonTwoOneBlock > *:first-child {
  width: 64.66%;
  text-align: left;
}

.buttonTwoOneBlock > *:last-child {
  width: 31.33%;
  text-align: right;
}

.buttonTwoOneBlock > * .button {
  margin: 0;
}

.buttonOneTwoBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.buttonOneTwoBlock > * {
  margin-bottom: 0;
}

.buttonOneTwoBlock > *:first-child {
  width: 31.33%;
  text-align: left;
}

.buttonOneTwoBlock > *:last-child {
  width: 64.66%;
  text-align: right;
}

.buttonOneTwoBlock > * .button {
  margin: 0;
}

.buttonThreeBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.buttonThreeBlock > * {
  margin-bottom: 0;
  width: 31.33%;
}

.buttonThreeBlock > *:first-child {
  text-align: left;
}

.buttonThreeBlock > *:nth-child(3n + 2) {
  text-align: center;
}

.buttonThreeBlock > *:last-child {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 1em;
  }
  .button.is-small {
    font-size: 10px;
    line-height: 14px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .button.is-medium {
    font-size: 14px;
  }
  .button.is-large {
    font-size: 18px;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

.tag {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.4;
  padding: 0.5em 0.8em;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  text-decoration: none !important;
}

.tag .delete {
  margin-left: 4px;
  margin-right: -6px;
}

.tag i.fa {
  line-height: 1.4;
  margin-right: 0.5em;
}

.tag.is-white {
  background-color: #fff;
  color: #111;
}

.tag.is-black {
  background-color: #111;
  color: #fff;
}

.tag.is-light {
  background-color: #b2b6b9;
  color: #69707a;
}

.tag.is-dark {
  background-color: #69707a;
  color: #b2b6b9;
}

.tag.is-primary {
  background-color: #1fc8db;
  color: findColorInvert(#1fc8db);
}

.tag.is-info {
  background-color: #3f78c6;
  color: findColorInvert(#3f78c6);
}

.tag.is-success {
  background-color: #78bc1e;
  color: findColorInvert(#78bc1e);
}

.tag.is-warning {
  background-color: #fad00d;
  color: findColorInvert(#fad00d);
}

.tag.is-danger {
  background-color: #c00;
  color: findColorInvert(#c00);
}

.tag.is-border {
  border: 1px solid #ddd;
}

.tag.is-dark {
  color: #fff;
}

.tag.is-small {
  font-size: 0.8em;
  padding: 0.2em 0.6em;
  border-radius: 3px;
}

.tag.is-medium {
  font-size: 1em;
  padding: 0.7em 1em 0.6em;
  border-radius: 3px;
}

.tag.is-large {
  font-size: 1.25em;
  padding: 0.4em 0.8em;
}

.tag.is-large .delete {
  margin-left: 4px;
  margin-right: -8px;
}

.modal {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-align-items: center;
  align-items: center;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 10000000;
  padding: 0 5.867%;
}

.modal.is-active {
  display: -webkit-flex;
  display: flex;
}

.modal .delete {
  position: absolute;
  right: -22px;
  top: -22px;
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: top;
  background-color: #111;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 100;
}

.modal .delete:before,
.modal .delete:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50%;
}

.modal .delete:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .delete:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(17, 17, 17, 0.75);
}

.modal-container {
  width: 100%;
}

.modal-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  max-height: calc(100vh - 100px);
  background: #fff;
}

.modal-content .message {
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content .message-body {
  padding: 30px;
}

.modal-content .message-body > *:last-child {
  margin-bottom: 0 !important;
}

.modal.modalMovie .modal-content {
  max-width: 1240px;
}

.modal.modalMovie .modal-content .message-body {
  padding: 0;
  border: 1px solid #fff;
}

.modalTopModal .modal-content {
  max-width: 1240px;
  background: none;
}

.modalTopModal .modal-content .message-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}

.modalTopModal .modal-content .message-body .topModalItem {
  width: 50%;
  padding: 0 20px;
  text-align: center;
}

.modalTopModal .modal-content .message-body .topModalItem img {
  max-height: 70vh;
}

.modalTopModal.is-vertical .modal-content {
  max-width: 900px;
}

.modalTopModal.is-vertical .modal-content .message-body {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.modalTopModal.is-vertical .modal-content .message-body .topModalItem {
  width: 100%;
  padding: 20px 0;
}

.modalTopModal.is-vertical .modal-content .message-body .topModalItem img {
  max-height: 100vh;
}

@media screen and (max-width: 768px) {
  .modalTopModal .modal-content .message {
    max-height: calc(100vh - 50px);
  }
  .modalTopModal .modal-content .message-body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0;
  }
  .modalTopModal .modal-content .message-body .topModalItem {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
  .modalTopModal .modal-content .message-body .topModalItem img {
    max-height: 60vh;
  }
}

@media screen and (max-width: 667px) {
  .modal .delete {
    width: 38px;
    height: 38px;
    position: absolute;
    right: -16px;
    top: -16px;
  }
}

/* @ pagination
// ------------------------------------------------------------ */
.pagination {
  margin: 0 0 60px;
  padding-top: 10px;
  text-align: center;
}

.pagination ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
  list-style: none;
  padding: 0 4px;
}

.pagination ul li a {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.1;
  padding: 0;
  text-align: center;
  color: #000;
  background: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}

.pagination ul li a.is-current {
  color: #fff !important;
  background: #000;
}

.pagination ul li a.is-current:hover {
  opacity: 1;
}

.pagination ul li.page-prev a,
.pagination ul li.page-next a {
  border: none;
  line-height: 2.3;
}

@media screen and (max-width: 414px) {
  .pagination ul li {
    padding: 0 2px;
  }
}

@media screen and (max-width: 320px) {
  .pagination ul li a {
    width: 2.2em;
    height: 2.2em;
    line-height: 2.1;
    font-size: 0.875em;
  }
  .pagination ul li.page-prev a,
  .pagination ul li.page-next a {
    line-height: 2.2;
  }
}

.touchlink {
  cursor: pointer;
}

/* View style
-----------------------------------*/
img {
  vertical-align: bottom;
}

body {
  position: relative;
  margin: 0 auto;
  font-feature-settings: "palt";
}

.animated {
  opacity: 0;
}

img {
  width: 100%;
}

.btn {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  max-width: 300px;
  width: 18.75vw;
  min-width: 180px;
  max-height: 80px;
  height: 5vw;
  min-height: 48px;
  padding: 0 30px;
  font-size: 16px;
  color: #b3a06c !important;
  background: #000;
  transition-duration: 0.5s;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .btn:hover {
    background: #f8f8f8;
  }
}

.btn:after {
  content: "";
  display: block;
  max-width: 30px;
  width: 1.875vw;
  max-height: 2px;
  height: 0.125vw;
  min-height: 1px;
  background: #b3a06c;
}

.mv {
  position: relative;
  height: 56.25vw;
}

.mv_title_wrapper {
  position: absolute;
  top: 0;
  right: 50px;
  width: 38.709vw;
}

.mv_title_wrapper > div {
  position: relative;
  width: 100%;
}

.mv_title_wrapper > div div {
  position: absolute;
}

.mv_title_wrapper > div:first-of-type {
  height: 33.437vw;
  background: rgba(183, 11, 2, 0.7);
}

.mv_title_wrapper > div:first-of-type > div {
  top: calc(50% - 40px);
  left: calc(50% - 37.5px);
}

.mv_title_wrapper > div:first-of-type svg {
  width: 5vw;
  height: 4.687vw;
}

.mv_title_wrapper > div:last-of-type {
  height: 22.813vw;
  background: left top repeat url("../images/pc/index/mv_bg.jpg");
}

.mv_title_wrapper > div:last-of-type > div {
  position: absolute;
  top: calc(50% - 79px);
  left: calc(50% - 201.5px);
  width: 25.187vw;
  height: 9.875vw;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.index_about01 {
  padding-top: 200px;
  padding-bottom: 284px;
}

.index_about01:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 51.187vw;
  height: 55.625vw;
  background: #f0ece2;
  z-index: -1;
}

.index_about01:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30vw;
  background: #fff;
  z-index: -1;
  -webkit-transform: skew(0deg, -8.55deg);
  transform: skew(0deg, -8.55deg);
}

.index_about01 section:first-of-type .text {
  width: 45vw;
  height: 34vw;
  padding-right: 103px;
  font-size: 1.571em;
  line-height: 1.818;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.index_about01 section:first-of-type .text a {
  font-size: 0.72727em;
}

.index_about01 section:first-of-type figure {
  width: 55vw;
  height: 43.125vw;
}

.index_about01 section:last-of-type {
  z-index: -1;
}

.index_about01 section:last-of-type:after {
  position: absolute;
  bottom: -10.1875vw;
  right: 0;
  content: "";
  display: block;
  width: 71.9375vw;
  height: 49.5vw;
  background: #f0ece2;
  z-index: -1;
}

.index_about01 section:last-of-type figure {
  width: 45vw;
  height: 33.75vw;
  padding-left: 170px;
}

.index_about01 section:last-of-type .text {
  width: 55vw;
  padding-top: 107px;
  padding-left: 110px;
  font-size: 1.571em;
  line-height: 1.818;
}

.index_about01 section:last-of-type .text p {
  margin-bottom: 96px;
}

.index_about02 {
  position: relative;
  margin-top: -120px;
  padding-top: 249px;
  padding-bottom: 484px;
  overflow: hidden;
  background: center top no-repeat url("../images/pc/index/bg01.jpg");
  background-size: auto 120vh;
  z-index: -10;
}

.index_about02 * {
  color: #fff;
}

.index_about02 h2 {
  margin: 0 auto 5.375vw;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.index_about02 h2 svg {
  width: 5.25vw;
  height: 24.062vw;
}

.index_about02 p {
  width: 31.5vw;
  margin: 0 auto;
  font-size: 1vw;
  line-height: 2;
}

.index_about03 {
  margin-top: -199px;
  padding-top: 9px;
  padding-bottom: 128px;
  background: #fff;
}

.index_about03:before {
  position: absolute;
  top: -120px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 15.125vw;
  background: #fff;
  z-index: -1;
  -webkit-transform: skew(0deg, 8.5deg);
  transform: skew(0deg, 8.5deg);
}

.index_about03:after {
  position: absolute;
  bottom: -120px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 15.125vw;
  background: #fff;
  z-index: -1;
  -webkit-transform: skew(0deg, 8.5deg);
  transform: skew(0deg, 8.5deg);
}

.index_about03 .inner {
  max-width: 71.25vw;
  margin: 0 auto;
  padding: 0 20px;
}

.index_about03 .text_wrapper {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 23.6875vw;
}

.index_about03 h2 {
  display: inline-block;
  line-height: 1.4705;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.index_about03 h2 svg {
  width: 5.187vw;
  height: 18.187vw;
}

.index_about03 p {
  width: auto;
  font-size: 1vw;
  line-height: 2;
}

.index_about03 .about_slide {
  width: 100%;
  margin: 0 auto;
}

.index_about03 .about_slide li {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.index_about03 .about_slide li figure {
  margin-top: 100px;
  width: 21.25vw;
}

.index_about03 .about_slide li figure:first-of-type {
  margin-top: 200px;
}

.index_about03 .about_slide li figure:last-of-type {
  margin-top: 0;
}

.index_about03 .slick-btn {
  width: 10vw;
  min-width: 160px;
  height: 3.75vw;
  min-height: 60px;
  padding: 23px;
  background: #b3a06c;
  z-index: 10;
  transition: 0.5s;
}

.index_about03 .slick-btn:hover {
  opacity: 0.8;
}

.index_about03 .slick-btn:before {
  display: block;
  content: "";
  width: 34px;
  height: 2px;
  background: #fff;
  opacity: 1;
}

.index_about03 .slick-btn:after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  margin-top: -5px;
  background: #fff;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.index_about03 .slick-btn.slick-prev {
  left: -20px;
}

.index_about03 .slick-btn.slick-next {
  right: -20px;
}

.index_about03 .slick-btn.slick-next:before {
  float: right;
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  margin-top: -4px;
  background: #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.index_about03 .slick-btn.slick-next:after {
  float: right;
  display: block;
  content: "";
  width: 34px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.index_about03 .btn_wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.index_about03 .btn_wrapper .btn {
  float: right;
}

.index_about04 {
  position: relative;
  overflow: hidden;
  background: center top no-repeat url("../images/pc/index/bg02.jpg");
  background-size: auto 120vh;
  z-index: -10;
}

.index_about04 .inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 71.25vw;
  margin: 0 auto;
  padding: 0 20px;
}

.index_about04 * {
  color: #fff;
}

.index_about04 h2 {
  display: inline-block;
  line-height: 1.4705;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.index_about04 h2 svg {
  width: 6.187vw;
  height: 21.437vw;
}

.index_about04 p {
  padding-top: 8.125vw;
  width: 36.125vw;
  font-size: 1vw;
  line-height: 2;
}

.index {
  font-family: FontAwesome, "Noto Serif JP", "icomoon", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.index .vertical {
  font-feature-settings: normal;
}

.index .common_map {
  margin-top: -199px;
  padding-top: 240px;
  -webkit-transform: skew(0deg, -8.5deg);
  transform: skew(0deg, -8.5deg);
}

.index .common_map .inner {
  -webkit-transform: skew(0deg, 8.5deg);
  transform: skew(0deg, 8.5deg);
}

.common_map {
  background: #fff;
}

.common_map .inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}

.common_map .detail_wrapper {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-height: 469px;
  height: 29.3125vw;
  padding-left: 252px;
}

.common_map .detail_wrapper h2 {
  margin-bottom: 3.75vw;
  font-size: 1.25em;
}

.common_map .detail_wrapper p {
  line-height: 1;
}

.common_map .detail_wrapper p:last-of-type {
  margin-bottom: 0;
}

.common_map .detail_wrapper .sepia {
  margin: 0 0 1.25vw;
  font-size: 1.125em;
  color: #b3a06c;
  line-height: 1;
}

.common_map .detail_wrapper > div:first-of-type p:nth-of-type(2) {
  margin-bottom: 0.8125vw;
}

.common_map .detail_wrapper a {
  font-size: 1.4285em;
}

.common_map .map_wrapper {
  max-width: 800px;
  width: 50vw;
  max-height: 469px;
  height: 29.3125vw;
  color: #b3a06c;
}

.common_map .map_wrapper h3 {
  margin-bottom: 22px;
}

.common_map .map_wrapper > div {
  max-height: 432px;
  height: 27vw;
  border: 0;
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.6" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: opacity(60%) grayscale(100%);
  -webkit-filter: opacity(60%) grayscale(100%);
  vertical-align: bottom;
  background: #b3a06c;
}

.lower .mv {
  position: relative;
  height: 37.5vw;
  background: center top no-repeat url("../images/pc/about/mv.jpg");
  background-size: cover;
}

.lower .mv img {
  position: absolute;
  top: 118px;
  width: 56.25vw;
  height: auto;
}

.about .concept {
  position: relative;
  margin: 100px 0;
}

.about .concept img {
  max-width: 1500px;
  width: 93.75vw;
  margin-bottom: 94px;
}

.about .concept p {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 52.5vw;
  height: 25vw;
  padding: 90px 250px 90px 80px;
  font-size: 1.285em;
  color: #fff;
  line-height: 1.888;
}

.about .concept p .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 52.5vw;
  height: 0;
  background: rgba(136, 119, 73, 0.95);
  z-index: -10;
  transition-duration: 0.8s;
}

.about .concept p .bg.inViewBg {
  height: 25vw;
}

.about .element {
  margin-bottom: 100px;
}

.about .element .inner {
  margin: 0 auto;
}

.about .element .text_wrapper {
  width: 38.75vw;
}

.about .element h2 {
  margin: 70px 0 81px;
  font-size: 1.857em;
}

.about .element p {
  left: -250px;
  display: inline-block;
  width: 54.375vw;
  padding: 81px 138px 83px 250px;
  font-size: 1.1428em;
  line-height: 2;
}

.about .element p .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 54.375vw;
  height: 0;
  background: #f0ece2;
  z-index: -10;
  transition-duration: 0.8s;
}

.about .element p .bg.inViewBg {
  height: 24.25vw;
}

.about .element .element_slider_wrapper {
  width: 30vw;
}

.about .element .element_slider_wrapper:after {
  position: absolute;
  right: -2.9375px;
  bottom: 69px;
  content: "";
  display: block;
  max-width: 85px;
  width: 5.3125vw;
  max-height: 212px;
  height: 13.25vw;
  background: left top no-repeat url("../images/pc/about/sub_ttl01.png");
  background-size: cover;
  z-index: 10;
}

.about .element .element_slider_wrapper .slick-dotted.slick-slider {
  margin-bottom: 24px;
}

.about .element .element_slider_wrapper .slick-dots {
  text-align: right;
}

.about .element .element_slider_wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.about .element .element_slider_wrapper .slick-dots li:last-of-type {
  margin-right: 0;
}

.about .element .element_slider_wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.about .element .element_slider_wrapper .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #bfbfbf;
  content: "";
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about .element .element_slider_wrapper .slick-dots li.slick-active button:before {
  background: #b3a06c;
}

.about .element2n .element_slider_wrapper {
  z-index: 10;
}

.about .element2n .element_slider_wrapper:after {
  max-width: 69px;
  width: 4.3125vw;
  max-height: 339px;
  height: 21.1875vw;
  background: left top no-repeat url("../images/pc/about/sub_ttl02.png");
  background-size: cover;
}

.about .element2n h2 {
  margin: 70px 0 81px 138px;
  font-size: 1.857em;
}

.about .element2n p {
  right: 0;
  left: unset;
  padding: 81px 250px 83px 138px;
}

.about .element02 .element_slider_wrapper:after {
  max-width: 69px;
  width: 4.3125vw;
  max-height: 274px;
  height: 17.125vw;
  background: left top no-repeat url("../images/pc/about/sub_ttl03.png");
  background-size: cover;
}

.about .element2n02 {
  margin-bottom: 200px;
}

.about .element2n02 .element_slider_wrapper:after {
  max-width: 65px;
  width: 4.0625vw;
  max-height: 162px;
  height: 10.125vw;
  background: left top no-repeat url("../images/pc/about/sub_ttl04.png");
  background-size: cover;
}

.system .mv {
  background: center top no-repeat url("../images/pc/system/mv.jpg");
  background-size: cover;
}

.system .explanation {
  padding: 80px 0;
  background: #f0ece2;
}

.system .explanation p {
  width: 68.75vw;
  margin: 0 auto;
  font-size: 1.125vw;
  line-height: 1.888;
}

.system .element {
  margin-top: 10vw;
}

.system .element .inner {
  position: relative;
}

.system .element .element_img_wrapper {
  position: relative;
  display: inline-block;
  margin-top: -80px;
  padding-bottom: 80px;
  z-index: 10;
}

.system .element .element_img_wrapper:before {
  position: absolute;
  right: -18px;
  bottom: 52px;
  content: "";
  display: block;
  max-width: 43px;
  width: 2.6875vw;
  max-height: 156px;
  height: 9.75vw;
  background: left top no-repeat url("../images/pc/system/sub_ttl01.png");
  background-size: cover;
  z-index: 10;
  opacity: 0;
  transition-delay: 1.3s;
  transition-duration: 0.8s;
}

.system .element .element_img_wrapper.fadeIn:before {
  opacity: 1;
}

.system .element .element_img_wrapper img {
  width: 48.75vw;
  height: 35vw;
}

.system .element .text_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55vw;
  height: 35vw;
  padding: 102px 0 123px 241px;
  background: left top no-repeat url("../images/pc/system/bg01.jpg");
  background-size: cover;
}

.system .element .text_wrapper * {
  color: #fff;
}

.system .element .text_wrapper .title_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 80px;
}

.system .element .text_wrapper .title_wrapper h2 {
  font-size: 3.571em;
}

.system .element .text_wrapper .title_wrapper p {
  display: inline-block;
  margin-left: 32px;
  color: #b3a06c;
}

.system .element .text_wrapper table {
  font-size: 0.875vw;
}

.system .element .text_wrapper tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 12.375vw;
  min-width: 198px;
  margin-bottom: 33px;
}
.system .element03 .text_wrapper .item:nth-of-type(2) tr:nth-of-type(2) {
  width: 13.75vw;
}

.system .element .text_wrapper tr:last-of-type {
  margin-bottom: 0;
}

.system .element .text_wrapper tr th,
.system .element .text_wrapper tr td {
  background: transparent;
}

.system .element02 .element_img_wrapper {
  width: 100%;
  text-align: right;
}

.system .element02 .element_img_wrapper:before {
  right: unset;
  left: 788px;
  max-width: 52px;
  width: 3.25vw;
  max-height: 177px;
  height: 11.062vw;
  background: left top no-repeat url("../images/pc/system/sub_ttl02.png");
  background-size: cover;
}

.system .element02 .text_wrapper {
  position: absolute;
  right: unset;
  bottom: 0;
  left: 0;
  padding: 102px 0 123px 382px;
  background: left top no-repeat url("../images/pc/system/bg02.jpg");
  background-size: cover;
}

.system .element03 {
  margin-bottom: 3.75vw;
}

.system .element03 .element_img_wrapper:before {
  max-width: 40px;
  width: 2.5vw;
  max-height: 89px;
  height: 5.562vw;
  background: left top no-repeat url("../images/pc/system/sub_ttl03.png");
  background-size: cover;
}
.system .element03 .item__wrapper {
  display: flex;
  gap: 0 70px;
}

.system .element03 .text_wrapper {
  background: left top no-repeat url("../images/pc/system/bg03.jpg");
  background-size: cover;
}

.system .element04 {
  margin-bottom: 200px;
}

.system .element04 .inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 68.75vw;
  width: 100%;
  margin: 0 auto;
  padding: 2.125vw 1.875vw;
  font-size: 0.875vw;
  background: #f0ece2;
}

.system .element04 .inner dt {
  color: #b3a06c;
  font-weight: normal;
}

.system .element04 .inner dt:last-of-type {
  margin-left: 68px;
}

.system .element04 .inner dd {
  margin-left: 18px;
}

.recruit .mv {
  background: center top no-repeat url("../images/pc/recruit/mv.jpg");
  background-size: cover;
}

.recruit .element {
  margin: 100px auto 0;
  padding-bottom: 118px;
}

.recruit .element .img_wrapper {
  width: 68.75vw;
  margin: 0 auto;
  position: relative;
}

.recruit .element .img_wrapper:before {
  position: absolute;
  content: "";
  display: block;
  max-width: 65px;
  width: 4.0625vw;
  max-height: 162px;
  height: 10.125vw;
  background: left top no-repeat url("../images/pc/recruit/sub_ttl01.png");
  background-size: cover;
  z-index: 10;
}

.recruit .element .text_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45vw;
  height: 23vw;
  padding: 61px 350px 61px 69px;
  background: #f0ece2;
}

.recruit .element .text_wrapper div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.recruit .element .text_wrapper h2 {
  font-size: 1.857em;
  line-height: 1;
}

.recruit .element .text_wrapper p {
  font-size: 1.14285em;
  line-height: 2;
}

.recruit .element02 {
  margin-bottom: 200px;
}

.recruit .element02 .img_wrapper:before {
  top: 138px;
  right: unset;
  left: -41px;
  max-width: 89px;
  width: 5.5625vw;
  max-height: 191px;
  height: 11.9375vw;
  background: left top no-repeat url("../images/pc/recruit/sub_ttl02.png");
  background-size: cover;
}

.recruit .element02 .text_wrapper {
  right: unset;
  left: 0;
  padding: 61px 69px 61px 310px;
}

.contact .mv {
  background: center top no-repeat url("../images/pc/contact/mv.jpg");
  background-size: cover;
}

.contact .form {
  width: 100%;
  margin: 80px 0 200px;
}

.contact .form .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.contact .form .inner > p:last-of-type {
  margin-top: 25px;
  font-size: 0.857em;
}

.contact .form .formTable {
  margin-top: 100px;
  border-collapse: separate;
  border-spacing: 0;
}

.contact .form .formTable tr:last-of-type th,
.contact .form .formTable tr:last-of-type td {
  border-bottom: 1px dashed #b3a06c;
}

.contact .form .formTable tr th {
  width: 27.272%;
  padding: 2.909% 2.454%;
  font-size: 1.1428em;
  line-height: 1.5;
  border-top: 1px dashed #b3a06c;
  background: #f8f8f6;
}

.contact .form .formTable tr td {
  width: 72.727%;
  padding: 1.818%;
  border-top: 1px dashed #b3a06c;
}

.contact .form .formTable tr td input,
.contact .form .formTable tr td textarea,
.contact .form .formTable tr td select {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #f8f8f6;
}

.contact .form .formTable tr td input[type="radio"] {
  width: unset;
}

.contact .form .formTable tr td textarea {
  height: 18.181%;
}

.contact .form .formTable tr.radio_button td {
  padding-top: 2.909%;
}

.contact .form .formTable tr.radio_button td p {
  display: inline-block;
}

.contact .form .formTable tr.radio_button td input {
  margin: 0 10px 30px;
}

.contact .form .submit_button {
  max-width: 800px;
  width: 72.727%;
  margin: 60px auto 0;
  padding: 0;
}

.contact .form .btn_back {
  background: #555555;
}

.contact .form .submit_button:after {
  position: absolute;
  right: 0;
  margin-right: 30px;
}

.contact .form .submit_button input {
  margin: 0;
  width: 100%;
  max-height: 80px;
  height: 5vw;
  min-height: 48px;
  text-align: left;
  padding: 0 30px;
  font-family: YuMincho, "Yu Mincho", FontAwesome, "icomoon", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  color: #b3a06c;
  line-height: 1;
  border: none;
  background: transparent;
}

.contact_lower .reserve {
  display: none;
}

.contact_lower.confirm .mv {
  height: 25vw;
  background: center top no-repeat url("../images/pc/common/lower_mv.jpg");
  background-size: cover;
}

.contact_lower.complet .mv {
  height: 25vw;
  background: center top no-repeat url("../images/pc/common/lower_mv.jpg");
  background-size: cover;
}

.contact_lower section.main {
  max-width: 1100px;
  width: 100%;
  margin: 100px auto;
  font-size: 20px;
  line-height: 2;
}

.contact_lower h3 {
  text-align: center;
}

.contact_lower .common_map {
  margin-top: 200px;
}

.contact_lower .form .btn {
  max-width: 300px;
  width: 18.75vw;
  min-width: 180px;
  margin: 0 10px;
}

.staff .mv {
  background: center top no-repeat url("../images/pc/staff/mv.jpg");
  background-size: cover;
}

.cast .mv {
  background: center top no-repeat url("../images/pc/cast/mv.jpg");
  background-size: cover;
}

.recruit_lower .reserve {
  display: none;
}

.recruit_lower .mv {
  height: 25vw;
}

.recruit_lower .mv img {
  top: 129px;
  height: auto;
}

.recruit_lower * {
  font-weight: normal;
}

.recruit_lower .form_ttl {
  margin: 150px 0 80px;
  padding: 50px;
  text-align: center;
  background: #f0ece2;
}

.recruit_lower .form_ttl h3 {
  font-size: 1.857em;
  margin-bottom: 36px;
}

.recruit_lower .form_ttl > p:last-of-type {
  margin-top: 25px;
  font-size: 0.857em;
}

.recruit_lower form:last-of-type .formTable {
  margin-top: 0;
}

.recruit_lower .form .formTable {
  margin-bottom: 0;
}

.recruit_lower .form .formTable tr td {
  width: 100%;
  padding: 25px 30px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  line-height: 2;
}

.recruit_lower .form .formTable tr td input,
.recruit_lower .form .formTable tr td textarea,
.recruit_lower .form .formTable tr td select {
  width: unset;
}

.recruit_lower .form .formTable tr td a {
  color: #b3a06c;
  text-decoration: underline;
}

.recruit_lower .form .formTable tr td.nameTd .flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.recruit_lower .form .formTable tr td.birthday select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0.95em;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1em;
  border-radius: 0;
  background: #fff;
  border: none;
}

.recruit_lower .form .formTable tr td.age .flex {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.recruit_lower .form .formTable tr td.age .flex select {
  -webkit-appearance: none;
  appearance: none;
  width: 120px;
  margin: 0 20px 0 0;
  padding: 0.95em;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1em;
  border-radius: 0;
  background: #f8f8f6;
  border: none;
}

.recruit_lower .form .formTable tr td.interview_date02 .flex {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.recruit_lower .form .formTable tr td.interview_date02 .flex div select {
  -webkit-appearance: none;
  appearance: none;
  width: 120px;
  margin-right: 10px;
  padding: 0.95em;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1em;
  border-radius: 0;
  background: #f8f8f6;
  border: none;
}

.recruit_lower .form .formTable tr td.interview_date02 .flex div p {
  display: inline;
}

.recruit_lower .form .formTable tr td.question textarea {
  height: 170px;
  margin-bottom: 20px;
}

.staff .form .formTable {
  margin-bottom: 0;
}

.staff .form .formTable tr {
  position: relative;
  border: none;
}

.staff .form .formTable tr th:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #fff;
}

.staff .form .formTable tr td dt,
.staff .form .formTable tr td dd {
  margin-bottom: 0;
}

.staff .form .formTable tr td a {
  color: #b3a06c;
  text-decoration: underline;
}

.staff .form .formTable tr td input,
.staff .form .formTable tr td textarea,
.staff .form .formTable tr td select {
  width: unset;
  background: #fff;
}

.staff .form .formTable tr td.birthday {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.staff .form .formTable tr td.birthday div {
  -webkit-align-items: center;
  align-items: center;
}

.staff .form .formTable tr td.birthday div:first-of-type input {
  margin-left: 0;
}

.staff .form .formTable tr td.birthday div:nth-of-type(2),
.staff .form .formTable tr td.birthday div:nth-of-type(3) {
  margin-left: 10px;
}

.staff .form .formTable tr td.birthday select,
.staff .form .formTable tr td.birthday input {
  width: 110px !important;
  margin: 0 10px 0 30px;
}

.staff .form .formTable tr td.address {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.staff .form .formTable tr td.address div {
  -webkit-align-items: center;
  align-items: center;
}

.staff .form .formTable tr td.address input {
  width: 260px !important;
  margin: 0 0 0 20px;
}

.staff .form .formTable tr td.interview_date {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.staff .form .formTable tr td.interview_date div:first-of-type input {
  margin-left: 0;
}

.staff .form .formTable tr td.interview_date div:last-of-type input {
  margin-left: 10px;
}

.staff .form .formTable tr td.interview_date .flex {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 18px;
}

.staff .form .formTable tr td.interview_date .flex p {
  width: 270px;
}

.staff .form .formTable tr td.interview_date > p {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

.staff .form .formTable tr td.interview_date .input {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.staff .form .formTable tr td.interview_date .input:nth-of-type(4) {
  width: 100%;
}

.staff .form .formTable tr td.interview_date .input:nth-of-type(4) input {
  width: 664px;
}

.staff .form .formTable tr td.interview_date .input:nth-of-type(5) {
  width: 100%;
}

.staff .form .formTable tr td.interview_date .input:nth-of-type(5) input {
  width: 525px;
}

.staff .form .formTable tr td.interview_date .input input {
  width: 260px;
  margin-left: 20px;
}

.staff .form .formTable tr:nth-of-type(2n - 1) th,
.staff .form .formTable tr:nth-of-type(2n - 1) td {
  background: #f1f1ed;
}

.staff .form .formTable tr:nth-of-type(2n) th,
.staff .form .formTable tr:nth-of-type(2n) td {
  background: #fbfbf9;
}

.cast .form .formTable tr .name > div {
  position: relative;
}

.cast .form .formTable tr .name > div span:last-of-type {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 0.75em;
}

.cast .form .formTable tr td.interview_date02 {
  padding-right: 0;
  padding-left: 0;
}

.cast .form .formTable tr td.interview_date02 > div {
  padding: 20px 25px;
  margin-bottom: 0 !important;
  border-bottom: 1px dashed #b3a06c;
}

.cast .form .formTable tr td.interview_date02 > div:first-of-type {
  padding-top: 0;
}

.cast .form .formTable tr td.interview_date02 > div:last-of-type {
  padding-bottom: 0;
  border: none;
}

.cast .form .formTable tr td.interview_date02 > div:last-of-type p {
  margin-bottom: 13px;
}

.cast .form .formTable tr td.interview_date02 > div:last-of-type .flex {
  margin-bottom: 0;
}

.cast .form .formTable tr td.interview_date02 > div:last-of-type .flex p {
  width: 270px;
}

.mv .mv_title_wrapper div:first-of-type > div {
  top: calc(50% - 2.5vw);
  left: calc(50% - 2.343vw);
}

.mv .mv_title_wrapper div:last-of-type div {
  top: calc(50% - 4.9375vw);
  left: calc(50% - 12.593vw);
}

.mv .mv_title_wrapper div:last-of-type div img {
  top: unset;
  left: unset;
}

.mv .mv_title_wrapper div:last-of-type div img:first-of-type {
  margin-bottom: 3vw;
}

.index_about01 {
  padding-top: 12.5vw;
  padding-bottom: 17.75vw;
}

.index_about01 section:first-of-type .text {
  padding-right: 6.4375vw;
  font-size: 1.375vw;
}

.index_about01 section:last-of-type figure {
  padding-left: 10.625vw;
}

.index_about01 section:last-of-type .text {
  padding-top: 6.6875vw;
  padding-left: 6.875vw;
  font-size: 1.375vw;
}

.index_about01 section:last-of-type .text p {
  margin-bottom: 6vw;
}

.index_about02 {
  margin-top: -7.5vw;
  padding-top: 15.5625vw;
  padding-bottom: 30.25vw;
}

.index_about02 h2 {
  margin: 0 auto 5.375vw;
}

.index_about03 {
  margin-top: -12.4375vw;
  padding-top: 0.5625vw;
  padding-bottom: 8vw;
}

.index_about03:before {
  top: -7.5vw;
}

.index_about03:after {
  bottom: -7.5vw;
}

.index_about03 .text_wrapper {
  padding-bottom: 1.375vw;
}

.index_about03 h2 {
  margin-left: 6.0625vw;
}

.index_about03 p {
  margin-left: 5.125vw;
}

.index_about03 .about_slide li figure {
  margin-top: 6.25vw;
}

.index_about03 .about_slide li figure:first-of-type {
  margin-top: 12.5vw;
}

.index_about03 .about_slide li figure:last-of-type {
  margin-top: 0;
}

.index_about04 {
  margin-top: -6.25vw;
  padding-top: 22.8125vw;
  padding-bottom: 22.8125vw;
}

.index_about04 h2 {
  margin-left: 13.3125vw;
}

.index .common_map {
  margin-top: -12.4375vw;
  padding-top: 15vw;
  -webkit-transform: skew(0deg, -8.5deg);
  transform: skew(0deg, -8.5deg);
}

.index .common_map .inner {
  -webkit-transform: skew(0deg, 8.5deg);
  transform: skew(0deg, 8.5deg);
}

.common_map .map_wrapper h3 {
  margin-bottom: 1.375vw;
}

.lower .mv img {
  top: 7.375vw;
}

.about .concept {
  margin: 6.25vw 0;
}

.about .concept img {
  margin-bottom: 5.875vw;
}

.about .concept p {
  padding: 5.625vw 15.625vw 5.625vw 5vw;
  font-size: 1.125vw;
}

.about .element {
  margin-bottom: 6.25vw;
}

.about .element h2 {
  margin: 4.375vw 0 5.0625vw;
  font-size: 1.625vw;
}

.about .element p {
  left: -15.625vw;
  padding: 5.0625vw 8.625vw 5.1875vw 15.625vw;
  font-size: 1vw;
}

.about .element .element_slider_wrapper:after {
  right: -20px;
  bottom: 4.3125vw;
}

.about .element .element_slider_wrapper .slick-dotted.slick-slider {
  margin-bottom: 1.5vw;
}

.about .element .element_slider_wrapper .slick-dots {
  bottom: -1.5625vw;
}

.about .element .element_slider_wrapper .slick-dots li {
  width: 1.875vw;
  height: 0.25vw;
  margin: 0 0.3125vw;
}

.about .element .element_slider_wrapper .slick-dots li button {
  width: 1.875vw;
  height: 0.25vw;
}

.about .element .element_slider_wrapper .slick-dots li button:before {
  width: 1.875vw;
  height: 0.25vw;
}

.about .element2n h2 {
  margin: 4.375vw 0 5.0625vw 8.625vw;
}

.about .element2n p {
  left: unset;
  padding: 5.0625vw 15.625vw 5.1875vw 8.625vw;
}

.system .element {
  margin-top: 10vw;
}

.system .element .element_img_wrapper {
  margin-top: -5vw;
  padding-bottom: 5vw;
}

.system .element .element_img_wrapper:before {
  right: -1.125vw;
  bottom: 3.25vw;
}

.system .element .text_wrapper {
  padding: 6.375vw 0 7.6875vw 15.0625vw;
}
.system .element03 .text_wrapper {
  padding: 6.375vw 0 7.6875vw 11.0625vw;
}

.system .element .text_wrapper .title_wrapper {
  margin-bottom: 5vw;
}

.system .element .text_wrapper .title_wrapper h2 {
  font-size: 3.125vw;
}

.system .element .text_wrapper .title_wrapper p {
  margin-left: 2.25vw;
  font-size: 0.875vw;
}

.system .element .text_wrapper tr {
  margin-bottom: 2.0625vw;
}

.system .element .text_wrapper tr th {
  padding-left: 0;
}

.system .element02 .element_img_wrapper:before {
  right: unset;
  left: 50.25%;
}

.system .element02 .text_wrapper {
  padding: 6.375vw 0 7.6875vw 23.875vw;
}

.system .element04 {
  margin-bottom: 6.25vw;
}

.system .element04 .inner {
  padding: 2.125vw 1.875vw;
}

.system .element04 .inner dt:last-of-type {
  margin-left: 4.25vw;
}

.system .element04 .inner dd {
  margin-left: 1.125vw;
}

.recruit .element {
  margin: 6.25vw auto 0;
  padding-bottom: 7.375vw;
}

.recruit .element .img_wrapper:before {
  top: 9.4375vw;
  right: -2.75%;
}

.recruit .element .text_wrapper {
  padding: 3.8125vw 21.875vw 3.8125vw 4.3125vw;
}

.recruit .element .text_wrapper h2 {
  font-size: 1.625vw;
}

.recruit .element .text_wrapper p {
  font-size: 1vw;
}

.recruit .element02 {
  margin-bottom: 12.5vw;
}

.recruit .element02 .img_wrapper:before {
  top: 8.625vw;
  right: unset;
  left: -2.5625vw;
}

.recruit .element02 .text_wrapper {
  right: unset;
  left: -15.625px;
  padding: 3.8125vw 4.3125vw 3.8125vw 19.375vw;
}

.recruit_lower .mv img {
  top: 8.0625vw;
}

@media screen and (max-width: 1600px) {
  .common_map .detail_wrapper {
    padding-left: 15.75vw;
  }
}

@media screen and (max-width: 1100px) {
  .system .element .text_wrapper {
    padding: 3.1875vw 0 0 15.0625vw;
  }
  .system .element02 .text_wrapper {
    padding: 3.1875vw 0 0 15.0625vw;
  }
  .system .element03 .text_wrapper {
    padding: 6.375vw 0 7.6875vw 12.0625vw;
  }
  .recruit_lower .form_ttl {
    margin: 13.636vw 0 7.272vw;
    padding: 4.5454vw;
  }
  .recruit_lower .form .formTable tr * {
    font-size: 1.2727vw;
  }
  .recruit_lower .form .formTable tr th {
    font-size: 1.4545vw;
  }
  .recruit_lower .form .formTable tr td {
    padding: 2.2727vw 2.727vw;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex {
    margin: 0 0 1.818vw 0;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex div {
    margin: 0 0 0 3.6363vw;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex div select {
    width: 10.909vw;
    margin-right: 0.909vw;
  }
  .recruit_lower .form .formTable tr td.question textarea {
    height: 170px;
    margin-bottom: 20px;
  }
  .staff .form .formTable tr td.birthday div:nth-of-type(2),
  .staff .form .formTable tr td.birthday div:nth-of-type(3) {
    margin-left: 0.909vw;
  }
  .staff .form .formTable tr td.birthday select,
  .staff .form .formTable tr td.birthday input {
    width: 10vw !important;
    margin: 0 0.909vw 0 2.727vw;
  }
  .staff .form .formTable tr td.address input {
    width: 23.636vw !important;
    margin: 0 0 0 1.818vw;
  }
  .staff .form .formTable tr td.interview_date div:last-of-type input {
    margin-left: 0.909vw;
  }
  .staff .form .formTable tr td.interview_date .flex {
    margin-bottom: 1.6363vw;
  }
  .staff .form .formTable tr td.interview_date .flex p {
    width: 24.5454vw;
  }
  .staff .form .formTable tr td.interview_date > p {
    margin-bottom: 1.6363vw;
  }
  .staff .form .formTable tr td.interview_date .input {
    margin-bottom: 2.727vw;
  }
  .staff .form .formTable tr td.interview_date .input:nth-of-type(4) input {
    width: 57.537vw;
  }
  .staff .form .formTable tr td.interview_date .input:nth-of-type(5) input {
    width: 44.868vw;
  }
  .staff .form .formTable tr td.interview_date .input input {
    width: 23.636vw;
    margin-left: 1.818vw;
  }
  .cast .form .formTable tr .name > div span:last-of-type {
    bottom: -1.818vw;
  }
  .cast .form .formTable tr td.interview_date02 > div {
    padding: 2.2727vw 2.727vw;
  }
  .cast .form .formTable tr td.interview_date02 > div:last-of-type .flex p {
    width: 24.545vw;
  }
}

@media screen and (max-width: 768px) {
  .mv_title_wrapper {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  main {
    width: 100%;
    height: 100%;
  }
  a.btn {
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: 13.333vw;
    font-size: 13px;
  }
  a.btn:after {
    width: 20px;
    height: 2px;
  }
  .mv {
    max-height: unset;
    height: 149.066vw;
  }
  .mv .mv_title_wrapper {
    top: unset;
    bottom: 0;
    right: unset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    max-width: unset;
    width: 100%;
    height: 45.333vw;
  }
  .mv .mv_title_wrapper div:first-of-type {
    width: 25.466vw;
    max-height: 100%;
    height: 100%;
  }
  .mv .mv_title_wrapper div:first-of-type > div {
    top: calc(50% - 11.266vw);
    left: calc(50% - 2.4665vw);
  }
  .mv .mv_title_wrapper div:first-of-type svg {
    max-width: unset;
    width: 4.933vw;
    max-height: unset;
    height: 22.533vw;
  }
  .mv .mv_title_wrapper div:last-of-type {
    max-height: 100%;
    height: 100%;
  }
  .mv .mv_title_wrapper div:last-of-type > div {
    top: calc(50% - 12.2665vw);
    left: calc(50% - 31.533vw);
    max-width: unset;
    width: 63.066vw;
    max-height: unset;
    height: 24.533vw;
  }
  .index_about01 {
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
    z-index: 100;
  }
  .index_about01:before {
    max-width: unset;
    width: 60vw;
    max-height: unset;
    height: 114.266vw;
  }
  .index_about01:after {
    bottom: -7.7333vw;
    height: 40vw;
  }
  .index_about01 section {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  .index_about01 section:first-of-type figure {
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: auto;
  }
  .index_about01 section:first-of-type .text {
    width: 100%;
    max-height: unset;
    height: auto;
    padding: 40px 25px;
    font-size: 3.26vw;
    -webkit-writing-mode: unset;
    writing-mode: unset;
  }
  .index_about01 section:first-of-type .text p {
    padding: 0;
  }
  .index_about01 section:last-of-type:after {
    bottom: 0;
    height: 79.5vw;
  }
  .index_about01 section:last-of-type figure {
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: auto;
    padding-left: 0;
  }
  .index_about01 section:last-of-type .text {
    width: 100%;
    padding: 40px 25px;
    font-size: 3.26vw;
    -webkit-writing-mode: unset;
    writing-mode: unset;
  }
  .index_about01 section:last-of-type .text p {
    position: relative;
    display: block;
    padding: 0 15px;
    z-index: -100;
  }
  index_about01 section:last-of-type .text .btn {
    position: relative;
    z-index: 100;
  }
  .index_about02 {
    margin-top: 0;
    padding: 23.066vw 25px 40.8vw;
    background: center top no-repeat url("../images/sp/index/bg01.jpg");
    background-size: auto 110vh;
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  .index_about02:before {
    display: none;
  }
  .index_about02 .inner {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  .index_about02 h2 {
    margin: 0 auto 16.266vw;
    line-height: 1.5;
  }
  .index_about02 h2 svg {
    width: 13.333vw;
    height: 60.266vw;
  }
  .index_about02 p {
    width: 100%;
    font-size: 3.26vw;
  }
  .index_about03 {
    margin-top: 0;
    padding-top: 13.866vw;
    padding-bottom: 11.875vw;
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  .index_about03 .inner {
    max-width: unset;
    padding: 0;
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  .index_about03 .text_wrapper {
    max-height: unset;
    height: auto;
    padding-bottom: 50px;
  }
  .index_about03 .text_wrapper.flex {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .index_about03 h2 {
    margin: 0 auto 12vw;
  }
  .index_about03 h2 svg {
    width: 13.2vw;
    height: 45.733vw;
  }
  .index_about03 p {
    margin-left: 0;
    padding: 0 25px;
    font-size: 3.26vw;
  }
  .index_about03 .about_slide li {
    padding: 0 12.5px;
  }
  .index_about03 .about_slide li figure {
    width: 100%;
    margin-top: 0;
  }
  .index_about03 .about_slide li figure:first-of-type {
    margin-top: 0;
  }
  .index_about03 .about_slide li figure img {
    max-width: unset;
    width: 100%;
  }
  .index_about03 .slick-btn {
    width: 90px;
    min-width: unset;
    height: 40px;
    min-height: unset;
    padding: 20px;
  }
  .index_about03 .slick-btn:before {
    width: 25px;
  }
  .index_about03 .slick-btn.slick-prev {
    left: 25px;
  }
  .index_about03 .slick-btn.slick-next {
    right: 25px;
  }
  .index_about03 .slick-btn.slick-next:after {
    width: 25px;
  }
  .index_about03 .btn_wrapper {
    margin-top: 30px;
    padding: 0 25px;
  }
  .index_about04 {
    padding-top: 37.866vw;
    padding-bottom: 228px;
    background: center top no-repeat url("../images/sp/index/bg02.jpg");
    background-size: auto 110vh;
  }
  .index_about04 .inner {
    display: block;
    width: 100%;
    padding: 0 25px;
  }
  .index_about04 h2 {
    margin: 0 auto 11.466vw;
    font-size: 1.4285em;
    line-height: 1.5;
  }
  .index_about04 h2 svg {
    width: 13.333vw;
    height: 49.2vw;
  }
  .index_about04 p {
    width: 100%;
    padding-top: 0;
    font-size: 3.26vw;
  }
  .index .common_map {
    margin-top: -157px;
    padding-top: 21.866vw;
    -webkit-transform: skew(0deg, -11deg);
    transform: skew(0deg, -11deg);
  }
  .index .common_map .inner {
    -webkit-transform: skew(0deg, 11deg);
    transform: skew(0deg, 11deg);
  }
  .common_map {
    font-size: 3.26vw;
  }
  .common_map .inner {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0 25px;
  }
  .common_map .detail_wrapper {
    max-height: unset;
    height: auto;
    width: 100%;
    padding-left: 0;
  }
  .common_map .detail_wrapper h2 {
    margin-bottom: 40px;
    font-size: 1.071em;
  }
  .common_map .detail_wrapper p {
    line-height: 1;
  }
  .common_map .detail_wrapper p:last-of-type {
    margin-bottom: 0;
  }
  .common_map .detail_wrapper .sepia {
    margin: 0 0 15px;
    font-size: 1.125em;
    color: #b3a06c;
    line-height: 1;
  }
  .common_map .detail_wrapper > div {
    margin-bottom: 26px;
  }
  .common_map .detail_wrapper > div:first-of-type p:nth-of-type(2) {
    margin-bottom: 0.8125vw;
  }
  .common_map .detail_wrapper > div:last-of-type {
    margin-bottom: 40px;
  }
  .common_map .detail_wrapper a {
    font-size: 13px;
  }
  .common_map .map_wrapper {
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: auto;
    margin-top: 40px;
  }
  .common_map .map_wrapper h3 {
    margin-bottom: 30px;
  }
  .common_map .map_wrapper > div {
    max-height: 210px;
    height: 56vw;
  }
  .lower .mv {
    max-height: unset;
    height: 56vw;
    background: center top no-repeat url("../images/sp/about/mv.jpg");
    background-size: cover;
  }
  .lower .mv img {
    top: 20.5333vw;
    width: 56vw;
    height: auto;
  }
  .about .concept {
    margin: 40px 0;
  }
  .about .concept img {
    max-width: unset;
    width: calc(100% - 6.666vw);
    margin-right: 6.666vw;
    margin-bottom: 0;
    padding-bottom: 90vw;
  }
  .about .concept p {
    max-width: unset;
    width: calc(100% - 6.666vw);
    max-height: unset;
    height: auto;
    margin-left: 6.666vw;
    padding: 9.333vw 14vw 9.333vw 8.666vw;
    font-size: 3.466vw;
  }
  .about .concept p span {
    display: block;
    font-size: 4.8vw;
    line-height: 1.388;
    padding-bottom: 8.533vw;
  }
  .about .concept p span:nth-of-type(2) {
    padding-bottom: 0;
    font-size: 3.466vw;
    line-height: 1.769;
  }
  .about .concept p .bg {
    max-width: unset;
    width: 100%;
    max-height: unset;
    padding-bottom: 0;
    transition-duration: 1.8s;
  }
  .about .concept p .bg.inViewBg {
    height: 80.6vw;
  }
  .about .element {
    margin-bottom: 27.333vw;
    padding: 0 25px;
  }
  .about .element:before {
    position: absolute;
    bottom: -10.666vw;
    left: 0;
    width: 100vw;
    height: 128vw;
    content: "";
    display: block;
    background: #f0ece2;
  }
  .about .element .inner {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: unset;
    margin: 0 auto;
  }
  .about .element .text_wrapper {
    max-width: unset;
    width: 100%;
  }
  .about .element h2 {
    margin: 0 0 22.533vw;
    font-size: 5.333vw;
    line-height: 1.55;
  }
  .about .element h2.right {
    text-align: right;
  }
  .about .element p {
    left: 0;
    max-width: unset;
    width: 100%;
    padding: 0 0 8vw;
    font-size: 3.466vw;
    line-height: 1.769;
    background: transparent;
  }
  .about .element .element_slider_wrapper {
    max-width: unset;
    width: 100%;
  }
  .about .element .element_slider_wrapper:after {
    right: -25px;
    bottom: 4.3125vw;
    content: "";
    display: block;
    max-width: unset;
    width: 11.333vw;
    max-height: unset;
    height: 28.266vw;
  }
  .about .element .element_slider_wrapper .slick-dotted.slick-slider {
    margin-bottom: 1.5vw;
  }
  .about .element .element_slider_wrapper .slick-dots {
    bottom: -4vw;
  }
  .about .element .element_slider_wrapper .slick-dots li {
    width: 8vw;
    height: 0.8vw;
    margin: 0 1.333vw;
  }
  .about .element .element_slider_wrapper .slick-dots li button {
    width: 8vw;
    height: 0.8vw;
  }
  .about .element .element_slider_wrapper .slick-dots li button:before {
    width: 8vw;
    height: 0.8vw;
  }
  .about .element2n .inner {
    -webkit-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  .about .element2n .element_slider_wrapper:after {
    right: unset;
    left: -25px;
    max-width: 69px;
    width: 9.2vw;
    max-height: 339px;
    height: 45.2vw;
  }
  .about .element2n h2 {
    margin: 0 0 22.533vw;
  }
  .about .element2n p {
    right: unset;
    left: unset;
    padding: 0 0 8vw;
  }
  .about .element02 .element_slider_wrapper:after {
    max-width: 69px;
    width: 9.2vw;
    max-height: 274px;
    height: 36.533vw;
  }
  .about .element2n02 {
    margin-bottom: 33.466vw;
  }
  .about .element2n02 .element_slider_wrapper:after {
    max-width: 65px;
    width: 8.666vw;
    max-height: 162px;
    height: 21.6vw;
  }
  .system .mv {
    background: center top no-repeat url("../images/sp/system/mv.jpg");
    background-size: cover;
  }
  .system .explanation {
    padding: 10.666vw 25px;
  }
  .system .explanation p {
    max-width: unset;
    width: 100%;
    font-size: 3.26vw;
    line-height: 1.769;
  }
  .system .element {
    margin-top: 10.666vw;
  }
  .system .element .element_img_wrapper {
    width: calc(100% - 25px);
    margin-top: 0;
    padding-bottom: 0;
  }
  .system .element .element_img_wrapper:before {
    right: -4.533vw;
    bottom: 5.333vw;
    max-width: 34.5px;
    width: 9.2vw;
    max-height: 124px;
    height: 33.066vw;
    background: left top no-repeat url("../images/sp/system/sub_ttl01.png");
    background-size: cover;
  }
  .system .element .element_img_wrapper img {
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: auto;
  }
  .system .element .text_wrapper {
    position: relative;
    max-width: unset;
    width: calc(100% - 25px);
    max-height: unset;
    height: auto;
    margin: -10.666vw 0 0 25px;
    padding: 27.2vw 24.133vw 16.266vw 15.866vw;
    background: right top no-repeat url("../images/sp/system/bg01.jpg");
    background-size: cover;
  }
  .system .element .text_wrapper .title_wrapper {
    margin-bottom: 5vw;
  }
  .system .element .text_wrapper .title_wrapper h2 {
    font-size: 8vw;
  }
  .system .element .text_wrapper .title_wrapper p {
    margin-left: 6.4vw;
    font-size: 2.933vw;
  }
  .system .element .text_wrapper tr {
    width: 52.533vw !important;
    margin-bottom: 3.133vw;
    font-size: 3.26vw;
  }
  .system .element02 {
    margin-top: 15.866vw;
  }
  .system .element02 .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  .system .element02 .element_img_wrapper {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
  .system .element02 .element_img_wrapper:before {
    right: unset;
    left: -25px;
    max-width: 41px;
    width: 10.933vw;
    max-height: 140.5px;
    height: 37.466vw;
    background: left top no-repeat url("../images/sp/system/sub_ttl02.png");
    background-size: cover;
  }
  .system .element02 .text_wrapper {
    position: relative;
    margin: -10.666vw 25px 0 0;
    padding: 27.2vw 24.133vw 16.266vw 15.866vw;
    background: left top no-repeat url("../images/pc/system/bg02.jpg");
    background-size: cover;
  }
  .system .element03 {
    margin-top: 15.866vw;
    margin-bottom: 15.866vw;
  }
  .system .element03 .element_img_wrapper:before {
    max-width: 32px;
    width: 8.533vw;
    max-height: 70.5px;
    height: 18.8vw;
    background: left top no-repeat url("../images/sp/system/sub_ttl03.png");
    background-size: cover;
  }
  .system .element03 .text_wrapper {
    background: right top no-repeat url("../images/sp/system/bg03.jpg");
    background-size: cover;
  }
  .system .element03 .item__wrapper {
    flex-direction: column;
    gap: 50px 0;
  }

  .system .element04 {
    padding: 0 25px;
    margin-bottom: 19.866vw;
  }
  .system .element04 .inner {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: unset;
    padding: 25px;
    font-size: 3.26vw;
  }
  .system .element04 .inner dl {
    display: block;
  }
  .system .element04 .inner dt {
    display: inline-block;
    margin-bottom: 2.933vw;
  }
  .system .element04 .inner dt:last-of-type {
    margin-left: 0;
    margin-bottom: 5.333vw;
  }
  .system .element04 .inner dd {
    display: inline-block;
    margin-left: 3.733vw;
  }
  .recruit .mv {
    background: center top no-repeat url("../images/sp/recruit/mv.jpg");
    background-size: cover;
  }
  .recruit .element {
    margin: 10.666vw 25px 0;
    padding-bottom: 7.375vw;
  }
  .recruit .element .img_wrapper {
    max-width: unset;
    width: 100%;
  }
  .recruit .element .img_wrapper:before {
    top: unset;
    bottom: 3.733vw;
    right: -19px;
    max-width: 32.5px;
    width: 8.666vw;
    max-height: 81px;
    height: 21.6vw;
    background: left top no-repeat url("../images/sp/recruit/sub_ttl01.png");
    background-size: cover;
  }
  .recruit .element .text_wrapper {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: unset;
    width: calc(100% + 25px);
    max-height: unset;
    height: auto;
    padding: 10.666vw 13.333vw 10.666vw 6.666vw;
  }
  .recruit .element .text_wrapper div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .recruit .element .text_wrapper h2 {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
  .recruit .element .text_wrapper p {
    margin-bottom: 10.666vw;
    font-size: 3.466vw;
    line-height: 1.7692;
  }
  .recruit .element02 {
    margin-bottom: 20vw;
  }
  .recruit .element02 .img_wrapper:before {
    top: unset;
    right: unset;
    left: -25px;
    max-width: 44.5px;
    width: 11.866vw;
    max-height: 85px;
    height: 22.666vw;
    background: left top no-repeat url("../images/sp/recruit/sub_ttl02.png");
    background-size: cover;
  }
  .recruit .element02 .text_wrapper {
    right: unset;
    left: -25px;
    padding: 10.666vw 6.666vw 10.666vw 13.333vw;
  }
  .contact .mv {
    background: center top no-repeat url("../images/sp/contact/mv.jpg");
    background-size: cover;
  }
  .contact .form {
    width: 100%;
    margin: 52px 0 74.5px;
  }
  .contact .form .inner {
    padding: 0 25px;
  }
  .contact .form .inner > p {
    font-size: 0.9285em;
  }
  .contact .form .inner > p:last-of-type {
    margin-top: 12.5px;
    font-size: 0.857em;
  }
  .contact .form .formTable {
    margin-top: 40px;
  }
  .contact .form .formTable tr:last-of-type th,
  .contact .form .formTable tr:last-of-type td {
    border-bottom: none;
  }
  .contact .form .formTable tr th {
    display: block;
    width: 100%;
    padding: 6.666vw 0 4vw;
    font-size: 1.1428em;
    line-height: 1.5;
    border-top: 1px dashed #b3a06c;
    border-bottom: none;
    background: transparent;
  }
  .contact .form .formTable tr td {
    display: block;
    width: 100%;
    padding: 0 0 6.666vw;
    border-top: none;
    border-bottom: none;
  }
  .contact .form .formTable tr td input,
  .contact .form .formTable tr td textarea,
  .contact .form .formTable tr td select {
    width: 100%;
  }
  .contact .form .formTable tr td textarea {
    height: 33.333vw;
  }
  .contact .form .formTable tr.radio_button td {
    padding-top: 2.909%;
    margin-left: -10px;
  }
  .contact .form .formTable tr.radio_button td input {
    margin: 0 10px 30px;
  }
  .contact .form .submit_button {
    width: 100%;
    margin: calc(40px - 6.666vw) auto 0;
  }
  .contact .form .submit_button:after {
    margin-right: 30px;
  }
  .contact_lower.confirm .mv {
    height: 45.333vw;
    background: center top no-repeat url("../images/sp/common/lower_mv.jpg");
    background-size: cover;
  }
  .contact_lower.confirm .mv img {
    top: unset;
    bottom: 0;
    width: 100%;
  }
  .contact_lower.complet .mv {
    height: 45.333vw;
    background: center top no-repeat url("../images/sp/common/lower_mv.jpg");
    background-size: cover;
  }
  .contact_lower.complet .mv img {
    top: unset;
    bottom: 0;
    width: 100%;
  }
  .contact_lower section.main {
    max-width: 1100px;
    width: 100%;
    margin: 100px auto;
    padding: 0 25px;
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_lower .common_map {
    margin-top: 60px;
  }
  .contact_lower .form .btn_wrapper {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
  .contact_lower .form .btn {
    max-width: unset;
    width: 100%;
    min-width: 180px;
    margin: 10px 0;
  }
  .staff .mv {
    background: center top no-repeat url("../images/sp/staff/mv.jpg");
    background-size: cover;
  }
  .cast .mv {
    background: center top no-repeat url("../images/sp/cast/mv.jpg");
    background-size: cover;
  }
  .recruit_lower .mv {
    height: 45.333vw;
  }
  .recruit_lower .mv img {
    top: unset;
    bottom: 0;
    width: 100%;
  }
  .recruit_lower .form_ttl {
    padding: 10.666vw 0;
  }
  .recruit_lower .form_ttl h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .recruit_lower .form_ttl p {
    font-size: 3.26vw;
    line-height: 1.8;
  }
  .recruit_lower .form_ttl p:last-of-type {
    margin-top: 13px;
  }
  .recruit_lower .form .formTable tr * {
    font-size: 3.26vw;
  }
  .recruit_lower .form .formTable tr th {
    padding-left: 4.1333vw;
    font-size: 3.26vw;
    background: #f1f1ed !important;
  }
  .recruit_lower .form .formTable tr th:after {
    display: none;
  }
  .recruit_lower .form .formTable tr td {
    margin-left: 0 !important;
    padding: 7.2vw 0 !important;
    background: #fff !important;
  }
  .recruit_lower .form .formTable tr td.birthday .flex {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .recruit_lower .form .formTable tr td.birthday .flex .flex {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .recruit_lower .form .formTable tr td.birthday .flex .flex:nth-of-type(2),
  .recruit_lower .form .formTable tr td.birthday .flex .flex:nth-of-type(3) {
    margin-left: 3.733vw;
  }
  .recruit_lower .form .formTable tr td.birthday input {
    width: 22.266vw !important;
    margin: 0 1.333vw 0 3.733vw;
  }
  .recruit_lower .form .formTable tr td.birthday select {
    width: 22.266vw !important;
    margin: 0 1.333vw 0 0;
  }
  .recruit_lower .form .formTable tr td.birthday p {
    display: inline-block;
    font-size: 2.933vw;
  }
  .recruit_lower .form .formTable tr td.birthday > div:last-of-type input {
    width: 46.8vw !important;
    margin: 0 1.333vw 0 2.666vw;
  }
  .recruit_lower .form .formTable tr td.address div:first-of-type {
    margin-bottom: 10px;
  }
  .recruit_lower .form .formTable tr td.address p {
    display: inline-block;
    font-size: 2.933vw;
  }
  .recruit_lower .form .formTable tr td.address input {
    width: 72vw !important;
    margin: 0 0 0 3vw;
  }
  .recruit_lower .form .formTable tr td.interview_date div:last-of-type input {
    margin-left: 0.909vw;
  }
  .recruit_lower .form .formTable tr td.interview_date .flex {
    margin-bottom: 1.6363vw;
  }
  .recruit_lower .form .formTable tr td.interview_date .flex p {
    width: 50%;
  }
  .recruit_lower .form .formTable tr td.interview_date > p {
    margin-bottom: 1.6363vw;
  }
  .recruit_lower .form .formTable tr td.interview_date .input {
    margin-bottom: 2.727vw;
  }
  .recruit_lower .form .formTable tr td.interview_date .input:nth-of-type(5) p {
    font-size: 2.933vw;
  }
  .recruit_lower .form .formTable tr td.interview_date .input input {
    width: 58.666vw !important;
    margin-left: 1.818vw;
  }
  .recruit_lower .form .formTable tr td.map {
    border-bottom: 1px dashed #b3a06c;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 21px;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex:last-of-type {
    margin-bottom: 0;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex p {
    width: 100%;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex div {
    margin: 0 0 1.333vw 2.733vw;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex div:first-of-type {
    margin-left: 0;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex div select {
    width: 22.266vw;
    margin-right: 0.909vw;
  }
  .recruit_lower .form .formTable tr td.interview_date02 .flex div p {
    display: inline;
    font-size: 2.933vw;
  }
  .recruit_lower .form .formTable tr td.question textarea {
    height: 33.333vw;
    margin-bottom: 16px;
  }
  .recruit_lower #formWrap form:last-of-type tr th {
    padding: 13.333vw 0 0 0;
    background: #fff !important;
  }
  .recruit_lower #formWrap form:last-of-type tr td {
    padding-bottom: 0 !important;
    background: #fff;
  }
  .recruit_lower #formWrap form:last-of-type tr td input,
  .recruit_lower #formWrap form:last-of-type tr td textarea,
  .recruit_lower #formWrap form:last-of-type tr td select {
    background: #f1f1ed;
  }
  .staff form .formTable tr th,
  .staff form .formTable tr td {
    border: none !important;
  }
  .staff form .formTable tr td.birthday > div {
    padding: 2.2727vw 0;
    border-bottom: 0;
  }
  .staff form .formTable tr td.birthday > div:last-of-type {
    padding-top: 5.866vw;
  }
  .staff form .formTable tr td.birthday > div:last-of-type .flex p {
    width: 24.545vw;
  }
  .cast .form .formTable tr:last-of-type {
    border-bottom: 0;
  }
  .cast .form .formTable tr .name > div span:last-of-type {
    right: 0;
    bottom: unset;
    left: unset;
  }
  .cast .form .formTable tr td {
    margin-bottom: 25px;
  }
  .cast .form .formTable tr td.age .flex select {
    width: 22.266vw !important;
    margin: 0 1.333vw 0 0;
  }
  .cast .form .formTable tr td.interview_date02 > div {
    padding: 2.2727vw 0;
    border-bottom: 0;
  }
  .cast .form .formTable tr td.interview_date02 > div:last-of-type {
    padding-top: 5.866vw;
  }
  .cast .form .formTable tr td.interview_date02 > div:last-of-type .flex p {
    width: 24.545vw;
  }
}

@media screen and (max-width: 320px) {
  .index_about04:before {
    height: 224.87vw;
  }
  .contact .form .inner {
    padding: 0 20px;
  }
}

.wysiwyg {
  /* Heading */
  /* text */
  /* horizontal rule */
  /* img */
  /* culomn */
  /* data list */
  /* table */
  /* free Space */
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.wysiwyg #thumbImg {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: middle;
}

.wysiwyg a {
  color: #333;
  text-decoration: underline;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 22px;
}

.wysiwyg h2 {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 0.5em;
  font-weight: normal;
}

.wysiwyg h3 {
  font-size: 18px;
}

.wysiwyg h4 {
  font-size: 16px;
}

.wysiwyg h5 {
  font-size: 1em;
}

.wysiwyg h6 {
  font-size: 1em;
  font-weight: 100;
}

.wysiwyg .title {
  padding: 30px 0;
  font-weight: normal;
  font-size: 22px;
  font-family: FontAwesome, "icomoon", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wysiwyg .interviewer {
  color: #bf8864;
}

.wysiwyg hr {
  clear: both;
  margin: 20px 0;
}

.wysiwyg hr.clearRule {
  clear: both;
  margin: 0;
  color: #fff;
  background: none;
}

.wysiwyg figure {
  margin-bottom: 10px;
}

.wysiwyg figure a {
  width: 100%;
}

.wysiwyg figure.postThumnb {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.wysiwyg figure.FlC {
  float: none;
  clear: both;
  margin: 0 auto 15px;
  text-align: center;
}

.wysiwyg figure.listThumb {
  padding: 0 0 0 10px;
}

.wysiwyg figure.column01,
.wysiwyg figure.column02,
.wysiwyg figure.column03 {
  padding-bottom: 0;
}

.wysiwyg figure a {
  text-decoration: none !important;
}

.wysiwyg .imagesList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wysiwyg .imagesList figure {
  width: 25%;
  padding: 0 1%;
  text-align: center;
}

.wysiwyg figcaption {
  font-size: 0.8em;
  color: #999;
  text-align: center;
}

.wysiwyg .column01 {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 0 15px;
}

.wysiwyg .column02 {
  float: left;
  width: 50%;
  padding: 0 2% 15px;
}

.wysiwyg .column03 {
  float: left;
  width: 33.3%;
  padding: 0 2% 15px;
}

.wysiwyg dt {
  margin-bottom: 5px;
  font-size: 1.2em;
}

.wysiwyg table {
  border-collapse: collapse;
  border-spacing: 1px;
  background: none;
}

.wysiwyg table th,
.wysiwyg table td {
  padding: 0.5em 1em;
  vertical-align: middle;
}

.wysiwyg table thead th {
  text-align: center;
  color: #fff;
  background: #000;
  font-weight: normal;
}

.wysiwyg table tbody {
  border-top: 1px solid #dcdcdc;
}

.wysiwyg table tbody th,
.wysiwyg table tbody td {
  border-bottom: 1px solid #dcdcdc;
  background: none;
}

.wysiwyg table tbody th {
  font-weight: bold;
  width: 30%;
  color: #333;
  border-right: 1px dashed #dcdcdc;
}

.wysiwyg .freeSpace.FlC {
  width: 100%;
}

/* extension style
-----------------------------------*/
.white {
  color: #fff !important;
}

.black {
  color: #111 !important;
}

.blue {
  color: #3f78c6 !important;
}

.green {
  color: #78bc1e !important;
}

.orange {
  color: #fb7818 !important;
}

.red {
  color: #c00 !important;
}

.yellow {
  color: #fad00d !important;
}

.purple {
  color: #847bb9 !important;
}

.pink {
  color: #ff82a1 !important;
}

.grey {
  color: #acadad !important;
}

.dark {
  color: #666 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #111 !important;
}

.bg-blue {
  background-color: #3f78c6 !important;
}

.bg-blue-light {
  background-color: #73cbef !important;
}

.bg-green-light {
  background-color: #a0d264 !important;
}

.bg-orange {
  background-color: #fb7818 !important;
}

.bg-red {
  background-color: #c00 !important;
}

.bg-yellow {
  background-color: #fad00d !important;
}

.bg-purple {
  background-color: #847bb9 !important;
}

.bg-pink {
  background-color: #ff82a1 !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

.is-left {
  text-align: left !important;
}

.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-bold {
  font-weight: bold !important;
}

.nowrap {
  white-space: nowrap !important;
}

.ls0 {
  letter-spacing: 0 !important;
}

.ti10 {
  text-indent: 1em !important;
}

/* 文字サイズ */
.fs08 {
  font-size: 0.8em !important;
}

.fs0875 {
  font-size: 0.875em !important;
}

.fs09 {
  font-size: 0.9em !important;
}

.fs0937 {
  font-size: 0.9375em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs1125 {
  font-size: 1.125em !important;
}

.fs125 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2em !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mlr5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mlr10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

hr.dot {
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1.5em;
}

hr.clearHr {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
}

.op01 {
  opacity: 0.1;
}

.op02 {
  opacity: 0.2;
}

.op03 {
  opacity: 0.3;
}

.op04 {
  opacity: 0.4;
}

.op05 {
  opacity: 0.5;
}

.op06 {
  opacity: 0.6;
}

.op07 {
  opacity: 0.7;
}

.op08 {
  opacity: 0.8;
}

.op09 {
  opacity: 0.9;
}

.op10 {
  opacity: 10;
}

/* ============================= */
/* 上書きCSS  */
/* ============================= */

/* footer */

footer .link_wrapper {
  gap: 20px;
}

footer .link_wrapper > div {
  height: auto;
  padding: 30px;
}

footer .link_wrapper > div:last-of-type {
  margin: 0;
}

footer .link_wrapper h2 a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 20px;
}

footer .link_wrapper h2 a p {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  footer .link_wrapper > div:last-of-type {
    margin: 0;
  }

  footer .nav_link_wrapper {
    justify-content: flex-start;
  }
}
