@charset "UTF-8";
/*---------------------------------------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

/*----------------------------------------------------------------------------*/
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading img {
  width: 266px;
  height: 174px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 677px) {
  .loading img {
    width: 100%;
    margin: 0;
    width: 133px;
    height: 87px;
  }
}

body {
  width: 100%;
  position: relative;
  background: #000;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
@media screen and (max-width: 677px) {
  body {
    width: 100%;
    margin: 0;
    background: none #000;
  }
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background: url(../../images/bg.jpg) center top;
  background-size: cover;
}
@media screen and (max-width: 677px) {
  body:before {
    width: 100%;
    margin: 0;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background: url(../../images/bg_sp.jpg) center top;
    background-size: cover;
  }
}

@media screen and (max-width: 677px) {
  img {
    width: 100%;
    margin: 0;
  }
}

#wrapper {
  display: none;
}

#particles-js {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  mix-blend-mode: screen;
}

.headding {
  text-align: center;
  height: 250px;
  margin: -1rem auto 2rem;
  position: relative;
  background: url(../../images/headding_kei.png) center top no-repeat;
}
@media screen and (max-width: 677px) {
  .headding {
    width: 100%;
    margin: 0;
    width: 100%;
    margin: -12vw auto 0;
    height: auto;
    padding-top: 37.8419452888%;
    background-size: 45% auto;
  }
}
.headding .title {
  font-style: italic;
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 20px;
  font-size: 25px;
  line-height: 2;
  z-index: 1;
}
@media screen and (max-width: 677px) {
  .headding .title {
    width: 100%;
    margin: 0;
    font-size: 3vw;
    top: 5vw;
  }
}
.headding .mainTitle {
  font-family: "rafaella", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 90px;
  font-size: 100px;
  color: #d2b074;
  line-height: 1;
  z-index: 5;
}
@media screen and (max-width: 677px) {
  .headding .mainTitle {
    width: 100%;
    margin: 0;
    font-size: 11vw;
    top: 12.5vw;
  }
}
.headding .subTitle {
  font-style: italic;
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 677px) {
  .headding .subTitle {
    width: 100%;
    margin: 0;
    font-size: 4vw;
    top: 22vw;
  }
}

#ticket .headding .mainTitle, #online .headding .mainTitle, #online .headding .mainTitle {
  top: 100px;
}
@media screen and (max-width: 677px) {
  #ticket .headding .mainTitle, #online .headding .mainTitle, #online .headding .mainTitle {
    width: 100%;
    margin: 0;
    top: 13vw;
  }
}

#goods .headding .mainTitle {
  top: 80px;
  font-size: 90px;
}
@media screen and (max-width: 677px) {
  #goods .headding .mainTitle {
    width: 100%;
    margin: 0;
    top: 10vw;
    font-size: 11vw;
  }
}

.kei_top {
  width: 100%;
  height: 88px;
  position: relative;
}
.kei_top:before {
  content: "";
  width: 87px;
  height: 88px;
  background: url(../../images/kei-top-left.png) center top no-repeat;
  position: absolute;
  left: 3px;
  top: 3px;
  background-size: 100% auto;
}
@media screen and (max-width: 677px) {
  .kei_top:before {
    width: 100%;
    margin: 0;
    width: 9vw;
    height: 9vw;
  }
}
.kei_top:after {
  content: "";
  width: 87px;
  height: 88px;
  background: url(../../images/kei-top-right.png) center top no-repeat;
  position: absolute;
  right: 3px;
  top: 3px;
  background-size: 100% auto;
}
@media screen and (max-width: 677px) {
  .kei_top:after {
    width: 100%;
    margin: 0;
    width: 9vw;
    height: 9vw;
  }
}

