@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}

button {
  transition: 0.2s;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=number],
select {
  padding: 14px 16px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
select::placeholder {
  color: #999;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
select:focus {
  outline: 1px solid #0075c2;
}
input[type=text].is-error,
input[type=email].is-error,
input[type=number].is-error,
select.is-error {
  outline: 1px solid #c90f0f;
}

select {
  background: url("../img/arrow-select.svg") 96% center no-repeat #f2f2f2;
  color: #333;
}

.validationError {
  display: block;
  margin-top: 4px;
  color: #c90f0f;
  font-size: 10px;
  font-weight: 500;
}

input[type=submit] {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #0075c2;
  border-radius: 9999px;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(24, 118, 181, 0.25);
  margin: 0 auto;
}
input[type=submit]:hover {
  background: #0066a9;
  box-shadow: 0px 4px 12px rgba(24, 118, 181, 0.5);
}
input[type=submit]:disabled {
  background: #d0d0d0;
  box-shadow: none;
}
input[type=submit].back {
  background: #d0d0d0;
  color: #666;
  box-shadow: none;
}
input[type=submit].back:hover {
  color: #1b1b1b;
}

body {
  margin: 0;
  padding: 0;
  background: #002037;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.hid-pc {
  display: none;
}
@media (max-width: 576px) {
  .hid-pc {
    display: block;
  }
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px 12px 40px;
  height: 64px;
  background-color: #002037;
}
@media (max-width: 768px) {
  header {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  header {
    padding: 12px;
    height: 56px;
  }
  header.hid-sp {
    display: none;
  }
}
header.lowHeader {
  display: none;
}
@media (max-width: 576px) {
  header.lowHeader {
    display: flex;
    height: 40px;
  }
  header.lowHeader a {
    color: #fff;
  }
}
header h1.fixed {
  position: fixed;
  top: 12px;
  left: 40px;
  z-index: 10;
}
@media (max-width: 768px) {
  header h1.fixed {
    left: 24px;
  }
}
@media (max-width: 576px) {
  header h1.fixed {
    left: 12px;
  }
}
header h1 a {
  display: block;
}
header h1 a:hover {
  opacity: 0.7;
}
header h1 img {
  vertical-align: bottom;
}
@media (max-width: 576px) {
  header h1 img {
    width: auto;
    height: 32px;
  }
}
header .login.pcView {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  background: #002037;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
}
header .login.pcView:hover {
  background: #0075c2;
}
@media (max-width: 576px) {
  header .login.pcView {
    display: none;
  }
}
header .login.pcView > img {
  margin-right: 8px;
}
header .login.pcView.fixed {
  position: fixed;
  right: 32px;
  z-index: 10;
}
@media (max-width: 768px) {
  header .login.pcView.fixed {
    right: 24px;
  }
}
header .login.spView {
  display: none;
}
@media (max-width: 576px) {
  header .login.spView {
    display: block;
    width: 48px;
    height: 48px;
    background: #002037;
    border-radius: 4px;
  }
}
header .login.spView:hover {
  background: #0075c2;
}
header .login.spView.fixed {
  position: fixed;
  right: 12px;
  z-index: 10;
}
header .mypage.pcView {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  background: #002037;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 184px;
}
header .mypage.pcView:hover {
  background: #0075c2;
}
@media (max-width: 768px) {
  header .mypage.pcView {
    right: 160px;
  }
}
@media (max-width: 576px) {
  header .mypage.pcView {
    display: none;
  }
}
header .mypage.pcView > img {
  margin-right: 8px;
}
header .mypage.spView {
  display: none;
}
@media (max-width: 576px) {
  header .mypage.spView {
    position: absolute;
    right: 72px;
    display: block;
    width: 48px;
    height: 48px;
    background: #002037;
    border-radius: 4px;
  }
}
header .mypage.spView:hover {
  background: #0075c2;
}
header .logout.pcView {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  background: #002037;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 32px;
}
header .logout.pcView:hover {
  background: #0075c2;
}
@media (max-width: 768px) {
  header .logout.pcView {
    right: 8px;
  }
}
@media (max-width: 576px) {
  header .logout.pcView {
    display: none;
  }
}
header .logout.pcView > img {
  margin-right: 8px;
}
header .logout.spView {
  display: none;
}
@media (max-width: 576px) {
  header .logout.spView {
    position: absolute;
    right: 12px;
    display: block;
    width: 48px;
    height: 48px;
    background: #002037;
    border-radius: 4px;
  }
}
header .logout.spView:hover {
  background: #0075c2;
}

.page-name {
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 4px 8px;
  position: fixed;
  bottom: 70px;
  right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  z-index: 4;
  background: #0075c2;
  color: #FFF;
}
.page-name:hover {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

main {
  background: #fff;
}

.container {
  margin: 0 auto;
  padding-bottom: 120px;
  width: 1224px;
}
.container--footer {
  padding-bottom: 32px;
}
.container--w480 {
  width: 480px;
  height: calc(100% - 56px);
}
.container--w640 {
  width: 640px;
}
.container--w960 {
  width: 960px;
}
@media (max-width: 1300px) {
  .container {
    width: 90%;
  }
  .container--w960 {
    width: 960px;
  }
  .container--w640 {
    width: 640px;
  }
  .container--w480 {
    padding-top: 16%;
    width: 480px;
  }
}
@media (max-width: 768px) {
  .container--w960 {
    width: calc(100% - 32px);
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
  }
  .container--w960 {
    width: calc(100% - 16px);
  }
  .container--w640 {
    width: calc(100% - 32px);
  }
  .container--w480 {
    padding-top: 0;
    width: calc(100% - 32px);
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 16px 0 56px;
  font-size: 12px;
}
@media (max-width: 576px) {
  .breadcrumbs {
    padding: 8px 12px 32px 4px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs--pb24 {
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  .breadcrumbs--pb24 {
    padding-bottom: 24px;
  }
}
.breadcrumbs li {
  margin-right: 20px;
  font-size: 13px;
  white-space: nowrap;
}
.breadcrumbs li a {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  color: #002037;
}
@media (max-width: 576px) {
  .breadcrumbs li a {
    font-size: 11px;
  }
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li a:after {
  content: url(../img/arrow-breadcrumbs.svg);
  position: absolute;
  top: 0;
  margin-right: 2px;
  width: 24px;
  height: 24px;
}

.pageTop {
  position: fixed;
  right: 32px;
  bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  transition: 0.3s;
  z-index: 10;
}
@media (max-width: 1300px) {
  .pageTop {
    right: 12px;
  }
}
@media (max-width: 768px) {
  .pageTop {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .pageTop {
    right: 8px;
    bottom: 24px;
  }
}
.pageTop img {
  transform: translateY(-1px);
}
@media (max-width: 576px) {
  .pageTop img {
    width: 24px;
    height: 16px;
    transform: translateY(-2px);
  }
}
.pageTop:hover {
  background: black;
}
.pageTop:hover img {
  transform: translateY(-4px);
}

footer {
  position: relative;
  font-weight: 300;
}
footer .footerLink {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 32px auto 56px;
  max-width: 888px;
  color: #fff;
}
@media (max-width: 576px) {
  footer .footerLink {
    margin-top: 24px;
    justify-content: space-evenly;
  }
}
footer .footerLink li {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  footer .footerLink li {
    margin-bottom: 24px;
  }
}
footer .footerLink li a {
  display: block;
  padding: 4px 16px;
  font-size: 15px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  footer .footerLink li a {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  footer .footerLink li a {
    padding: 4px 8px;
    font-size: 11px;
  }
}
footer .footerLink li a:hover {
  text-decoration: underline;
}
footer .share {
  position: absolute;
  right: 32px;
  display: flex;
}
@media (max-width: 1300px) {
  footer .share {
    right: calc(50% - 84px);
    bottom: 64px;
  }
}
footer .share > li {
  margin-left: 24px;
}
footer .share > li a:hover {
  opacity: 0.8;
}
@media (max-width: 1300px) {
  footer .share > li img {
    width: 24px;
    height: 24px;
  }
}
footer .copyright {
  color: #f5f5f5;
  font-size: 11px;
  text-align: center;
}
@media (max-width: 576px) {
  footer .copyright {
    font-size: 10px;
  }
}

.page404 {
  margin: 0 auto;
  padding: 72px 0 112px;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
@media (max-width: 576px) {
  .page404 {
    padding: 48px 0 64px;
    width: calc(100% - 32px);
  }
}
.page404__title {
  margin-bottom: 20px;
  font-family: "Lato";
  font-size: 120px;
  font-weight: bold;
  color: #002037;
  line-height: 1.1;
  letter-spacing: 0.08em;
}
.page404__title span {
  display: block;
  font-size: 40px;
  color: #bed3e4;
  letter-spacing: 0.04em;
}
@media (max-width: 576px) {
  .page404__title {
    font-size: 88px;
  }
  .page404__title span {
    font-size: 32px;
  }
}
.page404__text {
  font-size: 24px;
}
@media (max-width: 576px) {
  .page404__text {
    font-size: 4.4vmin;
  }
}
.page404 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0075c2;
  border-radius: 9999px;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(24, 118, 181, 0.25);
  margin: 40px auto 0;
  width: 272px;
  height: 56px;
  font-size: 20px;
}
.page404 a:hover {
  background: #0066a9;
  box-shadow: 0px 4px 12px rgba(24, 118, 181, 0.5);
}
.page404 a:disabled {
  background: #d0d0d0;
  box-shadow: none;
}
.page404 a.back {
  background: #d0d0d0;
  color: #666;
  box-shadow: none;
}
.page404 a.back:hover {
  color: #1b1b1b;
}

.searchForm {
  position: relative;
}
.searchForm input {
  padding: 0 24px;
  width: 640px;
  height: 48px;
  background: linear-gradient(93deg, #0075c2cc 0%, #00bbaccc 100%);
  border-radius: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  .searchForm input {
    width: 464px;
  }
}
@media (max-width: 576px) {
  .searchForm input {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
  }
}
.searchForm input:focus {
  background: #0075c2;
}
.searchForm input::placeholder {
  color: #fff;
}
.searchForm input::-webkit-search-cancel-button {
  display: none;
}
.searchForm button {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 576px) {
  .searchForm button {
    top: 6px;
    right: 12px;
    padding: 3px;
  }
}
.searchForm .suggestList {
  position: absolute;
  left: 20px;
  padding: 12px 32px 8px;
  width: calc(100% - 40px);
  background: #f8fcff;
  border: 1px solid rgba(190, 211, 228, 0.4);
  border-radius: 2px 2px 16px 16px;
  box-shadow: 0 4px 16px rgba(24, 118, 181, 0.4);
  z-index: 1;
}
@media (max-width: 576px) {
  .searchForm .suggestList {
    left: 16px;
    padding: 12px 20px 4px;
    width: calc(100% - 32px);
  }
}
.searchForm .suggestList li a {
  display: block;
  margin-bottom: 12px;
}
.searchForm .suggestList li a:hover {
  color: #0075c2;
}
@media (max-width: 576px) {
  .searchForm .suggestList li a {
    font-size: 13px;
    line-height: 1.9;
  }
}
.searchForm .isHidden {
  display: none;
}

.custom-content {
  /* Begin bidirectionality settings (do not change) */
}
.custom-content html, .custom-content address,
.custom-content blockquote,
.custom-content body, .custom-content dd, .custom-content div,
.custom-content dl, .custom-content dt, .custom-content fieldset, .custom-content form,
.custom-content frame, .custom-content frameset,
.custom-content h1, .custom-content h2, .custom-content h3, .custom-content h4,
.custom-content h5, .custom-content h6, .custom-content noframes,
.custom-content ol, .custom-content p, .custom-content ul, .custom-content center,
.custom-content dir, .custom-content hr, .custom-content menu, .custom-content pre {
  display: block;
  unicode-bidi: embed;
}
.custom-content li {
  display: list-item;
}
.custom-content head {
  display: none;
}
.custom-content table {
  display: table;
}
.custom-content tr {
  display: table-row;
}
.custom-content thead {
  display: table-header-group;
}
.custom-content tbody {
  display: table-row-group;
}
.custom-content tfoot {
  display: table-footer-group;
}
.custom-content col {
  display: table-column;
}
.custom-content colgroup {
  display: table-column-group;
}
.custom-content td, .custom-content th {
  display: table-cell;
}
.custom-content caption {
  display: table-caption;
}
.custom-content th {
  font-weight: bolder;
  text-align: center;
}
.custom-content caption {
  text-align: center;
}
.custom-content body {
  margin: 8px;
}
.custom-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.custom-content h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.custom-content h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.custom-content h4, .custom-content p,
.custom-content blockquote, .custom-content ul,
.custom-content fieldset, .custom-content form,
.custom-content ol, .custom-content dl, .custom-content dir,
.custom-content menu {
  margin: 1.12em 0;
}
.custom-content h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.custom-content h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.custom-content h1, .custom-content h2, .custom-content h3, .custom-content h4,
.custom-content h5, .custom-content h6, .custom-content b,
.custom-content strong {
  font-weight: bolder;
}
.custom-content blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.custom-content i, .custom-content cite, .custom-content em,
.custom-content var, .custom-content address {
  font-style: italic;
}
.custom-content pre, .custom-content tt, .custom-content code,
.custom-content kbd, .custom-content samp {
  font-family: monospace;
}
.custom-content pre {
  white-space: pre;
}
.custom-content button, .custom-content textarea,
.custom-content input, .custom-content select {
  display: inline-block;
}
.custom-content big {
  font-size: 1.17em;
}
.custom-content small, .custom-content sub, .custom-content sup {
  font-size: 0.83em;
}
.custom-content sub {
  vertical-align: sub;
}
.custom-content sup {
  vertical-align: super;
}
.custom-content table {
  border-spacing: 2px;
}
.custom-content thead, .custom-content tbody,
.custom-content tfoot {
  vertical-align: middle;
}
.custom-content td, .custom-content th, .custom-content tr {
  vertical-align: inherit;
}
.custom-content s, .custom-content strike, .custom-content del {
  text-decoration: line-through;
}
.custom-content hr {
  border: 1px inset;
}
.custom-content ol, .custom-content ul, .custom-content dir,
.custom-content menu, .custom-content dd {
  margin-left: 40px;
}
.custom-content ol {
  list-style-type: decimal;
}
.custom-content ol ul, .custom-content ul ol,
.custom-content ul ul, .custom-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-content u, .custom-content ins {
  text-decoration: underline;
}
.custom-content br:before {
  content: "\a";
  white-space: pre-line;
}
.custom-content center {
  text-align: center;
}
.custom-content :link, .custom-content :visited {
  text-decoration: underline;
}
.custom-content :focus {
  outline: thin dotted invert;
}
.custom-content BDO[DIR=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.custom-content BDO[DIR=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.custom-content *[DIR=ltr] {
  direction: ltr;
  unicode-bidi: embed;
}
.custom-content *[DIR=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}
@media print {
  .custom-content h1 {
    page-break-before: always;
  }
  .custom-content h1, .custom-content h2, .custom-content h3,
.custom-content h4, .custom-content h5, .custom-content h6 {
    page-break-after: avoid;
  }
  .custom-content ul, .custom-content ol, .custom-content dl {
    page-break-before: avoid;
  }
}

.slider {
  position: relative;
  height: 408px;
  background: #fff;
}
@media (max-width: 576px) {
  .slider {
    height: 280px;
  }
}
@media (max-width: 320px) {
  .slider {
    height: 264px;
  }
}
.slider .sliderSwipe {
  padding: 24px 40px;
  height: 364px;
  background: #000;
  opacity: 0;
}
.slider .sliderSwipe.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s linear;
}
@media (max-width: 576px) {
  .slider .sliderSwipe {
    padding: 20px 16px;
    height: 248px;
  }
}
@media (max-width: 320px) {
  .slider .sliderSwipe {
    height: 216px;
  }
}
.slider .sliderSwipe .slick-slide {
  margin: 0 16px;
  padding: 20px;
}
@media (max-width: 576px) {
  .slider .sliderSwipe .slick-slide {
    padding: 12px;
    width: 340px;
  }
}
@media (max-width: 320px) {
  .slider .sliderSwipe .slick-slide {
    padding: 8px;
    width: 288px;
  }
}
.slider .sliderSwipe .slick-slide img:hover {
  opacity: 0.9;
}
@media (max-width: 576px) {
  .slider .sliderSwipe .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.slider .sliderSwipe .slick-slide.slick-current {
  border: 2px solid #f8fcff;
}
.slider .sliderSwipe button.slick-arrow {
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 296px);
  color: transparent;
  z-index: 1;
  cursor: pointer;
  transition: 1s;
}
@media (max-width: 576px) {
  .slider .sliderSwipe button.slick-arrow {
    top: calc(50% - 16px);
    left: 2%;
  }
}
.slider .sliderSwipe button.slick-arrow:hover:before {
  content: url("../img/arrowL--hover.svg");
}
@media (max-width: 576px) {
  .slider .sliderSwipe button.slick-arrow:hover:before {
    content: url("../img/sp/arrowL.svg");
  }
}
.slider .sliderSwipe button.slick-arrow:before {
  content: url("../img/arrowL.svg");
  width: 56px;
  height: 56px;
}
@media (max-width: 576px) {
  .slider .sliderSwipe button.slick-arrow:before {
    content: url("../img/sp/arrowL.svg");
    width: 32px;
    height: 32px;
  }
}
.slider .sliderSwipe button.slick-arrow.slick-next {
  content: url("../img/arrowR.svg");
  left: calc(50% + 240px);
}
@media (max-width: 576px) {
  .slider .sliderSwipe button.slick-arrow.slick-next {
    left: calc(98% - 32px);
  }
}
.slider .sliderSwipe button.slick-arrow.slick-next:hover:before {
  content: url("../img/arrowR--hover.svg");
}
@media (max-width: 576px) {
  .slider .sliderSwipe button.slick-arrow.slick-next:hover:before {
    content: url("../img/sp/arrowR.svg");
  }
}
.slider .sliderSwipe button.slick-arrow.slick-next:before {
  content: url("../img/arrowR.svg");
  width: 56px;
  height: 56px;
}
@media (max-width: 576px) {
  .slider .sliderSwipe button.slick-arrow.slick-next:before {
    content: url("../img/sp/arrowR.svg");
    width: 32px;
    height: 32px;
  }
}
.slider .sliderSwipe .slick-dots {
  position: absolute;
  left: calc(50% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  width: 200px;
}
@media (max-width: 576px) {
  .slider .sliderSwipe .slick-dots {
    left: calc(50% - 68px);
    padding: 28px 0;
    width: 136px;
  }
}
.slider .sliderSwipe .slick-dots > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #0075c2;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .slider .sliderSwipe .slick-dots > li {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
.slider .sliderSwipe .slick-dots > li:hover {
  opacity: 0.7;
}
.slider .sliderSwipe .slick-dots > li.slick-active {
  content: url("../img/pager-current.svg");
  width: 24px;
  height: 24px;
  border: none;
  cursor: default;
}
@media (max-width: 576px) {
  .slider .sliderSwipe .slick-dots > li.slick-active {
    width: 18px;
    height: 18px;
  }
}
.slider .sliderSwipe .slick-dots > li.slick-active:hover {
  opacity: 1;
}
.slider .sliderSwipe .slick-dots > li button {
  color: transparent;
}

.news {
  margin: 0 auto 32px;
  padding: 16px 0 16px 16px;
  max-width: 920px;
  letter-spacing: 0.02em;
}
@media (max-width: 576px) {
  .news {
    margin: 0 12px 24px 16px;
    padding: 8px 0 8px 12px;
  }
}
.news .title {
  margin-bottom: 12px;
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .news .title {
    font-size: 15px;
  }
}
.news .newsList li {
  margin-bottom: 16px;
  font-size: 15px;
}
@media (max-width: 576px) {
  .news .newsList li {
    font-size: 12px;
  }
}
.news .newsList li time {
  position: relative;
  display: block;
  margin-bottom: 6px;
  color: #666;
}
.news .newsList li time:before {
  position: absolute;
  top: 8px;
  left: -24px;
  content: "";
  width: 16px;
  height: 2px;
  background: #bed3e4;
}
@media (max-width: 576px) {
  .news .newsList li time:before {
    width: 8px;
    left: -16px;
  }
}
.news .newsList li a {
  padding: 2px 8px;
  background: #f5f5f5;
  text-decoration: underline;
  color: #002037;
  font-weight: 500;
}
.news .newsList li a:hover {
  color: #1876b5;
}

.eventInfo .head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .eventInfo .head {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .eventInfo .head {
    margin: 0 -16px 32px;
  }
}
@media (max-width: 576px) {
  .eventInfo .head {
    display: block;
    margin: 0 20px 24px;
  }
}
@media (max-width: 320px) {
  .eventInfo .head {
    margin: 0 12px 24px;
  }
}
.eventInfo .head .title {
  position: relative;
  margin: 0 50px 0 56px;
  font-size: 26px;
  color: #1b1b1b;
}
@media (max-width: 1300px) {
  .eventInfo .head .title {
    margin-right: 24px;
  }
}
@media (max-width: 768px) {
  .eventInfo .head .title {
    margin: 0 12px 0 24px;
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .eventInfo .head .title {
    margin: 0 0 24px;
    font-size: 18px;
    text-align: center;
  }
}
.eventInfo .head .title:before {
  content: url("../img/icon-eventList.svg");
  position: absolute;
  top: -10px;
  left: -80px;
  display: inline-block;
  width: 58px;
  height: 64px;
}
@media (max-width: 768px) {
  .eventInfo .head .title:before {
    top: -12px;
  }
}
@media (max-width: 576px) {
  .eventInfo .head .title:before {
    content: url("../img/sp/icon-eventListL.svg");
    top: -10px;
    left: 0;
    width: 42px;
    height: 47px;
  }
}
@media (max-width: 576px) {
  .eventInfo .head .title:after {
    content: url("../img/sp/icon-eventListR.svg");
    position: absolute;
    top: -10px;
    right: 0;
    display: inline-block;
    width: 42px;
    height: 47px;
  }
}

.eventList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (max-width: 1300px) {
  .eventList {
    justify-content: space-between;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .eventList {
    margin: 0 44px;
  }
}
@media (max-width: 576px) {
  .eventList {
    margin: 0 12px 20px;
  }
}
.eventList li {
  margin: 0 24px 24px 0;
  position: relative;
}
.eventList li:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .eventList li {
    margin: 0 0 24px;
  }
}
@media (max-width: 576px) {
  .eventList li {
    margin: 0 0 16px;
    width: calc(50% - 6px);
    letter-spacing: 0.02em;
    position: static;
  }
}
.eventList li a {
  display: block;
  width: 288px;
  height: 100%;
  background: #f8fcff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(24, 118, 181, 0.25);
  line-height: 1.45;
}
@media (max-width: 576px) {
  .eventList li a {
    padding-bottom: 1%;
    width: 100%;
    height: 100%;
    min-height: 282px;
  }
}
@media (max-width: 320px) {
  .eventList li a {
    min-height: 264px;
  }
}
.eventList li a:hover {
  box-shadow: 0px 4px 16px rgba(24, 118, 181, 0.64);
}
.eventList li a img {
  border-radius: 8px 8px 0 0;
  max-height: 160px;
}
@media (max-width: 576px) {
  .eventList li a img {
    height: auto;
    max-height: 130px;
  }
}
.eventList li a .title {
  margin: 4px 16px 8px;
  min-height: 80px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .eventList li a .title {
    margin: 4px 4px 8px 6px;
    min-height: 48px;
    font-size: 11px;
  }
}
.eventList li a dl {
  margin: 12px 16px;
  bottom: 0;
  width: calc(100% - 32px);
}
@media (max-width: 576px) {
  .eventList li a dl {
    margin: 12px 8px 0;
    position: static;
    width: calc(100% - 12px);
  }
}
.eventList li a dl dt {
  margin-bottom: 4px;
  color: #1876b5;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .eventList li a dl dt {
    margin-bottom: 2px;
    font-size: 10px;
  }
}
.eventList li a dl dd {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 576px) {
  .eventList li a dl dd {
    margin-bottom: 8px;
    padding-bottom: 4px;
    font-size: 11px;
  }
}
.eventList li a dl dd.date span {
  margin: 0 4px;
}
.eventList li a dl dd.venue {
  letter-spacing: 0.02em;
}
@media (max-width: 576px) {
  .eventList li a dl dd.venue {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #f8fcff;
}
@media (max-width: 576px) {
  .pagination li {
    width: 44px;
    height: 44px;
  }
}
.pagination li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #0075c2;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 576px) {
  .pagination li a {
    font-size: 16px;
    line-height: 44px;
  }
}
.pagination li a img {
  position: absolute;
  top: 6px;
  left: 2px;
}
@media (max-width: 576px) {
  .pagination li a img {
    top: 5px;
    width: 36px;
    height: 36px;
  }
}
.pagination li a.current, .pagination li a:hover {
  background: #0075c2;
  border-radius: 8px;
  color: #fff;
}
.pagination li a.prevItem:hover, .pagination li a.nextItem:hover {
  opacity: 0.8;
}
.pagination li a.prevItem:hover img, .pagination li a.nextItem:hover img {
  transform: translateX(2px);
}
.pagination li a.prevItem.prevItem:hover img, .pagination li a.nextItem.prevItem:hover img {
  transform: translateX(-2px);
}
.pagination li a.nextItem img {
  left: 8px;
}
.pagination li.ellipsis {
  width: 28px;
  height: 48px;
  color: #999;
}
.pagination li.ellipsis span {
  display: block;
}
.pagination li.prev a, .pagination li.next a {
  background: #fff;
}
.pagination li:nth-of-type(2) {
  border-radius: 8px 0 0 8px;
}
.pagination li:nth-last-of-type(2) {
  border-radius: 0 8px 8px 0;
}

.resultHead {
  text-align: center;
}
.resultHead .searchForm input {
  text-align: left;
}
.resultHead__title {
  margin: 24px auto 0;
  font-size: 22px;
}
@media (max-width: 576px) {
  .resultHead__title {
    margin-top: 16px;
    font-size: 16px;
  }
}
.resultHead__title span {
  margin-right: 4px;
  font-size: 26px;
}
.resultHead__title span.searchWord {
  margin: 0 2px 0 4px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 576px) {
  .resultHead__title span {
    font-size: 22px;
  }
}
.resultHead__number {
  margin-bottom: 24px;
}
.resultHead__number span {
  margin-right: 4px;
  font-family: Lato;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .resultHead__number span {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .resultHead__number {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.resultDetail {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .resultDetail > .eventList {
    margin: 0 56px;
  }
}
@media (max-width: 576px) {
  .resultDetail > .eventList {
    margin: 0 0 20px;
  }
}
.resultDetail > .eventList li a {
  height: auto;
}
@media (max-width: 576px) {
  .resultDetail > .eventList li a {
    min-height: auto;
  }
}
.resultDetail > .eventList li a .title {
  min-height: 88px;
}
@media (max-width: 576px) {
  .resultDetail > .eventList li a .title {
    min-height: 48px;
  }
}

.overview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.overview .inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 1344px;
  z-index: 8;
}
@media (max-width: 1300px) {
  .overview .inner {
    width: 100%;
  }
  .overview .inner img {
    width: 52%;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .overview .inner {
    flex-wrap: wrap;
  }
  .overview .inner img {
    width: 100%;
  }
}
.overview .inner .detail {
  width: 100%;
  padding: 56px 40px 40px 48px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 1300px) {
  .overview .inner .detail {
    padding: 32px 24px 16px 32px;
  }
}
@media (max-width: 768px) {
  .overview .inner .detail {
    padding: 32px 24px 20px 32px;
  }
}
@media (max-width: 576px) {
  .overview .inner .detail {
    padding: 16px 16px 16px 24px;
  }
}
.overview .inner .detail .title {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.6;
}
@media (max-width: 1300px) {
  .overview .inner .detail .title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .overview .inner .detail .title {
    margin-bottom: 12px;
    min-height: 80px;
    font-size: 16px;
  }
}
.overview .inner .detail dl dt {
  margin-bottom: 4px;
  font-family: "Lato", sans-serif;
  color: #999;
  font-size: 14px;
}
@media (max-width: 576px) {
  .overview .inner .detail dl dt {
    font-size: 10px;
  }
}
.overview .inner .detail dl dd {
  margin-bottom: 24px;
  font-size: 20px;
}
.overview .inner .detail dl dd span {
  margin: 0 4px;
}
@media (max-width: 1300px) {
  .overview .inner .detail dl dd {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .overview .inner .detail dl dd {
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .overview .inner .detail dl dd.venue {
    padding-right: 24px;
  }
}

.lead {
  margin: 0 auto 48px;
  width: 896px;
}
@media (max-width: 768px) {
  .lead {
    width: calc(100% - 24px);
  }
}
@media (max-width: 576px) {
  .lead {
    margin-bottom: 32px;
    width: calc(100% - 16px);
  }
}
.lead p {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1300px) {
  .lead p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 576px) {
  .lead p {
    font-size: 14px;
  }
}

.ticketInfo {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .ticketInfo {
    margin-bottom: 32px;
  }
}
.ticketInfo .title {
  padding: 12px 32px;
  background: linear-gradient(270deg, #e243b1 0%, #0075c2 100%) 0% 0%;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 576px) {
  .ticketInfo .title {
    font-size: 16px;
    text-align: center;
  }
}
.ticketInfo ul {
  margin: 24px 16px;
  padding: 0 24px 16px 56px;
  border-bottom: 1px solid #bed3e4;
}
@media (max-width: 576px) {
  .ticketInfo ul {
    margin: 12px;
    padding: 0 0 8px 28px;
  }
}
.ticketInfo ul li {
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .ticketInfo ul li {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
.ticketInfo ul li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -36px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon-ticket.svg);
  background-size: contain;
}
@media (max-width: 576px) {
  .ticketInfo ul li:before {
    left: -28px;
    width: 20px;
    height: 20px;
  }
}

.attention {
  margin-bottom: 40px;
  padding: 24px 32px 16px;
  background: rgba(190, 211, 228, 0.2) no-repeat;
  background-position: 102% -25px;
  color: #666;
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 576px) {
  .attention {
    margin-bottom: 32px;
    padding: 16px;
    background-size: 300px auto;
    background-position: center -14px;
  }
}
.attention .title {
  margin-bottom: 24px;
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .attention .title {
    font-size: 17px;
  }
}
.attention .topic {
  margin-bottom: 8px;
  color: #1876b5;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .attention .topic {
    margin-bottom: 4px;
    font-size: 13px;
  }
}
.attention .normalText {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .attention .normalText {
    font-size: 11px;
  }
}
.attention .normalText a {
  margin: 0 8px 0 4px;
  text-decoration: underline;
}
.attention .normalText a:hover {
  color: #1b1b1b;
}
.attention .normalList {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .attention .normalList {
    font-size: 11px;
  }
}
.attention .normalList li {
  padding-left: 1em;
  text-indent: -1em;
}
.attention .normalList li:before {
  content: "・";
}

@media (max-width: 576px) {
  .orderTickets {
    margin: 0 -8px 32px;
  }
}
.orderTickets .inner {
  padding: 24px 24px 40px;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 576px) {
  .orderTickets .inner {
    padding: 24px 16px 24px;
  }
}
.orderTickets .inner > .title {
  margin-bottom: 28px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 576px) {
  .orderTickets .inner > .title {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.orderTickets .inner > .title .order-ticket {
  margin-right: 32px;
  font-family: "Lato";
  font-size: 30px;
}
@media (max-width: 768px) {
  .orderTickets .inner > .title .order-ticket {
    display: block;
  }
}
@media (max-width: 576px) {
  .orderTickets .inner > .title .order-ticket {
    margin: 0 0 12px 0;
    font-size: 22px;
  }
}
.orderTickets .inner .ticketCounter {
  margin-bottom: 24px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter {
    padding: 14px 0 0;
  }
}
.orderTickets .inner .ticketCounter:last-of-type {
  margin-bottom: 0;
}
.orderTickets .inner .ticketCounter > .title {
  margin: 0 4px 12px;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter > .title {
    margin: 0 12px 8px 16px;
    font-size: 14px;
  }
}
.orderTickets .inner .ticketCounter__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #bed3e4;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom {
    position: relative;
    padding-top: 8px;
    border: none;
  }
  .orderTickets .inner .ticketCounter__bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 1px;
    background: #bed3e4;
  }
}
.orderTickets .inner .ticketCounter__bottom .dtl {
  margin-left: 4px;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .dtl {
    margin: 0 16px 8px;
    font-size: 12px;
  }
}
.orderTickets .inner .ticketCounter__bottom .dtl .date {
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .dtl .date {
    margin-bottom: 8px;
  }
}
.orderTickets .inner .ticketCounter__bottom .dtl .date span {
  margin-left: 16px;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .dtl .date span {
    display: block;
    margin-left: 0;
  }
}
.orderTickets .inner .ticketCounter__bottom .dtl .venue {
  margin-bottom: 4px;
  padding-left: 32px;
  background: url(../img/icon-map.svg) center left no-repeat;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .dtl .venue {
    padding-left: 24px;
    background-size: 16px 16px;
  }
}
.orderTickets .inner .ticketCounter__bottom .dtl .venue a {
  color: #002037;
  text-decoration: underline;
}
.orderTickets .inner .ticketCounter__bottom .dtl .venue a:hover {
  color: #1876b5;
}
.orderTickets .inner .ticketCounter__bottom > button {
  margin: 0 0 0 auto;
  position: relative;
  padding-left: 16px;
  width: 136px;
  height: 40px;
  background: #0075c2;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom > button {
    padding-left: 0;
    width: 100%;
    height: 44px;
    border-radius: 0 0 8px 8px;
    text-align: center;
  }
}
.orderTickets .inner .ticketCounter__bottom > button:after {
  content: url(../img/arrow-accordion.svg);
  position: absolute;
  top: 9px;
  right: 8px;
  width: 24px;
  height: 24px;
}
.orderTickets .inner .ticketCounter__bottom > button.open {
  padding-left: 32px;
  background: #f2f2f2;
  color: #0075c2;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom > button.open {
    padding-left: 0;
  }
}
.orderTickets .inner .ticketCounter__bottom > button.open:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0075c2;
  border-left: 2px solid #0075c2;
  transform: rotate(45deg);
}
.orderTickets .inner .ticketCounter__bottom .accordion {
  display: block;
  margin: 16px -20px -16px;
  padding: 16px;
  background-size: 100% auto;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion {
    margin: 0 -16px -16px;
    width: 100vw;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul {
  margin: -16px -12px;
  padding: 16px;
  width: 912px;
  background: radial-gradient(rgba(190, 211, 228, 0.88), #bed3e4);
  border-radius: 0 0 8px 8px;
}
@media (max-width: 768px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul {
    width: 688px;
  }
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul {
    margin: -16px 0;
    padding: 16px 8px;
    width: 100%;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li {
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #1b1b1b;
  border-radius: 4px;
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li:last-of-type {
  margin-bottom: 0;
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a {
  position: relative;
  display: flex;
  width: 880px;
  height: 112px;
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a:before, .orderTickets .inner .ticketCounter__bottom .accordion ul li a:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -10px;
  width: 32px;
  height: 16px;
  background: #bed3e4;
  border-top: 1px solid #333;
  border-bottom: 1px solid #bed3e4;
  border-radius: 16px 16px 0 0;
  transform: rotate(90deg);
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a:before, .orderTickets .inner .ticketCounter__bottom .accordion ul li a:after {
    width: 24px;
    height: 12px;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a:after {
  left: calc(100% - 24px);
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a:after {
    left: calc(100% - 22px);
  }
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a:after {
    left: calc(100% - 16px);
  }
}
@media (max-width: 768px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a {
    display: block;
    height: auto;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a > div {
  padding: 16px 24px 16px 32px;
  width: calc(100% - 136px);
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a > div {
    padding: 14px 5.4vmin 12px 6.4vmin;
    width: 100%;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a .name {
  margin-bottom: 12px;
  min-height: 48px;
  color: #1876b5;
  letter-spacing: 0;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a .name {
    font-size: 3.6vmin;
  }
}
@media (max-width: 320px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a .name {
    font-size: 13px;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a .time {
  font-size: 14px;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a .time {
    font-size: 3vmin;
  }
}
@media (max-width: 320px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a .time {
    font-size: 11px;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a .time time {
  margin-left: 8px;
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a .time time {
    display: block;
    margin-left: 0;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a .time time span {
  margin: 0 4px;
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a span.order {
  margin-right: 2px;
  padding: 32px 16px;
  width: 136px;
  background: #0075c2;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #1b1b1b;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a span.order {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a span.order {
    display: block;
    padding: 12px 0 16px;
    width: 100%;
    border-left: none;
    border-top: 1px solid #1b1b1b;
  }
  .orderTickets .inner .ticketCounter__bottom .accordion ul li a span.order > img {
    display: block;
    margin: 0 auto;
  }
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a span.order--before {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #96C4E3;
}
.orderTickets .inner .ticketCounter__bottom .accordion ul li a span.order--close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d0d0d0;
}

.projectEnded p {
  text-align:center;
}

.projectEnded .btn-wrap a {
    border-radius: 10px;
    width: 180px;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    margin: 30px auto 0;
    background: #0075c2;
    color: #FFF;
}

.shareThisPage {
  position: absolute;
  top: 530px;
  right: 44px;
  z-index: 99;
}
@media (max-width: 1300px) {
  .shareThisPage {
    top: 506px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .shareThisPage {
    position: absolute;
    top: 624px;
    right: 20px;
  }
}
@media (max-width: 576px) {
  .shareThisPage {
    top: 100vmin;
    right: 8px;
  }
}
@media (max-width: 320px) {
  .shareThisPage {
    top: 100px;
  }
}
.shareThisPage li {
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .shareThisPage li {
    margin-bottom: 8px;
  }
  .shareThisPage li img {
    width: 24px;
    height: 24px;
  }
}

.availabilityTitle {
  margin-bottom: 48px;
  color: #1b1b1b;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .availabilityTitle {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .availabilityTitle {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.stepbar {
  display: flex;
  margin: 0 auto 48px;
  width: 560px;
}
@media (max-width: 576px) {
  .stepbar {
    margin-bottom: 24px;
    width: 320px;
  }
}
@media (max-width: 320px) {
  .stepbar {
    width: 100%;
  }
}
.stepbar li {
  width: 25%;
  color: #bed3e4;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .stepbar li {
    font-size: 3.1vmin;
    letter-spacing: 0;
  }
}
.stepbar li span {
  position: relative;
  left: calc(50% - 10px);
  display: block;
  margin-bottom: 12px;
  width: 20px;
  height: 20px;
  background: #bed3e4;
  border-radius: 10px;
}
.stepbar li span:after {
  position: absolute;
  top: 9px;
  left: 20px;
  content: "";
  display: block;
  background: #bed3e4;
  width: 128px;
  height: 2px;
}
@media (max-width: 576px) {
  .stepbar li span {
    left: calc(50% - 8px);
    width: 12px;
    height: 12px;
  }
  .stepbar li span:after {
    top: 5px;
    left: 12px;
    width: 72px;
  }
}
.stepbar li.current {
  color: #0075c2;
}
.stepbar li.current span {
  background: #0075c2;
}
.stepbar li:last-of-type span:after {
  display: none;
}

.availability {
  margin: 0 auto 40px;
  width: 808px;
}
@media (max-width: 768px) {
  .availability {
    width: 100%;
  }
}
.availability .subject {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .availability .subject {
    flex-wrap: wrap;
  }
  .availability .subject img {
    margin: 0 auto 16px;
  }
}
.availability .subject__detail {
  width: calc(100% - 340px);
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .availability .subject__detail {
    width: calc(100% - 336px);
  }
}
@media (max-width: 576px) {
  .availability .subject__detail {
    width: 100%;
  }
}
.availability .subject__detail .title {
  margin-bottom: 16px;
  color: #1b1b1b;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .availability .subject__detail .title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .availability .subject__detail .title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .availability .subject__detail .title {
    font-size: 17px;
  }
}
.availability .subject__detail .text {
  color: #666;
}
@media (max-width: 768px) {
  .availability .subject__detail .text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .availability .subject__detail .text {
    margin: 0 8px;
    font-size: 3.5vmin;
  }
}
.availability__detail {
  overflow: hidden;
}
@media (max-width: 576px) {
  .availability__detail {
    margin: 0 12px;
  }
}
@media (max-width: 320px) {
  .availability__detail {
    margin: 0 2px;
  }
}
.availability__detail .listVer li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 32px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #333;
  line-height: 1.7;
}
@media (max-width: 576px) {
  .availability__detail .listVer li {
    flex-wrap: wrap;
    padding: 0;
    line-height: 1.6;
  }
}
.availability__detail .listVer li:before, .availability__detail .listVer li:after {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: -17px;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #333;
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-radius: 16px;
  transform: rotate(45deg);
}
@media (max-width: 576px) {
  .availability__detail .listVer li:before, .availability__detail .listVer li:after {
    left: -13px;
    width: 24px;
    height: 24px;
  }
}
.availability__detail .listVer li:after {
  left: calc(100% - 15px);
  transform: rotate(-135deg);
}
@media (max-width: 576px) {
  .availability__detail .listVer li:after {
    left: calc(100% - 11px);
  }
}
.availability__detail .listVer li .name {
  margin-right: 12px;
}
@media (max-width: 576px) {
  .availability__detail .listVer li .name {
    margin-right: 0;
    padding: 12px 16px 12px 24px;
    font-size: 14px;
  }
  .availability__detail .listVer li .name > br {
    display: none;
  }
}
.availability__detail .listVer li span {
  padding: 24px;
  width: 160px;
  background: #0075c2;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 576px) {
  .availability__detail .listVer li span {
    display: block;
    padding: 8px 0;
    width: 100%;
    font-size: 16px;
  }
  .availability__detail .listVer li span > br {
    display: none;
  }
}
.availability__detail .listVer li span.soldout {
  background: #d0d0d0;
}

.calendarVer {
  margin: 24px auto 16px;
  width: 368px;
}
@media (max-width: 576px) {
  .calendarVer {
    margin-bottom: 0;
    width: 320px;
  }
}
@media (max-width: 320px) {
  .calendarVer {
    width: 100%;
  }
}
.calendarVer__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .calendarVer__title {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .calendarVer__title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .calendarVer__title {
    font-size: 17px;
  }
}
.calendarVer dl {
  margin: 0 16px;
}
@media (max-width: 576px) {
  .calendarVer dl {
    margin: 0;
  }
}
.calendarVer dl dt {
  margin-bottom: 4px;
  padding-left: 12px;
  color: #1876b5;
  font-size: 12px;
  font-weight: 500;
}
.calendarVer dl dd {
  margin-bottom: 40px;
  padding: 0 8px 8px 12px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 576px) {
  .calendarVer dl dd {
    margin-bottom: 24px;
    padding-bottom: 4px;
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .calendarVer dl dd {
    font-size: 14px;
  }
}
.calendarVer dl dd.date span {
  margin: 0 4px;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 32px auto;
  width: 720px;
}
@media (max-width: 576px) {
  .buttons {
    margin-bottom: 0;
    width: calc(100% - 16px);
  }
}
.buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0075c2;
  border-radius: 9999px;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(24, 118, 181, 0.25);
  width: 248px;
  min-width: 120px;
  height: 56px;
  font-size: 20px;
}
.buttons a:hover {
  background: #0066a9;
  box-shadow: 0px 4px 12px rgba(24, 118, 181, 0.5);
}
.buttons a:disabled {
  background: #d0d0d0;
  box-shadow: none;
}
.buttons a.back {
  background: #d0d0d0;
  color: #666;
  box-shadow: none;
}
.buttons a.back:hover {
  color: #1b1b1b;
}
@media (max-width: 576px) {
  .buttons a {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .buttons a {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .buttons__back {
    margin-right: 16px;
    max-width: 88px;
  }
}
@media (max-width: 320px) {
  .buttons__back {
    margin-right: 12px;
    max-width: 80px;
  }
}

.noScroll {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 11;
}
.overlay.is-open {
  visibility: visible;
  opacity: 1;
}
.overlay .modalBox {
  position: relative;
  padding: 32px 24px;
  width: 720px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  z-index: 12;
}
@media (max-width: 576px) {
  .overlay .modalBox {
    padding: 20px 20px 32px;
    width: calc(100% - 32px);
  }
}
.overlay .modalBox__title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .overlay .modalBox__title {
    font-size: 5.5vmin;
  }
}
.overlay .modalBox__title span {
  display: block;
  color: #0075c2;
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 576px) {
  .overlay .modalBox__title span {
    margin-bottom: 8px;
    font-size: 4vmin;
  }
}
.overlay .modalBox__text {
  margin-bottom: 40px;
  color: #666;
}
@media (max-width: 576px) {
  .overlay .modalBox__text {
    margin-bottom: 16px;
    font-size: 3.6vmin;
  }
}
.overlay .modalBox__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .overlay .modalBox__buttons {
    justify-content: center;
  }
}
.overlay .modalBox__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0075c2;
  border-radius: 9999px;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(24, 118, 181, 0.25);
  margin-bottom: 24px;
  padding: 0 40px;
  width: 328px;
  height: 64px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
.overlay .modalBox__buttons a:hover {
  background: #0066a9;
  box-shadow: 0px 4px 12px rgba(24, 118, 181, 0.5);
}
.overlay .modalBox__buttons a:disabled {
  background: #d0d0d0;
  box-shadow: none;
}
.overlay .modalBox__buttons a.back {
  background: #d0d0d0;
  color: #666;
  box-shadow: none;
}
.overlay .modalBox__buttons a.back:hover {
  color: #1b1b1b;
}
@media (max-width: 576px) {
  .overlay .modalBox__buttons a {
    padding: 0;
    width: 312px;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .overlay .modalBox__buttons a {
    font-size: 15px;
  }
}
.overlay .modalBox__buttons a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
}
.overlay .modalBox__buttons a.normal {
  background: #ffe248;
  color: #333;
  font-size: 15px;
}
.overlay .modalBox__buttons a.normal:hover {
  background: #ffdc1f;
}
.overlay .modalBox__buttons a.premium {
  padding: 0 32px;
  background: #d9a300;
}
@media (max-width: 576px) {
  .overlay .modalBox__buttons a.premium {
    padding: 0;
  }
}
.overlay .modalBox__buttons a.premium:hover {
  background: #ca9800;
}
.overlay .modalBox__buttons a.premium img {
  margin-right: 8px;
  width: 48px;
  height: 48px;
}
@media (max-width: 576px) {
  .overlay .modalBox__buttons a.premium img {
    width: 40px;
    height: 40px;
  }
}
.overlay .modalBox__buttons a:last-of-type {
  margin: 0 auto 32px;
}
@media (max-width: 576px) {
  .overlay .modalBox__buttons a:last-of-type {
    margin-bottom: 24px;
  }
}
.overlay .modalBox__otoku {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -24px -32px;
  height: 72px;
  background: rgba(102, 102, 102, 0.96);
  border-radius: 0 0 7px 7px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 576px) {
  .overlay .modalBox__otoku {
    flex-wrap: wrap;
    margin: 0 -20px -32px;
    padding: 12px 0 8px 4px;
    height: 72px;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 320px) {
  .overlay .modalBox__otoku {
    padding: 10px 0 8px 4px;
    height: 60px;
    font-size: 11px;
  }
}
.overlay .modalBox__otoku span {
  color: #d9a300;
  font-size: 22px;
}
@media (max-width: 576px) {
  .overlay .modalBox__otoku span {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .overlay .modalBox__otoku span {
    font-size: 16px;
  }
}
.overlay .modalBox__close {
  position: absolute;
  top: -52px;
  right: 0;
  color: #999;
  font-size: 32px;
  z-index: 13;
  cursor: pointer;
}

.entry .title {
  margin-bottom: 32px;
  padding-top: 56px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 576px) {
  .entry .title {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .entry .title {
    margin-bottom: 24px;
    padding-top: 40px;
    font-size: 22px;
  }
}
.entry .subTitle {
  color: #1876b5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
.entry .subTitle span {
  margin: 0 2px;
}
.entry .subTitle span:last-of-type {
  margin: 0 4px 0 0;
}
@media (max-width: 320px) {
  .entry .subTitle {
    font-size: 18px;
  }
}
.entry img {
  display: block;
  margin: 24px auto 48px;
}
@media (max-width: 576px) {
  .entry img {
    height: 36px;
  }
}
@media (max-width: 320px) {
  .entry img {
    margin: 20px auto 28px;
    height: 32px;
  }
}
.entry__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0075c2;
  border-radius: 9999px;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(24, 118, 181, 0.25);
  margin-bottom: 24px;
  width: 100%;
  height: 56px;
  font-size: 18px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
.entry__buttons a:hover {
  background: #0066a9;
  box-shadow: 0px 4px 12px rgba(24, 118, 181, 0.5);
}
.entry__buttons a:disabled {
  background: #d0d0d0;
  box-shadow: none;
}
.entry__buttons a.back {
  background: #d0d0d0;
  color: #666;
  box-shadow: none;
}
.entry__buttons a.back:hover {
  color: #1b1b1b;
}
.entry__buttons a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
}
@media (max-width: 576px) {
  .entry__buttons a {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .entry__buttons a {
    margin-bottom: 16px;
    height: 48px;
  }
}
.entry__buttons a.login {
  background: #1b1b1b;
}
.entry__buttons a.login span {
  margin: 0 4px;
}
.entry__buttons a.logout {
  background: #0075c2;
}
.entry__buttons a.logout span {
  margin: 0 4px;
}
.entry__buttons a.register {
  margin-bottom: 32px;
  background: #ffa500;
  color: #1b1b1b;
}
@media (max-width: 320px) {
  .entry__buttons a.register {
    margin-bottom: 20px;
  }
}
.entry__list {
  font-size: 14px;
}
@media (max-width: 576px) {
  .entry__list {
    font-size: 12px;
  }
}
.entry__list li {
  margin-bottom: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 320px) {
  .entry__list li {
    margin-bottom: 8px;
    font-size: 11px;
  }
}
.entry__list li:before {
  content: "・";
}

.registration {
  padding-top: 56px;
}
.registration__step {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .registration__step {
    margin: 0 -8px;
  }
}
.registration__step li {
  position: relative;
  padding-top: 16px;
  width: 20%;
  color: #bed3e4;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  counter-increment: step;
}
@media (max-width: 576px) {
  .registration__step li {
    letter-spacing: 0;
  }
}
.registration__step li:before {
  content: counter(step);
  display: block;
  padding-left: 1.3%;
  width: 24px;
  height: 24px;
  margin: -16px auto 12px;
  border-radius: 50%;
  background: #bed3e4;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.38;
  z-index: 2;
}
.registration__step li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(-50% + 12px);
  width: calc(100% - 24px);
  height: 2px;
  background: #bed3e4;
}
.registration__step li.active, .registration__step li.done {
  color: #0075c2;
}
.registration__step li.active:before, .registration__step li.done:before {
  background: #0075c2;
}
.registration__step li.active:after, .registration__step li.done:after {
  background: #0075c2;
}
.registration__step li.active:first-of-type:after, .registration__step li.done:first-of-type:after {
  background: transparent;
}
.registration .title {
  margin: 40px 0 32px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 576px) {
  .registration .title {
    margin: 40px -16px 24px;
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .registration .title {
    font-size: 19px;
  }
}
.registration .title--auth {
  font-size: 16px;
  font-weight: 400;
}
.registration .text {
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.registration .text .bold {
  font-weight: 500;
}
@media (max-width: 576px) {
  .registration .text {
    letter-spacing: 0;
  }
}
.registration__list {
  margin-bottom: 40px;
  font-size: 14px;
}
@media (max-width: 576px) {
  .registration__list {
    font-size: 12px;
  }
}
.registration__list li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 320px) {
  .registration__list li {
    margin-bottom: 8px;
    font-size: 11px;
  }
}
.registration__list li:before {
  content: "※";
}
.registration__list li span {
  font-weight: 500;
}
.registration__agree {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .registration__agree {
    text-align: center;
  }
}
.registration__agree a {
  margin-right: 44px;
  display: inline-block;
  color: #0075c2;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .registration__agree a {
    margin-right: 0;
  }
}
.registration__agree a:hover {
  opacity: 0.7;
}
@media (max-width: 576px) {
  .registration__agree label {
    display: inline-block;
    margin-top: 16px;
  }
}
.registration__agree label .check-icon {
  position: relative;
  margin-right: 24px;
  padding-left: 28px;
  font-size: 14px;
  cursor: pointer;
}
.registration__agree label .check-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 2px;
}
.registration__agree label .checkBox:checked + .check-icon:after {
  content: url(../img/checked.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.registration__email {
  margin: 32px 0 40px;
}
.registration__email label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 12px;
}
.registration input[type=submit] {
  width: 320px;
  height: 56px;
  font-size: 20px;
}
.registration input[type=submit].auth {
  width: 240px;
}
@media (max-width: 576px) {
  .registration input[type=submit] {
    width: 100%;
  }
}
.registration__auth {
  margin: 32px auto 40px;
  width: 240px;
}
.registration__auth label {
  display: block;
  margin: 0 auto 6px;
  font-weight: 500;
  font-size: 12px;
}
.registration__profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 40px 24px;
}
@media (max-width: 576px) {
  .registration__profile {
    margin: 0 8px 24px;
  }
}
@media (max-width: 320px) {
  .registration__profile {
    margin: 0 0 24px;
  }
}
.registration__profile__item {
  margin-bottom: 24px;
  width: 268px;
}
.registration__profile__item:nth-of-type(n + 5) {
  width: 100%;
}
.registration__profile__item.country,
.registration__profile__item.date_of_birth
{
  width: 100%;
}
.registration__profile__item #date_of_birth_year
{
  width: 30%;
}
.registration__profile__item #date_of_birth_month,
.registration__profile__item #date_of_birth_day
{
  width: 20%;
}
.date_of_birth .mini {
  font-size: 12px;
}
@media (max-width: 576px) {
  .registration__profile__item {
    width: 100%;
  }
}
.registration__profile__item label {
  display: flex;
  margin: 0 auto 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.registration__profile__item label span.required {
  display: inline-block;
  padding: 0 5px;
  height: 16px;
  background: #c90f0f;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.registration__profile__item label span.optional {
  display: inline-block;
  padding: 0 5px;
  height: 16px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  margin-left: 8px;
  background: rgba(24, 118, 181, 0.8);
}
.registration .bottomMessage {
  margin-bottom: 8px;
  font-size: 12px;
  text-align: center;
}
.registration .newsletter h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.registration .newsletter .info {
  padding-bottom: 24px;
}
.registration .newsletter .info > * {
  font-size: 14px;
}
.registration .newsletter .setting {
  border-top: 1px solid #cccccc;
}
.registration .newsletter .all-contents-select {
  padding: 16px 0 8px 0;
}
.registration .newsletter .all-contents-select p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 4px;
}
.registration .newsletter .all-contents-select .check-icon {
  font-weight: bold;
}
.registration .newsletter .contents-segment-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
@media(max-width: 576px) {
  .registration .newsletter .contents-segment-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.registration .newsletter .content-segment.head {
  grid-column: 1 / -1;
  padding: 8px 0;
}
.registration .newsletter .content-segment {
  padding: 8px 0;
}
.registration .newsletter .content-segment label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.registration .newsletter label .check-icon {
  position: relative;
  margin-right: 24px;
  padding-left: 28px;
  font-size: 14px;
  cursor: pointer;
}
.registration .newsletter  label .check-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 2px;
}
.registration .newsletter label .checkBox:checked + .check-icon:after {
  content: url(../img/checked.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.registration .newsletter .note > * {
  font-size: 14px;
}

.language-select {
  position: absolute;
  top: 16px;
  right: 340px;
  display: none;
}
.language-selectbox {
  padding: 5px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: auto;
  background-color: #002037;
  color: #fff;
  border-radius: 20px;
}
.language-selectbox::-ms-expand {
  display: block;
}
.logged-in {
  right: 170px;
}
.corporate-link-btn-web {
  position: absolute;
  right: 320px;
  background-color: #0bce6e;
  color: #fff;
  font-size: 15px;
  display: flex;
  border-radius: 5px;
  padding: 10px 20px;
  transition: .3s;
}
.corporate-link-btn-web:hover {
  filter: brightness(1.1);
}

.corporate-link-btn-web img{
  margin-right: 5px;
}
@media (max-width: 730px) {
  .corporate-link-btn-web {
    display: none;
  }
  .corporate-link-btn-sp {
    position: absolute;
    right: 320px;
  }
}
@media (max-width: 576px) {
  .corporate-link-btn-web {
    display: none;
  }
  .corporate-link-btn-sp {
    position: absolute;
    right: 60px;
    display: inline;
    width: 48px;
    height: 48px;
  }
}
.mypage-language {
  right: 120px;
}
@media (max-width: 576px) {
  .language-select {
    font-size: 75%;
    right: unset;
    left: 145px;
    top: 8px;
    padding: 3px;
    background-color: #002037;
    border-radius: 20px;
  }
}
.loader {
  display: none;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loader .spinner {
  width: 32px;
  height: 32px;
  margin: 30% auto;
  border: 4px #ddd solid;
  border-top: 4px #0075c2 solid;
  border-radius: 50%;
  animation: sp-anime 1s infinite linear;
}
.floating-btn-area{
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 96px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px){
  .floating-btn-area{
    height: 88px;
  }
}
.floating-btn {
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 1;
  height: 48px;
  width: 350px;
  text-align: center;
  background-color: #1876b5;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
@media (max-width: 576px){
  .floating-btn{
    height: 40px;
    width: 280px;
    font-size: 16px;
  }
}
.floating-btn-area.hidden, .floating-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.show-on-ready {
  opacity: 0;
}