@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 13px;
  position: relative;
}

/* =============================================
 *  01. Common settings
 *      - reset
 *      - common
 *      - padding
 *      - margin
 *      - width
 *  02. Layout
 *      - common
 *      - float
 *      - clearfix
 *      - align
 *  03. Font
 *      - font size
 *      - font color
 *      - font family
 *      - contact
 *  04. Parts
 *      - icon
 *      - button
 *      - table
 *      - heading
 *      - pagination
 *  05. Form
 *      - layout
 *      - parts
 *  06. Dialog
 *  07. Modal
 *  08. Tooltip
 * -----------------------------------
 *  11. Header
 *  12. Navigation
 *  13. Aside
 *  14. Footer
 * -----------------------------------
 *  20. Top
 *  21. Event detail
 *  22. Login
 *  23. Password reissue
 *  24. Faq
 * -----------------------------------
 *  30. Mypage

 * ============================================= */
/* ---------------------------------------------------------------------------------------- */
/* ==============================================
 01. Common settings
=============================================== */
/* reset
----------------------------------------------- */
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: bottom;
}

article, aside, details, figcaption, figure, main,
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: separate;
  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;
}

span {
  vertical-align: baseline;
}

/* common
----------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fafafa;
  color: #222222;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.page-dashboard {
  background-color: #e7f0f4;
}

a {
  color: #222222;
  outline: medium none;
  text-decoration: none;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  color: #222222;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.8;
  margin: 0 0 24px;
  max-height: 100%;
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace,serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.8;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  line-height: 1.8;
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

th {
  font-weight: bold;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

.preload * {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* ==============================================
 02. Layout
=============================================== */
/* Common
----------------------------------------------- */
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-modal {
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  border: none;
}

