@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
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,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  overflow: auto;
  font-size: 62.5%
}
body {
  overflow: hidden;
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
a {
  text-decoration: none;
  color: #d8d8d8;
  outline: none
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
.wrapper {
  position: relative
}
.wrapper:before,
.wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 300px
}
@media (max-width: 768px) {
  .wrapper:before,
  .wrapper:after {
    height: 230px
  }
}
.wrapper:before {
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), black);
  background-size: auto
}
.wrapper:after {
  z-index: 1;
  background: url(/_assets/images/header/bg-pattern.jpg);
  background-size: auto
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  padding: 0 3rem;
  position: inherit;
  z-index: 1
}
.main {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  padding: 0 3rem;
  position: inherit;
  z-index: 4;
  display: block
}
.main .page--title {
  margin: 0 auto;
  text-align: center
}
.main .page--title h2 {
  max-width: 50%;
  margin: 0 auto
}
.main .back--btn {
  width: 100%;
  max-width: 50%;
  margin: 125px auto;
  margin: 12.5rem auto;
  text-align: center
}
@media (max-width: 768px) {
  .main .back--btn {
    width: calc(100% - 6rem);
    max-width: 100%;
    margin: 90px auto;
    margin: 9rem auto
  }
}
.wrapper .bg--shape__01 {
  width: calc(513px / 1.5)
}
@media (max-width: 768px) {
  .wrapper .bg--shape__01 {
    width: 35%
  }
}
.wrapper .bg--shape__02 {
  width: calc(513px / 1.5)
}
@media (max-width: 768px) {
  .wrapper .bg--shape__02 {
    width: 35%
  }
}
.wrapper .bg--shape__03,
.wrapper .bg--shape__04 {
  width: calc(1080px / 2)
}
@media (max-width: 768px) {
  .wrapper .bg--shape__03,
  .wrapper .bg--shape__04 {
    width: 35%
  }
}
.bg--shape img {
  position: absolute
}
@media (max-width: 768px) {
  .bg--shape img {
    width: 35%
  }
}
.bg--shape__01 {
  z-index: 2;
  top: 30px;
  right: 0;
  margin-right: -80px;
  margin-right: -8rem
}
@media (max-width: 768px) {
  .bg--shape__01 {
    top: 150px;
    margin-right: -50px;
    margin-right: -5rem
  }
}
.bg--shape__02 {
  z-index: 2;
  top: 70px;
  left: 0;
  margin-left: -60px;
  margin-left: -6rem
}
@media (max-width: 768px) {
  .bg--shape__02 {
    top: 90px;
    margin-left: -80px;
    margin-left: -8rem
  }
}
.bg--shape__03 {
  z-index: -1;
  top: 30%;
  right: 0;
  margin-right: -80px;
  margin-right: -8rem
}
@media (max-width: 768px) {
  .bg--shape__03 {
    top: 80%
  }
}
.bg--shape__04 {
  z-index: -1;
  top: 70%;
  left: 0;
  margin-left: -80px;
  margin-left: -8rem
}
@media (max-width: 768px) {
  .bg--shape__04 {
    top: 60%
  }
}
.bg--shape__05 {
  z-index: -1;
  top: 95%;
  right: 0;
  margin-right: -80px;
  margin-right: -8rem
}
@media (max-width: 768px) {
  .bg--shape__05 {
    top: 93%;
    left: 0;
    margin-left: -80px;
    margin-left: -8rem
  }
}
.pageTop {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0
}
@media (max-width: 768px) {
  .pageTop {
    display: none !important
  }
}
.pageTop.navopen {
  z-index: 2
}
.pageTop a {
  position: relative;
  display: block;
  padding: 30px;
  padding: 3rem;
  border-radius: 5px 0 0;
  background: #901117
}
.pageTop a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30%;
  height: 30%;
  margin-top: -4px;
  margin-left: -8px;
  margin-left: -0.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}