.kei_bottom {
  width: 100%;
  height: 59px;
  position: relative;
  margin-top: -30px;
}
@media screen and (max-width: 677px) {
  .kei_bottom {
    width: 100%;
    margin: 0;
    margin-top: 0;
    height: 9vw;
  }
}
.kei_bottom:before {
  content: "";
  width: 87px;
  height: 88px;
  background: url(../../images/kei-bottom-left.png) center top no-repeat;
  position: absolute;
  left: 3px;
  bottom: 3px;
  background-size: 100% auto;
}
@media screen and (max-width: 677px) {
  .kei_bottom:before {
    width: 100%;
    margin: 0;
    width: 9vw;
    height: 9vw;
  }
}
.kei_bottom:after {
  content: "";
  width: 87px;
  height: 88px;
  background: url(../../images/kei-bottom-right.png) center top no-repeat;
  position: absolute;
  right: 3px;
  bottom: 3px;
  background-size: 100% auto;
}
@media screen and (max-width: 677px) {
  .kei_bottom:after {
    width: 100%;
    margin: 0;
    width: 9vw;
    height: 9vw;
  }
}

header {
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 10;
}

#menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "rafaella", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #3e382c;
  padding: 10px;
}
@media screen and (max-width: 677px) {
  #menu {
    width: 100%;
    margin: 0;
    display: none;
  }
}
#menu .btn {
  padding: 4px 10px 0px;
  position: relative;
  display: block;
  font-size: 18px;
  text-decoration: none;
  color: #d8b377;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s;
}
#menu .btn:hover {
  color: #fff;
}
#menu .btn:after, #menu .btn:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.4s;
}
#menu .btn:hover::after {
  top: 0;
  left: 0;
  background-color: #856839;
}
#menu .btn::after {
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
}

#menuSP {
  font-size: 7vw;
  line-height: 3rem;
  color: #d8b377;
  text-align: center;
  font-family: "rafaella", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#menuSP .logo {
  width: 70%;
  margin: 0 auto;
}

div#top {
  width: 1000px;
  height: 1930px;
  margin: 80px auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 677px) {
  div#top {
    width: 100%;
    margin: 0;
    width: 96%;
    height: auto;
    margin: 25vw auto 10vw;
  }
}
div#top .logo {
  width: 925px;
  margin: 0 auto;
}
@media screen and (max-width: 677px) {
  div#top .logo {
    width: 100%;
    margin: 0;
    width: 96%;
    margin: 0vw auto;
  }
}
div#top .days {
  margin-top: -15px;
}
@media screen and (max-width: 677px) {
  div#top .days {
    width: 100%;
    margin: 0;
    width: 70%;
    margin: 4vw auto;
    font-size: 5.5vw;
  }
}
div#top .pict {
  width: 1000px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 677px) {
  div#top .pict {
    width: 100%;
    margin: 0;
    width: 100%;
    margin: 10vw auto;
  }
}
div#top .pict .copy1 {
  position: absolute;
  top: 60px;
  left: 70px;
  z-index: 1;
}
@media screen and (max-width: 677px) {
  div#top .pict .copy1 {
    width: 100%;
    margin: 0;
    width: 7%;
    top: 6%;
    left: 7%;
  }
}
div#top .pict1 {
  position: absolute;
  z-index: 0;
}
div#top .place {
  width: 532px;
  margin: 30px auto 0;
  color: #cdac72;
  font-size: 38px;
  text-align: center;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #cdac72;
  border-bottom: 1px solid #cdac72;
  padding: 10px 0;
}
@media screen and (max-width: 677px) {
  div#top .place {
    width: 100%;
    margin: 0;
    width: 70%;
    margin: 4vw auto;
    font-size: 4.7vw;
    padding: 2vw 0;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 677px) {
  .pc {
    display: none;
  }
}

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

