@charset "UTF-8";
/* Reset Style */
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;
}
html, body {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-weight: 400;
}
body {
 line-height: 1.3;
}
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;
}
/* 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;
}
table {
 width: 100%;
}
table th {
 text-align: center;
 vertical-align: top;
 background: #f3f3f3;
}
table td {
 width: auto;
}
table th, table td {
 padding: 20px 40px;
 border: 1px solid #ccc;
 box-sizing: border-box;
} /* 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;
}
img {
 height: auto;
 width: 100%;
}
img[src$=".svg"] {
 width: 100%;
}
ol, ul {
 list-style: none outside none;
 margin: 0;
 padding: 0;
}
li {
 list-style-type: none;
}
*, *::before, *::after {
 box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
 table {
  width: 100%;
 }
 table th, table td {
  list-style-type: none;
  padding: 15px 15px;
  width: 100%;
 }
 table th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  width: 100%;
 }
 table td {
  text-align: left;
  width: auto;
 }
}
/* ----------------------------------------------------------------
    link
  ----------------------------------------------------------------- */
a {
 color: #333;
 outline: none;
}
a:link {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a.disable {
 cursor: default;
}
a:visited {
 text-decoration: none;
}
a.disable:hover {
 text-decoration: none;
}
a.default:link {
 color: #0000ff;
 text-decoration: underline;
}
a.default:link:hover {
 text-decoration: none;
}
a.default:visited {
 color: #800080;
}
a.default:active {
 color: #ff8000;
}
a.default:hover {
 color: #b80120;
}
.no-link {
 opacity: 0.5;
 pointer-events: none; /*リンクを非リンクに変える*/
 cursor: default; /*マウスカーソルを矢印のまま変えない*/
 text-decoration: none; /*下線を消す*/
}
/* ----------------------------------------------------------------
    common
  ----------------------------------------------------------------- */
html {
 overflow-x: hidden;
}
body {
 background-color: #fff;
 color: #000;
 font-family: YakuHanJP;
 font-size: 16px;
 -webkit-font-smoothing: antialiased;
 line-height: 1.8;
 letter-spacing: 0.06em;
 -webkit-text-size-adjust: 100%;
 overflow-x: hidden;
 width: 100%;
}
#wrap {
 position: relative;
 width: 100%;
}
/* ----------------------------------------------------------------
    header
  ----------------------------------------------------------------- */
header {
 align-items: center;
 background-color: #362f26;
 display: flex;
 height: 60px;
 justify-content: center;
 line-height: 1;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 999;
}
.header-wrap {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 0 140px 0 30px;
 width: calc(100% - 170px);
}
.header-logo {
 width: 268.8px;
}
.header-date {
 width: 481px;
}
@media only screen and (max-width: 768px) {
 header {
  height: 60px;
 }
 .header-wrap {
  display: block;
  margin: 0 auto 0 10px;
  width: calc(100% - 140px);
 }
 .header-logo {
  margin: 0 auto;
  width: 100%;
 }
 .header-date {
  margin: 0 auto;
  width: 100%;
 }
}
/* ----------------------------------------------------------------
    ナビ
  ----------------------------------------------------------------- */