.pc_only {
  display: block
}
@media (max-width: 48em) {
  .pc_only {
    display: none
  }
}
.sp_only {
  display: none
}
@media (max-width: 48em) {
  .sp_only {
    display: block
  }
}
.pc_inline_only {
  display: inline-block
}
@media (max-width: 48em) {
  .pc_inline_only {
    display: none
  }
}
.sp_inline_only {
  display: none
}
@media (max-width: 48em) {
  .sp_inline_only {
    display: inline-block
  }
}
header {
  position: relative;
  z-index: 5;
  padding-bottom: 110px;
  padding-bottom: 11rem
}
@media (max-width: 768px) {
  header {
    padding-bottom: 30px;
    padding-bottom: 3rem
  }
}
@media (max-width: 768px) {
  header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-top: 1rem
  }
}
header .header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 768px) {
  header .header__contents {
    width: 100%;
    max-width: 100%;
    margin-right: 35px;
    margin-right: 3.5rem;
    margin-left: -15px;
    margin-left: -1.5rem
  }
  header .header__contents img {
    width: 100%
  }
  header .header__contents.top {
    margin-right: 0;
    margin-left: 0
  }
  header .header__contents.top .header__text {
    width: 100%;
    margin-right: 0
  }
}
@media (min-width: 769px) {
  header .header__contents {
    max-width: 575px;
    margin: 0 auto;
    padding: 50px 0 40px;
    padding: 5rem 0 4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  header .header__contents.top {
    max-width: 810px
  }
}
@media (min-width: 769px) {
  header .header__contents.top .header__text {
    width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit
  }
}
@media (min-width: 769px) {
  header .header__title {
    width: 40.86957%;
    margin-right: 40px;
    margin-right: 4rem;
    margin-left: 40px;
    margin-left: 4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
}
@media (max-width: 768px) {
  header .header__text {
    width: 80%;
    margin-right: 7%
  }
}
@media (min-width: 769px) {
  header .header__text {
    width: 50.43478%;
    margin-right: -50px;
    margin-right: -5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
}
@media (max-width: 768px) {
  header .header .sp--btn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 0;
    width: 17.33333%
  }
  header .header .sp--btn.close {
    top: 20px;
    right: 10px;
    width: 10.66667%
  }
}
@media (max-width: 768px) {
  header .nav--wrap {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: black
  }
}
header .nav--wrap.open {
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
header .nav--wrap nav.nav {
  z-index: 1
}
@media (max-width: 768px) {
  header .nav--wrap nav.nav .nav--title {
    width: 44%;
    margin: 15px auto;
    margin: 1.5rem auto
  }
}
@media (min-width: 769px) {
  header .nav--wrap nav.nav .nav--lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
header .nav--wrap nav.nav .nav--lists li {
  width: 27.27273%;
  margin: 0 3px;
  margin: 0 0.3rem
}
@media (max-width: 768px) {
  header .nav--wrap nav.nav .nav--lists li {
    width: 100%;
    margin: 0
  }
  header .nav--wrap nav.nav .nav--lists li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(/_assets/images/header/nav/nav-list-border.png)
  }
  header .nav--wrap nav.nav .nav--lists li:last-of-type:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(/_assets/images/header/nav/nav-list-border.png)
  }
  header .nav--wrap nav.nav .nav--lists li:nth-of-type(1) a img {
    width: 22%
  }
  header .nav--wrap nav.nav .nav--lists li:nth-of-type(2) a img {
    width: 17.33333%
  }
  header .nav--wrap nav.nav .nav--lists li:nth-of-type(3) a img {
    width: 17.33333%
  }
  header .nav--wrap nav.nav .nav--lists li:nth-of-type(4) a img {
    width: 13.33333%
  }
  header .nav--wrap nav.nav .nav--lists li:nth-of-type(5) a img {
    width: 22%
  }
  header .nav--wrap nav.nav .nav--lists li:nth-of-type(6) a img {
    width: 22.66667%
  }
  header .nav--wrap nav.nav .nav--lists li:nth-of-type(7) a img {
    width: 22.66667%
  }
  header .nav--wrap nav.nav .nav--lists li a {
    display: block;
    padding: 20px 15px;
    padding: 2rem 1.5rem;
    text-align: right
  }
  header .nav--wrap nav.nav .nav--lists li a:hover {
    background-color: #530a0d
  }
}
header .nav--wrap nav.nav .nav--lists li:first-of-type {
  margin-left: 0
}
header .nav--wrap nav.nav .nav--lists li:last-of-type {
  margin-right: 0
}
.sliderModalBtn,
.accBtn {
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}
.sliderModalBtn:hover,
.accBtn:hover {
  opacity: .7
}
@media (max-width: 48em) {
  .sliderModalBtn:hover,
  .accBtn:hover {
    opacity: 1
  }
}
.modal-wap {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0
}
.modal-wap__inner {
  position: relative;
  position: relative;
  z-index: 100;
  top: 50%;
  width: 850px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (max-width: 1000px) {
  .modal-wap__inner {
    width: 80%
  }
}
.modal-wap__close-wap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8)
}
.accTarget {
  display: none
}
footer .footer {
  padding-bottom: 125px;
  padding-bottom: 12.5rem
}
@media (max-width: 768px) {
  footer .footer {
    padding-bottom: ４ 5px;
    padding-bottom: ４ 0.5rem
  }
}
footer .footer--sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  margin-bottom: 5rem
}
footer .footer--sns ul li {
  text-align: center
}
footer .footer--sns ul li:nth-of-type(1) {
  margin-right: 10px
}
footer .footer--sns ul li img {
  width: 50%
}
@media (max-width: 768px) {
  footer .footer--sns ul li img {
    width: 60%
  }
}
footer .footer--logo {
  width: 30%;
  max-width: 80%;
  margin: 0 auto
}
@media (max-width: 768px) {
  footer .footer--logo {
    width: calc(100% - 10rem)
  }
}
footer .footer--logo .copyright {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1.2px;
  color: #fff
}
footer .footer--logo .copyright span {
  margin-right: 5px;
  margin-left: -22px
}
#fixed_right_banner {
  position: fixed;
  z-index: 999;
  top: 20%;
  right: 0;
  display: none
}
@media (max-width: 768px) {
  #fixed_right_banner {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}
#fixed_right_banner img {
  float: right;
  width: 50%
}
#fixed_bottom_banner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #000
}
@media (min-width: 769px) {
  #fixed_bottom_banner {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}
@media (max-width: 768px) {
  #fixed_bottom_banner .float-box {
    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;
    padding: 10px 15px;
    padding: 1rem 1.5rem
  }
  #fixed_bottom_banner .float-box a:last-child {
    margin-left: 10px;
    margin-left: 1rem
  }
}
.is-ofh {
  overflow: hidden
}
.loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background: #fff
}
.loading::before,
.loading::after {
  content: "";
  position: absolute;
  z-index: 10000;
  width: 0;
  height: 0;
  -webkit-transition: .5s;
  transition: .5s
}
.loading::before {
  border-top: 100vh solid #310508;
  border-right: 101vw solid transparent
}
.loading::after {
  border-bottom: 100vh solid #310508;
  border-left: 100vw solid transparent
}
.loading span {
  position: fixed;
  z-index: 11000;
  top: 50vh;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 10px;
  margin: auto;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
  background: #fff
}
@media (max-width: 768px) {
  .loading span {
    height: 6px;
    border-radius: 100%
  }
}
.loading.is-loading span {
  width: 50vw;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
@media (max-width: 768px) {
  .loading.is-loading span {
    width: 80vw
  }
}
.loading.is-loading::before,
.loading.is-loading::after {
  -webkit-transition: .15s;
  transition: .15s
}
.loading.is-loading::before {
  border-right: 99vw solid transparent
}
.loading.is-loading::after {
  border-left: 102vw solid transparent
}
.loading.is-loaded::before,
.loading.is-loaded::after {
  -webkit-transition: .7s;
  transition: .7s
}
.loading.is-loaded::before {
  -webkit-transform: translateY(-101vh);
  transform: translateY(-101vh)
}
.loading.is-loaded::after {
  -webkit-transform: translateY(101vh);
  transform: translateY(101vh)
}
.keisen {
  letter-spacing: -1px !important
}
.kv {
  position: relative;
  overflow: hidden;
  height: 625px;
  text-align: center;
  background-image: url(/_assets/images/top/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
@media (max-width: 768px) {
  .kv {
    height: auto;
    padding-top: 112%
  }
}
.kv__vis {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -435px
}
@media (max-width: 768px) {
  .kv__vis {
    left: 0;
    margin-left: 0px
  }
}
.kv__vis img {
  max-width: none
}
@media (max-width: 768px) {
  .kv__vis img {
    width: 100%
  }
}
.kv__comic figure {
  position: absolute
}
.kv__comic figure img {
  max-width: none
}
.kv__comic--l,
.kv__comic--r {
  position: absolute;
  top: 0
}
.kv__comic--l {
  right: 50%
}
.kv__comic--l1 {
  top: -9px;
  right: 403px
}
.kv__comic--l2 {
  top: 23px;
  right: 596px
}
.kv__comic--l3 {
  top: 173px;
  right: 398px
}
.kv__comic--l4 {
  top: 310px;
  right: 492px
}
.kv__comic--l5 {
  top: 343px;
  right: 367px
}
.kv__comic--l figure:nth-child(2),
.kv__comic--l figure:nth-child(5) {
  -webkit-animation: kv-fade1 infinite 6s;
  animation: kv-fade1 infinite 6s
}
.kv__comic--l figure:nth-child(1),
.kv__comic--l figure:nth-child(3),
.kv__comic--l figure:nth-child(4) {
  -webkit-animation: kv-fade2 infinite 6s;
  animation: kv-fade2 infinite 6s;
  opacity: 0
}
.kv__comic--r {
  left: 50%
}
.kv__comic--r1 {
  top: -18px;
  left: 447px
}
.kv__comic--r2 {
  top: 85px;
  left: 318px
}
.kv__comic--r3 {
  top: 292px;
  left: 469px
}
.kv__comic--r4 {
  top: 454px;
  left: 398px
}
.kv__comic--r figure:nth-child(2),
.kv__comic--r figure:nth-child(3) {
  -webkit-animation: kv-fade2 infinite 6s;
  animation: kv-fade2 infinite 6s;
  opacity: 0
}
.kv__comic--r figure:nth-child(1),
.kv__comic--r figure:nth-child(4) {
  -webkit-animation: kv-fade1 infinite 6s;
  animation: kv-fade1 infinite 6s
}
@-webkit-keyframes kv-fade1 {
  50% {
    opacity: 0
  }
}
@keyframes kv-fade1 {
  50% {
    opacity: 0
  }
}
@-webkit-keyframes kv-fade2 {
  50% {
    opacity: 1
  }
}
@keyframes kv-fade2 {
  50% {
    opacity: 1
  }
}
.wrapper.top .bg--shape__01 {
  z-index: -1;
  top: 300px
}
@media (max-width: 768px) {
  .wrapper.top .bg--shape__01 {
    width: 65%
  }
}
.wrapper.top .bg--shape__02 {
  top: 30px
}
@media (max-width: 768px) {
  .wrapper.top .bg--shape__02 {
    top: -9px;
    width: 46%
  }
}
.wrapper.top .bg--shape__03 {
  top: 15%;
  right: -100px
}
.wrapper.top .bg--shape__04 {
  top: 9%;
  left: -80px;
  width: 27%
}
.wrapper.top .bg--shape__05 {
  top: 25%;
  width: 26%
}
.wrapper.top .bg--shape__06 {
  top: 18%;
  left: 3%;
  width: 28%
}
@media (max-width: 768px) {
  .wrapper.top .bg--shape__06 {
    top: 13%;
    left: -9%
  }
}
.wrapper.top .main--top {
  position: inherit;
  z-index: 2
}
.wrapper.top .main--top .title {
  width: 24.42748%;
  margin: 0 auto
}
@media (max-width: 768px) {
  .wrapper.top .main--top .title {
    width: 35%
  }
}
.wrapper.top .main--top .title img {
  max-height: 100%
}
.wrapper.top .new--information {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  padding: 0 3rem;
  margin-top: -30px
}
.wrapper.top .new--information .title {
  width: calc(750px - 630px)
}
@media (max-width: 768px) {
  .wrapper.top .new--information .title {
    width: 18.66667%
  }
}
.wrapper.top .new--information__box {
  padding: 4px;
  border: 2px solid #7a5a1e;
  background: #000
}
@media (min-width: 769px) {
  .wrapper.top .new--information__box {
    max-width: 800px;
    margin: 0 auto
  }
}
.wrapper.top .new--information__box--inner {
  padding: 15px 30px 25px;
  padding: 1.5rem 3rem 2.5rem;
  border: 1px solid #7a5a1e
}
@media (max-width: 768px) {
  .wrapper.top .new--information__box--inner {
    padding: 15px 15px 25px;
    padding: 1.5rem 1.5rem 2.5rem
  }
}
.wrapper.top .new--information__box--lists {
  margin-top: 30px;
  margin-top: 3rem
}
@media (max-width: 768px) {
  .wrapper.top .new--information__box--lists {
    margin-top: 15px;
    margin-top: 1.5rem
  }
}
.wrapper.top .new--information__box--lists dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px
}
@media (max-width: 768px) {
  .wrapper.top .new--information__box--lists dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.wrapper.top .new--information__box--lists dl + dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  border-top: 1px solid #fff
}
.wrapper.top .new--information__box--lists dl dt {
  width: 15%;
  margin-right: 10px;
  margin-right: 1rem;
  color: #999
}
@media (max-width: 768px) {
  .wrapper.top .new--information__box--lists dl dt {
    width: 25%
  }
}
.wrapper.top .new--information__box--lists dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff
}
.wrapper.top .new--information__box--lists dl dd a {
  text-decoration: underline;
  color: #f3b51d
}
.wrapper.top .new--information__box--lists dl dd a:hover {
  text-decoration: none
}
@media (max-width: 48em) {
  .wrapper.top .new--information__box--lists dl dd a:hover {
    text-decoration: underline
  }
}
.wrapper.top .new--information__box--btn {
  width: 23.125%;
  margin: 20px auto 0;
  margin: 2rem auto 0
}
@media (max-width: 768px) {
  .wrapper.top .new--information__box--btn {
    width: 60%
  }
}
.wrapper.top .twitter {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  padding: 0 3rem
}
.wrapper.top .twitter--box {
  max-width: 450px;
  margin: 95px auto 0;
  margin: 9.5rem auto 0
}
@media (max-width: 768px) {
  .wrapper.top .twitter--box {
    margin: 50px auto 0;
    margin: 5rem auto 0
  }
}
.wrapper.top .gaiyou {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  padding: 0 3rem;
  margin-bottom: 40px;
  margin-bottom: 4rem
}
.wrapper.top .gaiyou .title {
  padding-top: 70px;
  padding-top: 7rem
}
@media (max-width: 768px) {
  .wrapper.top .gaiyou .title {
    width: calc(100% - 140px);
    padding-top: 35px;
    padding-top: 3.5rem
  }
}
.wrapper.top .gaiyou--wrap {
  width: 65%;
  margin: 0 auto
}
@media (max-width: 768px) {
  .wrapper.top .gaiyou--wrap {
    width: 100%;
    margin-left: 0
  }
}
.wrapper.top .gaiyou--box {
  margin-top: 30px;
  margin-top: 3rem
}
.wrapper.top .gaiyou--box--title .sub--title {
  margin-bottom: -10px;
  margin-bottom: -1rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #999
}
.wrapper.top .gaiyou--box--title p {
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff
}
@media (max-width: 768px) {
  .wrapper.top .gaiyou--box--title p {
    font-size: 20px;
    font-size: 2rem
  }
}
@media (max-width: 768px) {
  .wrapper.top .gaiyou--box--title p .date {
    display: block;
    width: 100%;
    font-size: 20px;
    font-size: 2rem
  }
  .wrapper.top .gaiyou--box--title p .date.right {
    text-align: right
  }
}
.wrapper.top .gaiyou--box--title p span.font-small {
  font-size: 12px;
  font-size: 1.2rem
}
.wrapper.top .gaiyou--box--title .access {
  margin: 5px 0 15px;
  color: #fff
}
.wrapper.top .gaiyou--box--title .contact {
  margin: 0 0 20px;
  color: #fff
}
.wrapper.top .gaiyou--box--title .contact__tel {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold
}
.wrapper.top .gaiyou--box--title .contact_attn {
  font-size: 12px;
  font-size: 1.2rem
}
.wrapper.top .gaiyou--box--title .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
  margin-bottom: 25px;
  margin-bottom: 2.5rem
}
@media (max-width: 768px) {
  .wrapper.top .gaiyou--box--title .map {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.wrapper.top .gaiyou--box--title .map li {
  margin-left: 10px
}
.wrapper.top .gaiyou--box--title .map li:first-child {
  margin-left: 0
}
.wrapper.top .gaiyou--box--title .map a {
  display: block;
  width: 160px;
  padding: 3px 20px;
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  text-align: center;
  background: #8d1116
}
@media (max-width: 768px) {
  .wrapper.top .gaiyou--box--title .map a {
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px
  }
}
.wrapper.top .gaiyou--box--title .map a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-right: 8px;
  background: url(/_assets/images/top/map-icon.png),no-repeat;
  background-size: cover
}
.wrapper.top .gaiyou--box--contents {
  color: #fff
}
.wrapper.top .midokoro {
  position: relative;
  z-index: -1;
  width: 100%;
  padding-top: 145px;
  padding-top: 14.5rem;
  padding-bottom: 250px;
  padding-bottom: 25rem;
  background: url(/_assets/images/top/midokoro-bg.png);
  background-repeat: no-repeat;
  background-size: cover
}
@media (max-width: 768px) {
  .wrapper.top .midokoro {
    padding-top: 50px;
    padding-top: 5rem
  }
}
@media (max-width: 768px) {
  .wrapper.top .midokoro .title {
    width: calc(100% - 140px)
  }
}
.wrapper.top .midokoro--inner {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  padding: 0 3rem
}
.wrapper.top .midokoro--inner .syoukai--title {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center
}
@media (max-width: 768px) {
  .wrapper.top .midokoro--inner .syoukai--title {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold
  }
}
.wrapper.top .midokoro--inner .syoukai--text {
  margin-bottom: 60px;
  margin-bottom: 6rem;
  font-size: 17px;
  font-size: 1.7rem
}
.wrapper.top .midokoro--inner .syoukai--contents {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 60px;
  padding: 4rem 6rem;
  background: url(/_assets/images/top/syoukai-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 768px) {
  .wrapper.top .midokoro--inner .syoukai--contents {
    padding: 20px 25px;
    padding: 2rem 2.5rem
  }
}
.wrapper.top .midokoro--inner .syoukai--contents_top {
  width: calc(640px / 2);
  margin: 20px auto
}
@media (max-width: 768px) {
  .wrapper.top .midokoro--inner .syoukai--contents_top {
    width: auto
  }
}
.wrapper.top .midokoro--inner .syoukai--contents_top .box {
  margin: 0
}
.wrapper.top .midokoro--inner .syoukai--contents_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 768px) {
  .wrapper.top .midokoro--inner .syoukai--contents_bottom {
    display: block
  }
  .wrapper.top .midokoro--inner .syoukai--contents_bottom .box {
    margin: 0 auto
  }
}
.wrapper.top .midokoro--inner .syoukai--contents_bottom .box {
  margin: 0 0 50px;
  margin: 0 0 5rem
}
.wrapper.top .midokoro--inner .syoukai--contents .box {
  position: relative;
  width: calc(640px / 2);
  margin-bottom: 50px;
  margin-bottom: 5rem
}
@media (max-width: 768px) {
  .wrapper.top .midokoro--inner .syoukai--contents .box {
    width: auto;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 2.5rem
  }
}
.wrapper.top .midokoro--inner .syoukai--contents .box--title {
  position: inherit;
  width: calc(640px / 2 - 6rem);
  margin: 0 auto -13px;
  margin: 0 auto -1.3rem
}
@media (max-width: 768px) {
  .wrapper.top .midokoro--inner .syoukai--contents .box--title {
    width: 58.66667%
  }
}
.wrapper.top .midokoro--inner .syoukai--contents .box figure figcaption {
  margin-top: 15px;
  margin-top: 1.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left
}
.wrapper.top .midokoro--inner .syoukai--contents .box figure figcaption .red {
  color: red
}
.wrapper.top .midokoro--loadImg {
  width: 100%;
  height: 200px;
  margin: 100px 0;
  margin: 10rem 0;
  -webkit-animation: loopSlide 35s linear infinite;
  animation: loopSlide 35s linear infinite;
  background: transparent url(/_assets/images/top/midokoro-img.png) repeat-x;
  background-size: cover
}
@media (max-width: 768px) {
  .wrapper.top .midokoro--loadImg {
    margin: 50px 0;
    margin: 5rem 0
  }
}
@-webkit-keyframes loopSlide {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: -2182px 0
  }
}
@keyframes loopSlide {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: -2182px 0
  }
}
.wrapper.top .midokoro--wrap {
  margin-top: 60px
}
.wrapper.top .midokoro--wrap p {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: #010000
}
.wrapper.top .midokoro--wrap p + p {
  margin-top: 1.5em
}
.wrapper.top .midokoro--wrap p:last-child {
  text-align: right
}
.wrapper.top .midokoro--wrap span {
  font-size: 12px;
  letter-spacing: 0.96px
}
.wrapper.top .midokoro .next-comment {
  margin-top: 20px;
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center
}
@media (max-width: 768px) {
  .wrapper.top .midokoro .next-comment {
    font-size: 20px;
    font-size: 2rem
  }
}
.wrapper.top .topix {
  position: relative;
  margin-top: -150px;
  margin-top: -15rem;
  padding-top: 95px;
  padding-top: 9.5rem;
  padding-bottom: 200px;
  padding-bottom: 20rem;
  background: url(/_assets/images/top/topix-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%
}
@media (max-width: 768px) {
  .wrapper.top .topix {
    padding-top: 55px;
    padding-top: 5.5rem;
    padding-bottom: 120px;
    padding-bottom: 12rem;
    background-size: cover
  }
}
.wrapper.top .topix--title {
  width: 21.36364%;
  margin: 0 auto 30px;
  margin: 0 auto 3rem;
  padding-top: 30px;
  padding-top: 3rem
}
@media (max-width: 768px) {
  .wrapper.top .topix--title {
    width: calc(100% - 135px)
  }
}
.wrapper.top .topix--title.goods {
  width: 16.36364%;
  padding-top: 60px;
  padding-top: 6rem
}
@media (max-width: 768px) {
  .wrapper.top .topix--title.goods {
    width: calc(100% - 160px)
  }
}
.wrapper.top .topix--inner {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  padding: 0 3rem
}
.wrapper.top .topix--message {
  max-width: 840px;
  margin: 0 auto 100px;
  margin: 0 auto 10rem;
  color: #fff
}
@media (max-width: 768px) {
  .wrapper.top .topix--message {
    margin: 0 auto 0
  }
}
.wrapper.top .topix--message p {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-size: 25px;
  font-size: 2.5rem
}
@media (max-width: 768px) {
  .wrapper.top .topix--message p {
    margin-top: 0;
    margin-bottom: 0
  }
}
.wrapper.top .topix--message p a {
  text-decoration: underline
}
.wrapper.top .topix--message p a {
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif
}
.wrapper.top .topix--message--btn {
  width: 35.45455%;
  margin: 60px auto 0;
  margin: 6rem auto 0
}
@media (max-width: 768px) {
  .wrapper.top .topix--message--btn {
    width: calc(100% - 100px)
  }
}
.wrapper.top .topix .goods--message--title {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #fff
}
@media (max-width: 768px) {
  .wrapper.top .topix .goods--message--title {
    font-size: 20px;
    font-size: 2rem
  }
}
.wrapper.top .topix .goods--message--comments {
  max-width: 480px;
  margin: 30px auto
}
@media (max-width: 48em) {
  .wrapper.top .topix .goods--message--comments {
    width: 90%
  }
}
.wrapper.top .topix .goods--message--comments figcaption {
  margin-top: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff
}
.wrapper.top .junkai--information {
  margin-bottom: 270px;
  padding-top: 80px;
  padding-top: 8rem
}
@media (max-width: 768px) {
  .wrapper.top .junkai--information {
    padding-top: 20px;
    padding-top: 2rem
  }
}
.wrapper.top .junkai--information--inner {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  padding: 0 3rem
}
.wrapper.top .junkai--information--title {
  width: 20.45455%;
  margin: 0 auto 30px;
  margin: 0 auto 3rem
}
@media (max-width: 768px) {
  .wrapper.top .junkai--information--title {
    width: calc(100%  - 130px)
  }
}
.wrapper.top .junkai--information--message p {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #fff
}
@media (max-width: 768px) {
  .wrapper.top .junkai--information--message p {
    font-size: 15px;
    font-size: 1.5rem
  }
}
.wrapper.top .junkai--information--message .notice {
  margin: 15px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  color: #fff
}
.display-change {
  text-align: center
}
.display-change__tit {
  position: relative;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center
}
@media (max-width: 48em) {
  .display-change__tit {
    margin-bottom: 20px
  }
}
.display-change__tit::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #303130
}
.display-change__txt {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left
}
.introduction-slider {
  width: 800px;
  margin: 40px auto 0
}
@media (max-width: 48em) {
  .introduction-slider {
    margin-top: 30px
  }
}
@media (max-width: 1000px) {
  .introduction-slider {
    width: 90%
  }
}
.introduction-slider__block {
  position: relative;
  height: 800px;
  border-radius: 5px;
  background: url(/_assets/images/top/introduction-slider-block-bg.jpg) repeat left top;
  background-size: 64px
}
@media (max-width: 48em) {
  .introduction-slider__block {
    height: auto
  }
}
.introduction-slider__block .notes {
  position: absolute;
  bottom: 40px;
  left: 62px;
  font-size: 13px;
  font-size: 1.3rem
}
@media (max-width: 1000px) {
  .introduction-slider__block .notes {
    bottom: 20px;
    left: 5%
  }
}
.introduction-slider__block-in {
  width: 675px;
  margin: 0 auto;
  padding-top: 90px
}
@media (max-width: 48em) {
  .introduction-slider__block-in {
    padding: 55px 0 50px
  }
}
@media (max-width: 1000px) {
  .introduction-slider__block-in {
    width: 90%
  }
}
.introduction-slider__block-in .introduction-block + .introduction-block {
  margin-top: 50px
}
@media (max-width: 48em) {
  .introduction-slider__block-in .introduction-block + .introduction-block {
    margin-top: 25px
  }
}
.introduction-slider__block-in .pic {
  position: relative
}
.introduction-slider__block-in .pic .tit {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media (max-width: 48em) {
  .introduction-slider__block-in .pic .tit {
    top: -15%
  }
}
.introduction-slider__block-in .pic.pic01 {
  width: 324px;
  margin: 0 auto
}
@media (max-width: 48em) {
  .introduction-slider__block-in .pic.pic01 {
    width: 100%
  }
}
.introduction-slider__block-in .pic.pic02 {
  width: 487px;
  margin: 0 auto
}
@media (max-width: 48em) {
  .introduction-slider__block-in .pic.pic02 {
    width: 100%
  }
}
@media (max-width: 48em) {
  .introduction-slider__block-in .pic img.pc_only {
    display: none
  }
}
.introduction-slider__block-in .pic img.sp_only {
  display: none
}
@media (max-width: 48em) {
  .introduction-slider__block-in .pic img.sp_only {
    display: block
  }
}
.introduction-slider__block-in .txt {
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em
}
@media (max-width: 48em) {
  .introduction-slider__block-in .txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left
  }
}
.introduction-slider .slider01 .introduction-block + .introduction-block {
  margin-top: 70px
}
@media (max-width: 48em) {
  .introduction-slider .slider01 .introduction-block + .introduction-block {
    margin-top: 45px
  }
}
.introduction-slider .slider01 .pic.pic01 .tit {
  width: 308px
}
@media (max-width: 48em) {
  .introduction-slider .slider01 .pic.pic01 .tit {
    width: 80%
  }
}
.introduction-slider .slider01 .pic.pic02 {
  width: 324px
}
@media (max-width: 48em) {
  .introduction-slider .slider01 .pic.pic02 {
    width: 100%
  }
}
.introduction-slider .slider01 .pic.pic02 .tit {
  width: 266px
}
@media (max-width: 48em) {
  .introduction-slider .slider01 .pic.pic02 .tit {
    width: 80%
  }
}
.introduction-slider .slider02 .pic.pic01 .tit {
  width: 269px
}
@media (max-width: 48em) {
  .introduction-slider .slider02 .pic.pic01 .tit {
    width: 80%
  }
}
.introduction-slider .slider03 .pic.pic01 .tit {
  width: 269px
}
@media (max-width: 48em) {
  .introduction-slider .slider03 .pic.pic01 .tit {
    width: 80%
  }
}
.introduction-slider .slider04 .pic.pic01 .tit {
  width: 269px
}
@media (max-width: 48em) {
  .introduction-slider .slider04 .pic.pic01 .tit {
    width: 80%
  }
}
.introduction-slider .slider05 .pic.pic01 .tit {
  width: 269px
}
@media (max-width: 48em) {
  .introduction-slider .slider05 .pic.pic01 .tit {
    width: 80%
  }
}
.introduction-slider .slider06 .pic.pic01 .tit {
  width: 269px
}
@media (max-width: 48em) {
  .introduction-slider .slider06 .pic.pic01 .tit {
    width: 80%
  }
}
.introduction-slider .slick-slide {
  height: auto
}
.introduction-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 55px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
  border: none;
  outline: none
}
@media (max-width: 48em) {
  .introduction-slider .slick-arrow {
    width: 20px
  }
}
.introduction-slider .slick-arrow.slick-prev {
  left: -50px;
  background: url(/_assets/images/top/introduction-slider-arrow-prev.png) no-repeat center center;
  background-size: 100%
}
@media (max-width: 48em) {
  .introduction-slider .slick-arrow.slick-prev {
    left: -40px
  }
}
.introduction-slider .slick-arrow.slick-next {
  right: -50px;
  background: url(/_assets/images/top/introduction-slider-arrow-next.png) no-repeat center center;
  background-size: 100%
}
@media (max-width: 48em) {
  .introduction-slider .slick-arrow.slick-next {
    right: -40px
  }
}
.introduction-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.introduction-slider .slick-dots button {
  width: 15px;
  height: 15px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
  outline: none;
  background: #959595
}
.introduction-slider .slick-dots li + li {
  margin-left: 10px
}
.introduction-slider .slick-dots li.slick-active button {
  background: #8f0e07
}
.introduction-detail {
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center
}
@media (max-width: 48em) {
  .introduction-detail {
    margin-top: 40px
  }
}
.introduction-detail a {
  text-decoration: underline;
  color: #333
}
.introduction-detail a:hover {
  text-decoration: none
}
@media (max-width: 48em) {
  .introduction-detail a:hover {
    text-decoration: underline
  }
}
.main.notice {
  padding: 0 20px;
  padding: 0 2rem
}
@media (min-width: 769px) {
  .main.notice {
    max-width: calc(850px + 6rem)
  }
}
.main.notice .bg--shape__01 {
  top: 85%;
  right: 0%;
  width: auto
}
@media (max-width: 768px) {
  .main.notice .bg--shape__01 {
    top: 30%;
    left: -15%
  }
}
.main.notice .bg--shape__02 {
  top: 10%;
  right: 0%;
  width: auto
}
@media (max-width: 768px) {
  .main.notice .bg--shape__02 {
    top: 5%
  }
}
.main.notice .bg--shape__03 {
  z-index: 0;
  top: 60%;
  left: 0%;
  width: 32%
}
@media (max-width: 768px) {
  .main.notice .bg--shape__03 {
    top: 52%;
    left: -10%
  }
}
.main.notice .bg--shape__04 {
  z-index: 0;
  top: 30%;
  right: 0;
  left: initial;
  width: auto
}
@media (max-width: 768px) {
  .main.notice .bg--shape__04 {
    top: 20%
  }
}
@media (max-width: 768px) {
  .main.notice .bg--shape__05 {
    z-index: 0;
    top: 75%;
    right: 0;
    left: inherit
  }
}
.main.notice .page--title h2 {
  width: 31.76471%
}
@media (max-width: 768px) {
  .main.notice .page--title h2 {
    width: calc(100% - 10rem)
  }
}
.main.notice .notice--top .message {
  margin-top: 50px;
  margin-top: 5rem;
  list-style-position: outside;
  list-style-type: disc
}
@media (max-width: 768px) {
  .main.notice .notice--top .message {
    margin-top: 30px;
    margin-top: 3rem;
    padding: 0 0px 0 15px;
    padding: 0 0rem 0 1.5rem
  }
}
@media (min-width: 769px) {
  .main.notice .notice--top .message {
    padding: 0 20px;
    padding: 0 2rem
  }
}
.main.notice .notice--top .message li {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff
}
.main.notice .notice--sec h3 {
  margin-top: 70px;
  margin-top: 7rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding: 2px 0;
  padding: 0.2rem 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #901117
}
@media (max-width: 768px) {
  .main.notice .notice--sec h3 {
    margin-top: 35px;
    margin-top: 3.5rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding: 10px 0;
    padding: 1rem 0;
    font-size: 15px;
    font-size: 1.5rem
  }
}
.main.notice .notice--sec__lists {
  margin-bottom: 70px;
  margin-bottom: 7rem;
  color: #fff
}
.main.notice .notice--sec__lists:last-of-type {
  margin-bottom: 0
}
.main.notice .notice--sec__lists ul.accordion li.box {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  letter-spacing: 1.5px;
  border: 1px solid #fff;
  background: #000
}
.main.notice .notice--sec__lists ul.accordion li.box:last-of-type {
  margin-bottom: 0
}
.main.notice .notice--sec__lists ul.accordion li.box p.box--title {
  position: relative;
  padding: 20px 25px 22px;
  padding: 2rem 2.5rem 2.2rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  cursor: pointer;
  color: #fff;
  background: #901117
}
@media (max-width: 768px) {
  .main.notice .notice--sec__lists ul.accordion li.box p.box--title {
    padding: 15px 25px 20px 15px;
    padding: 1.5rem 2.5rem 2rem 1.5rem;
    font-size: 15px;
    font-size: 1.5rem
  }
}
.main.notice .notice--sec__lists ul.accordion li.box p.box--title span {
  padding-left: 5px;
  padding-left: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem
}
.main.notice .notice--sec__lists ul.accordion li.box p.box--title:before,
.main.notice .notice--sec__lists ul.accordion li.box p.box--title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-top: -2px;
  margin-right: 25px;
  margin-right: 2.5rem;
  background: #fff
}
@media (max-width: 768px) {
  .main.notice .notice--sec__lists ul.accordion li.box p.box--title:before,
  .main.notice .notice--sec__lists ul.accordion li.box p.box--title:after {
    width: 15px;
    margin-top: -6px;
    margin-right: 12px;
    margin-right: 1.2rem
  }
}
.main.notice .notice--sec__lists ul.accordion li.box p.box--title:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.main.notice .notice--sec__lists ul.accordion li.box p.box--title.active:after {
  height: 0
}
.main.notice .notice--sec__lists ul.accordion li.box .accordion-box {
  display: none;
  margin-top: 20px;
  margin-left: 15px;
  margin-left: 1.5rem;
  padding: 0 25px 25px;
  padding: 0 2.5rem 2.5rem;
  list-style-position: outside;
  list-style-type: disc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}
