@charset "UTF-8";
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

a:hover {
  opacity: 0.7; }

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

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

html {
  font-size: 62.5%; }

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

ul {
  list-style: none; }

@media screen and (max-width: 480px) {
  .pc-contents, .pc-br {
    display: none; }

  .sp-contents, .sp-br {
    display: block; } }
@media screen and (min-width: 480px) and (max-width: 1080px) {
  .pc-contents, .pc-br {
    display: none; }

  .sp-contents, .sp-br {
    display: block; } }
@media screen and (min-width: 1081px) {
  .sp-contents, .sp-br {
    display: none; }

  .pc-contents, .pc-br {
    display: block; } }
/**
ScrollDownの線
 */
@-webkit-keyframes scrollDownBar {
  0% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(76px);
    transform: translateY(76px); } }
@keyframes scrollDownBar {
  0% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(76px);
    transform: translateY(76px); } }
@-webkit-keyframes scrolllodeBar {
  0% {
    -webkit-transform: translateX(-76px);
    transform: translateX(-76px); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(76px);
    transform: translateX(76px); } }
@keyframes scrolllodeBar {
  0% {
    -webkit-transform: translateX(-76px);
    transform: translateX(-76px); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(76px);
    transform: translateX(76px); } }
body {
  font-family: "Noto Sans JP", sans-serif; }

h1, h2, h3, h4 {
  font-family: 'Noto Serif JP', sans-serif; }