.card-body {
  padding: 50px 50px;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* align
----------------------------------------------- */
.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.align-baseline {
  vertical-align: baseline;
}

/* ==============================================
 03. Font
=============================================== */
/* Font size
----------------------------------------------- */
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 14px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/* Font color
----------------------------------------------- */
.fc-red {
  color: #a50011;
}

.fc-blue {
  color: #0096d1;
}

.fc-mute {
  color: #959799;
}

/* Font weight
----------------------------------------------- */
.fw-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

/* Font family
----------------------------------------------- */
.ff-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ff-en {
  font-family: "Lato", sans-serif;
}

/* Text align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* Text indent
----------------------------------------------- */
.indent-1 {
  text-indent: 1em;
}

/* ==============================================
 04. Parts
=============================================== */
/* icon
----------------------------------------------- */
.svg-icon svg [fill]:not(.permanent):not(g) {
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  fill: #a5a4bf;
}

/* button
----------------------------------------------- */
.btn {
  display: inline-block;
  font-size: 100%;
  padding: 15px 20px;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}

.btn.btn-large {
  padding: 1.5rem 5rem;
}

.btn.btn-medium {
  padding: 1.5rem 3rem;
}

.btn.btn-small {
  padding: 1.5rem 1.5rem;
}

.btn.disabled {
  cursor: default;
}

.btn.btn-primary {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  border-color: #0096d1;
  background-color: #0096d1;
  max-width: 100%;
  letter-spacing: 0.06em;
  font-size: 16px;
  position: relative;
  width: 300px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-coupon {
    margin-bottom: 0!important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #3CB3E8;
  background-color: #3CB3E8;
}

.btn.btn-primary::after {
  right: 20px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.btn-secondary {
  border: none;
}

.btn.btn-text {
  background: none;
  padding: 1rem 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn.btn-text.disabled {
  color: #959799;
  text-decoration: none;
}

.btn.btn-text:hover {
  background: none;
}

.btn.btn-text-underline {
  text-decoration: underline;
}

/* table
----------------------------------------------- */
/* page title
----------------------------------------------- */
.page-title a:not(.btn) {
  color: #0096d1;
  text-decoration: underline;
}

.page-title .btn-primary {
  color: #fff;
  width: 160px;
}

/* heading
----------------------------------------------- */
.page-heading {
  text-align: center;
  margin-bottom: 50px;
}

.page-heading h1 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.page-heading h1 + p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.heading-2 {
  font-size: 26px;
  padding-left: 55px;
  position: relative;
  margin-bottom: 40px;
}

.heading-2::before {
  content: "";
  background-color: #0096d1;
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  top: .7em;
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  margin-top: 40px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li {
  font-size: 13px;
}

.breadcrumbs ol li:not(:last-child) {
  padding-right: 32px;
  margin-right: 26px;
  position: relative;
}

.breadcrumbs ol li:not(:last-child)::after {
  content: "/";
  color: #BFBFBF;
  position: absolute;
  right: 0;
  top: 0;
}

/* ==============================================
 05. Form
=============================================== */
.form-progressbar {
  list-style: none;
  position: relative;
  margin: 0 auto 50px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  width: 620px;
}

.form-progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  font-weight: bold;
  counter-increment: steps;
}

.form-progressbar li::before {
  display: block;
  width: 46px;
  height: 46px;
  margin: 7px auto 10px;
  content: '';
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #0096d1;
  border: 1px solid #0096d1;
  background-color: #fff;
  content: counter(steps);
}

.form-progressbar li::after {
  position: absolute;
  z-index: -1;
  top: 29px;
  left: -50%;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #0096d1;
}

.form-progressbar li:first-child::after {
  content: none;
}

.form-progressbar li.active {
  color: #0096d1;
}

.form-progressbar li.active::before {
  background-color: #0096d1;
  color: #FFF;
}

/* layout
----------------------------------------------- */
.form-horizon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-horizon-list li {
  margin-right: 50px;
}

.form-horizon-list li:last-child {
  margin-right: 0;
}

.form-vertical-list li {
  margin-bottom: 2rem;
}

.form-vertical-list li:last-child {
  margin-bottom: auto;
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.form-block .form-group .form-required {
  color: #a50011;
  display: inline-block;
  line-height: 1;
  margin-left: 0.5rem;
}

.form-input h2 {
  border-bottom: 1px solid #0096d1;
  color: #0096d1;
  font-size: 22px;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.form-input .form-block {
  max-width: 860px;
  margin: 0 auto;
}

.form-input .form-group {
  display: flex;
  margin-bottom: 30px;
}

.form-input .form-label {
  font-weight: bold;
  padding-top: .9em;
  padding-bottom: .9em;
  width: 220px;
}

.form-input .form-field {
  flex: 1;
  min-width: 0;
}

.form-input .form-field .form-control {
  width: 100%;
}

.form-input .form-field .flex {
  display: flex;
  align-items: center;
}

.form-input .form-field .field-layout-half {
  justify-content: space-between;
}

.form-input .form-field .field-layout-half .form-control {
  width: 48%;
}

.form-input .form-field .field-layout-birthday .form-unit {
  margin: 0 15px 0 8px;
}

.form-input .form-field .field-layout-birthday .form-unit:last-child {
  margin-right: 0;
}

.form-input .form-field .field-layout-birthday .form-select {
  min-width: 0;
}

.form-input .form-field .form-horizon-list {
  padding-top: .75em;
  padding-bottom: .75em;
}

.form-input .small {
  font-size: 13px;
}

.form-input p {
  margin-bottom: 0;
  margin-top: .75em;
  line-height: 1.3;
}

.form-input .form-btn {
  margin-top: 50px;
  margin-bottom: 20px;
}

.form-input .form-block__reserve-ticket {
  margin-bottom: 80px;
}

.form-input .form-block__reserve-ticket .form-label {
  width: 280px;
}

.form-input .form-block__reserve-ticket .form-field .form-select {
  width: 200px;
  max-width: 100%;
}

.form-input .form-block__reserve-ticket .form-field .field-layout-coupon .btn {
  margin-left: 10px;
  width: auto;
}

.form-input .form-block__reserve-ticket .form-field .field-layout-coupon .btn::after {
  content: none;
}

.form-input .form-block__reserve-ticket .form-field .field-layout-coupon .coupon-price {
  align-items: center;
  font-weight: bold;
  line-height: 1;
  margin-left: 20px;
}

.form-input .form-block__reserve-ticket .form-field .field-layout-coupon .coupon-price .price-prev {
  text-decoration: line-through;
}

.form-input .form-block__reserve-ticket .form-field .field-layout-coupon .coupon-price .arrow {
  margin: 0 .5em;
  width: 28px;
}

.form-input .form-block__reserve-ticket .form-field .field-layout-coupon .coupon-price .price-discount {
  font-size: 116%;
}

.form-input .form-block__reserve-acceptance {
  margin-bottom: 60px;
}

.form-input .reserve-form-event {
  margin-bottom: 60px;
}

.form-input .reserve-form-event .flex {
  display: flex;
  flex-direction: row-reverse;
}

.form-input .reserve-form-event .event-img {
  margin-left: 5%;
  width: 37%;
}

.form-input .reserve-form-event .event-img .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.form-input .reserve-form-event .event-img .thumbnail::before {
  content: "";
  display: block;
  padding-top: 72%;
  height: 0;
}

.form-input .reserve-form-event .cont {
  flex: 1;
  min-width: 0;
}

.form-input .reserve-form-event .event-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

.form-input .reserve-form-event .event-schedule {
  background: url("../../images/icon_calendar_blue.png") no-repeat 0 50%;
  background-size: 20px 20px;
  padding: 3px 50px 3px 30px;
  position: relative;
  margin-bottom: 12px;
}

.form-input .reserve-form-event .event-description {
  line-height: 1.6;
  margin-bottom: 10px;
}

.form-input .reserve-form-event .event-meta li {
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-bottom: 2px;
  font-size: 15px;
  padding: 4px 0 3px 30px;
  position: relative;
}

.form-input .reserve-form-event .event-meta li.event-address {
  background-image: url("../../images/icon_mappin_blue.png");
  background-size: 15px 19px;
  background-position: 3px 50%;
}

.form-input .reserve-form-event .event-meta li.event-station {
  background-image: url("../../images/icon_train_blue.png");
  background-size: 22px 22px;
}

.form-input .form-block__reserve-member {
  margin-bottom: 60px;
}

.form-input .form-block__reserve-payment .flex {
  display: flex;
  justify-content: center;
}

.form-input .form-block__reserve-payment .form-horizon-list li {
  margin-bottom: 20px;
}

.form-input .form-block__reserve-payment .credit-edit {
  background-color: #f5f5f5;
  padding: 40px;
  max-width: 420px;
}

.form-input .form-block__reserve-payment .credit-edit .card-icons {
  margin-bottom: 20px;
}

.form-input .form-block__reserve-payment .credit-edit .credit-edit-group {
  margin-bottom: 20px;
}

.form-input .form-block__reserve-payment .credit-edit .credit-edit-group:last-child {
  margin-bottom: 0;
}

.form-input .form-block__reserve-payment .credit-edit .credit-edit-group .label {
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.form-input .form-block__reserve-payment .credit-edit .credit-edit-group .form-control {
  width: 100%;
}

.form-input .form-block__reserve-payment .credit-edit .credit-edit-group .credit-edit-expiry {
  display: flex;
}

.form-input .form-block__reserve-payment .credit-edit .credit-edit-group .credit-edit-expiry .expiry-group {
  display: flex;
  align-items: center;
}

.form-input .form-block__reserve-payment .credit-edit .credit-edit-group .credit-edit-expiry .expiry-group .form-control {
  width: 5em;
}

.form-input .form-block__reserve-payment .credit-edit .credit-edit-group .credit-edit-expiry .expiry-group .form-unit {
  margin-right: 20px;
  margin-left: 8px;
}

.form-confirm {
  max-width: 860px;
  margin: 0 auto;
}

.form-confirm h2 {
  border-bottom: 1px solid #0096d1;
  color: #0096d1;
  font-size: 22px;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.form-confirm h2:not(:first-child) {
  margin-top: 60px;
}

.form-confirm .form-confirm-table {
  width: 100%;
}

.form-confirm .form-confirm-table th {
  border-bottom: 1px solid #D0D0D0;
  font-weight: bold;
  padding: 50px 0 10px;
  width: 220px;
  text-align: left;
  vertical-align: top;
}

.form-confirm .form-confirm-table td {
  border-bottom: 1px solid #D0D0D0;
  padding: 50px 0 10px;
  text-align: left;
  vertical-align: top;
}

.form-confirm .form-confirm-table tbody tr:first-child th {
  padding-top: 10px;
}

.form-confirm .form-confirm-table tbody tr:first-child td {
  padding-top: 10px;
}

.form-confirm .form-btn {
  margin-top: 50px;
  margin-bottom: 20px;
}

.form-confirm .form-confirm-reserve dl dd {
  font-weight: bold;
}

.form-confirm .form-confirm-reserve .amount {
  border-top: 1px solid #D0D0D0;
  font-weight: bold;
  padding-top: 12px;
  margin-top: 10px;
  font-size: 116%;
}

.form-confirm .text-scroll-box {
  border: 1px solid #D0D0D0;
  margin-bottom: 30px;
}

.form-confirm .text-scroll-box .scroll-area {
  overflow: auto;
  max-height: 300px;
  padding: 40px;
  font-size: 87.3%;
}

.form-confirm .check-policy {
  display: flex;
  justify-content: center;
}

.form-confirm .check-policy .check-policy-group {
  display: flex;
  align-items: center;
}

.form-confirm .check-policy .icon-required {
  background-color: #E95439;
  color: #fff;
  font-size: 81.6%;
  line-height: 1.4;
  padding: 3px 14px;
  margin-right: 20px;
}

.form-confirm .cancel-policy-message {
  font-size: 87.3%;
}

.form-confirm .cancel-policy-message a {
  text-decoration: underline;
  font-weight: bold;
}

.form-confirm .cancel-policy-message a:hover {
  text-decoration: none;
}

.form-complete {
  text-align: center;
}

.form-complete .member-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-complete h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.form-complete .form-btn {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* parts
----------------------------------------------- */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  font-size: 100%;
  color: #222222;
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* form default */
input.form-control, input[type="number"].form-control, input[type="email"].form-control, button.form-control, textarea.form-control {
  background: #fff;
  font-size: 16px;
  padding: 1.5rem 1.2rem;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
}

input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type="text"].form-control, input[type="number"].form-control, input[type="password"].form-control, input[type="email"].form-control, input[type="tel"].form-control, input[type="url"].form-control, textarea.form-control {
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

input[type="text"].form-control:focus, input[type="number"].form-control:focus, input[type="password"].form-control:focus, input[type="email"].form-control:focus, input[type="tel"].form-control:focus, input[type="url"].form-control:focus, textarea.form-control:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 150, 209, 0.46);
  box-shadow: 0 3px 6px rgba(0, 150, 209, 0.46);
}

input[type="text"].form-control.form-control--zip {
  width: 200px;
}

input[type="text"].form-control:read-only:focus, input[type="number"].form-control:read-only:focus, input[type="password"].form-control:read-only:focus, input[type="email"].form-control:read-only:focus, input[type="tel"].form-control:read-only:focus, input[type="url"].form-control:read-only:focus, textarea.form-control:read-only:focus {
  border-color: #ced4da;
  box-shadow: none;
}

/* checkbox */
.form-check {
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.form-check input[type="checkbox"].form-check-input {
  position: absolute;
  display: none;
  z-index: -1;
}

.form-check .form-check-text {
  display: inline-block;
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.5;
}

.form-check .form-check-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #D0D0D0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.form-check input[type="checkbox"].form-check-input:checked + .form-check-text::before {
  background-color: #0096d1;
  border: 1px solid #0096d1;
}

.form-check input[type="checkbox"].form-check-input:checked + .form-check-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: .8em;
  height: .4em;
  border-bottom: 0.15em solid #fff;
  border-left: 0.15em solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-check input[type="checkbox"].form-check-input:disabled + .form-check-text {
  color: #959799;
}

.form-check input[type="checkbox"].form-check-input:disabled + .form-check-text::before {
  background-color: #D0D0D0;
  border: 1px solid #D0D0D0;
}

.form-check.form-check-no-text .form-check-label {
  display: block;
}

.form-check.form-check-no-text .form-check-text {
  padding-left: 0;
  height: 22px;
  width: 22px;
  display: block;
}

/* radio */
.form-radio {
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.form-radio input[type="radio"].form-radio-input {
  position: absolute;
  display: none;
  z-index: -1;
}

.form-radio .form-radio-text {
  display: inline-block;
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.5;
}

.form-radio .form-radio-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #D0D0D0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.form-radio input[type="radio"].form-radio-input:checked + .form-radio-text::before {
  background-color: #fff;
  border: 1px solid #0096d1;
}

.form-radio input[type="radio"].form-radio-input:checked + .form-radio-text::after {
  background-color: #0096d1;
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.form-radio input[type="radio"].form-radio-input:disabled + .form-radio-text {
  color: #959799;
}

.form-radio input[type="radio"].form-radio-input:disabled + .form-radio-text::before {
  background-color: #D0D0D0;
  border: 1px solid #D0D0D0;
}

/* selectbox */
.form-select {
  border: none;
  font-size: 16px;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  border-radius: 6px;
  line-height: 1.5;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-size: 16px 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select.no-value {
  color: #959799;
}

.form-select:active, .form-select:focus {
  outline: 0;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 150, 209, 0.46);
}

.form-select.form-select--pref {
  width: 200px;
}

.form-file {
  align-items: center;
  display: flex;
}

.form-file label {
  display: block;
  padding: 1.2rem 3.25rem 1.2rem 1.5rem;
  cursor: pointer;
  max-width: 100%;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #959799;
  background-color: #fff;
  border-radius: 50px;
}

.form-file label::before, .form-file label::after {
  content: "";
  background-color: #959799;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.form-file label::before {
  height: 2px;
  right: 15px;
  width: 12px;
  border-radius: 1px;
}

.form-file label::after {
  height: 12px;
  right: 20px;
  width: 2px;
  border-radius: 1px;
}

.form-file input[type="file"].form-control {
  display: none;
}

.form-file + .form-file-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* placeholder */
input::placeholder, textarea::placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox, IE */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome autofill */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
}

/* ==============================================
 06. Dialog
=============================================== */
/* ==============================================
 07. Modal
=============================================== */
/* ==============================================
 11. Header
=============================================== */
.site-header {
  background-color: #fff;
}

.site-header .container {
  padding-right: 80px;
  max-width: none;
  display: flex;
  align-items: center;
}

.site-header .header-logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 70px;
}

.site-header .header-menu {
  margin-left: auto;
}

.site-header .header-menu__list {
  display: flex;
  align-items: center;
  height: 70px;
}

.site-header .header-menu__list .list-item:not(:last-child) {
  margin-right: 30px;
}

.site-header .header-menu__list .list-item .item-link {
  display: block;
  text-align: center;
}

.site-header .header-menu__list .list-item .item-link .link-icon {
  display: flex;
  margin-bottom: 3px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.site-header .header-menu__list .list-item .item-link .link-text {
  display: block;
  font-size: 10px;
}

.site-header .header-nav-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.site-header .header-nav-toggle .nav-toggle-btn {
  height: 50px;
  cursor: pointer;
  position: relative;
  width: 50px;
}

.site-header .header-nav-toggle .nav-toggle-btn span {
  background-color: #0096d1;
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  height: 3px;
  border-radius: 2px;
  transform: translateX(-50%);
  width: 60%;
}

.site-header .header-nav-toggle .nav-toggle-btn span:nth-of-type(1) {
  top: 13px;
}

.site-header .header-nav-toggle .nav-toggle-btn span:nth-of-type(2) {
  top: 23px;
}

.site-header .header-nav-toggle .nav-toggle-btn span:nth-of-type(3) {
  top: 33px;
}

/* ==============================================
 12. Navigation
=============================================== */
.site-navigation {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100vh;
  max-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
  z-index: 100;
  transform: translateX(230px);
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}

.site-navigation .site-navigation__container {
  position: relative;
  width: 230px;
}

.site-navigation .navigation-nav-toggle {
  position: absolute;
  left: 0px;
  top: 5px;
  opacity: 0;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}

.site-navigation .navigation-nav-toggle .nav-toggle-btn {
  height: 50px;
  cursor: pointer;
  position: relative;
  width: 50px;
}

.site-navigation .navigation-nav-toggle .nav-toggle-btn span {
  background-color: #fff;
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  width: 60%;
}

.site-navigation .navigation-nav-toggle .nav-toggle-btn span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.site-navigation .navigation-nav-toggle .nav-toggle-btn span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

.site-navigation .site-navigation__menu {
  border-top: 1px solid #D0D0D0;
}

.site-navigation .site-navigation__menu li {
  border-bottom: 1px solid #D0D0D0;
}

.site-navigation .site-navigation__menu li a {
  display: block;
  position: relative;
  padding: 20px 30px 20px 15px;
}

.site-navigation .site-navigation__menu li a::after {
  right: 16px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0096d1;
  border-right: 2px solid #0096d1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-navigation-open .site-navigation {
  transform: translateX(0);
}

.is-navigation-open .site-navigation .navigation-nav-toggle {
  left: -60px;
  opacity: 1;
}

.navigation-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}

/* ==============================================
 13. Sidebar
=============================================== */
/* ==============================================
 14. Footer
=============================================== */
.site-footer {
  background-color: #000000;
  color: #fff;
  padding: 60px 0;
  letter-spacing: 0.04em;
}

.site-footer a {
  color: #fff;
}

.site-footer p {
  margin-bottom: 10px;
  line-height: 1.7;
}

.site-footer .inner {
  display: flex;
}

.site-footer .footer-info {
  width: 56%;
}

.site-footer .footer-info .footer-logo {
  margin-bottom: 20px;
}

.site-footer .footer-info .address {
  font-size: 90%;
  margin-bottom: 0;
}

.site-footer .footer-info .map-link {
  font-size: 90%;
}

.site-footer .footer-info .map-link a {
  text-decoration: underline;
}

.site-footer .footer-info .map-link a:hover {
  text-decoration: none;
}

.site-footer .footer-info .tel {
  margin-top: 15px;
  font-size: 140%;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}

.site-footer .footer-info .email {
  font-size: 90%;
}

.site-footer .footer-navigation {
  width: 38%;
  margin-left: auto;
}

.site-footer .footer-navigation .nav-list .nav-item {
  margin-bottom: 30px;
}

.site-footer .footer-navigation .nav-list .nav-item .nav-link {
  display: inline-block;
  font-size: 90%;
  border-left: 1px solid #fff;
  padding: .3em 0 .3em 1.5em;
}

.page-event-detail .site-footer {
  padding-bottom: 160px;
}

/* ==============================================
 20. Top
=============================================== */
.mainvisual {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.mainvisual .mv-copy {
  color: #fff;
  font-weight: bold;
  font-size: 46px;
  font-size: 3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}

.top-heading {
  position: relative;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.top-heading::before {
  background-color: #0096d1;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 1em;
  width: 100%;
}

.top-heading .ja {
  background-color: #fafafa;
  display: inline-block;
  font-size: 32px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.top-heading .en {
  display: block;
  color: #0096d1;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 300;
  margin-top: 4px;
}

.top-slider-control {
  margin-bottom: 20px;
}

.top-slider-control .container {
  display: flex;
  justify-content: flex-end;
}

.top-slider-control .control-area {
  display: flex;
  align-items: flex-end;
}

.top-slider-control .slide-counter {
  color: #0096d1;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  margin-right: 16px;
}

.top-slider-control .slide-counter .slide-current {
  font-size: 38px;
}

.top-slider-control .slide-counter .slush {
  margin: 0 .3em;
}

.top-event-arrows {
  display: flex;
}

.top-event-arrows .slick-prev, .top-event-arrows .slick-next {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  height: 50px;
  display: block;
  position: static;
  font-size: 0;
  width: 50px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.top-event-arrows .slick-prev::before, .top-event-arrows .slick-next::before {
  content: none;
}

.top-event-arrows .slick-prev {
  background-image: url("../../images/slide_arrow_prev.svg");
  margin-right: 10px;
}

.top-event-arrows .slick-next {
  background-image: url("../../images/slide_arrow_next.svg");
}

.top-event-slider {
  top: 0;
  position: relative;
  left: 50%;
  margin-left: -1600px;
  width: 3200px;
}

.top-event-slider .slide .slide-main {
  transform: scale(0.76);
  transition: transform .5s;
}

.top-event-slider .slide .slide-img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

.top-event-slider .slide .slide-title {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 60px 2px 0;
  position: relative;
  margin-bottom: 10px;
}

.top-event-slider .slide .slide-title .favorite-btn {
  background: url("../../images/ui_add_favorite.svg") no-repeat 50% 50%;
  background-size: 100%;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  opacity: 0;
  transition: opacity .5s;
}

.top-event-slider .slide .slide-meta {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity .5s;
}

.top-event-slider .slide .slide-meta li {
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 15px;
  margin-right: 30px;
  padding: 6px 0 4px 34px;
  position: relative;
}

.top-event-slider .slide .slide-meta .slide-schedule {
  background-image: url("../../images/icon_calendar_blue.png");
  background-size: 24px 24px;
}

.top-event-slider .slide .slide-meta .slide-station {
  background-image: url("../../images/icon_train_blue.png");
  background-size: 27px 27px;
}

.top-event-slider .slide .slide-meta .slide-price {
  padding-left: 50px;
}

.top-event-slider .slide .slide-meta .slide-price::before {
  content: "料金";
  color: #0096d1;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-event-slider .slide.slick-center .slide-main {
  transform: scale(1);
}

.top-event-slider .slide.slick-center .slide-meta {
  opacity: 1;
}

.top-event-slider .slide.slick-center .slide-title .favorite-btn {
  opacity: 1;
}

.top-event-slider .slide.slick-center .slide-title .favorite-active-btn {
    opacity: 1;
}

.top-event-slider-wrapper {
  overflow: hidden;
  margin-bottom: 100px;
}

.top-find-event .top-event-tabs {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
}

.top-find-event .top-event-tabs .find-event-tabs {
  padding-top: 60px;
}

.top-find-event .top-event-tabs .find-event-tabs .tab-list {
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.top-find-event .top-event-tabs .find-event-tabs .tab-list::before, .top-find-event .top-event-tabs .find-event-tabs .tab-list::after {
  content: none;
}

.top-find-event .top-event-tabs .find-event-tabs .tab-list li {
  float: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 0;
  width: 7.5%;
}

.top-find-event .top-event-tabs .find-event-tabs .tab-list li .tab-year {
  position: absolute;
  top: -1.5em;
  left: 0;
  text-align: center;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

.top-find-event .top-event-tabs .find-event-tabs .tab-list li a {
  background: none;
  color: #222222;
  display: block;
  float: none;
  font-family: "Lato", sans-serif;
  text-align: center;
  line-height: 1.1;
  padding: .8em .5em .6em;
  border-radius: 4px 4px 0 0;
}

.top-find-event .top-event-tabs .find-event-tabs .tab-list li a .num {
  font-size: 40px;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}

.top-find-event .top-event-tabs .find-event-tabs .tab-list li a .spell {
  display: block;
  font-size: 12px;
}

.top-find-event .top-event-tabs .find-event-tabs .tab-list li.ui-tabs-active a {
  background-color: #e7f0f4;
  color: #222222;
}

.top-find-event .top-event-tabs .find-event-contents {
  background-color: #e7f0f4;
  padding: 60px 0;
}

.top-find-event .top-event-tabs .find-event-contents .event-panel {
  padding: 0;
}

.top-find-event .top-event-tabs .find-event-contents .event-block {
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-img {
  padding-top: 40px;
  margin-left: 5%;
  width: 38%;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-img .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-img .thumbnail::before {
  content: "";
  display: block;
  padding-top: 72%;
  height: 0;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-cont {
  flex: 1;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-schedule {
  background: url("../../images/icon_calendar_blue.png") no-repeat 0 50%;
  background-size: 20px 20px;
  display: inline-block;
  padding: 3px 50px 3px 30px;
  position: relative;
  margin-bottom: 8px;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-schedule .favorite-btn {
  background: url("../../images/ui_add_favorite.svg") no-repeat 50% 50%;
  background-size: 100%;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-description {
  margin-bottom: 10px;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-meta {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-meta li {
  margin-right: 4%;
  width: 48%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 15px;
  margin-bottom: 2px;
  padding: 4px 0 3px 30px;
  position: relative;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-meta li:nth-child(even) {
  margin-right: 0;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-meta li.block-address {
  background-image: url("../../images/icon_mappin_blue.png");
  background-size: 15px 19px;
  background-position: 4px 50%;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-meta li.block-station {
  background-image: url("../../images/icon_train_blue.png");
  background-size: 22px 22px;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-meta li.block-price {
  max-height: 30px;
  padding-left: 46px;
}

.top-find-event .top-event-tabs .find-event-contents .event-block .block-meta li.block-price::before {
  content: "料金";
  color: #0096d1;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.06em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-find-event .top-event-tabs .find-event-contents .event-block .btn-area .btn {
  border-radius: 0px;
}

/* ==============================================
 21. Event detail
=============================================== */
.event-detail__article {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  padding: 70px 90px;
  min-height: 311px;
}

.event-detail__billboard {
  margin-bottom: 50px;
}

.event-detail__billboard .over-message {
  background-color: rgba(165, 0, 17, 0.16);
  color: #a50011;
  font-size: 14px;
  padding: 12px;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.event-detail__thumbnail {
  position: relative;
}

.event-detail__thumbnail img {
  width: 100%;
}

.event-detail__thumbnail .hold-days {
  color: #fff;
  display: table;
  font-weight: bold;
  position: absolute;
  font-size: 24px;
  bottom: 1em;
  right: 1.5em;
}

.event-detail__thumbnail .hold-days > div {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

.event-detail__thumbnail .hold-days .days {
  line-height: 1;
}

.event-detail__thumbnail .hold-days .days .day {
  font-family: "Lato", sans-serif;
  font-size: 480%;
}

.event-detail__header {
  display: inline-block;
  position: relative;
  padding: 5px 64px 5px 0;
  margin-bottom: 25px;
}

.event-detail__header .favorite-btn {
  background: url("../../images/ui_add_favorite.svg") no-repeat 50% 50%;
  background-size: 100%;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.favorite-btn.is-active {
    background-image: url("../../images/ui_add_favorite_active.svg") !important;
}

.favorite-btn.is-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #a50011;
    border-radius: 50%;
    opacity: 0;
    animation: favorite_animation 0.32s 1 ease-out;
    z-index: 1;
}

@keyframes favorite_animation {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        opacity: .5;
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.6);
    }
}

.event-detail__title {
  font-size: 26px;
  padding-left: 60px;
  position: relative;
}

.event-detail__title::before {
  content: "";
  background-color: #0096d1;
  height: 3px;
  width: 45px;
  position: absolute;
  left: 0;
  top: .7em;
}

.event-detail__heading {
  font-size: 26px;
  padding-left: 55px;
  position: relative;
  margin-bottom: 20px;
}

.event-detail__heading::before {
  content: "";
  background-color: #0096d1;
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  top: .7em;
}

.event-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.event-detail__meta .event-schedule {
  background: url("../../images/icon_calendar_blue.png") no-repeat 0 50%;
  background-size: 25px 25px;
  padding: 3px 0 2px 38px;
  margin-right: 30px;
}

.event-detail__meta .add-calendar {
  margin-right: 30px;
}

.event-detail__meta .add-calendar .btn {
  color: #fff;
  background-color: #0096d1;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 26px;
  border-radius: 6px;
}

.event-detail__block {
  margin-bottom: 60px;
}

.event-detail__access .access-list li {
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-bottom: 14px;
  padding: 4px 0 4px 45px;
}

.event-detail__access .access-list li.item-address {
  background-image: url("../../images/icon_mappin_blue.png");
  background-size: 20px 26px;
  background-position: 4px 50%;
}

.event-detail__access .access-list li.item-station {
  background-image: url("../../images/icon_train_blue.png");
  background-size: 28px 28px;
}

.event-detail__access .gmap {
  margin: 20px auto;
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.event-detail__access .gmap iframe,
.event-detail__access .gmap object,
.event-detail__access .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-detail__about table {
  border-top: 1px solid #D6E6ED;
  width: 100%;
}

.event-detail__about table th {
  border-bottom: 1px solid #D6E6ED;
  text-align: left;
  padding: 24px 0;
  width: 200px;
  vertical-align: top;
}

.event-detail__about table td {
  border-bottom: 1px solid #D6E6ED;
  text-align: left;
  padding: 24px 0;
  vertical-align: top;
}

.event-detail__about table td a {
  color: #0096d1;
  display: inline-block;
  text-decoration: underline;
}

.event-detail__about table td a:hover {
  text-decoration: none;
}

.event-detail__about table td a[target="_blank"] {
  background: url("../../images/icon_open_link.svg") no-repeat 100% 58%;
  background-size: 13px 13px;
  padding-right: 22px;
}

.event-detail__footer {
  text-align: center;
}

.event-detail__footer .footer-social {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.event-detail__footer .back-btn .btn {
  font-size: 120%;
}

.event-detail .social-buttons {
  display: flex;
}

.event-detail .social-buttons li {
  padding: 10px 0;
  white-space: nowrap;
  margin-right: 12px;
}

.event-detail .social-buttons li:last-child {
  margin-right: 0;
}

.event-detail .social-buttons li a {
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  width: 120px;
  border-radius: 4px;
}

.event-detail .social-buttons li a.twitter {
  background-color: #00acee;
}

.event-detail .social-buttons li a.facebook {
  background-color: #1877F2;
}

.event-detail .social-buttons li a.line {
  background-color: #00c300;
}

.event-detail .social-buttons li a .link-inner {
  display: flex;
  align-items: center;
}

.event-detail .social-buttons li a .icon {
  display: block;
  margin-right: 5px;
}

.event-detail .social-buttons li a .icon img {
  width: 20px;
}

.event-detail .event-buy-banner {
  background-color: #e7f0f4;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.event-detail .event-buy-banner .btn {
  font-size: 120%;
}

/* ==============================================
 22. Login
=============================================== */
.login-contents h3 {
  color: #0096d1;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}

.login-contents .login-area {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #0096d1;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.login-contents .login-area .login-block {
  border: 1px solid #D0D0D0;
  border-radius: 6px;
  padding: 50px 50px 30px;
  position: relative;
  width: 49%;
  margin: 0 250px 0 250px;
}

.login-contents .login-area .login-block h4 {
  color: #0096d1;
  font-size: 18px;
  background-color: #fff;
  position: absolute;
  top: -.75em;
  left: 50%;
  padding: 0 22px;
  z-index: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.login-contents .login-area .login-block .login-form .form-block p a {
  color: #0096d1;
  text-decoration: underline;
}

.login-contents .login-area .login-block .login-form .form-block p a:hover {
  text-decoration: none;
}

.login-contents .login-area .login-block .login-form .form-group {
  margin-bottom: 20px;
}

.login-contents .login-area .login-block .login-form .form-label {
  margin-bottom: 5px;
}

.login-contents .login-area .login-block .login-form .form-label small {
  margin-left: .75em;
  vertical-align: baseline;
}

.login-contents .login-area .login-block .login-form .form-field {
  position: relative;
  margin-bottom: 5px;
}

.login-contents .login-area .login-block .login-form .form-field input {
  width: 100%;
}

.login-contents .login-area .login-block .login-form .form-field .form-control--password {
  padding-right: 40px;
}

.login-contents .login-area .login-block .login-form .form-field .password-show-btn {
  background: url("../../images/icon_eye.svg") no-repeat 50% 50%;
  background-size: 21px 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  opacity: .3;
}

.login-contents .login-area .login-block .login-form .form-field .password-show-btn:hover {
  opacity: .9;
}

.login-contents .login-area .login-block .login-form .form-field .password-show-btn.show {
  background-image: url("../../images/icon_eye_slash.svg");
}

.login-contents .login-area .login-block .btn::after {
  content: none;
}

.login-contents .login-area .login-social-list {
  display: flex;
  flex-wrap: wrap;
}

.login-contents .login-area .login-social-list li {
  margin-right: 3%;
  margin-bottom: 12px;
  width: 48.5%;
}

.login-contents .login-area .login-social-list li:nth-child(even) {
  margin-right: 0;
}

.login-contents .login-area .login-social-list li a {
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  align-items: center;
  padding: 12px 18px;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
}

.login-contents .login-area .login-social-list li a .btn-icon {
  display: block;
  width: 26px;
}

.login-contents .login-area .login-social-list li a .btn-icon img {
  width: 100%;
}

.login-contents .login-area .login-social-list li a .btn-text {
  display: block;
  text-align: center;
  flex: 1;
  min-width: 0;
}

.login-contents .login-area .login-social-list li a.btn-facebook {
  background-color: #1877f2;
}

.login-contents .login-area .login-social-list li a.btn-line {
  background-color: #00B900;
}

.login-contents .login-area .login-social-list li a.btn-google {
  background-color: #4285F4;
}

.login-contents .login-area .login-social-list li a.btn-yahoo {
  background-color: #FF0027;
}

.login-contents .login-area .login-social-list li a.btn-apple {
  border: 1px solid #222222;
  background-color: #fff;
  color: #222222;
  padding: 11px 17px;
}

.login-contents .login-area .login-retention-password-check {
  text-align: center;
  padding-top: 30px;
}

.login-contents .login-area .login-retention-password-check .form-check {
  font-size: 14px;
}

.login-contents .register-area {
  padding-bottom: 30px;
}

.login-contents .register-area h3 {
  color: #222222;
  margin-bottom: 30px;
}

.login-contents .register-area .btn::after {
  content: none;
}

/* ==============================================
 23. Password reissue
=============================================== */
.password-reissue-contents .password-reissue-form {
  display: block;
  max-width: 420px;
  margin: 0 auto;
}

.password-reissue-contents .password-reissue-form .form-group {
  margin-bottom: 40px;
}

.password-reissue-contents .password-reissue-form .form-label {
  margin-bottom: 5px;
}

.password-reissue-contents .password-reissue-form .form-field {
  margin-bottom: 5px;
}

.password-reissue-contents .password-reissue-form .form-field input {
  width: 100%;
}

.password-reissue-contents .password-reissue-form .btn::after {
  content: none;
}

/* ==============================================
 24. Faq
=============================================== */
.faq-block {
  margin-bottom: 40px;
}

.faq-block.last {
  margin-bottom: 0;
}

.faq-block h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.faq-group {
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  margin-bottom: 10px;
}

.faq-group .question {
  background: url("../../images/ui_toggle_plus.svg") no-repeat right 15px top 50%;
  padding: 15px 50px;
  position: relative;
  cursor: pointer;
}

.faq-group .question.is-open {
  background-image: url("../../images/ui_toggle_minus.svg");
}

.faq-group .question::before {
  content: "Q";
  color: #0096d1;
  font-size: 20px;
  font-weight: bold;
  left: 20px;
  top: 12px;
  position: absolute;
}

.faq-group .answer {
  display: none;
  padding: 0 20px 20px;
}

.faq-group .answer .box {
  background-color: #f5f5f5;
  padding: 25px;
}

.faq-group .answer p:last-child {
  margin-bottom: 0;
}

/* ==============================================
 30. Mypage
=============================================== */
.mypage-contents .card {
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.mypage-sidebar {
  background-color: #96BFD1;
  width: 250px;
}

.mypage-sidebar .member-thumbnail {
  text-align: center;
  padding: 30px 30px 10px;
}

.mypage-sidebar .member-thumbnail .thumbnail {
  background: url("../../images/mypage_thumbnail_default.png") no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 100px;
}

.mypage-sidebar .member-thumbnail .thumbnail::after {
  content: "";
  padding-top: 100%;
  height: 0;
  display: block;
}

.mypage-sidebar .member-name {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.mypage-sidebar .mypage-sidemenu-list .nav-item {
  border-bottom: 1px solid #fff;
}

.mypage-sidebar .mypage-sidemenu-list .nav-item .nav-link {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  letter-spacing: 0.08em;
  align-items: center;
  padding: 22px 25px;
}

.mypage-sidebar .mypage-sidemenu-list .nav-item .nav-link .link-icon {
  display: block;
  height: 28px;
  width: 28px;
}

.mypage-sidebar .mypage-sidemenu-list .nav-item .nav-link .link-icon svg {
  color: #222222;
}

.mypage-sidebar .mypage-sidemenu-list .nav-item .nav-link .link-text {
  display: block;
  flex: 1;
  min-width: 0;
  margin-left: 15px;
  position: relative;
}

.mypage-sidebar .mypage-sidemenu-list .nav-item .nav-link .link-text::after {
  right: 0;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mypage-sidebar .mypage-sidemenu-list .nav-item .nav-link.current {
  color: #fff;
}

.mypage-sidebar .mypage-sidemenu-list .nav-item .nav-link.current .link-icon svg {
  fill: #fff;
}

.mypage-primary {
  flex: 1;
  min-width: 0;
  padding: 50px;
}

.mypage-primary h2 {
  border-bottom: 1px solid #0096d1;
  color: #0096d1;
  font-size: 22px;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.mypage-primary h2:not(:first-child) {
  margin-top: 70px;
}

.mypage-reserve-events .event-block {
  margin-bottom: 50px;
}

.mypage-reserve-events .event-block:last-child {
  margin-bottom: 0;
}

.mypage-reserve-events .event-block .flex {
  display: flex;
}

.mypage-reserve-events .event-block .event-img {
  margin-right: 4%;
  width: 26%;
}

.mypage-reserve-events .event-block .event-img .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mypage-reserve-events .event-block .event-img .thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
  height: 0;
}

.mypage-reserve-events .event-block .event-data {
  flex: 1;
}

.mypage-reserve-events .event-block .event-data dl {
  border-bottom: 1px solid #222222;
  margin-bottom: 14px;
  padding-bottom: 6px;
}

.mypage-reserve-events .event-block .event-data dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.mypage-reserve-events .event-block .event-data dl dd {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

.mypage-reserve-events .event-block .event-data .amount {
  font-size: 14px;
  font-weight: bold;
}

.mypage-reserve-events .event-block .block-btns {
  padding: 20px 0 0;
}

.mypage-reserve-events .event-block .block-btns .flex {
  justify-content: flex-start;
}

.mypage-reserve-events .event-block .block-btns .flex a {
    margin-right: 1.5rem;
}

.mypage-reserve-events .event-block .block-btns .btn {
  display: block;
  font-size: 14px;
  width: 32%;
}

.mypage-reserve-history .history-block {
  margin-bottom: 40px;
}

.mypage-reserve-history .history-block:last-child {
  margin-bottom: 0;
}

.mypage-reserve-history .history-block .block-header {
  cursor: pointer;
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  align-items: baseline;
  position: relative;
  padding: 8px 50px 8px 0;
}

.mypage-reserve-history .history-block .block-header .event-title {
  font-size: 18px;
  margin-right: 30px;
}

.mypage-reserve-history .history-block .block-header .event-schedule {
  font-size: 14px;
  font-weight: bold;
}

.mypage-reserve-history .history-block .block-header .toggle-icon {
  position: absolute;
  right: 0;
  bottom: 6px;
}

.mypage-reserve-history .history-block .block-header .toggle-icon .icon {
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}

.mypage-reserve-history .history-block .block-header .toggle-icon .icon::before, .mypage-reserve-history .history-block .block-header .toggle-icon .icon::after {
  content: "";
  background-color: #0096d1;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.mypage-reserve-history .history-block .block-header .toggle-icon .icon::before {
  height: 2px;
  width: 26px;
}

.mypage-reserve-history .history-block .block-header .toggle-icon .icon::after {
  height: 26px;
  width: 2px;
}

.mypage-reserve-history .history-block .block-header.is-open .toggle-icon .icon::after {
  content: none;
}

.mypage-reserve-history .history-block .block-header.is-open + .block-content {
  display: block;
}

.mypage-reserve-history .history-block .block-content {
  display: none;
}

.mypage-reserve-history .history-block .block-content dl {
  margin-top: 16px;
}

.mypage-reserve-history .history-block .block-content dl dd {
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
}

.mypage-reserve-history .history-block .block-btns {
  padding: 20px 0 0;
  display: flex;
}

.mypage-reserve-history .history-block .block-btns .flex {
  display: flex;
  margin-left: auto;
}

.mypage-reserve-history .history-block .block-btns .btn {
  display: block;
  font-size: 14px;
  margin-right: 14px;
  width: 230px;
}

.mypage-reserve-history .history-block .block-btns .btn:last-child {
  margin-right: 0;
}

.mypage-favorite-events .event-block {
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.mypage-favorite-events .event-block:last-child {
  margin-bottom: 0;
}

.mypage-favorite-events .event-block .event-img {
  margin-left: 4%;
  width: 33%;
}

.mypage-favorite-events .event-block .event-img .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mypage-favorite-events .event-block .event-img .thumbnail::before {
  content: "";
  display: block;
  padding-top: 70%;
  height: 0;
}

.mypage-favorite-events .event-block .event-cont {
  flex: 1;
  position: relative;
}

.mypage-favorite-events .event-block .event-cont .cont-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 12px;
}

.mypage-favorite-events .event-block .event-cont .over-message {
  color: #a50011;
  border: 2px solid #a50011;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
  margin: 0;
  margin-left: auto;
}

.mypage-favorite-events .event-block .event-cont .event-schedule {
  background: url("../../images/icon_calendar_blue.png") no-repeat 0 50%;
  background-size: 20px 20px;
  padding: 3px 50px 3px 30px;
  position: relative;
  font-size: 15px;
  margin-right: auto;
}

.mypage-favorite-events .event-block .event-cont .event-title {
  font-size: 18px;
}

.mypage-favorite-events .event-block .block-btns {
  padding: 24px 0 0;
}

.mypage-favorite-events .event-block .block-btns .btn {
  font-size: 14px;
  width: 230px;
}

.mypage-profile-table {
  margin-bottom: 40px;
  width: 100%;
}

.mypage-profile-table th {
  border-bottom: 1px solid #D0D0D0;
  font-weight: bold;
  padding: 50px 0 10px;
  width: 220px;
  text-align: left;
  vertical-align: bottom;
}

.mypage-profile-table td {
  border-bottom: 1px solid #D0D0D0;
  padding: 50px 0 10px;
  text-align: left;
  vertical-align: bottom;
}

.mypage-profile-table tbody tr:first-child th {
  padding-top: 10px;
}

.mypage-profile-table tbody tr:first-child td {
  padding-top: 10px;
}

.mypage-profile-table .image-upload label {
  display: flex;
  cursor: pointer;
  align-items: flex-end;
}

.mypage-profile-table .image-upload .preview-uploader {
  display: none;
}

.mypage-profile-table .image-upload .preview-image {
  background: url("../../images/mypage_thumbnail_default.png") no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 60px;
}

.mypage-profile-table .image-upload .preview-image::after {
  content: "";
  padding-top: 100%;
  height: 0;
  display: block;
}

.mypage-profile-table .image-upload .upload-text {
  font-size: 13px;
  font-weight: bold;
  color: #0096d1;
  margin-left: 10px;
  line-height: 1;
  margin-bottom: .25em;
}

/* ==============================================
 Media Queries
=============================================== */

/* ==============================================
 Media Queries
=============================================== */

.message-error-page {
    width: 100%;
    text-align: center;
    margin: auto;
    line-height: calc(100vh - 70px - 360px);
}

p.error {
    color: red;
}

.password-reissue-contents a {
    color: #0096d1;
    text-decoration: underline;
}

.password-reissue-contents h3 {
    text-align: center;
}

.password-reissue-contents .password-reissue-form .form-block .form-group .form-field .password-show-btn:hover {
    opacity: .9;
}

.password-reissue-contents .password-reissue-form .form-block .form-group .form-field .password-show-btn.show {
    background-image: url("../../images/icon_eye_slash.svg");
}

.password-reissue-contents .password-reissue-form .form-block .form-group .form-field .password-show-btn {
    background: url(../../images/icon_eye.svg) no-repeat 50% 50%;
    background-size: 21px 16px;
    position: absolute;
    right: 32%;
    transform: translateY(+30%);
    height: 30px;
    width: 30px;
    opacity: .3;
}

.slick-carousel {
  margin: 0 auto;
  width: 1000px;
}

.slick-slide {
  width: 350px;
}

.slick-next::before, .slick-prev::before {
  color: blue;
}

.custom-error-upload {
  color: red;
  font-size: 100%;
  letter-spacing: 0.6px;
  margin: 0!important;
}

.slick-carousel-custom {
  cursor: pointer;
}

.favorite-btn-active {
  background-color: rgba(165, 0, 17, 0.16) !important;
  border-radius: 50%;
}

.lint-text {
    text-align: center;
    font-weight: bold;
    width: 355px;
    margin: 2.5rem auto 0;
    border: solid 1px #A0A0A0;
}

.lint-text a {
    display: block;
    padding: 1rem;
    color: #A0A0A0;
    position: relative;
}

.hide {
    display: none !important;
}

.form-control {
  height: auto;
}

.border-error-custom {
  border: 1px solid red!important;
}

.site-header .header-logo img {
    width: 133px;
}

#carouselExampleSlidesOnly .mv-img img {
  aspect-ratio: 2.4;
}

.w-100 {
  width: 100% !important;
}

.left-event {
  left: 15% !important;
}

.btn-upload {
  font-size: 16px;
  background-color: #9F9F9F;
  border: none;
  border-radius: 3px;
  height: 32px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 7px 20px;
  margin-left: 8px;
  cursor: pointer;
}

.modal-my-page {
  position: relative;
}

.label-avatar {
  position: absolute;
  left: 15px;
  top: -30px;
  min-width: 40px;
}

.modal-my-page .preview {
  padding: 30px 0px;
  justify-content: flex-end;
}

.btn.remove-file {
  position: absolute;
  left: calc(50% - 27px);
  bottom: -40px;
  border: 1px solid #E0E0E0;
  padding: 3px 10px;
  color: red;
}

.btn.remove-file:hover {
  background-color: #E0E0E0;
}

.preview-avatar {
  position: relative;
  flex: 1;
}

.modal-header, .modal-footer {
  padding: 15px 40px;
}

.modal-header .close {
  opacity: 0.7;
  font-size: 20px;
}

.modal-footer .btn {
  padding: 10px 40px;
}

.modal-footer {
  flex-wrap: unset;
}

#modal-confirm-avatar .modal-dialog .modal-content {
  width: 80%;
  top: 65px;
  left: 10%;
}

#preview-picture {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.event-detail-slider {
  object-fit: cover;
  cursor: pointer;
}

.upload-btn {
  width: calc(100% - 100px);
}

.cancel-policy-block h2 {
  font-size: 18px;
  font-weight: bold;
}

.cancel-policy-block p {
  font-size: 14px;
  letter-spacing: -0.2px;
}

.form-select-tkt .form-group:last-child {
  margin-bottom: 0;
}

.register-block {
  min-height: 350px;
}

.register-block .form-block .btn{
  white-space: normal;
}

.btn-secondary {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #6c757d;
  max-width: 100%;
  width: 300px;
  letter-spacing: 0.06em;
  font-size: 16px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #6c757d !important;
}

.btn-back::before {
  left: 20px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-update::after{
  display: none;
}

/* qr ticket
----------------------------------------------- */
.qr-ticket-area {
  margin: 40px auto 60px;
}

@media (max-width: 991px) {
  .qr-ticket-area {
    margin: 30px auto 20px;
  }

  .qr-ticket-data {
    justify-content: flex-start!important;
  }
  .qr-ticket-data {
    padding: 5% 5%;
  }

  .qr-ticket-main {
    max-width: 100% !important;
  }
}

.qr-ticket-main {
  max-width: 870px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.qr-ticket-container {
  background-color: #fff;
  border: 1px solid #222222;
  display: flex;
  align-items: stretch;
  position: relative;
}

.qr-ticket-code {
  border-right: 1px dashed #222222;
  background-color: #E7F0F4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 250px;
  width: 250px;
  flex-shrink: 0;
  position: relative;
}

.qr-ticket-code::before, .qr-ticket-code::after {
  background-color: #fff;
  border: 1px solid #222222;
  content: "";
  height: 50px;
  right: -25px;
  position: absolute;
  width: 50px;
  border-radius: 50%;
  z-index: 1;
}

.qr-ticket-code::before {
  top: -25px;
}

.qr-ticket-code::after {
  bottom: -25px;
}

.qr-ticket-code .code-img img {
  max-width: none;
  width: 170px;
}

.qr-ticket-data {
  flex: 1;
  padding: 5% 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}

.qr-ticket-data .data-container {
  max-width: 100%;
}

.qr-ticket-data .data-container h4 {
  font-size: 20px;
  margin-bottom: 6px;
}

.qr-ticket-data .data-container .date {
  font-weight: bold;
  margin-bottom: 8px;
  white-space: nowrap;
}

.qr-ticket-data .data-container dl dd {
  font-size: 14px;
}

.qr-ticket-data .data-container .amount {
  font-size: 14px;
  border-top: 1px solid #222222;
  margin-top: 8px;
  padding-top: 10px;
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .qr-ticket-data {
    justify-content: flex-start;
  }
  .qr-ticket-data {
    padding: 5% 5%;
  }
  .qr-ticket-main {
    max-width: 95% !important;
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-area {
    transform: scale(0.8);
    transform-origin: left top;
    height: calc(100% / .8);
    width: calc(100% / .8);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-code {
    min-height: calc(350 / 992 * 100vw);
    width: calc(350 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-code::before, .qr-ticket:not(.print-elem) .qr-ticket-code::after {
    right: calc(-25 / 992 * 100vw);
    height: calc(50 / 992 * 100vw);
    width: calc(50 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-code::before {
    top: calc(-25 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-code::after {
    bottom: calc(-25 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-code .code-img img {
    width: calc(250 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-data {
    height: calc(350 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-data .data-container {
    width: calc(360 / 992 * 100vw);
  }
}

@media (max-width: 767px) {
  .qr-ticket:not(.print-elem) .qr-ticket-data .data-container {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-data .data-container h4 {
    font-size: 16px;
    margin-bottom: calc(6 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-data .data-container .date {
    font-size: calc(16 / 992 * 100vw);
    margin-bottom: calc(8 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-data .data-container dl dd {
    font-size: calc(14 / 992 * 100vw);
  }
}

@media (max-width: 991px) {
  .qr-ticket:not(.print-elem) .qr-ticket-data .data-container .amount {
    font-size: calc(14 / 992 * 100vw);
    margin-top: calc(8 / 992 * 100vw);
    padding-top: calc(10 / 992 * 100vw);
    margin-bottom: calc(3 / 992 * 100vw);
  }
}

@media print {
  .qr-ticket-cintents .btn-area {
    display: none;
  }
  .print-off {
    display: none;
  }
}

/* receipt
----------------------------------------------- */
.receipt-contents .btn-area {
  text-align: center;
  display: flex;
  justify-content: center;
}

.receipt-contents .btn-area .btns {
  display: flex;
}

@media (max-width: 991px) {
  .receipt-contents .btn-area .btns {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .receipt-contents .btn-area .btns {
    display: block;
  }
}

.receipt-contents .btn-area .btns .btn {
  margin: 0 15px;
}

@media (max-width: 991px) {
  .receipt-contents .btn-area .btns .btn {
    margin-right: 4%;
    margin-left: auto;
    width: 48%;
  }
  .receipt-contents .btn-area .btns .btn:last-child {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .receipt-contents .btn-area .btns .btn {
    margin: 10px;
    width: 280px;
    max-width: 80vw;
  }
  .receipt-contents .btn-area .btns .btn:last-child {
    margin-right: 10px;
  }
}

.receipt-area {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  margin: 40px auto 60px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .receipt-area {
    margin: 30px auto 20px;
  }
}

.receipt-area .receipt-main {
  border: 1px solid #222222;
  background-color: #fff;
  padding: 35px 70px 30px;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.receipt-area .receipt-header {
  border-bottom: 1px solid #222222;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.receipt-area .receipt-header .title {
  font-size: 24px;
  white-space: nowrap;
}

.receipt-area .receipt-header .title span {
  margin: 0 .2em;
}

.receipt-area .receipt-header .date {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.receipt-area .receipt-body {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.receipt-area .receipt-body .body-left {
  margin-right: auto;
  width: 320px;
}

.receipt-area .receipt-body .body-right {
  margin-left: auto;
}

.receipt-area .receipt-body .name {
  font-size: 18px;
  letter-spacing: .14em;
  margin-bottom: 10px;
}

.receipt-area .receipt-body .price {
  font-size: 24px;
  background-color: #EBEBEB;
  padding: 10px 14px 8px;
  line-height: 1;
  margin-bottom: 10px;
}

.receipt-area .receipt-body .price small {
  font-size: 11px;
  vertical-align: baseline;
}

.receipt-area .receipt-body .proviso {
  font-size: 14px;
  line-height: 1.9;
}

.receipt-area .receipt-body .proviso .proviso-underline {
  display: inline-block;
  position: relative;
  text-align: center;
  letter-spacing: .08em;
  width: 12em;
}

.receipt-area .receipt-body .proviso .proviso-underline::after {
  background-color: #222222;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: .3em;
  width: 100%;
}

.receipt-area .receipt-body .logo {
  margin-bottom: 10px;
}

.receipt-area .receipt-body .company dt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 3px;
}

.receipt-area .receipt-body .company dd {
  font-size: 12px;
  line-height: 1.5;
}

@media print {
  .receipt-contents .btn-area {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .receipt-area {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 550px) {
  .receipt-area {
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 991px) {
  .receipt-area:not(.print-elem) {
    position: relative;
    left: 50%;
    transform: scale(0.8) translateX(-50%);
    transform-origin: left top;
    width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .receipt-area:not(.print-elem) {
    transform: scale(var(--scale)) translateX(-50%);
  }
}

/* cancel
----------------------------------------------- */
.cancel-contents .cancel-event {
  margin: 40px auto 70px;
  max-width: 800px;
}

@media (max-width: 767px) {
  .cancel-contents .cancel-event {
    margin: 20px auto 40px;
  }
}

.cancel-contents .cancel-event .event-block {
  background-color: #E7F0F4;
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .cancel-contents .cancel-event .event-block {
    display: block;
    padding: 20px;
  }
}

.cancel-contents .cancel-event .event-img {
  margin-right: 4%;
  width: 32%;
}

@media (max-width: 767px) {
  .cancel-contents .cancel-event .event-img {
    padding-top: 0;
    margin-right: auto;
    margin-bottom: 15px;
    width: auto;
  }
}

.cancel-contents .cancel-event .event-img .thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cancel-contents .cancel-event .event-img .thumbnail::before {
  content: "";
  display: block;
  padding-top: 72%;
  height: 0;
}

@media (max-width: 767px) {
  .cancel-contents .cancel-event .event-img .thumbnail::before {
    padding-top: 66.666%;
  }
}

.cancel-contents .cancel-event .event-data {
  flex: 1;
  min-width: 0;
}

.cancel-contents .cancel-event .event-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .cancel-contents .cancel-event .event-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.cancel-contents .cancel-event .event-schedule {
  background: url("../images/icon_calendar_blue.png") no-repeat 0 50%;
  background-size: 20px 20px;
  padding: 3px 50px 3px 30px;
  position: relative;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .cancel-contents .cancel-event .event-schedule {
    display: block;
    background-position: 1px 50%;
    background-size: 17px 17px;
    padding: 3px 50px 3px 27px;
  }
}

.cancel-contents .cancel-event dl dd {
  font-size: 14px;
}

.cancel-contents .cancel-event .amount {
  font-size: 14px;
  border-top: 1px solid #222222;
  margin-top: 10px;
  padding-top: 12px;
}

.cancel-contents .btn-area {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.cancel-contents .btn-area .btns {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .cancel-contents .btn-area .btns {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cancel-contents .btn-area .btns {
    display: block;
  }
}

.cancel-contents .btn-area .btns .btn {
  margin: 0 15px;
}

@media (max-width: 991px) {
  .cancel-contents .btn-area .btns .btn {
    margin-right: 4%;
    margin-left: auto;
    width: 48%;
  }
  .cancel-contents .btn-area .btns .btn:last-child {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .cancel-contents .btn-area .btns .btn {
    margin: 10px;
    width: 280px;
    max-width: 80vw;
  }
  .cancel-contents .btn-area .btns .btn:last-child {
    margin-right: 10px;
  }
}

.cancel-contents .btn-area .btns .btn.btn-back {
  background-color: #959799;
  color: #fff;
  font-weight: bold;
}

.cancel-contents .btn-area .btns .btn.btn-back::after {
  content: none;
}

.cancel-contents .btn-area .btns .btn.btn-back::before {
  left: 20px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==============================================
 40. Document
=============================================== */
.document-contents {
  font-size: 14px;
}

@media (max-width: 767px) {
  .document-contents {
    font-size: 13px;
  }
}

.document-contents h2 {
  border-bottom: 1px solid #D0D0D0;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .document-contents h2 {
    font-size: 16px;
  }
}

.document-contents h2:not(:first-child) {
  margin-top: 40px;
}

.document-contents h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .document-contents h3 {
    font-size: 14px;
  }
}

.document-contents ol {
  padding-left: 1.4em;
}

.document-contents ol li {
  margin-bottom: 5px;
}

.document-contents ol li a {
  text-decoration: none;
}

.document-contents ol li a:hover {
  text-decoration: underline;
}

.document-contents a {
  text-decoration: underline;
}

.document-contents a:hover {
  text-decoration: none;
}

.document-contents .document-contents-list {
  background-color: #EBEBEB;
  padding: 30px;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .document-contents .document-contents-list {
    margin: 20px auto;
    padding: 15px;
  }
}

/* ==============================================
 Media Queries
=============================================== */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    zoom: 75%;
  }
}

.page-link {
  padding: 1rem 1.5rem;
}

.scale {
  --vh: 7.36px;
  --scale: 0.47045454545454546;
}

.swal2-popup {
  font-size: 1.2rem !important;
  width: 30em;
}

.cancel-display-none {
    background: white !important;
    border: white !important;;
    box-shadow: unset !important;
    cursor: auto !important;;
}

.withdrawal {
    color: #0096d1;
    font-weight: bold;
    cursor: pointer;
}

.withdrawal:hover {
    color: #3CB3E8;
    font-weight: bold;
}

.in-day {
  font-size: 300% !important;
  padding-top: 20px !important;
}

.required {
    color: red;
    padding-left: 3px;
}