@media (max-width: 768px) {
  .main.notice .notice--sec__lists ul.accordion li.box .accordion-box {
    padding: 0 15px 20px;
    padding: 0 1.5rem 2rem
  }
}
.main.notice .notice--sec__lists ul.accordion li.box .accordion-box.active {
  display: block
}
.main.notice .notice--sec__lists ul.accordion li.box .accordion-box li {
  font-size: 15px;
  font-size: 1.5rem
}
@media (max-width: 768px) {
  .main.notice .notice--sec__lists ul.accordion li.box .accordion-box li {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.main.notice .notice--sec__lists ul.accordion li.box .accordion-box li a {
  text-decoration: underline
}
.main.notice .notice--sec__lists ul.accordion li.box .accordion-box li a:hover {
  font-weight: bold
}
.main.notice .notice--sec__lists ul.accordion li.box.open p.box--title:after {
  height: 0
}
.main.ticket {
  max-width: none;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem
}
@media (max-width: 768px) {
  .main.ticket .ticket-lead .bg--shape img,
  .main.ticket #pre .bg--shape img,
  .main.ticket #ticket .bg--shape img,
  .main.ticket #ticket-goods .bg--shape img {
    width: 35%
  }
}
@media (max-width: 768px) {
  .main.ticket {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.main.ticket .sp-only {
  display: none
}
@media (max-width: 768px) {
  .main.ticket .sp-only {
    display: block
  }
}
.main.ticket .pc-only {
  display: block
}
@media (max-width: 768px) {
  .main.ticket .pc-only {
    display: none
  }
}
.main.ticket .top-message {
  z-index: 3;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff
}
@media (max-width: 768px) {
  .main.ticket .top-message {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem
  }
}
.main.ticket .top-message.end {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  margin-left: -50px;
  padding: 20px 0 50px;
  border: 1px solid #fff
}
@media (max-width: 1100px) {
  .main.ticket .top-message.end {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
}
.main.ticket .top-message.end span {
  display: inline-block;
  padding: 0 200px;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #f3cf3f
}
@media (max-width: 48em) {
  .main.ticket .top-message.end span {
    width: 70%;
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    font-size: 1.3rem
  }
}
.main.ticket .top-message.end::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 23px;
  height: 23px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent
}
.main.ticket .top-message.end.isOpen::after {
  bottom: 15px;
  border-top: none;
  border-bottom: 15px solid #fff
}
.main.ticket .inner-width {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 3rem
}
@media (max-width: 768px) {
  .main.ticket .inner-width {
    max-width: none;
    padding: 0 25px;
    padding: 0 2.5rem
  }
}
.main.ticket .inner-width .end-wap {
  position: relative;
  margin-top: 25px
}
@media (max-width: 48em) {
  .main.ticket .inner-width .end-wap {
    margin-top: 0
  }
}
.main.ticket .inner-width .end-wap::after {
  content: '';
  position: absolute;
  z-index: 31;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, 0.7)
}
.main.ticket .page--title {
  max-width: 1060px;
  padding: 0 30px;
  padding: 0 3rem
}
.main.ticket .page--title h2 {
  width: 25%
}
@media (max-width: 768px) {
  .main.ticket .page--title h2 {
    width: calc(100% - 10rem)
  }
}
.main.ticket .ticket-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 768px) {
  .main.ticket .ticket-nav {
    margin: 35px 0 15px;
    padding: 0 25px;
    padding: 0 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.main.ticket .ticket-nav a {
  position: relative;
  display: block;
  width: 150px;
  margin-right: 20px;
  padding: 10px 0 20px;
  color: #fff;
  border-radius: 3px;
  background: #b4161c
}
@media (max-width: 768px) {
  .main.ticket .ticket-nav a {
    width: 32%;
    margin: 0
  }
}
.main.ticket .ticket-nav a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 7px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent
}
.main.ticket .ticket-nav a.end {
  line-height: 1.5;
  pointer-events: none;
  background: #626262
}
.main.ticket .ticket-nav a.end span {
  font-size: 10px;
  color: #f3cf3f
}
.main.ticket .ticket-lead {
  position: relative;
  padding: 0 0 60px
}
.main.ticket .ticket-lead .lead-list {
  padding: 25px 30px;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-align: left;
  background: url("/_assets/images/page/bg_pattern.png") top center repeat
}
@media (max-width: 768px) {
  .main.ticket .ticket-lead .lead-list {
    padding: 12px 15px
  }
}
.main.ticket .ticket-lead .lead-list li {
  margin-bottom: 20px;
  padding-left: 14px
}
@media (max-width: 768px) {
  .main.ticket .ticket-lead .lead-list li {
    margin-bottom: 10px
  }
}
.main.ticket .ticket-lead .lead-list li:last-child {
  margin-bottom: 0
}
.main.ticket .ticket-lead .lead-list li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  margin-left: -14px;
  border-radius: 50%;
  background: #b4161c
}
.main.ticket .ticket-lead .bg--shape__01 {
  top: 30%;
  right: -29%;
  width: auto
}
.main.ticket .ticket-box {
  position: relative;
  position: relative;
  z-index: 30;
  padding: 25px 0
}
@media (max-width: 768px) {
  .main.ticket .ticket-box {
    padding: 0 0 30px
  }
}
.main.ticket .ticket-box:first-child {
  padding-top: 0
}
.main.ticket .ticket-box__title {
  padding: 15px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #fff
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__title {
    font-size: 17px;
    font-size: 1.7rem
  }
}
.main.ticket .ticket-box__title .label {
  margin-left: 10px;
  padding: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #000;
  border-radius: 2px;
  background: #f3cf3f
}
.main.ticket .ticket-box__cont {
  padding: 30px;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background: url("/_assets/images/page/bg_pattern.png") top center repeat
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont {
    padding: 25px 15px
  }
}
.main.ticket .ticket-box__cont .text-area {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .text-area {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px
  }
}
.main.ticket .ticket-box__cont .text-area em {
  font-weight: bold;
  font-style: normal;
  color: #da1446
}
.main.ticket .ticket-box__cont .text-area .item-info {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.8
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .text-area .item-info {
    font-size: 13px
  }
  .main.ticket .ticket-box__cont .text-area .item-info p + p {
    margin-top: 1em
  }
}
.main.ticket .ticket-box__cont .text-area .item-info span {
  color: #8f1617
}
.main.ticket .ticket-box__cont .text-area p + p {
  margin-top: 1em
}
.main.ticket .ticket-box__cont .about-ticket {
  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
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket {
    display: block
  }
}
.main.ticket .ticket-box__cont .about-ticket .price {
  width: 520px;
  border: 2px solid #e2e5e9;
  background: #fff
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .price {
    width: 100%
  }
}
.main.ticket .ticket-box__cont .about-ticket .price dt {
  padding: 8px 0;
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #e2e5e9
}
.main.ticket .ticket-box__cont .about-ticket .price dt.orange {
  background: #d35400
}
.main.ticket .ticket-box__cont .about-ticket .price dt.blue {
  background: #329af0
}
.main.ticket .ticket-box__cont .about-ticket .price dd {
  padding: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #fff
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .price dd {
    padding: 10px
  }
}
.main.ticket .ticket-box__cont .about-ticket .price dd span {
  font-size: 12px;
  font-size: 1.2rem
}
.main.ticket .ticket-box__cont .about-ticket .price-table {
  table-layout: fixed;
  border-collapse: collapse
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .price-table {
    width: 100%
  }
}
.main.ticket .ticket-box__cont .about-ticket .price-table tr:first-child th {
  width: 160px
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .price-table tr:first-child th {
    width: auto
  }
}
.main.ticket .ticket-box__cont .about-ticket .price-table td,
.main.ticket .ticket-box__cont .about-ticket .price-table th {
  padding: 10px;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .price-table td,
  .main.ticket .ticket-box__cont .about-ticket .price-table th {
    padding: 10px;
    padding: 1rem
  }
}
.main.ticket .ticket-box__cont .about-ticket .price-table th {
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid #ced4da
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .price-table th {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.main.ticket .ticket-box__cont .about-ticket .price-table td {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #ced4da;
  background: #fff
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .price-table td {
    font-size: 10px;
    font-size: 1rem
  }
}
.main.ticket .ticket-box__cont .about-ticket .benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .benefits {
    margin: 25px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.main.ticket .ticket-box__cont .about-ticket .benefits li {
  width: 120px;
  max-width: 120px;
  height: auto
}
@media (max-width: 768px) {
  .main.ticket .ticket-box__cont .about-ticket .benefits li {
    max-width: 110px
  }
}
.main.ticket .ticket-box__cont .notice {
  margin: 15px 0 0;
  font-size: 11px;
  font-size: 1.1rem
}
.main.ticket .ticket-box__cont .notice a {
  font-weight: bold;
  text-decoration: underline;
  color: #cb9716
}
.main.ticket .ticket-box.ticketGoods-box .text-area {
  margin: 0;
  font-size: 17px;
  font-size: 1.7rem
}
.main.ticket .ticket-box.ticketGoods-box .text-area .inne-list {
  margin: 20px 0 0;
  font-size: 13px;
  font-size: 1.3rem
}
.main.ticket .ticket-box.ticketGoods-box .text-area .inne-list li {
  padding: 15px 0;
  border-top: 1px dashed #afafaf
}
.main.ticket .ticket-box.ticketGoods-box .text-area .inne-list li p + p {
  margin-top: 2em
}
@media (max-width: 768px) {
  .main.ticket .ticket-box.ticketGoods-box .text-area .inne-list li p + p {
    margin-top: 1.5em
  }
}
.main.ticket .ticket-box.ticketGoods-box .about-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 768px) {
  .main.ticket .ticket-box.ticketGoods-box .about-goods {
    display: block
  }
}
.main.ticket .ticket-box.ticketGoods-box .about-goods .text-area {
  width: 575px
}
@media (max-width: 768px) {
  .main.ticket .ticket-box.ticketGoods-box .about-goods .text-area {
    width: 100%
  }
}
.main.ticket .ticket-box.ticketGoods-box .about-goods .image-area {
  width: 300px
}
@media (max-width: 768px) {
  .main.ticket .ticket-box.ticketGoods-box .about-goods .image-area {
    max-width: 200px;
    margin: 0 auto 20px
  }
}
.main.ticket .ticket-box.ticketGoods-box .about-goods .image-area.sliderModalBtn {
  cursor: pointer
}
.main.ticket .ticketGoods-box__title {
  width: 400px;
  margin: 50px auto 0;
  text-align: center
}
@media (max-width: 768px) {
  .main.ticket .ticketGoods-box__title {
    width: 100%
  }
}
.main.ticket .announce-area {
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #fff
}
.main.ticket .announce-area .announce-list > li {
  padding: 30px 0;
  border-top: 1px dashed #fff
}
.main.ticket .announce-area .announce-list > li:first-child {
  padding-top: 0;
  border: none
}
.main.ticket .announce-area .announce-item {
  margin: 0 0 10px
}
.main.ticket .announce-area .announce-item:last-child {
  margin-bottom: 0
}
.main.ticket .announce-area .announce-item dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold
}
.main.ticket .announce-area .announce-item dt .icon-square,
.main.ticket .announce-area .announce-item dt .icon-triangle {
  font-style: normal
}
.main.ticket .announce-area .announce-item dt .icon-square.red,
.main.ticket .announce-area .announce-item dt .icon-triangle.red {
  color: #da1446
}
.main.ticket .announce-area .announce-item dt .icon-square.orange,
.main.ticket .announce-area .announce-item dt .icon-triangle.orange {
  color: #d35400
}
.main.ticket .announce-area .announce-item dd {
  font-size: 13px;
  font-size: 1.3rem
}
.main.ticket .announce-area .announce-item dd a {
  font-weight: bold;
  text-decoration: underline;
  color: #cb9716
}
.main.ticket .announce-area .announce-item dd p {
  margin-bottom: 10px
}
.main.ticket .announce-area .announce-item dd p strong {
  font-size: 15px;
  font-size: 1.5rem
}
.main.ticket .announce-area .announce-item dd p:last-child {
  margin-bottom: 0
}
.main.ticket .announce-area .announce-item dd .num-red {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  padding: 2px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #b4161c
}
.main.ticket .announce-area .announce-item dd .notice {
  font-size: 10px;
  font-size: 1rem
}
.main.ticket .announce-area .announce-item dd ul li strong {
  font-size: 15px;
  font-size: 1.5rem
}
.main.ticket .note-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dashed #fff
}
@media (max-width: 768px) {
  .main.ticket .note-area {
    display: block
  }
}
.main.ticket .note-area .notice-list {
  font-size: 11px;
  font-size: 1.1rem
}
.main.ticket .note-area .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 768px) {
  .main.ticket .note-area .btn-area {
    display: block
  }
}
.main.ticket .note-area .btn-area a {
  margin-left: 20px;
  margin-left: 2rem
}
@media (max-width: 768px) {
  .main.ticket .note-area .btn-area a {
    margin-left: 0
  }
}
.main.ticket .note-area .btn-area a:first-child {
  margin-left: 0
}
.main.ticket .note-area .bg-blue {
  border: 1px solid #076cb9 !important;
  background: #076cb9
}
.main.ticket .note-area .btn {
  display: block;
  padding: 10px 27px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #fff
}
@media (max-width: 768px) {
  .main.ticket .note-area .btn {
    margin: 15px 0 0;
    padding: 10px 35px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center
  }
}
.main.ticket .note-area .btn span {
  position: relative;
  display: block
}
.main.ticket .note-area .btn span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 6.5px 0 6.5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff
}
.main.ticket #pre {
  position: relative;
  padding: 60px 0;
  background: #2d0406
}
@media (max-width: 768px) {
  .main.ticket #pre {
    padding: 50px 0
  }
}
.main.ticket #pre .bg--shape__01 {
  top: 70%;
  right: 0%;
  width: auto
}
@media (max-width: 768px) {
  .main.ticket #pre .bg--shape__01 {
    top: 80%
  }
}
.main.ticket #pre .bg--shape__02 {
  top: 30%;
  right: 0%;
  width: auto
}
.main.ticket #pre .ticket-box__title {
  background: url("/_assets/images/page/ticket_bg_red.png") top center repeat
}
.main.ticket #ticket {
  position: relative;
  padding: 60px 0;
  background: #1d3149
}
@media (max-width: 768px) {
  .main.ticket #ticket {
    padding: 50px 0
  }
}
.main.ticket #ticket .ticket-box__title {
  background: url("/_assets/images/page/ticket_bg_blue.png") top center repeat
}
.main.ticket #ticket .ticket-box .price-table th {
  background: #329af0
}
.main.ticket #ticket .bg--shape__01 {
  top: 70%;
  right: 0%;
  width: auto
}
.main.ticket #ticket .bg--shape__02 {
  top: 15%;
  right: 0%;
  width: auto
}
.main.ticket #ticket-goods {
  position: relative;
  padding: 60px 0;
  background: #2d0406
}
@media (max-width: 768px) {
  .main.ticket #ticket-goods {
    padding: 50px 0
  }
}
@media (max-width: 768px) {
  .main.ticket #ticket-goods .ticketGoods-box__title:first-child {
    margin-top: 0px
  }
}
.main.ticket #ticket-goods .ticket-box__title {
  background: url("/_assets/images/page/ticket_bg_red.png") top center repeat
}
.main.ticket #ticket-goods .ticket-box__title.yellow {
  background: #cb9716
}
.main.ticket #ticket-goods .bg--shape__01 {
  top: 85%;
  right: -29%;
  width: auto
}
@media (max-width: 768px) {
  .main.ticket #ticket-goods .bg--shape__01 {
    top: 30%;
    left: -15%
  }
}
.main.ticket #ticket-goods .bg--shape__02 {
  top: 10%;
  right: 0%;
  width: auto
}
@media (max-width: 768px) {
  .main.ticket #ticket-goods .bg--shape__02 {
    top: 5%
  }
}
.main.ticket #ticket-goods .bg--shape__03 {
  z-index: 0;
  top: 60%;
  left: 0%;
  width: 32%
}
@media (max-width: 768px) {
  .main.ticket #ticket-goods .bg--shape__03 {
    top: 52%;
    left: -10%
  }
}
.main.ticket #ticket-goods .bg--shape__04 {
  z-index: 0;
  top: 30%;
  right: 0;
  left: initial;
  width: auto
}
@media (max-width: 768px) {
  .main.ticket #ticket-goods .bg--shape__04 {
    top: 20%
  }
}
@media (max-width: 768px) {
  .main.ticket #ticket-goods .bg--shape__05 {
    z-index: 0;
    top: 75%;
    right: 0;
    left: inherit
  }
}
.modalSlider .slick-slide {
  height: auto
}
.modalSlider li {
  outline: none
}
.modalSlider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 45px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
  border: none;
  outline: none
}
@media (max-width: 768px) {
  .modalSlider .slick-arrow {
    width: 16px;
    height: 28px
  }
}
.modalSlider .slick-arrow.slick-prev {
  left: -55px;
  background: url("/_assets/images/page/ticket/modal-slide-arrow-prev.png") no-repeat center center;
  background-size: cover
}
@media (max-width: 768px) {
  .modalSlider .slick-arrow.slick-prev {
    left: -25px
  }
}
.modalSlider .slick-arrow.slick-next {
  right: -55px;
  background: url("/_assets/images/page/ticket/modal-slide-arrow-next.png") no-repeat center center;
  background-size: cover
}
@media (max-width: 768px) {
  .modalSlider .slick-arrow.slick-next {
    right: -25px
  }
}
.main.goods .page--title h2 {
  width: 25%
}
@media (max-width: 768px) {
  .main.goods .page--title h2 {
    width: calc(100% - 10rem)
  }
}
.main.goods .goods--lead {
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff
}
@media (max-width: 48em) {
  .main.goods .goods--lead {
    margin-top: 35px;
    font-size: 15px;
    font-size: 1.5rem
  }
}
.main.junkai .page--title h2 {
  width: 25%
}
@media (max-width: 768px) {
  .main.junkai .page--title h2 {
    width: calc(100% - 10rem)
  }
}
.main.junkai .junkai--lead {
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff
}
@media (max-width: 48em) {
  .main.junkai .junkai--lead {
    margin-top: 35px;
    font-size: 15px;
    font-size: 1.5rem
  }
}
.main.topics .page--title h2 {
  width: 25%
}
@media (max-width: 768px) {
  .main.topics .page--title h2 {
    width: calc(100% - 10rem)
  }
}
.main.topics .topics-top {
  margin-top: 50px
}
@media (max-width: 48em) {
  .main.topics .topics-top {
    margin-top: 35px
  }
}
.main.topics .topics-list__item {
  padding: 35px 0;
  border-bottom: 1px solid #fff
}
@media (max-width: 48em) {
  .main.topics .topics-list__item {
    padding: 25px 0
  }
}
.main.topics .topics-list__item:first-child {
  border-top: 1px solid #fff
}
.main.topics .topics-list .topics-end {
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff
}
@media (max-width: 48em) {
  .main.topics .topics-list .topics-end {
    margin: 0 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center
  }
}
.main.topics .topics-list .topics-date {
  margin: 0 0 10px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #878787
}
@media (max-width: 48em) {
  .main.topics .topics-list .topics-date {
    margin: 0 0 5px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.main.topics .topics-list .topics-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff
}
@media (max-width: 48em) {
  .main.topics .topics-list .topics-title {
    font-size: 20px;
    font-size: 2rem
  }
}
.main.topics .topics-list .topics-cont {
  margin: 20px 0 0;
  margin: 2rem 0 0;
  font-size: 20px;
  font-size: 2rem;
  color: #fff
}
@media (max-width: 48em) {
  .main.topics .topics-list .topics-cont {
    font-size: 15px;
    font-size: 1.5rem
  }
}
.main.topics .topics-list .topics-cont__notes {
  font-size: 15px;
  font-size: 1.5rem
}
.main.topics .topics-list .topics-cont p:not(.n-bottom) {
  margin: 0 0 20px
}
.main.topics .topics-list .topics-cont p:last-child {
  margin-bottom: 0
}
.main.topics .topics-list .topics-cont p.ind {
  padding-left: 1em;
  text-indent: -1em
}
.main.topics .topics-list .topics-cont figure.topics0204 {
  max-width: 710px;
  margin: 0 auto
}
.main.topics .topics-list .topics-cont figure figcaption {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center
}
.main.topics .topics-list a {
  text-decoration: underline
}
.main.topics .topics-list a:hover {
  font-weight: bold
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
