@charset "UTF-8";
/* 

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com

Twitter: @rich_clark

*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

q:before,
q:after {
  content: '';
  content: none;
}

a {
  display: block;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input,
select {
  vertical-align: middle;
}

/*!

  Reset Stylesheet

  Author: yama-dev - https://github.com/yama-dev

  */
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'ヒラギノ明朝 ProN W2', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Noto Serif JP', 'HG明朝E','ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

main {
  display: block;
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  background-color: transparent;
  min-height: 1.5em;
}

input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.is__pc {
  display: block;
}

.is__sp {
  display: none;
}

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

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

/* 共通 */
html {
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #000;
  width: 100%;
  font-family: 'ヒラギノ明朝 ProN W2', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Noto Serif JP', 'HG明朝E','ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

body {
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  font-family: 'ヒラギノ明朝 ProN W2', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Noto Serif JP', 'HG明朝E','ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

body .darkBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .darkBg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/top/bg_top.jpg) center center no-repeat;
  background-size: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: '';
}

/* BG */
#displays {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

#displays > p {
  position: absolute;
  bottom: 100%;
}

.wrapper {
  margin: 0 auto;
  padding-top: 1px;
  color: #000;
}

.wrapper .c-comingsoon {
  min-height: 58vh;
  font-size: 25px;
  font-family: 'ヒラギノ明朝 ProN W2', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Noto Serif JP', 'HG明朝E','ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
}

.hover__a {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.hover__a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.hover__b {
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  cursor: pointer;
}

.hover__b a {
  display: block;
}

.hover__b:hover {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.6;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.hover__c {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  cursor: pointer;
  text-decoration: underline;
}

.hover__c:hover {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.6;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.is__coming {
  opacity: 0.5;
}

.is__hidden {
  display: none;
}

section {
  position: relative;
}

.top__title {
  position: relative;
  margin: 85px auto 4%;
  width: 480px;
}

/* 共通ここまで */
/* header */
.header {
  top: 0;
  left: 0;
  margin: 0 auto;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  max-width: 168px;
}

.logo a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.logo a:hover {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.6;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 8;
  width: 113px;
}

.menu__content {
  position: relative;
  margin-bottom: 18px;
  color: #000;
  font-size: 17px;
}

.menu__content.is-current a {
  background-color: #caae7e;
}

.menu__content a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fdfdff;
  padding-left: 22px;
  color: #000;
}

.menu__content a:hover {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #a7946a;
}

.menu__content.active a {
  color: #a7946a;
}

.is__coming::before {
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0.5;
  background-color: #604c29;
  width: 10px;
  height: 1px;
  content: '';
}

.menu__content a::before {
  -webkit-transition: all 0.2s linear 0s;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 0.2s linear 0s;
  background-color: #604c29;
  background-color: #000;
  width: 10px;
  height: 1px;
  content: '';
}

.menu__content a:hover::before {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background-color: #a7946a;
  width: 100%;
}

.menu__content.active a::before {
  background-color: #a7946a;
  width: 45px;
}

/* footer */
.footer {
  position: relative;
  padding: 0;
  font-size: 12px;
  letter-spacing: -0.4em;
}

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

.copy {
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px 0 154px;
  color: #000000;
  letter-spacing: normal;
  text-align: center;
}

.copy.is__sp {
  display: none;
}

.copy span {
  font-weight: bold;
}

.share__list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: -0.4em;
}

.share__title {
  display: inline-block;
  vertical-align: top;
  margin: 12px;
  width: 70px;
  letter-spacing: normal;
}

.share__content {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 2;
  margin-right: 14px;
  width: 50px;
  letter-spacing: normal;
}

.share__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 54px;
  height: 54px;
}

.share__content img {
  display: block;
  position: relative;
  z-index: 1;
  width: 50%;
}

.share__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  cursor: pointer;
  border: 1px solid #000000;
  background-color: #000000;
  width: 40px;
  height: 40px;
  content: '';
}

.footer__bnr {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin: 22px auto 30px;
  width: 600px;
}

.footer__bnr a:hover {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.6;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.footer__bnr a:nth-child(2) {
  margin-left: 20px;
}

.footer__bnr a {
  width: 290px;
}

.page__top {
  position: absolute;
  top: 0;
  right: 1.5%;
  width: 70px;
}

.underlineft {
  margin: 21px 0 10px;
  background-color: rgba(117, 93, 50, 0.5);
  width: 100%;
  height: 1px;
}

.underline {
  background: url(../image/common/line_footer.png) center bottom repeat-x;
  height: 12px;
}

.border__inner::after {
  -webkit-transition: all 0.1s linear 0.3s;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: all 0.1s linear 0.3s;
  border-left: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: '';
}

.share__inner::after {
  -webkit-transition: all 0.1s linear 0.2s;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: all 0.1s linear 0.2s;
  border-bottom: 1px solid #a7946a;
  width: 0;
  height: 40px;
  content: '';
}

.border__inner::before {
  -webkit-transition: all 0.1s linear 0.1s;
  position: absolute;
  bottom: -1px;
  left: -1px;
  transition: all 0.1s linear 0.1s;
  border-right: 1px solid #a7946a;
  width: 40px;
  height: 0;
  content: '';
}

.share__inner::before {
  -webkit-transition: all 0.1s linear 0s;
  position: absolute;
  top: -1px;
  right: -1px;
  transition: all 0.1s linear 0s;
  border-top: 1px solid #a7946a;
  width: 0;
  height: 0;
  content: '';
}

.share__inner:hover .border__inner::after {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  height: 40px;
}

.share__inner:hover::after {
  -webkit-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
  width: 40px;
}

.share__inner:hover .border__inner::before {
  -webkit-transition: all 0.1s linear 0.2s;
  transition: all 0.1s linear 0.2s;
  height: 40px;
}

.share__inner:hover::before {
  -webkit-transition: all 0.1s linear 0.3s;
  transition: all 0.1s linear 0.3s;
  width: 40px;
}

.share__content img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.share__content:hover img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0.6;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.l-frame {
  position: relative;
  border: 1px solid #745d31;
  background-color: rgba(0, 0, 0, 0.8);
}

.l-frame::before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #755d32;
  pointer-events: none;
  content: '';
}

.l-frame__deco {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.l-frame__deco::before, .l-frame__deco::after {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  content: '';
}

.l-frame__deco--top {
  top: 0;
}

.l-frame__deco--top::before {
  top: 0;
  left: 0;
  background-image: url(../image/ticket/frame_left_top.png);
  background-position: 0 0;
}

.l-frame__deco--top::after {
  top: 0;
  right: 0;
  background-image: url(../image/ticket/frame_right_top.png);
  background-position: right top;
}

.l-frame__deco--btm {
  bottom: 0;
}

.l-frame__deco--btm::before {
  bottom: 0;
  left: 0;
  background-image: url(../image/ticket/frame_left_under.png);
  background-position: bottom left;
}

.l-frame__deco--btm::after {
  right: 0;
  bottom: 0;
  background-image: url(../image/ticket/frame_right_under.png);
  background-position: bottom right;
}

.l-btn_list__item + .l-btn_list__item {
  margin-top: 10px;
}

.bg__fall {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.bg__fall.is-show {
  opacity: 1;
  -webkit-transition: opacity .8s linear;
  transition: opacity .8s linear;
}

.bg__fall-item {
  position: absolute;
  top: 0;
  left: 0;
}

.bg__fall-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bg__fall-item.-item1 {
  -webkit-animation: setAngle1 5s forwards linear;
  animation: setAngle1 5s forwards linear;
}

@-webkit-keyframes setAngle1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes setAngle1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.bg__fall-item.-item1 > div {
  will-change: transform;
}

.bg__fall-item.-item1 img {
  -webkit-animation: spinX 1.5s infinite linear;
  animation: spinX 1.5s infinite linear;
}

.bg__fall-item.-item2 {
  -webkit-animation: setAngle2 5s forwards linear;
  animation: setAngle2 5s forwards linear;
}

@-webkit-keyframes setAngle2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@keyframes setAngle2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

.bg__fall-item.-item2 > div {
  will-change: transform;
}

.bg__fall-item.-item2 img {
  -webkit-animation: spinX 1.6s infinite linear;
  animation: spinX 1.6s infinite linear;
}

.bg__fall-item.-item3 {
  -webkit-animation: setAngle3 5s forwards linear;
  animation: setAngle3 5s forwards linear;
}

@-webkit-keyframes setAngle3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@keyframes setAngle3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

.bg__fall-item.-item3 > div {
  will-change: transform;
}

.bg__fall-item.-item3 img {
  -webkit-animation: spinX 1.7s infinite linear;
  animation: spinX 1.7s infinite linear;
}

.bg__fall-item.-item4 {
  -webkit-animation: setAngle4 5s forwards linear;
  animation: setAngle4 5s forwards linear;
}

@-webkit-keyframes setAngle4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
}

@keyframes setAngle4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
}

