@charset "UTF-8";
/* reset
----------------------------*/
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, 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, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  line-height: 1.53;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.53;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  opacity: 0.8;
}

.u-link {
  color: #00afff;
  word-break: break-all;
}
.u-link:hover, .u-link:active, .u-link:focus {
  opacity: 0.8;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
main {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 50px;
  }
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-between-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between-center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-sp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-sp-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .flex-sp-between-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .flex-sp-between-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .flex-sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-sp-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-sp-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.u-keycolor {
  color: #BB9900;
}

.u-subcolor {
  color: #e51400;
}

.u-bg-gray {
  background-color: #1e1e1e;
}

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

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

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

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

.u-requier {
  color: #ff0000;
}

/*******************************
*　common
********************************/
/* コンテンツ幅 */
.inner {
  margin: 0 auto;
  width: 1200px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
/**********************************
* header
********************************/
.header {
  background-color: #BB9900;
  height: 50px;
}

.c-menu-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-menu-pc {
    display: none;
  }
}
.c-menu-pc .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.c-menu-pc .menu-list li {
  border-right: 1px solid #FFFFFF;
  -webkit-transform: skew(none);
          transform: skew(none);
  -ms-flex-item-align: center;
      align-self: center;
  width: 272px;
}
.c-menu-pc .menu-list li:first-child {
  border-left: 1px solid #FFFFFF;
}
.c-menu-pc .menu-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0em;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transform: skew(none);
          transform: skew(none);
}
.c-menu-pc .menu-list a:hover, .c-menu-pc .menu-list a:active, .c-menu-pc .menu-list a:focus {
  color: #646464;
}