section.flame {
  width: 1000px;
  margin: 0 auto 5rem;
  text-align: center;
  position: relative;
  border: 2px solid #d1ae73;
  border: solid 1px #d1ae73; /* 内側の線になる一本線の枠線をひく*/
  outline: solid 2px #d1ae73; /* 外側の線になる5pxの一本線の枠線をひく*/
  outline-offset: 4px; /* 内側の線になる一本線の枠線をひく*/
  z-index: 2;
  background: rgba(56, 38, 24, 0.85);
  z-index: 1;
}
@media screen and (max-width: 677px) {
  section.flame {
    width: 100%;
    margin: 0;
    width: 96%;
    margin: 10vw auto;
  }
}
section.flame .inner {
  text-align: left;
  padding: 0px 150px 70px;
}
@media screen and (max-width: 677px) {
  section.flame .inner {
    width: 100%;
    margin: 0;
    padding: 0 5vw;
  }
}
section.flame h2 {
  font-size: 24px;
  width: 100%;
  margin: 4rem 0 1.5rem;
  letter-spacing: 0.2rem;
  background: #FFF;
  color: #000;
  padding: 0.5rem 0.7rem;
  border-radius: 100vh;
  text-align: center;
}
@media screen and (max-width: 677px) {
  section.flame h2 {
    font-size: 4.5vw;
    letter-spacing: 0.1rem;
    margin: 2rem 0 0.5rem;
  }
}
section.flame h3 {
  margin: 2rem 0 1rem;
  font-size: 24px;
}
@media screen and (max-width: 677px) {
  section.flame h3 {
    margin: 1rem 0 0.5rem;
  }
}
section.flame h3 span {
  margin-right: 1rem;
  font-size: 17px;
  letter-spacing: 0.2rem;
  color: #ffd928;
  border: 1px solid #ffd928;
  padding: 0.3rem 0.7rem;
  border-radius: 100vh;
}
@media screen and (max-width: 677px) {
  section.flame h3 span {
    font-size: 3.5vw;
    letter-spacing: 0.1rem;
    padding: 0.2rem 0.5rem;
  }
}
section.flame p.st1 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 677px) {
  section.flame p.st1 {
    font-size: 5.5vw;
    line-height: 1.6rem;
  }
}
section.flame p.min1 {
  font-size: 16px;
  margin: 0.7em 0;
  line-height: 1.3rem;
}
@media screen and (max-width: 677px) {
  section.flame p.min1 {
    font-size: 3vw;
    line-height: 1.2rem;
  }
}
section.flame p.pushPoint {
  margin: 1.5rem 0;
}
@media screen and (max-width: 677px) {
  section.flame p.pushPoint {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0;
  }
}
section.flame p.pushPoint span {
  font-size: 21px;
  background: #FFF;
  color: #000;
  padding: 0.3rem 1.2rem;
  border-radius: 100vh;
  margin-right: 0.5rem;
}
@media screen and (max-width: 677px) {
  section.flame p.pushPoint span {
    font-size: 4vw;
    margin-bottom: 0.5rem;
  }
}
section.flame p.name {
  font-size: 45px;
  color: #d2b074;
  letter-spacing: 0.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 677px) {
  section.flame p.name {
    font-size: 7vw;
    letter-spacing: 0.2rem;
    margin-top: 0.5rem;
  }
}
section.flame p.coming {
  text-align: center;
  margin-top: 5rem;
  font-family: "rafaella", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media screen and (max-width: 677px) {
  section.flame p.coming {
    font-size: 5vw;
    margin-top: 1.5rem;
  }
}
section.flame ul.btnList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 677px) {
  section.flame ul.btnList {
    width: 100%;
    margin: 0;
    width: 50%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
section.flame ul.btnList li {
  margin: 0 0.5rem;
}
section.flame .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
}
section.flame .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

section#about iframe {
  margin-top: 10px;
}
@media screen and (max-width: 677px) {
  section#about iframe {
    width: 100%;
    padding: 0 5vw;
    margin: 1rem 0;
  }
}

