@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;
 scroll-behavior: smooth;
}
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;
}

/* ----------------------------------------------------------------
    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;
 }
}
/* ----------------------------------------------------------------
    btn
  ----------------------------------------------------------------- */
.btn {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 50px auto 0;
 max-width: 770px;
 width: 90%;
}
.btn a {
 align-items: center;
 background: #362f26;
 border-radius: 75px;
 color: #fff;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 18px;
 font-weight: 700;
 height: 60px;
 justify-content: center;
 margin: 0 auto;
 max-width: 360px;
 position: relative;
 transition: 0.5s;
 width: 48%;
}
.btn-mail a {
 background-color: rgba(255, 255, 255, 0);
 border: 1px solid #fff;
 margin-top: 0;
}
.btn-square a {
 border-radius: 10px;
}
.btn-back a {
 width: 75%;
}
.btn a:hover {
 background: #fff;
 border: 1px solid #362f26;
 color: #362f26;
}
.btn-mail a:hover {
 background-color: rgba(255, 255, 255, 1);
 color: #da4325;
}
.btn a .material-icons {
 position: absolute;
 right: 18px;
 top: 18px;
}
#footer .btn {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 25px auto 50px;
 max-width: 770px;
 width: 90%;
}
#footer .btn a {
 align-items: center;
 background: #fff;
 border-radius: 75px;
 color: #000;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 18px;
 font-weight: 700;
 height: 60px;
 justify-content: center;
 margin: 0 auto;
 max-width: 360px;
 position: relative;
 transition: 0.5s;
 width: 48%;
}
#footer .btn a:hover {
 background: #000;
 border: 1px solid #fff;
 color: #fff;
}
@media only screen and (max-width: 768px) {
 .btn {
  display: block;
 }
 .btn a {
  font-size: 16px;
  height: 60px;
  max-width: 320px;
  width: 100%;
 }
 .btn-green a {
  background: #009a50;
 }
 .btn a .material-icons {
  position: absolute;
  right: 18px;
  top: 18px;
 }
 .btn a .material-icons2 {
  position: absolute;
  right: 6px;
  top: 18px;
 }
}