.navi-ticket {
 border-radius: 5px;
 box-sizing: border-box;
 cursor: pointer;
 display: block;
 height: 60px;
 position: absolute;
 right: 0px;
 top: 0px;
 transition: all .4s;
 width: 120px;
 z-index: 999;
}
.navi-ticket a {
 align-items: center;
 justify-content: center;
 background: rgb(241, 107, 170);
 color: #fff;
 display: flex;
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 24px;
 font-weight: 700;
 height: 60px;
 line-height: 1;
 text-align: center;
 text-decoration: none;
 transition: all 0.3s ease-out;
 width: 100%;
 position: relative;
 padding-left: 28px;
}
.navi-ticket a:hover {
 background-color: #fff;
 color: rgb(241, 107, 170);
 transition: all 0.3s ease-out;
}
.material-symbols-outlined {
 font-family: 'Material Icons';
 font-weight: normal;
 font-style: normal;
 line-height: 1;
 letter-spacing: normal;
 text-transform: none;
 white-space: nowrap;
 word-wrap: normal;
 direction: ltr;
 -moz-font-feature-settings: 'liga';
 -moz-osx-font-smoothing: grayscale;
 display: inline-flex;
 vertical-align: text-bottom;
 padding-right: 3px;
 position: absolute;
 left: 10px;
 top: 19px;
}
.hamburger {
 border-radius: 5px;
 box-sizing: border-box;
 cursor: pointer;
 display: block;
 height: 19px;
 position: absolute;
 right: 30px;
 top: 20px;
 transition: all .4s;
 width: 25px;
 z-index: 999;
}
.hamburger span {
 background-color: #fff;
 box-sizing: border-box;
 display: inline-block;
 height: 1px;
 right: 0;
 margin: 0 auto;
 position: absolute;
 transition: all .4s;
 width: 25px;
}
.hamburger span:nth-of-type(1) {
 top: 0px;
 width: 25px;
}
.hamburger span:nth-of-type(2) {
 top: 9px;
 width: 25px;
}
.hamburger span:nth-of-type(3) {
 top: 18px;
 width: 25px;
}
.hamburger span:nth-of-type(1) {
 -webkit-animation: menu-ber01 .5s forwards;
 animation: menu-ber01 .5s forwards;
}
.hamburger span:nth-of-type(2) {
 opacity: 1;
 transition: all .25s .25s;
}
.hamburger span:nth-of-type(3) {
 -webkit-animation: menu-ber02 .5s forwards;
 animation: menu-ber02 .5s forwards;
}
.active span:nth-of-type(1) {
 -webkit-animation: active-menu-ber01 .5s forwards;
 animation: active-menu-ber01 .5s forwards;
 background-color: #fff;
 width: 25px;
}
.active span:nth-of-type(2) {
 opacity: 0;
}
.active span:nth-of-type(3) {
 -webkit-animation: active-menu-ber03 .5s forwards;
 animation: active-menu-ber03 .5s forwards;
 background-color: #fff;
 width: 25px;
}
@-webkit-keyframes menu-ber01 {
 0% {
  -webkit-transform: translateY(8px) rotate(45deg);
 }
 50% {
  -webkit-transform: translateY(8px) rotate(0);
 }
 100% {
  -webkit-transform: translateY(0) rotate(0);
 }
}
@keyframes menu-ber01 {
 0% {
  transform: translateY(8px) rotate(45deg);
 }
 50% {
  transform: translateY(8px) rotate(0);
 }
 100% {
  transform: translateY(0) rotate(0);
 }
}
@-webkit-keyframes menu-ber02 {
 0% {
  -webkit-transform: translateY(-8px) rotate(-45deg);
 }
 50% {
  -webkit-transform: translateY(-8px) rotate(0);
 }
 100% {
  -webkit-transform: translateY(0) rotate(0);
 }
}
@keyframes menu-ber02 {
 0% {
  transform: translateY(-8px) rotate(-45deg);
 }
 50% {
  transform: translateY(-8px) rotate(0);
 }
 100% {
  transform: translateY(0) rotate(0);
 }
}
@-webkit-keyframes active-menu-ber01 {
 0% {
  -webkit-transform: translateY(0) rotate(0);
 }
 50% {
  -webkit-transform: translateY(10px) rotate(0);
 }
 100% {
  -webkit-transform: translateY(10px) rotate(45deg);
 }
}
@keyframes active-menu-ber01 {
 0% {
  transform: translateY(0) rotate(0);
 }
 50% {
  transform: translateY(10px) rotate(0);
 }
 100% {
  transform: translateY(10px) rotate(45deg);
 }
}
@-webkit-keyframes active-menu-ber03 {
 0% {
  -webkit-transform: translateY(0) rotate(0);
 }
 50% {
  -webkit-transform: translateY(-8px) rotate(0);
 }
 100% {
  -webkit-transform: translateY(-8px) rotate(-45deg);
 }
}
@keyframes active-menu-ber03 {
 0% {
  transform: translateY(0) rotate(0);
 }
 50% {
  transform: translateY(-8px) rotate(0);
 }
 100% {
  transform: translateY(-8px) rotate(-45deg);
 }
}
#navigation {
 background-color: rgba(255, 255, 255, 0.0);
 display: none;
 height: calc(100% - 0px);
 margin-right: 0px;
 right: 0px;
 position: fixed;
 top: 0px;
 width: calc(100% - 0px);
 z-index: 998;
}
#navigation .navi-inr {
 align-items: center;
 background-color: #362f26;
 background-position: top left;
 background-repeat: no-repeat;
 background-size: cover;
 display: flex;
 height: calc(100% - 0px);
 justify-content: center;
 margin-left: auto;
 width: 375px;
}
#navigation .navigation-menu {
 display: block;
 font-size: 18px;
 font-weight: 700;
 letter-spacing: 0.1em;
 line-height: 1.0em;
 margin-right: 0px;
 position: relative;
}
#navigation .navigation-item {
 border-top: 1px solid #fff;
 color: #fff;
 margin-left: 0px;
 white-space: nowrap;
 width: 300px;
}
#navigation .navigation-item:first-child {
 border-top: 0px solid #333;
}
#navigation .navigation-item a {
 color: #fff;
 display: block;
 padding: 20px 0 16px 10px;
}
#navigation .navigation-item a:hover {
 color: rgb(153, 214, 180);
 transition: 0.5s
}
#navigation .navigation-btn {
 align-items: center;
 display: flex;
 justify-content: space-between;
 width: 100%;
}
#navigation .navigation-btn a {
 align-items: center;
 background: #de4e34;
 color: #fff;
 display: flex;
 font-size: 16px;
 font-weight: 700;
 height: 40px;
 justify-content: center;
 margin: 0 auto 0;
 width: calc(50% - 10px);
}
#navigation .sub-menu {
 margin-top: 0px;
}
#navigation .sns-list ul {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin-top: 12px;
 width: 150px;
}
#navigation .sns-item {
 width: 30px;
}
#navigation .link-list {
 margin-top: 14px;
}
#navigation .link-item {
 font-size: 18px;
 margin-top: 20px;
}
#navigation .link-item a {
 color: #fff;
 text-decoration: underline;
}
@media only screen and (max-width: 768px) {
 .hamburger {
  right: 21px;
  top: 21px;
 }
}
/* ----------------------------------------------------------------
    youtubeレスポンシブ
  ----------------------------------------------------------------- */