section#cast img {
  width: 100%;
}
section#cast dl {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 3rem;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 677px) {
  section#cast dl {
    font-size: 4vw;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }
}
section#cast dl dt {
  width: 300px;
  margin-right: 20px;
}
@media screen and (max-width: 677px) {
  section#cast dl dt {
    width: 40%;
  }
}
section#cast dl p.nornis {
  font-size: 40px;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 677px) {
  section#cast dl p.nornis {
    font-size: 7vw;
    margin-bottom: 0;
  }
}
section#cast dl .snsBox {
  position: absolute;
  right: 280px;
  top: 0px;
}
@media screen and (max-width: 677px) {
  section#cast dl .snsBox {
    right: 0;
    top: 3rem;
  }
}
section#cast .snsBox {
  width: 90px;
  display: flex;
  flex-wrap: nowrap;
}
section#cast .snsBox .snsBtn {
  width: 44%;
  margin: 3%;
}
section#cast div.castImgBox {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
section#cast div.castImg {
  width: 48%;
  text-align: center;
  position: relative;
  margin: 1%;
}
section#cast div.castImg .snsBox {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media screen and (max-width: 677px) {
  section#cast div.castImg .snsBox {
    position: static;
    margin: 0.5rem auto;
  }
}
section#cast div.member {
  margin-top: 3rem;
  font-size: 22px;
}
@media screen and (max-width: 677px) {
  section#cast div.member {
    font-size: 4vw;
    margin-top: 2rem;
  }
}
section#cast div.member h4 {
  color: #d2b074;
  font-size: 80px;
  text-align: center;
  font-family: "rafaella", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 677px) {
  section#cast div.member h4 {
    width: 100%;
    margin: 0;
    font-size: 9vw;
  }
}
section#cast div.member ul {
  margin: 0;
}
@media screen and (max-width: 677px) {
  section#cast div.member ul {
    margin: 0;
  }
}
section#cast div.member ul li a img {
  margin-left: 1rem;
  width: 26px;
}
@media screen and (max-width: 677px) {
  section#cast div.member ul li a img {
    margin-left: 0.5rem;
    width: 20px;
  }
}
section#cast div.member ul li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 677px) {
  section#cast div.member ul li {
    margin-bottom: 0.5rem;
  }
}

section#contact h3 {
  text-align: center;
}

section#attention .accordion_one {
  max-width: 1024px;
  margin: 0 auto 10px;
  color: #000;
  font-size: 15px;
}
section#attention .accordion_one .accordion_header {
  background-color: #d2b074;
  font-size: 22px;
  font-weight: bold;
  padding: 1rem;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#attention .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
section#attention .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
section#attention .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
section#attention .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
section#attention .accordion_one .accordion_header .i_box .one_i:before, section#attention .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #000;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
section#attention .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
section#attention .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
section#attention .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}
section#attention .accordion_one .accordion_inner {
  display: none;
  padding: 25px 15px;
  background: #dfdfdf;
  box-sizing: border-box;
}
section#attention .accordion_one .accordion_inner .box_one {
  height: auto;
}
section#attention .accordion_one .accordion_inner p.txt_a_ac {
  margin-bottom: 0.6rem;
  line-height: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
section#attention .accordion_one .accordion_inner p.txt_a_ac.noIndent {
  text-indent: 0;
  padding-left: 0;
}
section#attention .borderTop {
  border-top: 1px dashed #999;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1024px) {
  section#attention .accordion_one .accordion_header {
    font-size: 18px;
  }
  section#attention .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  section#attention .accordion_one .accordion_header {
    font-size: 4vw;
    text-align: left;
    padding: 2vw 15vw 2vw 2vw;
  }
}

.btnP {
  width: 327px;
  height: 69px;
  position: relative;
  color: #000;
  background: url(../../images/btn.png) center top no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 677px) {
  .btnP {
    width: 250px;
    height: 53px;
    margin: 3vw auto;
  }
}

.btnP p {
  text-align: center;
  font-size: 25px;
  width: 327px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 677px) {
  .btnP p {
    font-size: 5vw;
  }
}

footer {
  margin-top: 100px;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}

footer ul {
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer ul li {
  width: 40px;
  margin: 10px;
}

footer ul li:first-child {
  width: 160px;
}

footer ul li img {
  max-width: 100%;
}

footer p {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 677px) {
  footer p {
    width: 100%;
    margin: 0;
    font-size: 3vw;
    margin: 20vw auto 3vw;
  }
}/*# sourceMappingURL=style.css.map */