.c-menu-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-menu-pc {
    display: none;
  }

  .c-menu-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 90px;
  }
  .c-menu-sp .menu-list {
    margin-top: 56px;
    display: block;
    width: 100%;
    padding: 0 21.4%;
  }
  .c-menu-sp .menu-list li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .c-menu-sp .menu-list li:first-child {
    border-top: 1px solid #fff;
  }
  .c-menu-sp .menu-list a {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 5% 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .c-menu-sp .menu-list a:hover, .c-menu-sp .menu-list a:active, .c-menu-sp .menu-list a:focus {
    color: #646464;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    z-index: 100;
    padding: 0px;
    height: 50px;
    -webkit-backface-visibility: hidden;
  }

  .header .c-menu-sp {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #BB9900;
    color: #fff;
    text-align: center;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-property: visibility, -webkit-transform;
    transition-property: visibility, -webkit-transform;
    transition-property: transform, visibility;
    transition-property: transform, visibility, -webkit-transform;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header.open .c-menu-sp {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    position: absolute;
    display: block;
    width: 60px;
    height: 65px;
    top: 0;
    right: 0;
    z-index: 102;
    background-color: transparent;
    border-color: transparent;
  }
  .nav-toggle .c-btn-menu {
    position: relative;
  }
  .nav-toggle .bar {
    display: block;
    height: 2px;
    position: absolute;
    width: 27px;
    right: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
  }
  .nav-toggle .bar:nth-child(1) {
    top: 12px;
  }
  .nav-toggle .bar:nth-child(2) {
    top: 22px;
  }
  .nav-toggle .bar:nth-child(3) {
    top: 32px;
  }

  .open .nav-toggle {
    position: fixed;
  }

  .open .nav-toggle .bar:nth-child(1) {
    top: 24px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }

  .open .nav-toggle .bar:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open .nav-toggle .bar:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
/**********************************
* footer
********************************/
.c-copy {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-copy {
    margin-top: 42px;
    margin-top: calc(52 / 750 * 100%);
  }
}
.c-copy span {
  display: inline-block;
  padding: 1em 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-copy span {
    padding: 0.5em 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-copy span {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

/*********************************
* contents
*********************************/
.intro-ttl {
  margin: 46px auto 0;
  width: 897px;
}
@media screen and (max-width: 768px) {
  .intro-ttl {
    margin-top: calc(62 / 750 * 100%);
    width: calc(671 / 750 * 100%);
  }
}

.sns-list {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sns-list {
    margin-top: calc(76 / 750 * 100%);
  }
}
.sns-list > div {
  width: 79px;
  height: 79px;
}
@media screen and (max-width: 768px) {
  .sns-list > div {
    width: 39px;
    height: 39px;
  }
}
.sns-list > div:not(:first-child) {
  margin-left: 110px;
}
@media screen and (max-width: 768px) {
  .sns-list > div:not(:first-child) {
    margin-left: calc(108 / 750 * 100%);
  }
}

.c-ttl01 {
  position: relative;
  margin: 60px auto 55px;
  text-align: center;
  width: 1180px;
}
@media screen and (max-width: 768px) {
  .c-ttl01 {
    margin: calc(60 / 750 * 100%) auto calc(27 / 750 * 100%);
    width: 96%;
  }
}
.c-ttl01 img {
  vertical-align: middle;
}

.sec-cast .c-ttl01 {
  margin: 73px auto 55px;
}
@media screen and (max-width: 768px) {
  .sec-cast .c-ttl01 {
    margin: calc(56 / 750 * 100%) auto calc(48 / 750 * 100%);
  }
}
@media screen and (max-width: 768px) {
  .sec-cast .inner {
    margin: 0 auto;
    padding: 0;
    width: calc(585 / 750 *100%);
  }
}

.cast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cast {
  margin-left: 48px;
  padding-bottom: 72px;
  width: 226px;
}
@media screen and (max-width: 768px) {
  .cast {
    padding-bottom: 22px;
    padding-bottom: calc(40 / 585 *100%);
    width: calc(226 / 585 *100%);
    margin-left: calc(48 / 585 *100%);
  }
}
.cast:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .cast:nth-child(2n+1) {
    margin-left: 0;
  }
}
.cast .thumb {
  position: relative;
}
.cast.dayguest .thumb {
  position: relative;
}
.cast.dayguest .thumb::before {
  position: absolute;
  top: -5px;
  left: -19px;
  content: "";
  display: inline-block;
  width: 203px;
  height: 36px;
  background: url(../img/cast_label.png) no-repeat center;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cast.dayguest .thumb::before {
    padding-top: calc(34 / 195* 100%);
    width: 94%;
    height: 0;
    top: -2%;
    left: -11%;
  }
}
.cast.nightguest .thumb {
  position: relative;
}
.cast.nightguest .thumb::before {
  position: absolute;
  top: -5px;
  left: -19px;
  content: "";
  display: inline-block;
  width: 203px;
  height: 36px;
  background: url(../img/cast_label02.png) no-repeat center;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cast.nightguest .thumb::before {
    padding-top: calc(34 / 195* 100%);
    width: 94%;
    height: 0;
    top: -2%;
    left: -11%;
  }
}

@media screen and (max-width: 768px) {
  .sec-event .c-ttl01 {
    margin: 4px auto 17px;
    margin: calc(8 / 750 * 100%) auto calc(34 / 750 * 100%);
  }
}

.tbl {
  margin: 0 auto;
  border-left: 1px solid #BB9900;
  border-top: 1px solid #BB9900;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .tbl {
    width: 96%;
  }
}
.tbl th {
  padding: 0.5em 1em;
  vertical-align: middle;
  width: 200px;
  border-right: 1px solid #BB9900;
  border-bottom: 1px solid #BB9900;
  font-size: 2.8rem;
  font-weight: 900;
  color: #BB9900;
}
@media screen and (max-width: 768px) {
  .tbl th {
    width: 100px;
    font-size: 1.4rem;
  }
}
.tbl td {
  padding: 1em 2.5em;
  width: calc(100% - 200px);
  border-right: 1px solid #BB9900;
  border-bottom: 1px solid #BB9900;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .tbl td {
    padding: 0.9em 0.5em;
    width: calc(100% - 100px);
    font-size: 1.4rem;
    line-height: 1.53;
  }
}

.sec-ticket .c-ttl01 {
  margin: 50px auto 30px;
}
@media screen and (max-width: 768px) {
  .sec-ticket .c-ttl01 {
    margin: 22px auto 13px;
    margin: calc(44 / 750 * 100%) auto calc(26 / 750 * 100%);
  }
}
.sec-ticket p {
  margin: 0 auto;
  width: 1000px;
  font-size: 2.8rem;
  line-height: 1.53;
}
@media screen and (max-width: 768px) {
  .sec-ticket p {
    font-size: 1.4rem;
    width: 96%;
  }
}
.sec-ticket p + p {
  margin-top: 1em;
}
.sec-ticket p.txt-link {
  margin-top: 2em;
}

.sec-goods .inner {
  margin: 0 auto;
  width: 1150px;
}
@media screen and (max-width: 768px) {
  .sec-goods .inner {
    width: calc(560 / 750 * 100%);
  }
}

.sec-goods .c-ttl01 {
  margin: 75px auto 55px;
}
@media screen and (max-width: 768px) {
  .sec-goods .c-ttl01 {
    margin: calc(48 / 750 * 100%) auto calc(46 / 750 * 100%);
  }
}

.goods-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.good-item {
  padding-bottom: 67px;
  width: 265px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .good-item {
    margin-left: calc(30 / 560 * 100%);
    padding-bottom: calc(40 / 560 * 100%);
    width: calc(265 / 560 * 100%);
  }
}
.good-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .good-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.good-item .thumb {
  position: relative;
  border: 2px solid #BB9900;
  width: 100%;
}
.good-item .thumb a {
  display: block;
}
.good-item .thumb::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 3px;
  right: 3px;
  width: 35px;
  height: 35px;
  background: url(../img/good_icon.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .good-item .thumb::after {
    bottom: 2px;
    right: 2px;
    width: 17px;
    height: 17px;
  }
}
.good-item .item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  font-size: 2.1rem;
  line-height: 1.52;
  text-align: center;
}
.good-item .item-name-s {
	font-size: 1.5rem;
  line-height: 1.52;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .good-item .item-name {
    margin-top: 12.5%;
    font-size: 1.1rem;
  }
}
.good-item .naiyo {
  margin-top: 20px;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: center;
}
.good-item .price {
  margin-top: 20px;
  font-size: 2.1rem;
  line-height: 1.52;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .good-item .price {
    margin-top: 12.5%;
    font-size: 1.1rem;
  }
}
.good-item .txt {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  word-break: break-all;
	text-align:center;
}
@media screen and (max-width: 768px) {
  .good-item .txt {
    margin-top: calc(24 / 560 * 100%);
    font-size: 1rem;
  }
}
.good-item .c-btn01 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .good-item .c-btn01 {
    margin-top: 12px;
    margin-top: calc(24 / 560 * 100%);
  }
}
.good-item .c-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em;
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  background: #e51400;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .good-item .c-btn01 a {
    font-size: 1.4rem;
  }
}