.movie-wrap {
 overflow: hidden;
 padding-bottom: 56.25%;
 height: 0;
 position: relative;
}
.movie-wrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
 .display-sp {
  display: none !important;
 }
}
@media only screen and (max-width: 768px) {
 .hidden-sp {
  display: none !important;
 }
}
@media only screen and (min-width: 769px) {
 .hidden-pc {
  display: none !important;
 }
}
@media only screen and (max-width: 1024px) {
 .hidden-tb {
  display: none !important;
 }
}
@media only screen and (min-width: 1025px) {
 .display-tb {
  display: none !important;
 }
}
@media only screen and (max-height: 667px) {
 .hidden-h667 {
  display: none !important;
 }
}
/* ----------------------------------------------------------------
    margin/padding/othr
  ----------------------------------------------------------------- */
.mt-0 {
 margin-top: 0px !important;
}
.mb-0 {
 margin-bottom: 0px !important;
}
.mt-10 {
 margin-top: 10px !important;
}
.mb-10 {
 margin-bottom: 10px !important;
}
.mt-20 {
 margin-top: 20px !important;
}
.mb-20 {
 margin-bottom: 20px !important;
}
.mt-30 {
 margin-top: 30px !important;
}
.mb-30 {
 margin-bottom: 30px !important;
}
.mt-40 {
 margin-top: 40px !important;
}
.mb-40 {
 margin-bottom: 40px !important;
}
.mt-50 {
 margin-top: 50px !important;
}
.mb-50 {
 margin-bottom: 50px !important;
}
.txtL {
 text-align: left !important;
}
.txtR {
 text-align: right !important;
}
.txtC {
 text-align: center !important;
}
.txtRed {
 color: #FF0004 !important;
}
.txtCancell {
 text-decoration: line-through;
}
a.txtLink {
 text-decoration: underline;
}
a.txtLink:hover {
 text-decoration: none;
}
a.noLink {
 opacity: 0.7;
 pointer-events: none;
}
.indent {
 line-height: 1.5;
 margin-top: 10px;
 margin-left: 1em;
 text-align: justify;
 text-indent: -1em;
}
.indent-no {
 line-height: 1.5;
 margin-top: 10px;
 margin-left: 2.0em;
 text-align: justify;
 text-indent: -2.0em;
}
a.arrow {
 color: #333;
 position: relative;
 padding: 0px 0px 0px 55px;
 background: none;
 font-size: 18px;
 text-decoration: none;
 line-height: 1em;
}
a.arrow::after {
 content: "";
 display: inline-block;
 width: 40px;
 height: 8px;
 border-right: 1px solid #e60012;
 border-bottom: 1px solid #e60012;
 transform: skewX(45deg);
 position: absolute;
 top: 50%;
 left: 0px;
 margin-top: -4px;
}
.link-txt {
 display: block;
 margin-top: 45px;
 text-align: center;
 text-decoration: underline;
}
@media only screen and (max-width: 768px) {
 .indent {
  font-size: 12px;
 }
 .indent-no {
  font-size: 12px;
 }
}
.btn-area {
 text-align: center;
}
a.btn {
 background: rgb(241, 107, 170);
 border: 1px solid rgb(241, 107, 170);
 border-radius: 3rem;
 color: #fff;
 display: inline-block;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 24px;
 font-weight: 700;
 padding: 1rem 7.5rem;
 text-align: center;
 text-decoration: none;
 transition: all 0.3s ease-out;
}
a.btn:hover {
 background: none;
 border: 1px solid rgb(241, 107, 170);
 color: rgb(241, 107, 170);
 transition: all 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
a.btn {
 background: rgb(241, 107, 170);
 border: 1px solid rgb(241, 107, 170);
 border-radius: 3rem;
 color: #fff;
 display: inline-block;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 20px;
 font-weight: 700;
 padding: 1rem 0rem;
 text-align: center;
 text-decoration: none;
 transition: all 0.3s ease-out;
 width: 100%;
}
a.btn:hover {
 background: none;
 border: 1px solid rgb(241, 107, 170);
 color: rgb(241, 107, 170);
 transition: all 0.3s ease-out;
}
}