.bg__fall-item.-item4 > div {
  will-change: transform;
}

.bg__fall-item.-item4 img {
  -webkit-animation: spinX 1.8s infinite linear;
  animation: spinX 1.8s infinite linear;
}

.bg__fall-item.-item5 {
  -webkit-animation: setAngle5 5s forwards linear;
  animation: setAngle5 5s forwards linear;
}

@-webkit-keyframes setAngle5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@keyframes setAngle5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

.bg__fall-item.-item5 > div {
  will-change: transform;
}

.bg__fall-item.-item5 img {
  -webkit-animation: spinX 1.9s infinite linear;
  animation: spinX 1.9s infinite linear;
}

.bg__fall-item.-item6 {
  -webkit-animation: setAngle6 5s forwards linear;
  animation: setAngle6 5s forwards linear;
}

@-webkit-keyframes setAngle6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
}

@keyframes setAngle6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
}

.bg__fall-item.-item6 > div {
  will-change: transform;
}

.bg__fall-item.-item6 img {
  -webkit-animation: spinX 2s infinite linear;
  animation: spinX 2s infinite linear;
}

.bg__fall-item.-item7 {
  -webkit-animation: setAngle7 5s forwards linear;
  animation: setAngle7 5s forwards linear;
}

@-webkit-keyframes setAngle7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}

@keyframes setAngle7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}

.bg__fall-item.-item7 > div {
  will-change: transform;
}

.bg__fall-item.-item7 img {
  -webkit-animation: spinX 2.1s infinite linear;
  animation: spinX 2.1s infinite linear;
}

.bg__fall-item.-item8 {
  -webkit-animation: setAngle8 5s forwards linear;
  animation: setAngle8 5s forwards linear;
}

@-webkit-keyframes setAngle8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
}

@keyframes setAngle8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
}

.bg__fall-item.-item8 > div {
  will-change: transform;
}

.bg__fall-item.-item8 img {
  -webkit-animation: spinX 2.2s infinite linear;
  animation: spinX 2.2s infinite linear;
}

.bg__fall-item.-item9 {
  -webkit-animation: setAngle9 5s forwards linear;
  animation: setAngle9 5s forwards linear;
}

@-webkit-keyframes setAngle9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
}

@keyframes setAngle9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
}

.bg__fall-item.-item9 > div {
  will-change: transform;
}

.bg__fall-item.-item9 img {
  -webkit-animation: spinX 2.3s infinite linear;
  animation: spinX 2.3s infinite linear;
}

.bg__fall-item.-item10 {
  -webkit-animation: setAngle10 5s forwards linear;
  animation: setAngle10 5s forwards linear;
}

@-webkit-keyframes setAngle10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@keyframes setAngle10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.bg__fall-item.-item10 > div {
  will-change: transform;
}

.bg__fall-item.-item10 img {
  -webkit-animation: spinX 2.4s infinite linear;
  animation: spinX 2.4s infinite linear;
}

.bg__fall-item.-item11 {
  -webkit-animation: setAngle11 5s forwards linear;
  animation: setAngle11 5s forwards linear;
}

@-webkit-keyframes setAngle11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
  }
}

@keyframes setAngle11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
  }
}

.bg__fall-item.-item11 > div {
  will-change: transform;
}

.bg__fall-item.-item11 img {
  -webkit-animation: spinX 2.5s infinite linear;
  animation: spinX 2.5s infinite linear;
}

.bg__fall-item.-item12 {
  -webkit-animation: setAngle12 5s forwards linear;
  animation: setAngle12 5s forwards linear;
}

@-webkit-keyframes setAngle12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
}

@keyframes setAngle12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
}

.bg__fall-item.-item12 > div {
  will-change: transform;
}

.bg__fall-item.-item12 img {
  -webkit-animation: spinX 2.6s infinite linear;
  animation: spinX 2.6s infinite linear;
}

.bg__fall-item.-item13 {
  -webkit-animation: setAngle13 5s forwards linear;
  animation: setAngle13 5s forwards linear;
}

@-webkit-keyframes setAngle13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

@keyframes setAngle13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

.bg__fall-item.-item13 > div {
  will-change: transform;
}

.bg__fall-item.-item13 img {
  -webkit-animation: spinX 2.7s infinite linear;
  animation: spinX 2.7s infinite linear;
}

.bg__fall-item.-item14 {
  -webkit-animation: setAngle14 5s forwards linear;
  animation: setAngle14 5s forwards linear;
}

@-webkit-keyframes setAngle14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
  }
}

@keyframes setAngle14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
  }
}

.bg__fall-item.-item14 > div {
  will-change: transform;
}

.bg__fall-item.-item14 img {
  -webkit-animation: spinX 2.8s infinite linear;
  animation: spinX 2.8s infinite linear;
}

.bg__fall-item.-item15 {
  -webkit-animation: setAngle15 5s forwards linear;
  animation: setAngle15 5s forwards linear;
}

@-webkit-keyframes setAngle15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
  }
}

@keyframes setAngle15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
  }
}

.bg__fall-item.-item15 > div {
  will-change: transform;
}

.bg__fall-item.-item15 img {
  -webkit-animation: spinX 2.9s infinite linear;
  animation: spinX 2.9s infinite linear;
}

@-webkit-keyframes spinX {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

@keyframes spinX {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

.c-heading-2 {
  position: relative;
  padding-bottom: 6px;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: center;
}

.c-heading-2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  background: url(../image/top/cap_deco-block_sp.png) no-repeat bottom center;
  background-size: contain;
  width: 36px;
  height: 4px;
  content: "";
}

.c-note_list {
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.c-note_indent > li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-note_indent > li a {
  display: inline;
}

.c-ticket_list {
  color: #bf9a58;
  font-size: 15.5px;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-align: center;
}

.c-ticket_list__item {
  position: relative;
  padding: 11px 0;
}

.c-ticket_list__item:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 2px, rgba(117, 93, 50, 0) 2px, rgba(117, 93, 50, 0) 3px);
  background-size: 3px 1px;
  width: 100%;
  height: 1px;
  content: "";
}

.c-ticket_list__item .soldout,.soldout2 {
  display: inline-block;
  position: relative;
}

.c-ticket_list__item .soldout::before {
  position: absolute;
  top: 9px;
  left: -92px;
  background: url(../image/ticket/label_soldout.svg) left center no-repeat;
  background-size: contain;
  width: 100%;
  height: 22px;
  content: "";
}
.c-ticket_list__item .soldout2::before {
  position: absolute;
  top: 9px;
  left: -92px;
  background: url(../image/ticket/label_soldout2.png) left center no-repeat;
  background-size: contain;
  width: 100%;
  height: 22px;
  content: "";
}