.other-link {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .other-link {
    margin-top: calc(108 / 750 * 100%);
  }
}
.other-link .other-link-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .other-link .other-link-list {
    width: calc(560 / 750 * 100%);
  }
}
.other-link .other-link-list a {
  display: block;
}
@media screen and (max-width: 768px) {
  .other-link .other-link-list li:nth-child(2),
.other-link .other-link-list li:nth-child(3) {
    margin: 0 auto;
  }
}

.totop {
  position: fixed;
  right: 84px;
  bottom: 50px;
  width: 67px;
  height: 69px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .totop {
    right: 6%;
    bottom: 2%;
    width: 33px;
    height: 33px;
  }
}

/* modal */
img.mfp-img {
  padding: 0;
  border: 4px solid #BB9900;
}
@media screen and (max-width: 768px) {
  img.mfp-img {
    border: 2px solid #BB9900;
  }
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.mfp-image-holder .mfp-content {
  max-width: 736px;
  width: calc(736 / 1600 * 100%);
}
@media screen and (max-width: 768px) {
  .mfp-image-holder .mfp-content {
    max-width: 552px;
    width: calc(552 / 730 * 100%);
  }
}

.mfp-counter {
  display: none;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 65px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gallery-arrow {
    width: 13x;
    height: 24px;
  }
}

.gallery-arrow-left {
  left: 21.6%;
}
@media screen and (max-width: 768px) {
  .gallery-arrow-left {
    left: 2%;
  }
}

.gallery-arrow-left:before {
  content: "";
  display: block;
  width: 34px;
  height: 65px;
  background: url(../img/modal_arrowl.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .gallery-arrow-left:before {
    width: 13x;
    height: 24px;
  }
}

.gallery-arrow-right {
  right: 21.6%;
}
@media screen and (max-width: 768px) {
  .gallery-arrow-right {
    right: 2%;
  }
}

.gallery-arrow-right:before {
  content: "";
  display: block;
  width: 34px;
  height: 65px;
  background: url(../img/modal_arrowr.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .gallery-arrow-right:before {
    width: 13x;
    height: 24px;
  }
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 0;
  color: #BB9900;
  font-style: normal;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .mfp-close {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #BB9900;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #BB9900;
  font-size: 56px;
  top: -60px;
  right: -10px;
  text-align: right;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    font-size: 20px;
    top: -10%;
    right: 0%;
  }
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.good-spcl
{
	text-align:center;
	font-size:25px;
	margin:20px 0 40px;
	
}
.good-spcl-s
{
	text-align:center;
	font-size:15px;
	margin:10px 0 40px;
	
}

.button {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background: #BB9900;
    padding: 14px 60px;
	margin:20;
    border-radius: 6px;
    transition: .3s;
}
.button:hover {
    background-color: #DDCC80;  
}

/**********************************
* youtubemovie_responsived_by_h_kamijo
********************************/

.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

/**********************************
* chu-i
********************************/
.chui {
  margin: 30px 0px 10px;
	font-size:17px;
	color:#BB9900;
}
ul li .chuimidashi{
	padding-top:20px;
	padding-bottom:20px;
}
.chuibox {
	margin:10px 0px;
}
.chuibox2 {
	margin-left:20px;
}
.chuilist {
  list-style-type: square;
}