.main_contents {
  padding-left: 233px; }
  @media screen and (max-width: 480px) {
    .main_contents {
      padding-left: 0; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .main_contents {
      padding-left: 0; } }

.contents-ttl {
  font-family: 'Unna', serif;
  font-size: 6rem; }
  @media screen and (max-width: 480px) {
    .contents-ttl {
      font-size: 3rem; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .contents-ttl {
      font-size: 4.5rem; } }

.introduction__inr,
.profile__inr,
.OSM__inr,
.video__inr,
.video__inr1,
.video__inr2,
.ticket__inr,
.discography__inr,
.postponement__inr {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .introduction__inr,
    .profile__inr,
    .OSM__inr,
    .video__inr,
    .video__inr1,
    .video__inr2,
    .ticket__inr,
    .discography__inr,
    .postponement__inr {
      width: 90%; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .introduction__inr,
    .profile__inr,
    .OSM__inr,
    .video__inr,
    .video__inr1,
    .video__inr2,
    .ticket__inr,
    .discography__inr,
    .postponement__inr {
      width: 90%; } }

.header {
  background: #000000;
  position: fixed;
  width: 233px;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0; }
  @media screen and (max-width: 480px) {
    .header {
      width: 100%;
      height: 60px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .header {
      width: 100%;
      height: 70px; } }

.header__inr {
  padding: 50px 20px 0; }
  @media screen and (max-width: 480px) {
    .header__inr {
      padding: 3px 20px 3px 20px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .header__inr {
      padding: 15px 30px; } }

.header__logo {
  width: 188px; }
  @media screen and (max-width: 480px) {
    .header__logo {
      width: 140px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .header__logo {
      width: 170px; } }

.header-nav__box {
  margin: 75px 0 0 20px;
  color: #333; }

.header-nav__item {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .038rem; }
  .header-nav__item:not(:last-child) {
    margin-bottom: 20px; }
  .header-nav__item a {
    color: #fff; }

.header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0 20px; }

.header-lang__item {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold; }
  .header-lang__item:not(:last-child) {
    margin-right: 15px; }
  .header-lang__item a {
    color: #fff;
    opacity: 0.7; }
    .header-lang__item a:hover {
      opacity: 1; }

.header-ham {
  position: fixed;
  right: 20px;
  top: 20px; }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .header-ham {
      right: 30px;
      top: 23px; } }
  .header-ham__inr {
    position: relative;
    height: 20px;
    width: 26px; }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .header-ham__inr {
        width: 36px;
        height: 26px; } }
    .header-ham__inr span {
      display: block;
      background: #fff;
      -webkit-transition: all .3s;
      transition: all .3s;
      width: 26px;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
      @media screen and (min-width: 480px) and (max-width: 1080px) {
        .header-ham__inr span {
          width: 36px;
          height: 3px; } }
      .header-ham__inr span:nth-child(1) {
        top: 0; }
      .header-ham__inr span:nth-child(2) {
        top: 0;
        bottom: 0; }
      .header-ham__inr span:nth-child(3) {
        bottom: 0; }
  .header-ham__inr.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px; }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .header-ham__inr.open span:nth-child(1) {
        top: 12px; } }
  .header-ham__inr.open span:nth-child(2) {
    display: none; }
  .header-ham__inr.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px; }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .header-ham__inr.open span:nth-child(3) {
        bottom: 11px; } }

.header-nav-sp {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.header-nav__box-sp {
  margin-top: 30px;
  text-align: center;
  color: #333; }

.header-nav__box-sp {
  margin-top: 30px;
  text-align: center; }

.header-nav__item-sp {
  font-size: 1.5rem;
  letter-spacing: .038rem; }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .header-nav__item-sp {
      font-size: 1.8rem;
      letter-spacing: .05rem; } }
  .header-nav__item-sp:not(:last-child) {
    margin-bottom: 30px; }
  .header-nav__item-sp a {
    color: #fff; }

.header-lang-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px; }

.header-lang__item-sp {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .header-lang__item-sp {
      font-size: 1.8rem;
      letter-spacing: .05rem; } }
  .header-lang__item-sp:not(:last-child) {
    margin-right: 30px; }
  .header-lang__item-sp a {
    color: #fff;
    opacity: 0.7; }
    .header-lang__item-sp a:hover {
      opacity: 1; }

.firstview {
  width: 100%;
  height: 110vh;
  background-repeat: no-repeat;
  background-position: 40% 30%;
  background: url(../images/firstview_img02.png) #ddd;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 480px) {
    .firstview {
      background: url(../images/firstview_img_sp.jpg) #111;
      background-position: center;
      background-size: cover;
      margin-top: 60px;
      height: calc(100vh - 70px); } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .firstview {
      background: url(../images/firstview_img_tb.jpg) #111;
      background-position: left;
      background-size: cover;
      margin-top: 0px;
      height: calc(100vh + 240px); } }

.firstview__inr {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  position: relative; }

.firstview__txt {
  position: absolute;
  bottom: 12%;
  -webkit-transform: translateY(0%);
  /* Safari用 */
  transform: translateY(0%);
  right: 2%;
  color: #fff;
  text-align: right; }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .firstview__txt {
      right: auto;
      left: 5%;
      -webkit-transform: translateY(0%);
      /* Safari用 */
      transform: translateY(0%);
      text-align: left;
      bottom: 4%; } }
  @media screen and (max-width: 480px) {
    .firstview__txt {
      right: auto;
      left: 5%;
      bottom: 4%;
      -webkit-transform: translateY(0%);
      /* Safari用 */
      transform: translateY(0%);
      text-align: left; } }

.firstview__txt-ttl {
  line-height: 1.6; }
  .firstview__txt-ttl p br {
    display: none; }
    @media screen and (max-width: 480px) {
      .firstview__txt-ttl p br {
        display: inline-block; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .firstview__txt-ttl p br {
        display: inline-block; } }
  .firstview__txt-ttl p {
    font-family: 'Roboto', sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: .03rem;
    /*  & span{
        font-family: 'Noto sans JP', serif;
        font-size: 2.4rem;
        @include mq-sp{
          font-size: 3.8vw;
        }
        @include mq-tb{
          font-size: 1.7rem;
        }
      }*/ }
    @media screen and (max-width: 480px) {
      .firstview__txt-ttl p {
        font-size: 3.6vw; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .firstview__txt-ttl p {
        font-size: 1.8rem; } }
    .firstview__txt-ttl p:last-child {
      text-align: right;
      font-size: 2.1rem; }
      @media screen and (max-width: 480px) {
        .firstview__txt-ttl p:last-child {
          font-size: 1.5rem; } }
    .firstview__txt-ttl p:last-child.en {
      font-family: 'Roboto', sans-serif;
      font-size: 1.3rem;
      font-weight: bold;
      letter-spacing: .1rem;
      padding-right: 5px; }
      @media screen and (max-width: 480px) {
        .firstview__txt-ttl p:last-child.en {
          font-size: 2vw;
          text-align: left;
          margin-top: -7px;
          margin-bottom: 5px; } }
      @media screen and (min-width: 480px) and (max-width: 1080px) {
        .firstview__txt-ttl p:last-child.en {
          font-size: 1.6rem; } }
  .firstview__txt-ttl h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 7.3vw;
    line-height: 7vw;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .firstview__txt-ttl h1 {
        font-size: 16vw;
        line-height: 15.5vw;
        font-weight: 900; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .firstview__txt-ttl h1 {
        font-size: 8.6rem;
        line-height: 10rem; } }

.firstview__txt-sub {
  font-size: 1.3rem;
  margin-top: 22px; }
  @media screen and (max-width: 480px) {
    .firstview__txt-sub {
      font-size: 1rem;
      margin-top: 15px;
      display: none; } }

.firstview__txt-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 480px) {
    .firstview__txt-day {
      margin-top: 11px;
      color: #fff;
      background: #000;
      display: inline-block;
      padding: 5px 10px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .firstview__txt-day {
      margin-top: 30px;
      color: #fff;
      background: #000;
      padding: 5px 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  .firstview__txt-day p {
    font-size: 4.1rem;
    position: relative; }
    @media screen and (max-width: 480px) {
      .firstview__txt-day p {
        font-size: 2.8rem;
        display: inline-block; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .firstview__txt-day p {
        font-size: 3.8rem; } }
    .firstview__txt-day p:first-child {
      margin-right: 25px; }
      @media screen and (max-width: 480px) {
        .firstview__txt-day p:first-child {
          margin-right: 25px; } }
      .firstview__txt-day p:first-child:after {
        content: '';
        display: block;
        position: absolute;
        top: 35%;
        right: -18px;
        border-left: 12px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent; }
        @media screen and (max-width: 480px) {
          .firstview__txt-day p:first-child:after {
            right: -20px;
            border-left: 11px solid #fff;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent; } }
        @media screen and (min-width: 480px) and (max-width: 1080px) {
          .firstview__txt-day p:first-child:after {
            right: -20px;
            border-left: 11px solid #fff;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent; } }
    .firstview__txt-day p span {
      font-size: 2.2rem;
      letter-spacing: .1rem; }
      @media screen and (max-width: 480px) {
        .firstview__txt-day p span {
          font-size: 2rem; } }
      @media screen and (min-width: 480px) and (max-width: 1080px) {
        .firstview__txt-day p span {
          font-size: 2rem; } }
    .firstview__txt-day p.en {
      font-size: 3.5rem; }
      @media screen and (max-width: 480px) {
        .firstview__txt-day p.en {
          font-size: 2rem;
          display: inline-block; } }

.firstview__txt-copy {
  margin-top: 35px; }
  @media screen and (max-width: 480px) {
    .firstview__txt-copy {
      margin-top: 11px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .firstview__txt-copy {
      margin-top: 20px; } }
  .firstview__txt-copy_01 {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .115rem;
    background: #fff;
    padding: 8px 15px;
    color: #444; }
    @media screen and (max-width: 480px) {
      .firstview__txt-copy_01 {
        font-size: 1.2rem;
        padding: 5px 10px; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .firstview__txt-copy_01 {
        font-size: 1.8rem;
        padding: 5px 10px; } }
  .firstview__txt-copy_02 {
    display: inline-block;
    margin-top: 5px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .115rem;
    background: #fff;
    padding: 8px 15px;
    color: #444; }
    @media screen and (max-width: 480px) {
      .firstview__txt-copy_02 {
        font-size: 1.2rem;
        padding: 5px 10px;
        margin-top: 0;
        line-height: 1.6rem; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .firstview__txt-copy_02 {
        font-size: 1.8rem;
        padding: 5px 10px; } }

/*
.firstview-slider {
  li {
    &:nth-child(2) {
      .firstview {
        background: url(../images/firstview_img02.png) #ddd;
        background-size: cover;
        background-position: center;
      }
      .firstview__txt-day {
        margin-top: 10px;
      }
    }
  }
}*/
.second-img {
  display: none; }
  @media screen and (max-width: 480px) {
    .second-img {
      display: block; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .second-img {
      display: block; } }

.introduction {
  width: 100%;
  margin: 0 auto 0;
  background: #F0F0F0; }
  .introduction .contents-ttl {
    opacity: 0.09; }

.introduction__inr {
  padding: 75px 0; }
  @media screen and (max-width: 480px) {
    .introduction__inr {
      padding: 40px 0; } }

.introduction__wrap {
  max-width: 917px;
  width: 100%;
  margin: 43px auto 0; }
  @media screen and (max-width: 480px) {
    .introduction__wrap {
      margin: 20px auto 0; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .introduction__wrap {
      margin: 30px auto 0; } }

.introduction__box {
  padding: 0 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 204, 204, 0)), color-stop(98.5%, rgba(204, 204, 204, 0)), to(#B2AFA4));
  background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #B2AFA4 100%);
  background-repeat: repeat-y;
  background-size: 100% 4rem; }
  @media screen and (max-width: 480px) {
    .introduction__box {
      background-size: 100% 2.8rem; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .introduction__box {
      background-size: 100% 3.5rem; } }
  .introduction__box-txt {
    font-size: 1.4rem;
    line-height: 4rem;
    letter-spacing: .04rem; }
    @media screen and (max-width: 480px) {
      .introduction__box-txt {
        font-size: 1.2rem;
        line-height: 2.8rem; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .introduction__box-txt {
        font-size: 1.4rem;
        line-height: 3.5rem; } }
    .introduction__box-txt span.ttl01 {
      font-family: 'Unna', serif;
      font-size: 2.4rem;
      line-height: 1.9em;
      background-color: none !important;
      display: inline-block;
      margin-bottom: 20px;
      padding: 0; }
    .introduction__box-txt span.ttl02 {
      font-family: 'Unna', serif;
      font-size: 1.8rem;
      line-height: 1.9em;
      background-color: #bcb76c;
      display: inline-block;
      margin-top: 6px;
      padding: 0 6px 0 6px;
      color: #fff; }
      @media screen and (max-width: 480px) {
        .introduction__box-txt span.ttl02 {
          font-size: 1.6rem;
          line-height: 1.5em; } }
    .introduction__box-txt span.ttl03 {
      font-family: 'Unna', serif;
      font-size: 1.8rem;
      line-height: 1.9em;
      background-color: rgba(16, 76, 75, 0.7);
      display: inline-block;
      margin-top: 6px;
      padding: 0 6px 0 6px;
      color: #fff; }
      @media screen and (max-width: 480px) {
        .introduction__box-txt span.ttl03 {
          font-size: 1.6rem;
          line-height: 1.5em; } }
  .introduction__box-txt2 {
    font-size: 1.4rem;
    line-height: 4rem;
    letter-spacing: .04rem;
    margin-top: 75px; }
    @media screen and (max-width: 480px) {
      .introduction__box-txt2 {
        font-size: 1.2rem;
        line-height: 2.8rem; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .introduction__box-txt2 {
        font-size: 1.4rem;
        line-height: 3.5rem; } }
    .introduction__box-txt2 span {
      font-family: 'Unna', serif;
      font-size: 1.8rem;
      line-height: 1.9em;
      background-color: none !important;
      display: inline-block;
      margin-bottom: 20px;
      background-color: rgba(10, 10, 200, 0.1);
      padding: 0;
      padding: 0 6px 0 6px; }
  .introduction__box-img {
    max-width: 100%; }
    .introduction__box-img img {
      width: calc(50% - 5px);
      margin-right: 5px;
      margin-top: 10px;
      margin-bottom: 15px; }
  .introduction__box-img02 {
    max-width: 100%; }
    .introduction__box-img02 img {
      width: calc(50% - 5px);
      height: 300px;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 5px;
      margin-top: 10px;
      margin-bottom: 15px; }

.introduction__name {
  text-align: right;
  padding: 0 5px;
  margin-top: 32px; }
  @media screen and (max-width: 480px) {
    .introduction__name {
      margin-top: 20px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .introduction__name {
      margin-top: 20px; } }
  .introduction__name-txt {
    font-size: 1.4rem;
    letter-spacing: .07rem; }
    @media screen and (max-width: 480px) {
      .introduction__name-txt {
        font-size: 1.2rem; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .introduction__name-txt {
        font-size: 1.2rem; } }
    .introduction__name-txt strong {
      font-size: 1.9rem;
      letter-spacing: .095rem; }
      @media screen and (max-width: 480px) {
        .introduction__name-txt strong {
          font-size: 1.4rem; } }
      @media screen and (min-width: 480px) and (max-width: 1080px) {
        .introduction__name-txt strong {
          font-size: 1.4rem; } }

.profile {
  background: #fff; }
  .profile .contents-ttl {
    opacity: 0.09; }

.profile__inr {
  padding: 70px 0 100px; }
  @media screen and (max-width: 480px) {
    .profile__inr {
      padding: 40px 0; } }

.profile__box {
  margin-top: 40px; }

.profile__box-list {
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .profile__box-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; } }

.profile__box-img {
  width: 288px;
  margin-right: 43px; }
  @media screen and (max-width: 480px) {
    .profile__box-img {
      margin: auto;
      width: 60%;
      height: 55%; } }

.profile__box-wrap {
  width: 60%; }
  @media screen and (max-width: 480px) {
    .profile__box-wrap {
      width: 100%; } }

.profile__box-name {
  font-size: 2rem;
  font-weight: bold;
  color: #bcb76c;
  margin: 0 0 20px; }
  @media screen and (max-width: 480px) {
    .profile__box-name {
      font-size: 1.4rem;
      margin: 20px 0 10px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .profile__box-name {
      font-size: 1.6rem; } }
  .profile__box-name span {
    font-size: 1.4rem; }
    @media screen and (max-width: 480px) {
      .profile__box-name span {
        font-size: 1.2rem; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .profile__box-name span {
        font-size: 1.4rem; } }

.profile__box-txt {
  font-size: 1.4rem;
  line-height: 2.8rem; }

.video {
  background: #F0F0F0; }
  .video .contents-ttl {
    opacity: 0.09; }

.video2 {
  background: #fefefe; }
  .video2 .contents-ttl {
    opacity: 0.09; }

.video__inr {
  padding: 70px 0 100px; }
  @media screen and (max-width: 480px) {
    .video__inr {
      padding: 40px 0 60px; } }

.video__inr1 {
  padding: 70px 0 50px; }
  @media screen and (max-width: 480px) {
    .video__inr1 {
      padding: 40px 0 0px; } }

.video__inr2 {
  padding: 0px 0 50px; }
  @media screen and (max-width: 480px) {
    .video__inr2 {
      padding: 40px 0 0px; } }

.video__inr3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  width: 90%;
  padding-bottom: 100px;
  margin: 0 auto; }
  .video__inr3 .video-yt {
    width: 49%;
    margin: 0;
    padding-top: 34%; }

.video-yt {
  position: relative;
  margin-top: 25px;
  max-width: 980px;
  width: 100%;
  padding-top: 56.25%;
  margin: 28px auto 0; }
  @media screen and (max-width: 480px) {
    .video-yt {
      width: 100%; } }
  .video-yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.OSM {
  background: #f0f0f0; }
  .OSM .contents-ttl {
    opacity: 0.09; }

.OSM__inr {
  padding: 70px 0 100px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .OSM__inr {
      padding: 40px 0; } }
  .OSM__inr h2 {
    text-align: left; }

.OSM__box {
  margin-top: 40px; }

.OSM ul {
  margin: 40px auto 0; }
  @media screen and (max-width: 480px) {
    .OSM ul {
      margin: 30px auto 0; } }
.OSM li {
  margin: 15px 0;
  font-size: 1.4rem;
  display: inline-block;
  padding: 20px;
  font-weight: bold;
  min-width: 130px; }
.OSM li a {
  color: #333; }
.OSM img {
  max-width: 40px;
  height: auto;
  margin-right: 7px;
  margin-bottom: 15px; }

.ticket {
  background: #383531; }
  .ticket .contents-ttl {
    color: #fff;
    opacity: 0.25; }

.ticket__inr {
  padding: 70px 0 90px; }
  @media screen and (max-width: 480px) {
    .ticket__inr {
      padding: 40px 0 50px; } }

.ticket__box-info {
  background: #fff;
  width: 98%;
  margin: 40px 0 0 auto;
  min-width: 950px; }
  @media screen and (max-width: 480px) {
    .ticket__box-info {
      width: 100%;
      min-width: 1px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .ticket__box-info {
      width: 100%;
      min-width: 1px; } }
  .ticket__box-info:first-child {
    margin-bottom: 40px; }

.ticket__box__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 35px 25px; }
  @media screen and (max-width: 480px) {
    .ticket__box__inr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px 10px 25px 10px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .ticket__box__inr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 25px 20px 25px; } }

.ticket__box-left {
  width: 130px;
  position: relative;
  padding: 10px 0 0; }
  @media screen and (max-width: 480px) {
    .ticket__box-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0 0 10px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .ticket__box-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0 0 20px 10px; } }
  .ticket__box-left:after {
    content: '';
    position: absolute;
    display: block;
    border-right: 1px dashed #BFBDBD;
    height: 100%;
    top: 0;
    right: 0; }
    @media screen and (max-width: 480px) {
      .ticket__box-left:after {
        border-right: none;
        border-bottom: 1px dashed #BFBDBD;
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 0; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .ticket__box-left:after {
        border-right: none;
        border-bottom: 1px dashed #BFBDBD;
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 0; } }
  .ticket__box-left__ttl {
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .12rem;
    line-height: 2.6rem; }
    @media screen and (max-width: 480px) {
      .ticket__box-left__ttl {
        font-size: 2rem;
        line-height: 2.2rem; } }
  .ticket__box-left__sub {
    font-size: 1.1rem;
    letter-spacing: .22rem;
    font-weight: 200;
    margin-top: 10px; }
    @media screen and (max-width: 480px) {
      .ticket__box-left__sub {
        margin: 10px 0 0 15px; } }

.ticket__box-right {
  width: calc(100% - 130px);
  padding: 10px 0 20px; }
  @media screen and (max-width: 480px) {
    .ticket__box-right {
      width: 100%;
      padding: 15px 0 0; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .ticket__box-right {
      width: 100%;
      padding: 20px 0 0; } }

.ticket__box-top__ttl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .ticket__box-top__ttl ul {
      width: 100%; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .ticket__box-top__ttl ul {
      width: 100%; } }
  .ticket__box-top__ttl ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
    width: 390px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .ticket__box-top__ttl ul li {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .ticket__box-top__ttl ul li:last-child {
        margin-bottom: 0; } }

.ticket__box-top__ttl2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .ticket__box-top__ttl2 ul {
      width: 100%; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .ticket__box-top__ttl2 ul {
      width: 100%; } }
  .ticket__box-top__ttl2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
    width: 100%;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .ticket__box-top__ttl2 ul li {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .ticket__box-top__ttl2 ul li:last-child {
        margin-bottom: 0; } }

.ticket__box-top__day {
  color: #BCB76C;
  font-size: 5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-left: 35px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .ticket__box-top__day {
      font-size: 3.2rem;
      margin-left: 18px; } }
  .ticket__box-top__day span {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 32%;
    right: 95%; }
    @media screen and (max-width: 480px) {
      .ticket__box-top__day span {
        font-size: 1.1rem; } }

.ticket__box-top__week {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 2.4rem;
  margin: 0 10px 0 6px; }
  @media screen and (max-width: 480px) {
    .ticket__box-top__week {
      font-size: 1.8rem;
      margin: 0 10px 0 4px; } }

.ticket__box-top__week2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 2.0rem;
  margin: 0 10px 0 6px; }
  @media screen and (max-width: 480px) {
    .ticket__box-top__week2 {
      font-size: 1.6rem;
      margin: 0 10px 0 4px; } }

.ticket__box-top__time,
.ticket__box-place {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em; }
  @media screen and (max-width: 480px) {
    .ticket__box-top__time,
    .ticket__box-place {
      font-size: 1.4rem; } }

.ticket__box-top__time2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5em; }
  @media screen and (max-width: 480px) {
    .ticket__box-top__time2 {
      font-size: 1.2rem; } }

.ticket__box-place {
  margin: 10px 0 0 40px; }
  @media screen and (max-width: 480px) {
    .ticket__box-place {
      margin: 20px 0 0 20px; } }

.ticket__box_contents {
  display: none; }

.ticket__box-txt {
  padding: 50px 35px 10px 60px; }
  @media screen and (max-width: 480px) {
    .ticket__box-txt {
      padding: 40px 10px 0 10px; } }

.ticket__box-ttl01 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .08rem;
  padding: 0 0 20px 10px; }

.ticket__box-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .08rem;
  position: relative; }
  @media screen and (max-width: 480px) {
    .ticket__box-ttl {
      font-size: 1.6rem; } }
  .ticket__box-ttl:after {
    content: '';
    display: block;
    width: 27px;
    height: 4px;
    background: #D0CC78;
    position: absolute;
    top: 50%;
    left: -43px;
    margin-top: -2px; }
    @media screen and (max-width: 480px) {
      .ticket__box-ttl:after {
        width: 10px;
        height: 2px;
        background: #D0CC78;
        position: absolute;
        top: 50%;
        left: -15px;
        margin-top: -1px; } }

.ticket__box-txt01 {
  font-size: 2.2rem;
  color: #C6BD8F;
  font-weight: 500;
  margin-top: 18px; }
  @media screen and (max-width: 480px) {
    .ticket__box-txt01 {
      font-size: 1.6rem;
      line-height: 2.6rem;
      margin-top: 15px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .ticket__box-txt01 {
      font-size: 2rem;
      line-height: 3.2rem;
      margin-top: 20px; } }

.ticket__box-txt02 {
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #f66;
  font-weight: 500;
  margin-top: 18px; }
  @media screen and (max-width: 480px) {
    .ticket__box-txt02 {
      font-size: 1.6rem;
      line-height: 2.6rem;
      margin-top: 15px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .ticket__box-txt02 {
      font-size: 2rem;
      line-height: 3.2rem;
      margin-top: 20px; } }

.ticket__box-list {
  margin: 26px 0 30px; }
  @media screen and (max-width: 480px) {
    .ticket__box-list {
      margin: 15px 0 20px; } }
  .ticket__box-list li {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .09rem; }
    @media screen and (max-width: 480px) {
      .ticket__box-list li {
        font-size: 1.4rem;
        letter-spacing: .06rem; } }
    .ticket__box-list li:not(:last-child) {
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        .ticket__box-list li:not(:last-child) {
          margin-bottom: 14px; } }

.ticket__box-note {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-left: 60px;
  margin-top: 20px;
  font-weight: normal; }
  @media screen and (max-width: 480px) {
    .ticket__box-note {
      margin-left: 10px;
      font-size: 1.2rem;
      line-height: 2.2rem; } }
  .ticket__box-note:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/chui.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-left: -20px;
    margin-bottom: 5px; }

.ticket__box-note2 {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-left: 40px;
  font-weight: normal; }
  @media screen and (max-width: 480px) {
    .ticket__box-note2 {
      margin-left: 10px;
      font-size: 1.2rem;
      line-height: 2.2rem; } }

.ticket__box-note3 {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-left: 40px;
  margin-bottom: 15px;
  font-weight: normal; }
  @media screen and (max-width: 480px) {
    .ticket__box-note3 {
      margin-left: 10px;
      font-size: 1.2rem;
      line-height: 2.2rem; } }

.ticket__box-detail-link {
  margin-top: 20px; }
  .ticket__box-detail-link p {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.7em; }
    @media screen and (max-width: 480px) {
      .ticket__box-detail-link p {
        font-size: 1.4rem; } }
  .ticket__box-detail-link a {
    font-size: 1.6rem;
    display: block;
    color: #000;
    text-align: center;
    width: 300px;
    padding: 30px 10px 30px 0;
    border: 4px solid #D0CB78;
    border-radius: 10px;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .ticket__box-detail-link a {
        width: 100%;
        padding: 20px 10px 20px 0;
        font-size: 1.4rem; } }
    .ticket__box-detail-link a:after {
      content: '';
      display: block;
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 10px;
      height: 8px;
      border: 8px solid transparent;
      border-left: 10px solid #E2DEA3;
      top: 50%;
      right: 0;
      margin-top: -8px; }
      @media screen and (max-width: 480px) {
        .ticket__box-detail-link a:after {
          width: 8px;
          height: 6px;
          border: 6px solid transparent;
          border-left: 8px solid #E2DEA3;
          margin-top: -6px; } }

.ticket__box-detail-other {
  margin-top: 20px; }
  @media screen and (max-width: 480px) {
    .ticket__box-detail-other {
      margin-top: 20px; } }
  .ticket__box-detail-other p {
    font-size: 1.6rem; }
    @media screen and (max-width: 480px) {
      .ticket__box-detail-other p {
        font-size: 1.4rem; } }
  .ticket__box-detail-other ul {
    margin: 20px 0 55px 25px; }
    @media screen and (max-width: 480px) {
      .ticket__box-detail-other ul {
        margin: 10px 0 25px 10px; } }
    .ticket__box-detail-other ul li {
      font-size: 1.4rem;
      line-height: 2.8rem;
      position: relative;
      padding-left: 15px; }
      @media screen and (max-width: 480px) {
        .ticket__box-detail-other ul li {
          font-size: 1.2rem;
          line-height: 2.4rem;
          padding-left: 10px; } }
      .ticket__box-detail-other ul li:before {
        content: '■ ';
        font-size: 1rem; }

.ticket__box-detail-sub {
  background: #F2F2F2;
  padding: 25px 40px; }
  @media screen and (max-width: 480px) {
    .ticket__box-detail-sub {
      padding: 15px 20px; } }
  .ticket__box-detail-sub dl {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 2rem; }
    @media screen and (max-width: 480px) {
      .ticket__box-detail-sub dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.2rem;
        line-height: 2.2rem; } }
    .ticket__box-detail-sub dl:not(:last-child) {
      margin-bottom: 15px; }
      @media screen and (max-width: 480px) {
        .ticket__box-detail-sub dl:not(:last-child) {
          margin-bottom: 10px; } }
    .ticket__box-detail-sub dl dt {
      font-weight: bold;
      width: 130px; }
    .ticket__box-detail-sub dl dd a {
      color: #000; }
    .ticket__box-detail-sub dl dd img {
      width: 80px;
      height: auto;
      margin: 0px 5px; }

.ticket__box-btn {
  cursor: pointer;
  background: #D0CB78;
  text-align: center; }
  .ticket__box-btn p {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .08rem;
    font-weight: bold;
    line-height: 4.3rem;
    position: relative; }
    .ticket__box-btn p:after {
      content: '';
      display: block;
      position: absolute;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 10px solid #fff;
      top: 50%;
      right: 110%;
      margin-top: -5px; }

.ticket__box-btn.active p:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.corona {
  background: #f0f0f0; }
  .corona .contents-ttl {
    opacity: 0.09; }

.corona__inr {
  padding: 70px 0 100px;
  max-width: 1030px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .corona__inr {
      padding: 40px 0; } }
  .corona__inr h2 {
    text-align: left;
    margin-bottom: 40px; }

.corona__box {
  font-size: 1.4rem;
  line-height: 2.8rem; }

.txt-red {
  color: #da3915; }

.discography {
  background: #fff; }
  .discography .contents-ttl {
    opacity: 0.09; }

.discography__inr {
  padding: 90px 0 80px; }
  @media screen and (max-width: 480px) {
    .discography__inr {
      padding: 40px 0 50px; } }

.discography__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  @media screen and (max-width: 480px) {
    .discography__box ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .discography__box ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .discography__box ul li {
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      .discography__box ul li {
        width: 100%; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .discography__box ul li {
        width: 100%; } }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .discography__box ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .discography__box ul li:not(:last-child) {
      margin-right: 37px; }
      @media screen and (max-width: 480px) {
        .discography__box ul li:not(:last-child) {
          margin: 0 0 40px; } }
      @media screen and (min-width: 480px) and (max-width: 1080px) {
        .discography__box ul li:not(:last-child) {
          margin: 0 0 30px; } }

.discography__box-img {
  width: 320px;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 480px) {
    .discography__box-img {
      width: 230px;
      height: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .discography__box-img {
      width: 250px;
      height: auto; } }
  .discography__box-img img {
    height: auto;
    width: 100%;
    margin: auto; }

.discography__box-num {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 5px; }
  @media screen and (max-width: 480px) {
    .discography__box-num {
      font-size: 1.2rem; } }

.discography__box-cont {
  display: inline-block;
  padding-left: 10px; }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .discography__box-cont {
      width: 58%;
      margin-left: 30px; } }

.discography__box-ttl {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 28px 0 20px;
  height: 38px; }
  @media screen and (max-width: 480px) {
    .discography__box-ttl {
      font-size: 1.4rem;
      margin: 20px 0 10px;
      height: auto; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .discography__box-ttl {
      font-size: 1.6rem;
      margin: 0 0 10px;
      height: auto; } }

.discography__box-txt {
  font-size: 1.3rem;
  line-height: 2.4rem; }
  @media screen and (max-width: 480px) {
    .discography__box-txt {
      font-size: 1.2rem;
      line-height: 2rem; } }
  .discography__box-txt span {
    font-weight: bold;
    color: #BCB76C;
    font-size: 1.5rem; }

.no-img {
  background: #ddd;
  height: 288px; }
  @media screen and (max-width: 480px) {
    .no-img {
      height: 230px; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .no-img {
      height: 250px; } }
  .no-img:before {
    content: 'NO IMAGE';
    display: block;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding-top: 46%; }
    @media screen and (max-width: 480px) {
      .no-img:before {
        font-size: 2.5rem; } }

.news {
  background: #fff; }
  .news .contents-ttl {
    opacity: 0.09; }

.news__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
  padding: 55px 0; }
  @media screen and (max-width: 480px) {
    .news__inr {
      width: 90%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding: 40px 0 30px; } }
  @media screen and (max-width: 480px) {
    .news__inr {
      width: 90%; } }

.fb-container {
  width: 500px;
  margin-left: 70px;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .fb-container {
      margin: 30px auto;
      width: 100%; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .fb-container {
      width: 100%; } }

.fb-page {
  display: block !important;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 500px; }

footer {
  background: #1D1D1D; }

.footer__inr {
  padding: 56px 0 60px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .footer__inr {
      padding: 30px 0 40px; } }

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 460px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .footer__box {
      width: 90%; } }

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

.footer-lang__link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold; }
  .footer-lang__link:not(:last-child) {
    margin-right: 15px; }
    @media screen and (max-width: 480px) {
      .footer-lang__link:not(:last-child) {
        margin-right: 20px; } }
  .footer-lang__link a {
    color: #fff;
    opacity: 0.7; }
    .footer-lang__link a:hover {
      opacity: 1; }

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }

.footer-sns__link {
  width: 17px; }
  .footer-sns__link:not(:last-child) {
    margin-right: 35px; }
  .footer-sns__link a {
    opacity: .7; }
    .footer-sns__link a:hover {
      opacity: 1; }

.footer__txt {
  color: #fff;
  margin-top: 50px; }
  @media screen and (max-width: 480px) {
    .footer__txt {
      margin-top: 30px; } }

.footer__txt01 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 4.5rem; }
  @media screen and (max-width: 480px) {
    .footer__txt01 {
      font-size: 3rem;
      line-height: 4rem; } }
  .footer__txt01 span {
    font-size: 1.7rem; }
    @media screen and (max-width: 480px) {
      .footer__txt01 span {
        font-size: 1.5rem; } }

.footer__txt02 {
  font-size: 1.7rem;
  margin-top: 15px; }
  @media screen and (max-width: 480px) {
    .footer__txt02 {
      font-size: 1.4rem;
      margin-top: 10px; } }

.footer-company {
  font-size: 1.4rem;
  text-align: left;
  display: inline-block;
  margin: 35px auto 0; }
  @media screen and (max-width: 480px) {
    .footer-company {
      font-size: 1.2rem;
      margin-top: 25px; } }

.footer__txt-link {
  color: #fff; }

.footer-copy {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .footer-copy {
      font-weight: normal;
      margin-top: 20px; } }

.footer__txt-link {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 60px;
  color: #fff;
  text-decoration: underline; }
  @media screen and (max-width: 480px) {
    .footer__txt-link {
      font-size: 1.3rem;
      margin-top: 30px; } }

.presents {
  font-size: 1.4rem !important;
  padding-bottom: 10px;
  font-weight: normal;
  display: block; }
  @media screen and (max-width: 480px) {
    .presents {
      font-size: 1.1rem !important;
      padding-bottom: 7px;
      font-weight: normal;
      display: block; } }
  @media screen and (min-width: 480px) and (max-width: 1080px) {
    .presents {
      font-size: 1.1rem !important;
      padding-bottom: 7px;
      font-weight: normal;
      display: inline-block;
      padding-right: 10px; } }

.header-sns {
  margin: 70px 0 0 22px; }
  .header-sns p {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700; }
  .header-sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px; }
  .header-sns__link {
    width: 20px; }
    .header-sns__link:not(:last-child) {
      margin-right: 15px; }
    .header-sns__link a {
      opacity: .7; }
      .header-sns__link a:hover {
        opacity: 1; }
  @media screen and (max-width: 480px) {
    .header-sns-sp {
      margin: 60px auto;
      text-align: center; } }
  .header-sns-sp p {
    font-size: 1.3rem; }
  @media screen and (max-width: 480px) {
    .header-sns-sp ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 15px; } }
  @media screen and (max-width: 480px) {
    .header-sns-sp ul li {
      width: 25px; } }
  @media screen and (max-width: 480px) {
    .header-sns-sp ul li:not(:last-child) {
      margin-right: 30px; } }

.introduction__box-txt-en span {
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .introduction__box-txt-en span {
      margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  .header-lang-en {
    margin: 40px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
@media screen and (min-width: 480px) and (max-width: 1080px) {
  .header-lang-en {
    margin: 40px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.postponement {
  background: #fff;
  word-break: break-all; }
  .postponement .contents-ttl {
    opacity: 0.09; }
  .postponement__inr {
    padding: 15px 0; }
    @media screen and (max-width: 480px) {
      .postponement__inr {
        padding: 20px 0 30px; } }
  .postponement__wrap {
    max-width: 917px;
    width: 100%;
    margin: 43px auto 0; }
    @media screen and (min-width: 480px) and (max-width: 1080px) {
      .postponement__wrap {
        margin: 30px auto 0; } }
    @media screen and (max-width: 480px) {
      .postponement__wrap {
        margin: 20px auto 0;
        max-width: 100%; } }
  .postponement__ttl {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: 'Noto sans JP', serif;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 2px solid #F0F0F0;
    color: #bcb76c; }
    @media screen and (max-width: 480px) {
      .postponement__ttl {
        font-size: 1.8rem; } }
  .postponement__ttl02 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .postponement__ttl02 {
        font-size: 1.6rem; } }
  .postponement__ttl03 {
    font-size: 2.0rem;
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .postponement__ttl03 {
        font-size: 1.7rem;
        text-align: left;
        padding-bottom: 30px; } }
    .postponement__ttl03 span {
      font-size: 1.6rem;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        .postponement__ttl03 span {
          font-size: 1.4rem; } }
  .postponement__ttl04 {
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 10px;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .postponement__ttl04 {
        font-size: 1.5rem; } }
    .postponement__ttl04 span {
      padding-right: 10px;
      color: rgba(16, 76, 75, 0.7); }
  .postponement__ttl05 {
    font-weight: bold;
    font-size: 1.6rem;
    padding-top: 10px;
    color: #bcb76c;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .postponement__ttl05 {
        font-size: 1.5rem; } }
  .postponement__ttl06 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #104c4b;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .postponement__ttl06 {
        font-size: 1.5rem; } }
  .postponement__p {
    margin-left: 20px;
    margin-bottom: 10px; }
  .postponement__box {
    padding-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2.8rem; }
    @media screen and (max-width: 480px) {
      .postponement__box {
        padding-bottom: 20px; } }
  .postponement__box2 {
    padding-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-left: 40px; }
    @media screen and (max-width: 480px) {
      .postponement__box2 {
        padding-bottom: 20px;
        margin-left: 0px; } }
  .postponement__box3 {
    padding-bottom: 60px;
    font-size: 1.4rem;
    line-height: 2.8rem; }
    .postponement__box3 .smalltxt {
      font-size: 1.1rem; }
    @media screen and (max-width: 480px) {
      .postponement__box3 {
        padding-bottom: 20px; } }
  .postponement__list {
    padding: 20px 0; }
    .postponement__list li {
      padding-bottom: 10px; }
  .postponement a {
    color: #bcb76c; }
  .postponement__table {
    width: 100%;
    margin-top: 20px; }
    .postponement__table th {
      border-bottom: 1px solid #F0F0F0;
      padding: 10px 0; }
    .postponement__table td {
      text-align: center;
      border-bottom: 1px solid #F0F0F0;
      padding: 10px 0; }
  .postponement .table-01 {
    color: #bcb76c; }
  .postponement .table-02 {
    color: rgba(16, 76, 75, 0.7); }

@media screen and (max-width: 480px) {
  .donation {
    margin-top: 60px; } }
.donation__img {
  max-width: 600px;
  margin-bottom: 50px; }

.ticketttl {
  font-size: 20px;
  padding: 0 0 20px 13px; }

.ticketttl2 {
  font-size: 20px;
  padding: 20px 0 20px 13px; }