.c-btn_square {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c9ae7d;
  padding: 5px;
  width: 100%;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
}

.c-btn_square::before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000100;
  pointer-events: none;
  content: "";
}

.c-btn_square__deco {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  pointer-events: none;
}

.c-btn_square__deco::before, .c-btn_square__deco::after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}

.c-btn_square__deco::before {
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s linear 0.4s;
  transition: all 0.2s linear 0.4s;
  border-top: 1px solid rgba(253, 253, 255, 0.6);
}

.c-btn_square__deco::after {
  top: 0;
  left: 0;
  border-left: 1px solid rgba(253, 253, 255, 0.6);
}

.c-btn_square__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px;
  min-height: 100px;
}

.c-btn_square__inner::before, .c-btn_square__inner::after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}

.c-btn_square__inner::before {
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
  border-bottom: 1px solid rgba(253, 253, 255, 0.6);
}

.c-btn_square__inner::after {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  border-right: 1px solid rgba(253, 253, 255, 0.6);
}

.-icon--arrow .c-btn_square__inner {
  padding: 20px 40px;
}

.c-btn_square__text {
  display: block;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

.c-btn_square__bar {
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  background-color: #000100;
  width: 22px;
  height: 1px;
}

.c-btn_square__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: opacity .4s linear, -webkit-transform linear .4s;
  transition: opacity .4s linear, -webkit-transform linear .4s;
  transition: transform linear .4s, opacity .4s linear;
  transition: transform linear .4s, opacity .4s linear, -webkit-transform linear .4s;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.c-btn_square__arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../image/qa/ar_anchor.png) no-repeat right center;
  background-size: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-fw-lighter {
  font-weight: lighter;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-600 {
  font-weight: 600;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-bold {
  font-weight: bold;
}

.u-mt-1 {
  margin-top: 1px;
}

.u-mb-1 {
  margin-bottom: 1px;
}

.u-mt-2 {
  margin-top: 2px;
}

.u-mb-2 {
  margin-bottom: 2px;
}

.u-mt-3 {
  margin-top: 3px;
}

.u-mb-3 {
  margin-bottom: 3px;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mb-4 {
  margin-bottom: 4px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mt-6 {
  margin-top: 6px;
}

.u-mb-6 {
  margin-bottom: 6px;
}

.u-mt-7 {
  margin-top: 7px;
}

.u-mb-7 {
  margin-bottom: 7px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mt-9 {
  margin-top: 9px;
}

.u-mb-9 {
  margin-bottom: 9px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mt-11 {
  margin-top: 11px;
}

.u-mb-11 {
  margin-bottom: 11px;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mb-12 {
  margin-bottom: 12px;
}

.u-mt-13 {
  margin-top: 13px;
}

.u-mb-13 {
  margin-bottom: 13px;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-mb-14 {
  margin-bottom: 14px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mt-17 {
  margin-top: 17px;
}

.u-mb-17 {
  margin-bottom: 17px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mb-18 {
  margin-bottom: 18px;
}

.u-mt-19 {
  margin-top: 19px;
}

.u-mb-19 {
  margin-bottom: 19px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mt-21 {
  margin-top: 21px;
}

.u-mb-21 {
  margin-bottom: 21px;
}

.u-mt-22 {
  margin-top: 22px;
}

.u-mb-22 {
  margin-bottom: 22px;
}

.u-mt-23 {
  margin-top: 23px;
}

.u-mb-23 {
  margin-bottom: 23px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-mt-26 {
  margin-top: 26px;
}

.u-mb-26 {
  margin-bottom: 26px;
}

.u-mt-27 {
  margin-top: 27px;
}

.u-mb-27 {
  margin-bottom: 27px;
}

.u-mt-28 {
  margin-top: 28px;
}

.u-mb-28 {
  margin-bottom: 28px;
}

.u-mt-29 {
  margin-top: 29px;
}

.u-mb-29 {
  margin-bottom: 29px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mt-31 {
  margin-top: 31px;
}

.u-mb-31 {
  margin-bottom: 31px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-mt-33 {
  margin-top: 33px;
}

.u-mb-33 {
  margin-bottom: 33px;
}

.u-mt-34 {
  margin-top: 34px;
}

.u-mb-34 {
  margin-bottom: 34px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mb-35 {
  margin-bottom: 35px;
}

.u-mt-36 {
  margin-top: 36px;
}

.u-mb-36 {
  margin-bottom: 36px;
}

.u-mt-37 {
  margin-top: 37px;
}

.u-mb-37 {
  margin-bottom: 37px;
}

.u-mt-38 {
  margin-top: 38px;
}

.u-mb-38 {
  margin-bottom: 38px;
}

.u-mt-39 {
  margin-top: 39px;
}

.u-mb-39 {
  margin-bottom: 39px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-41 {
  margin-top: 41px;
}

.u-mb-41 {
  margin-bottom: 41px;
}

.u-mt-42 {
  margin-top: 42px;
}

.u-mb-42 {
  margin-bottom: 42px;
}

.u-mt-43 {
  margin-top: 43px;
}

.u-mb-43 {
  margin-bottom: 43px;
}

.u-mt-44 {
  margin-top: 44px;
}

.u-mb-44 {
  margin-bottom: 44px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mb-45 {
  margin-bottom: 45px;
}

.u-mt-46 {
  margin-top: 46px;
}

.u-mb-46 {
  margin-bottom: 46px;
}

.u-mt-47 {
  margin-top: 47px;
}

.u-mb-47 {
  margin-bottom: 47px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mb-48 {
  margin-bottom: 48px;
}

.u-mt-49 {
  margin-top: 49px;
}

.u-mb-49 {
  margin-bottom: 49px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-mt-51 {
  margin-top: 51px;
}

.u-mb-51 {
  margin-bottom: 51px;
}

.u-mt-52 {
  margin-top: 52px;
}

.u-mb-52 {
  margin-bottom: 52px;
}

.u-mt-53 {
  margin-top: 53px;
}

.u-mb-53 {
  margin-bottom: 53px;
}

.u-mt-54 {
  margin-top: 54px;
}

.u-mb-54 {
  margin-bottom: 54px;
}

.u-mt-55 {
  margin-top: 55px;
}

.u-mb-55 {
  margin-bottom: 55px;
}

.u-mt-56 {
  margin-top: 56px;
}

.u-mb-56 {
  margin-bottom: 56px;
}

.u-mt-57 {
  margin-top: 57px;
}

.u-mb-57 {
  margin-bottom: 57px;
}

.u-mt-58 {
  margin-top: 58px;
}

.u-mb-58 {
  margin-bottom: 58px;
}

.u-mt-59 {
  margin-top: 59px;
}

.u-mb-59 {
  margin-bottom: 59px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mt-61 {
  margin-top: 61px;
}

.u-mb-61 {
  margin-bottom: 61px;
}

.u-mt-62 {
  margin-top: 62px;
}

.u-mb-62 {
  margin-bottom: 62px;
}

.u-mt-63 {
  margin-top: 63px;
}

.u-mb-63 {
  margin-bottom: 63px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mb-64 {
  margin-bottom: 64px;
}

.u-mt-65 {
  margin-top: 65px;
}

.u-mb-65 {
  margin-bottom: 65px;
}

.u-mt-66 {
  margin-top: 66px;
}

.u-mb-66 {
  margin-bottom: 66px;
}

.u-mt-67 {
  margin-top: 67px;
}

.u-mb-67 {
  margin-bottom: 67px;
}

.u-mt-68 {
  margin-top: 68px;
}

.u-mb-68 {
  margin-bottom: 68px;
}

.u-mt-69 {
  margin-top: 69px;
}

.u-mb-69 {
  margin-bottom: 69px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mb-70 {
  margin-bottom: 70px;
}

.u-mt-71 {
  margin-top: 71px;
}

.u-mb-71 {
  margin-bottom: 71px;
}

.u-mt-72 {
  margin-top: 72px;
}

.u-mb-72 {
  margin-bottom: 72px;
}

.u-mt-73 {
  margin-top: 73px;
}

.u-mb-73 {
  margin-bottom: 73px;
}

.u-mt-74 {
  margin-top: 74px;
}

.u-mb-74 {
  margin-bottom: 74px;
}

.u-mt-75 {
  margin-top: 75px;
}

.u-mb-75 {
  margin-bottom: 75px;
}

.u-mt-76 {
  margin-top: 76px;
}

.u-mb-76 {
  margin-bottom: 76px;
}

.u-mt-77 {
  margin-top: 77px;
}

.u-mb-77 {
  margin-bottom: 77px;
}

.u-mt-78 {
  margin-top: 78px;
}

.u-mb-78 {
  margin-bottom: 78px;
}

.u-mt-79 {
  margin-top: 79px;
}

.u-mb-79 {
  margin-bottom: 79px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mt-81 {
  margin-top: 81px;
}

.u-mb-81 {
  margin-bottom: 81px;
}

.u-mt-82 {
  margin-top: 82px;
}

.u-mb-82 {
  margin-bottom: 82px;
}

.u-mt-83 {
  margin-top: 83px;
}

.u-mb-83 {
  margin-bottom: 83px;
}

.u-mt-84 {
  margin-top: 84px;
}

.u-mb-84 {
  margin-bottom: 84px;
}

.u-mt-85 {
  margin-top: 85px;
}

.u-mb-85 {
  margin-bottom: 85px;
}

.u-mt-86 {
  margin-top: 86px;
}

.u-mb-86 {
  margin-bottom: 86px;
}

.u-mt-87 {
  margin-top: 87px;
}

.u-mb-87 {
  margin-bottom: 87px;
}

.u-mt-88 {
  margin-top: 88px;
}

.u-mb-88 {
  margin-bottom: 88px;
}

.u-mt-89 {
  margin-top: 89px;
}

.u-mb-89 {
  margin-bottom: 89px;
}

.u-mt-90 {
  margin-top: 90px;
}

.u-mb-90 {
  margin-bottom: 90px;
}

.u-mt-91 {
  margin-top: 91px;
}

.u-mb-91 {
  margin-bottom: 91px;
}

.u-mt-92 {
  margin-top: 92px;
}

.u-mb-92 {
  margin-bottom: 92px;
}

.u-mt-93 {
  margin-top: 93px;
}

.u-mb-93 {
  margin-bottom: 93px;
}

.u-mt-94 {
  margin-top: 94px;
}

.u-mb-94 {
  margin-bottom: 94px;
}

.u-mt-95 {
  margin-top: 95px;
}

.u-mb-95 {
  margin-bottom: 95px;
}

.u-mt-96 {
  margin-top: 96px;
}

.u-mb-96 {
  margin-bottom: 96px;
}

.u-mt-97 {
  margin-top: 97px;
}

.u-mb-97 {
  margin-bottom: 97px;
}

.u-mt-98 {
  margin-top: 98px;
}

.u-mb-98 {
  margin-bottom: 98px;
}

.u-mt-99 {
  margin-top: 99px;
}

.u-mb-99 {
  margin-bottom: 99px;
}

.u-mt-100 {
  margin-top: 100px;
}

.u-mb-100 {
  margin-bottom: 100px;
}

@media not all and (max-width: 767px){
  body {
    min-width: 1000px;
  }
  .l-pc-inner {
    margin-right: auto;
    margin-left: auto;
    width: 82.667%;
    max-width: 1091px;
  }
  .l-frame__deco::before, .l-frame__deco::after {
    width: 16px;
    height: 16px;
  }
  .l-btn_list__item {
    max-width: 275px;
  }
  .c-heading-2 {
    padding-bottom: 16px;
    font-size: 30px;
    letter-spacing: normal;
  }
  .c-heading-2::before {
    margin-left: -25px;
    background-image: url(../image/top/cap_deco-block.png);
    width: 50px;
    height: 5px;
  }
  .c-note_list {
    font-size: 15px;
  }
  .c-ticket_list {
    font-size: 30.5px;
  }
  .c-ticket_list__item {
    padding: 23px 0;
  }
  .c-ticket_list__item:not(:last-of-type)::after {
    background-image: linear-gradient(to right, rgba(117, 93, 50, 0.6), rgba(117, 93, 50, 0.6) 4px, rgba(117, 93, 50, 0) 4px, rgba(117, 93, 50, 0) 6px);
    background-size: 6px 1px;
  }
  .c-btn_square.-pc--small {
    font-size: 14px;
  }
  .c-btn_square.-pc--small .c-btn_square__inner {
    min-height: 70px;
  }
  .c-btn_square:hover .c-btn_square__deco::before {
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    width: 100%;
  }
  .c-btn_square:hover .c-btn_square__deco::after {
    -webkit-transition: all .1s linear .2s;
    transition: all .1s linear .2s;
    height: 100%;
  }
  .c-btn_square:hover .c-btn_square__inner::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 100%;
  }
  .c-btn_square:hover .c-btn_square__inner::after {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    height: 100%;
  }
  .c-btn_square:hover .c-btn_square__text {
    opacity: 0.8;
  }
  .c-btn_square:hover .c-btn_square__bar {
    -webkit-transform: scaleX(1.3);
    transform: scaleX(1.3);
    background-color: #a7946a;
  }
  .c-btn_square:hover .c-btn_square__arrow {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 0.6;
  }
  .u-pc-mt-1 {
    margin-top: 1px;
  }
  .u-pc-mb-1 {
    margin-bottom: 1px;
  }
  .u-pc-mt-2 {
    margin-top: 2px;
  }
  .u-pc-mb-2 {
    margin-bottom: 2px;
  }
  .u-pc-mt-3 {
    margin-top: 3px;
  }
  .u-pc-mb-3 {
    margin-bottom: 3px;
  }
  .u-pc-mt-4 {
    margin-top: 4px;
  }
  .u-pc-mb-4 {
    margin-bottom: 4px;
  }
  .u-pc-mt-5 {
    margin-top: 5px;
  }
  .u-pc-mb-5 {
    margin-bottom: 5px;
  }
  .u-pc-mt-6 {
    margin-top: 6px;
  }
  .u-pc-mb-6 {
    margin-bottom: 6px;
  }
  .u-pc-mt-7 {
    margin-top: 7px;
  }
  .u-pc-mb-7 {
    margin-bottom: 7px;
  }
  .u-pc-mt-8 {
    margin-top: 8px;
  }
  .u-pc-mb-8 {
    margin-bottom: 8px;
  }
  .u-pc-mt-9 {
    margin-top: 9px;
  }
  .u-pc-mb-9 {
    margin-bottom: 9px;
  }
  .u-pc-mt-10 {
    margin-top: 10px;
  }
  .u-pc-mb-10 {
    margin-bottom: 10px;
  }
  .u-pc-mt-11 {
    margin-top: 11px;
  }
  .u-pc-mb-11 {
    margin-bottom: 11px;
  }
  .u-pc-mt-12 {
    margin-top: 12px;
  }
  .u-pc-mb-12 {
    margin-bottom: 12px;
  }
  .u-pc-mt-13 {
    margin-top: 13px;
  }
  .u-pc-mb-13 {
    margin-bottom: 13px;
  }
  .u-pc-mt-14 {
    margin-top: 14px;
  }
  .u-pc-mb-14 {
    margin-bottom: 14px;
  }
  .u-pc-mt-15 {
    margin-top: 15px;
  }
  .u-pc-mb-15 {
    margin-bottom: 15px;
  }
  .u-pc-mt-16 {
    margin-top: 16px;
  }
  .u-pc-mb-16 {
    margin-bottom: 16px;
  }
  .u-pc-mt-17 {
    margin-top: 17px;
  }
  .u-pc-mb-17 {
    margin-bottom: 17px;
  }
  .u-pc-mt-18 {
    margin-top: 18px;
  }
  .u-pc-mb-18 {
    margin-bottom: 18px;
  }
  .u-pc-mt-19 {
    margin-top: 19px;
  }
  .u-pc-mb-19 {
    margin-bottom: 19px;
  }
  .u-pc-mt-20 {
    margin-top: 20px;
  }
  .u-pc-mb-20 {
    margin-bottom: 20px;
  }
  .u-pc-mt-21 {
    margin-top: 21px;
  }
  .u-pc-mb-21 {
    margin-bottom: 21px;
  }
  .u-pc-mt-22 {
    margin-top: 22px;
  }
  .u-pc-mb-22 {
    margin-bottom: 22px;
  }
  .u-pc-mt-23 {
    margin-top: 23px;
  }
  .u-pc-mb-23 {
    margin-bottom: 23px;
  }
  .u-pc-mt-24 {
    margin-top: 24px;
  }
  .u-pc-mb-24 {
    margin-bottom: 24px;
  }
  .u-pc-mt-25 {
    margin-top: 25px;
  }
  .u-pc-mb-25 {
    margin-bottom: 25px;
  }
  .u-pc-mt-26 {
    margin-top: 26px;
  }
  .u-pc-mb-26 {
    margin-bottom: 26px;
  }
  .u-pc-mt-27 {
    margin-top: 27px;
  }
  .u-pc-mb-27 {
    margin-bottom: 27px;
  }
  .u-pc-mt-28 {
    margin-top: 28px;
  }
  .u-pc-mb-28 {
    margin-bottom: 28px;
  }
  .u-pc-mt-29 {
    margin-top: 29px;
  }
  .u-pc-mb-29 {
    margin-bottom: 29px;
  }
  .u-pc-mt-30 {
    margin-top: 30px;
  }
  .u-pc-mb-30 {
    margin-bottom: 30px;
  }
  .u-pc-mt-31 {
    margin-top: 31px;
  }
  .u-pc-mb-31 {
    margin-bottom: 31px;
  }
  .u-pc-mt-32 {
    margin-top: 32px;
  }
  .u-pc-mb-32 {
    margin-bottom: 32px;
  }
  .u-pc-mt-33 {
    margin-top: 33px;
  }
  .u-pc-mb-33 {
    margin-bottom: 33px;
  }
  .u-pc-mt-34 {
    margin-top: 34px;
  }
  .u-pc-mb-34 {
    margin-bottom: 34px;
  }
  .u-pc-mt-35 {
    margin-top: 35px;
  }
  .u-pc-mb-35 {
    margin-bottom: 35px;
  }
  .u-pc-mt-36 {
    margin-top: 36px;
  }
  .u-pc-mb-36 {
    margin-bottom: 36px;
  }
  .u-pc-mt-37 {
    margin-top: 37px;
  }
  .u-pc-mb-37 {
    margin-bottom: 37px;
  }
  .u-pc-mt-38 {
    margin-top: 38px;
  }
  .u-pc-mb-38 {
    margin-bottom: 38px;
  }
  .u-pc-mt-39 {
    margin-top: 39px;
  }
  .u-pc-mb-39 {
    margin-bottom: 39px;
  }
  .u-pc-mt-40 {
    margin-top: 40px;
  }
  .u-pc-mb-40 {
    margin-bottom: 40px;
  }
  .u-pc-mt-41 {
    margin-top: 41px;
  }
  .u-pc-mb-41 {
    margin-bottom: 41px;
  }
  .u-pc-mt-42 {
    margin-top: 42px;
  }
  .u-pc-mb-42 {
    margin-bottom: 42px;
  }
  .u-pc-mt-43 {
    margin-top: 43px;
  }
  .u-pc-mb-43 {
    margin-bottom: 43px;
  }
  .u-pc-mt-44 {
    margin-top: 44px;
  }
  .u-pc-mb-44 {
    margin-bottom: 44px;
  }
  .u-pc-mt-45 {
    margin-top: 45px;
  }
  .u-pc-mb-45 {
    margin-bottom: 45px;
  }
  .u-pc-mt-46 {
    margin-top: 46px;
  }
  .u-pc-mb-46 {
    margin-bottom: 46px;
  }
  .u-pc-mt-47 {
    margin-top: 47px;
  }
  .u-pc-mb-47 {
    margin-bottom: 47px;
  }
  .u-pc-mt-48 {
    margin-top: 48px;
  }
  .u-pc-mb-48 {
    margin-bottom: 48px;
  }
  .u-pc-mt-49 {
    margin-top: 49px;
  }
  .u-pc-mb-49 {
    margin-bottom: 49px;
  }
  .u-pc-mt-50 {
    margin-top: 50px;
  }
  .u-pc-mb-50 {
    margin-bottom: 50px;
  }
  .u-pc-mt-51 {
    margin-top: 51px;
  }
  .u-pc-mb-51 {
    margin-bottom: 51px;
  }
  .u-pc-mt-52 {
    margin-top: 52px;
  }
  .u-pc-mb-52 {
    margin-bottom: 52px;
  }
  .u-pc-mt-53 {
    margin-top: 53px;
  }
  .u-pc-mb-53 {
    margin-bottom: 53px;
  }
  .u-pc-mt-54 {
    margin-top: 54px;
  }
  .u-pc-mb-54 {
    margin-bottom: 54px;
  }
  .u-pc-mt-55 {
    margin-top: 55px;
  }
  .u-pc-mb-55 {
    margin-bottom: 55px;
  }
  .u-pc-mt-56 {
    margin-top: 56px;
  }
  .u-pc-mb-56 {
    margin-bottom: 56px;
  }
  .u-pc-mt-57 {
    margin-top: 57px;
  }
  .u-pc-mb-57 {
    margin-bottom: 57px;
  }
  .u-pc-mt-58 {
    margin-top: 58px;
  }
  .u-pc-mb-58 {
    margin-bottom: 58px;
  }
  .u-pc-mt-59 {
    margin-top: 59px;
  }
  .u-pc-mb-59 {
    margin-bottom: 59px;
  }
  .u-pc-mt-60 {
    margin-top: 60px;
  }
  .u-pc-mb-60 {
    margin-bottom: 60px;
  }
  .u-pc-mt-61 {
    margin-top: 61px;
  }
  .u-pc-mb-61 {
    margin-bottom: 61px;
  }
  .u-pc-mt-62 {
    margin-top: 62px;
  }
  .u-pc-mb-62 {
    margin-bottom: 62px;
  }
  .u-pc-mt-63 {
    margin-top: 63px;
  }
  .u-pc-mb-63 {
    margin-bottom: 63px;
  }
  .u-pc-mt-64 {
    margin-top: 64px;
  }
  .u-pc-mb-64 {
    margin-bottom: 64px;
  }
  .u-pc-mt-65 {
    margin-top: 65px;
  }
  .u-pc-mb-65 {
    margin-bottom: 65px;
  }
  .u-pc-mt-66 {
    margin-top: 66px;
  }
  .u-pc-mb-66 {
    margin-bottom: 66px;
  }
  .u-pc-mt-67 {
    margin-top: 67px;
  }
  .u-pc-mb-67 {
    margin-bottom: 67px;
  }
  .u-pc-mt-68 {
    margin-top: 68px;
  }
  .u-pc-mb-68 {
    margin-bottom: 68px;
  }
  .u-pc-mt-69 {
    margin-top: 69px;
  }
  .u-pc-mb-69 {
    margin-bottom: 69px;
  }
  .u-pc-mt-70 {
    margin-top: 70px;
  }
  .u-pc-mb-70 {
    margin-bottom: 70px;
  }
  .u-pc-mt-71 {
    margin-top: 71px;
  }
  .u-pc-mb-71 {
    margin-bottom: 71px;
  }
  .u-pc-mt-72 {
    margin-top: 72px;
  }
  .u-pc-mb-72 {
    margin-bottom: 72px;
  }
  .u-pc-mt-73 {
    margin-top: 73px;
  }
  .u-pc-mb-73 {
    margin-bottom: 73px;
  }
  .u-pc-mt-74 {
    margin-top: 74px;
  }
  .u-pc-mb-74 {
    margin-bottom: 74px;
  }
  .u-pc-mt-75 {
    margin-top: 75px;
  }
  .u-pc-mb-75 {
    margin-bottom: 75px;
  }
  .u-pc-mt-76 {
    margin-top: 76px;
  }
  .u-pc-mb-76 {
    margin-bottom: 76px;
  }
  .u-pc-mt-77 {
    margin-top: 77px;
  }
  .u-pc-mb-77 {
    margin-bottom: 77px;
  }
  .u-pc-mt-78 {
    margin-top: 78px;
  }
  .u-pc-mb-78 {
    margin-bottom: 78px;
  }
  .u-pc-mt-79 {
    margin-top: 79px;
  }
  .u-pc-mb-79 {
    margin-bottom: 79px;
  }
  .u-pc-mt-80 {
    margin-top: 80px;
  }
  .u-pc-mb-80 {
    margin-bottom: 80px;
  }
  .u-pc-mt-81 {
    margin-top: 81px;
  }
  .u-pc-mb-81 {
    margin-bottom: 81px;
  }
  .u-pc-mt-82 {
    margin-top: 82px;
  }
  .u-pc-mb-82 {
    margin-bottom: 82px;
  }
  .u-pc-mt-83 {
    margin-top: 83px;
  }
  .u-pc-mb-83 {
    margin-bottom: 83px;
  }
  .u-pc-mt-84 {
    margin-top: 84px;
  }
  .u-pc-mb-84 {
    margin-bottom: 84px;
  }
  .u-pc-mt-85 {
    margin-top: 85px;
  }
  .u-pc-mb-85 {
    margin-bottom: 85px;
  }
  .u-pc-mt-86 {
    margin-top: 86px;
  }
  .u-pc-mb-86 {
    margin-bottom: 86px;
  }
  .u-pc-mt-87 {
    margin-top: 87px;
  }
  .u-pc-mb-87 {
    margin-bottom: 87px;
  }
  .u-pc-mt-88 {
    margin-top: 88px;
  }
  .u-pc-mb-88 {
    margin-bottom: 88px;
  }
  .u-pc-mt-89 {
    margin-top: 89px;
  }
  .u-pc-mb-89 {
    margin-bottom: 89px;
  }
  .u-pc-mt-90 {
    margin-top: 90px;
  }
  .u-pc-mb-90 {
    margin-bottom: 90px;
  }
  .u-pc-mt-91 {
    margin-top: 91px;
  }
  .u-pc-mb-91 {
    margin-bottom: 91px;
  }
  .u-pc-mt-92 {
    margin-top: 92px;
  }
  .u-pc-mb-92 {
    margin-bottom: 92px;
  }
  .u-pc-mt-93 {
    margin-top: 93px;
  }
  .u-pc-mb-93 {
    margin-bottom: 93px;
  }
  .u-pc-mt-94 {
    margin-top: 94px;
  }
  .u-pc-mb-94 {
    margin-bottom: 94px;
  }
  .u-pc-mt-95 {
    margin-top: 95px;
  }
  .u-pc-mb-95 {
    margin-bottom: 95px;
  }
  .u-pc-mt-96 {
    margin-top: 96px;
  }
  .u-pc-mb-96 {
    margin-bottom: 96px;
  }
  .u-pc-mt-97 {
    margin-top: 97px;
  }
  .u-pc-mb-97 {
    margin-bottom: 97px;
  }
  .u-pc-mt-98 {
    margin-top: 98px;
  }
  .u-pc-mb-98 {
    margin-bottom: 98px;
  }
  .u-pc-mt-99 {
    margin-top: 99px;
  }
  .u-pc-mb-99 {
    margin-bottom: 99px;
  }
  .u-pc-mt-100 {
    margin-top: 100px;
  }
  .u-pc-mb-100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px){
  .share__content img {
    width: 46%;
  }
  .wrapper {
    min-width: 320px;
  }
  .wrapper .c-comingsoon {
    min-height: 35vh;
    font-size: 20px;
  }
  .top__title {
    margin: 17% auto 4%;
    width: 96%;
  }
  .is__pc {
    display: none;
  }
  .is__sp {
    display: block;
  }
  .logo {
    width: 18%;
  }
  .drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .drawer__btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background: #000000;
    padding: 0 12px;
    width: 40px;
    height: 40px;
  }
  .drawer__btn-bar {
    display: block;
    position: absolute;
    top: 13px;
    left: 12px;
    background-color: #c9ae81;
    width: 15px;
    height: 1px;
  }
  .drawer__btn-bar:nth-of-type(2) {
    top: 19px;
  }
  .drawer__btn-bar:nth-of-type(3) {
    top: 25px;
  }
  .nav {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .menu {
    margin: 0 auto;
  }
  .menu__content__sp {
    position: relative;
    margin-bottom: 25px;
    color: #745d31;
    font-weight: bold;
    font-size: 22px;
  }
  .menu__content::before {
    display: none;
  }
  .link-out {
    opacity: 0.5;
  }
  /* footer */
  .footer {
    position: relative;
    padding: 0;
    font-size: 12px;
    letter-spacing: -0.4em;
  }
  .copy {
    display: block;
    position: relative;
    margin: 35px auto 26%;
    padding: 0;
    color: #725a30;
    line-height: 1.9em;
    letter-spacing: normal;
  }
  .copy.is__sp {
    display: block;
  }
  .copy.is__pc {
    display: none;
  }
  .share__list {
    display: inline-block;
    display: block;
    vertical-align: top;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .share__title {
    display: inline-block;
    vertical-align: top;
    margin: 3% 7% 5% 10%;
    width: 19%;
    letter-spacing: normal;
  }
  .share__content {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 20px;
    width: 50px;
    letter-spacing: normal;
  }
  .border__inner::after,
  .share__inner::after,
  .border__inner::before,
  .share__inner::before {
    display: none;
  }
  .share__content:hover img {
    opacity: 1;
  }
  .footer__bnr {
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: block;
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin: 15px auto 10px;
    width: 62%;
    width: 60%;
  }
  .footer__bnr a:nth-child(2) {
    margin-top: 10px;
    margin-left: 0px;
  }
  .footer__bnr a {
    display: block;
    width: 100%;
  }
  .page__top {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 78%;
    width: 19%;
  }
  .underlineft {
    margin: 30px 0 5px;
    background-color: #a7946a;
    width: 100%;
    height: 1px;
  }
  .underline {
    background: url(../image/common/line_footer.png) center bottom repeat-x;
    background-size: contain;
    height: 12px;
  }
  .close__btn {
    display: block;
    position: absolute;
    top: 15%;
    left: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    background: none;
    padding: 0;
    width: 100%;
  }
  .footer__inner {
    min-width: 300px;
    max-width: 767px;
  }
  .is__coming::before {
    display: none;
  }
  #displays {
    -webkit-transform: scale(0.5);
    top: -50%;
    left: -50%;
    transform: scale(0.5);
    width: 200%;
    height: 200%;
  }
  .l-sp-inner {
    margin-right: auto;
    margin-left: auto;
    width: 89.6%;
    max-width: 1210px;
  }
  .l-frame::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .l-frame__deco--top::before {
    top: -3px;
    left: -3px;
  }
  .l-frame__deco--top::after {
    top: -3px;
    right: -3px;
  }
  .l-frame__deco--btm::before {
    bottom: -3px;
    left: -3px;
  }
  .l-frame__deco--btm::after {
    right: -3px;
    bottom: -3px;
  }
  .l-btn_list {
    margin-right: auto;
    margin-left: auto;
    max-width: 235px;
  }
  .c-ticket_list__item .soldout::before {
    top: 3px;
    left: -56px;
    width: 100%;
    height: 14px;
  }
  .c-btn_square {
    padding: 2px;
    font-size: 14px;
  }
  .c-btn_square::before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }
  .c-btn_square__inner {
    padding: 8px 13px;
    min-height: 60px;
  }
  .-icon--arrow .c-btn_square__inner {
    padding: 10px 42px;
  }
  .c-btn_square__bar {
    right: 23px;
    width: 11px;
  }
  .c-btn_square__arrow {
    right: 19px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .u-sp-mt-1 {
    margin-top: 1px;
  }
  .u-sp-mb-1 {
    margin-bottom: 1px;
  }
  .u-sp-mt-2 {
    margin-top: 2px;
  }
  .u-sp-mb-2 {
    margin-bottom: 2px;
  }
  .u-sp-mt-3 {
    margin-top: 3px;
  }
  .u-sp-mb-3 {
    margin-bottom: 3px;
  }
  .u-sp-mt-4 {
    margin-top: 4px;
  }
  .u-sp-mb-4 {
    margin-bottom: 4px;
  }
  .u-sp-mt-5 {
    margin-top: 5px;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px;
  }
  .u-sp-mt-6 {
    margin-top: 6px;
  }
  .u-sp-mb-6 {
    margin-bottom: 6px;
  }
  .u-sp-mt-7 {
    margin-top: 7px;
  }
  .u-sp-mb-7 {
    margin-bottom: 7px;
  }
  .u-sp-mt-8 {
    margin-top: 8px;
  }
  .u-sp-mb-8 {
    margin-bottom: 8px;
  }
  .u-sp-mt-9 {
    margin-top: 9px;
  }
  .u-sp-mb-9 {
    margin-bottom: 9px;
  }
  .u-sp-mt-10 {
    margin-top: 10px;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px;
  }
  .u-sp-mt-11 {
    margin-top: 11px;
  }
  .u-sp-mb-11 {
    margin-bottom: 11px;
  }
  .u-sp-mt-12 {
    margin-top: 12px;
  }
  .u-sp-mb-12 {
    margin-bottom: 12px;
  }
  .u-sp-mt-13 {
    margin-top: 13px;
  }
  .u-sp-mb-13 {
    margin-bottom: 13px;
  }
  .u-sp-mt-14 {
    margin-top: 14px;
  }
  .u-sp-mb-14 {
    margin-bottom: 14px;
  }
  .u-sp-mt-15 {
    margin-top: 15px;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px;
  }
  .u-sp-mt-16 {
    margin-top: 16px;
  }
  .u-sp-mb-16 {
    margin-bottom: 16px;
  }
  .u-sp-mt-17 {
    margin-top: 17px;
  }
  .u-sp-mb-17 {
    margin-bottom: 17px;
  }
  .u-sp-mt-18 {
    margin-top: 18px;
  }
  .u-sp-mb-18 {
    margin-bottom: 18px;
  }
  .u-sp-mt-19 {
    margin-top: 19px;
  }
  .u-sp-mb-19 {
    margin-bottom: 19px;
  }
  .u-sp-mt-20 {
    margin-top: 20px;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px;
  }
  .u-sp-mt-21 {
    margin-top: 21px;
  }
  .u-sp-mb-21 {
    margin-bottom: 21px;
  }
  .u-sp-mt-22 {
    margin-top: 22px;
  }
  .u-sp-mb-22 {
    margin-bottom: 22px;
  }
  .u-sp-mt-23 {
    margin-top: 23px;
  }
  .u-sp-mb-23 {
    margin-bottom: 23px;
  }
  .u-sp-mt-24 {
    margin-top: 24px;
  }
  .u-sp-mb-24 {
    margin-bottom: 24px;
  }
  .u-sp-mt-25 {
    margin-top: 25px;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px;
  }
  .u-sp-mt-26 {
    margin-top: 26px;
  }
  .u-sp-mb-26 {
    margin-bottom: 26px;
  }
  .u-sp-mt-27 {
    margin-top: 27px;
  }
  .u-sp-mb-27 {
    margin-bottom: 27px;
  }
  .u-sp-mt-28 {
    margin-top: 28px;
  }
  .u-sp-mb-28 {
    margin-bottom: 28px;
  }
  .u-sp-mt-29 {
    margin-top: 29px;
  }
  .u-sp-mb-29 {
    margin-bottom: 29px;
  }
  .u-sp-mt-30 {
    margin-top: 30px;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px;
  }
  .u-sp-mt-31 {
    margin-top: 31px;
  }
  .u-sp-mb-31 {
    margin-bottom: 31px;
  }
  .u-sp-mt-32 {
    margin-top: 32px;
  }
  .u-sp-mb-32 {
    margin-bottom: 32px;
  }
  .u-sp-mt-33 {
    margin-top: 33px;
  }
  .u-sp-mb-33 {
    margin-bottom: 33px;
  }
  .u-sp-mt-34 {
    margin-top: 34px;
  }
  .u-sp-mb-34 {
    margin-bottom: 34px;
  }
  .u-sp-mt-35 {
    margin-top: 35px;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px;
  }
  .u-sp-mt-36 {
    margin-top: 36px;
  }
  .u-sp-mb-36 {
    margin-bottom: 36px;
  }
  .u-sp-mt-37 {
    margin-top: 37px;
  }
  .u-sp-mb-37 {
    margin-bottom: 37px;
  }
  .u-sp-mt-38 {
    margin-top: 38px;
  }
  .u-sp-mb-38 {
    margin-bottom: 38px;
  }
  .u-sp-mt-39 {
    margin-top: 39px;
  }
  .u-sp-mb-39 {
    margin-bottom: 39px;
  }
  .u-sp-mt-40 {
    margin-top: 40px;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px;
  }
  .u-sp-mt-41 {
    margin-top: 41px;
  }
  .u-sp-mb-41 {
    margin-bottom: 41px;
  }
  .u-sp-mt-42 {
    margin-top: 42px;
  }
  .u-sp-mb-42 {
    margin-bottom: 42px;
  }
  .u-sp-mt-43 {
    margin-top: 43px;
  }
  .u-sp-mb-43 {
    margin-bottom: 43px;
  }
  .u-sp-mt-44 {
    margin-top: 44px;
  }
  .u-sp-mb-44 {
    margin-bottom: 44px;
  }
  .u-sp-mt-45 {
    margin-top: 45px;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px;
  }
  .u-sp-mt-46 {
    margin-top: 46px;
  }
  .u-sp-mb-46 {
    margin-bottom: 46px;
  }
  .u-sp-mt-47 {
    margin-top: 47px;
  }
  .u-sp-mb-47 {
    margin-bottom: 47px;
  }
  .u-sp-mt-48 {
    margin-top: 48px;
  }
  .u-sp-mb-48 {
    margin-bottom: 48px;
  }
  .u-sp-mt-49 {
    margin-top: 49px;
  }
  .u-sp-mb-49 {
    margin-bottom: 49px;
  }
  .u-sp-mt-50 {
    margin-top: 50px;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px;
  }
  .u-sp-mt-51 {
    margin-top: 51px;
  }
  .u-sp-mb-51 {
    margin-bottom: 51px;
  }
  .u-sp-mt-52 {
    margin-top: 52px;
  }
  .u-sp-mb-52 {
    margin-bottom: 52px;
  }
  .u-sp-mt-53 {
    margin-top: 53px;
  }
  .u-sp-mb-53 {
    margin-bottom: 53px;
  }
  .u-sp-mt-54 {
    margin-top: 54px;
  }
  .u-sp-mb-54 {
    margin-bottom: 54px;
  }
  .u-sp-mt-55 {
    margin-top: 55px;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px;
  }
  .u-sp-mt-56 {
    margin-top: 56px;
  }
  .u-sp-mb-56 {
    margin-bottom: 56px;
  }
  .u-sp-mt-57 {
    margin-top: 57px;
  }
  .u-sp-mb-57 {
    margin-bottom: 57px;
  }
  .u-sp-mt-58 {
    margin-top: 58px;
  }
  .u-sp-mb-58 {
    margin-bottom: 58px;
  }
  .u-sp-mt-59 {
    margin-top: 59px;
  }
  .u-sp-mb-59 {
    margin-bottom: 59px;
  }
  .u-sp-mt-60 {
    margin-top: 60px;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px;
  }
  .u-sp-mt-61 {
    margin-top: 61px;
  }
  .u-sp-mb-61 {
    margin-bottom: 61px;
  }
  .u-sp-mt-62 {
    margin-top: 62px;
  }
  .u-sp-mb-62 {
    margin-bottom: 62px;
  }
  .u-sp-mt-63 {
    margin-top: 63px;
  }
  .u-sp-mb-63 {
    margin-bottom: 63px;
  }
  .u-sp-mt-64 {
    margin-top: 64px;
  }
  .u-sp-mb-64 {
    margin-bottom: 64px;
  }
  .u-sp-mt-65 {
    margin-top: 65px;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px;
  }
  .u-sp-mt-66 {
    margin-top: 66px;
  }
  .u-sp-mb-66 {
    margin-bottom: 66px;
  }
  .u-sp-mt-67 {
    margin-top: 67px;
  }
  .u-sp-mb-67 {
    margin-bottom: 67px;
  }
  .u-sp-mt-68 {
    margin-top: 68px;
  }
  .u-sp-mb-68 {
    margin-bottom: 68px;
  }
  .u-sp-mt-69 {
    margin-top: 69px;
  }
  .u-sp-mb-69 {
    margin-bottom: 69px;
  }
  .u-sp-mt-70 {
    margin-top: 70px;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px;
  }
  .u-sp-mt-71 {
    margin-top: 71px;
  }
  .u-sp-mb-71 {
    margin-bottom: 71px;
  }
  .u-sp-mt-72 {
    margin-top: 72px;
  }
  .u-sp-mb-72 {
    margin-bottom: 72px;
  }
  .u-sp-mt-73 {
    margin-top: 73px;
  }
  .u-sp-mb-73 {
    margin-bottom: 73px;
  }
  .u-sp-mt-74 {
    margin-top: 74px;
  }
  .u-sp-mb-74 {
    margin-bottom: 74px;
  }
  .u-sp-mt-75 {
    margin-top: 75px;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px;
  }
  .u-sp-mt-76 {
    margin-top: 76px;
  }
  .u-sp-mb-76 {
    margin-bottom: 76px;
  }
  .u-sp-mt-77 {
    margin-top: 77px;
  }
  .u-sp-mb-77 {
    margin-bottom: 77px;
  }
  .u-sp-mt-78 {
    margin-top: 78px;
  }
  .u-sp-mb-78 {
    margin-bottom: 78px;
  }
  .u-sp-mt-79 {
    margin-top: 79px;
  }
  .u-sp-mb-79 {
    margin-bottom: 79px;
  }
  .u-sp-mt-80 {
    margin-top: 80px;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px;
  }
  .u-sp-mt-81 {
    margin-top: 81px;
  }
  .u-sp-mb-81 {
    margin-bottom: 81px;
  }
  .u-sp-mt-82 {
    margin-top: 82px;
  }
  .u-sp-mb-82 {
    margin-bottom: 82px;
  }
  .u-sp-mt-83 {
    margin-top: 83px;
  }
  .u-sp-mb-83 {
    margin-bottom: 83px;
  }
  .u-sp-mt-84 {
    margin-top: 84px;
  }
  .u-sp-mb-84 {
    margin-bottom: 84px;
  }
  .u-sp-mt-85 {
    margin-top: 85px;
  }
  .u-sp-mb-85 {
    margin-bottom: 85px;
  }
  .u-sp-mt-86 {
    margin-top: 86px;
  }
  .u-sp-mb-86 {
    margin-bottom: 86px;
  }
  .u-sp-mt-87 {
    margin-top: 87px;
  }
  .u-sp-mb-87 {
    margin-bottom: 87px;
  }
  .u-sp-mt-88 {
    margin-top: 88px;
  }
  .u-sp-mb-88 {
    margin-bottom: 88px;
  }
  .u-sp-mt-89 {
    margin-top: 89px;
  }
  .u-sp-mb-89 {
    margin-bottom: 89px;
  }
  .u-sp-mt-90 {
    margin-top: 90px;
  }
  .u-sp-mb-90 {
    margin-bottom: 90px;
  }
  .u-sp-mt-91 {
    margin-top: 91px;
  }
  .u-sp-mb-91 {
    margin-bottom: 91px;
  }
  .u-sp-mt-92 {
    margin-top: 92px;
  }
  .u-sp-mb-92 {
    margin-bottom: 92px;
  }
  .u-sp-mt-93 {
    margin-top: 93px;
  }
  .u-sp-mb-93 {
    margin-bottom: 93px;
  }
  .u-sp-mt-94 {
    margin-top: 94px;
  }
  .u-sp-mb-94 {
    margin-bottom: 94px;
  }
  .u-sp-mt-95 {
    margin-top: 95px;
  }
  .u-sp-mb-95 {
    margin-bottom: 95px;
  }
  .u-sp-mt-96 {
    margin-top: 96px;
  }
  .u-sp-mb-96 {
    margin-bottom: 96px;
  }
  .u-sp-mt-97 {
    margin-top: 97px;
  }
  .u-sp-mb-97 {
    margin-bottom: 97px;
  }
  .u-sp-mt-98 {
    margin-top: 98px;
  }
  .u-sp-mb-98 {
    margin-bottom: 98px;
  }
  .u-sp-mt-99 {
    margin-top: 99px;
  }
  .u-sp-mb-99 {
    margin-bottom: 99px;
  }
  .u-sp-mt-100 {
    margin-top: 100px;
  }
  .u-sp-mb-100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 320px){
  .logo {
    top: -40px;
    width: 70px;
  }
  .share__inner {
    top: 1px;
    left: 1px;
  }
  .share__content {
    margin-right: 20px;
    width: 42px;
  }
}

@media (-ms-high-contrast: none){
  .c-btn_square.-pc--small .c-btn_square__inner {
    padding-top: 25px;
    padding-bottom: 20px;
    min-height: 0;
  }
  .c-btn_square__inner {
    padding: 35px 15px 30px;
    min-height: 0;
  }
}
