@charset "UTF-8";
/* =======================
VARIABLES
* ======================= */
/* colors */
/* breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/* =======================
 * Functions CLASS
 * ======================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body::-webkit-scrollbar {
  display: none;
}

main {
  margin: 0;
}

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

a {
  text-decoration: none;
  color: #000;
}

p {
  font-size: 14px;
}

ul {
  list-style: none;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/* ホバー可能なデバイスでのみ適用される */
@media (any-hover: hover) {
  .hoverLinkGood:hover {
    color: orangered;
  }
}
.m-wysiwygArea {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .m-wysiwygArea {
    font-size: 12px;
  }
}
.m-wysiwygArea * + * {
  margin-top: 1.75em;
}
.m-wysiwygArea br + * {
  margin-top: 0;
}
.m-wysiwygArea a {
  color: #2c7cba;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .m-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 768px) {
  .m-wysiwygArea a:hover {
    opacity: 0.7;
  }
}
.m-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.m-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
}
.m-wysiwygArea h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.m-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
}
.m-wysiwygArea h5,
.m-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.m-wysiwygArea h1 + h2,
.m-wysiwygArea h2 + h3,
.m-wysiwygArea h3 + h4,
.m-wysiwygArea h4 + h5,
.m-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.m-wysiwygArea h1 + p,
.m-wysiwygArea h2 + p,
.m-wysiwygArea h3 + p,
.m-wysiwygArea h4 + p,
.m-wysiwygArea h5 + p,
.m-wysiwygArea h6 + p {
  margin-top: 5px;
}
.m-wysiwygArea p {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .m-wysiwygArea p {
    font-size: 12px;
  }
}
.m-wysiwygArea strong,
.m-wysiwygArea strong * {
  font-weight: bold;
}
.m-wysiwygArea em,
.m-wysiwygArea em * {
  font-style: italic;
}
.m-wysiwygArea ul {
  list-style-type: disc;
}
.m-wysiwygArea ol {
  list-style-type: decimal;
}
.m-wysiwygArea ul,
.m-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.m-wysiwygArea ul li,
.m-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.m-wysiwygArea sup,
.m-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.m-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.m-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.m-wysiwygArea table {
  border-collapse: collapse;
  height: auto !important;
  margin-top: 1em;
  width: 100% !important;
}
.m-wysiwygArea table thead th,
.m-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.m-wysiwygArea table tr th,
.m-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.m-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.m-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  width: revert-layer;
  display: block;
}
.m-wysiwygArea img.qr-code {
  width: 100%;
  max-width: 122px;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.m-wysiwygArea .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.m-wysiwygArea .gallery.gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.m-wysiwygArea .gallery.gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}
.m-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .m-wysiwygArea * + * {
    margin-top: 1.75em;
  }
  .m-wysiwygArea br + * {
    margin-top: 0;
  }
  .m-wysiwygArea a {
    color: #2c7cba;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .m-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .m-wysiwygArea a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .m-wysiwygArea h1 {
    font-size: 50px;
    line-height: 1.4;
  }
  .m-wysiwygArea h2 {
    font-size: 45px;
    line-height: 1.6;
  }
  .m-wysiwygArea h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
  }
  .m-wysiwygArea h4 {
    font-size: 35px;
    line-height: 1.6;
  }
  .m-wysiwygArea h5,
  .m-wysiwygArea h6 {
    font-size: 30px;
    line-height: 1.6;
  }
  .m-wysiwygArea h1 + h2,
  .m-wysiwygArea h2 + h3,
  .m-wysiwygArea h3 + h4,
  .m-wysiwygArea h4 + h5,
  .m-wysiwygArea h5 + h6 {
    margin-top: 0.5em;
  }
  .m-wysiwygArea h1 + p,
  .m-wysiwygArea h2 + p,
  .m-wysiwygArea h3 + p,
  .m-wysiwygArea h4 + p,
  .m-wysiwygArea h5 + p,
  .m-wysiwygArea h6 + p {
    margin-top: 5px;
  }
  .m-wysiwygArea p {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.7;
    color: #000;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .m-wysiwygArea p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .m-wysiwygArea strong,
  .m-wysiwygArea strong * {
    font-weight: bold;
  }
  .m-wysiwygArea em,
  .m-wysiwygArea em * {
    font-style: italic;
  }
  .m-wysiwygArea ul {
    list-style-type: disc;
  }
  .m-wysiwygArea ol {
    list-style-type: decimal;
  }
  .m-wysiwygArea ul,
  .m-wysiwygArea ol {
    margin-top: 1em;
    padding-left: 1.4em;
  }
  .m-wysiwygArea ul li,
  .m-wysiwygArea ol li {
    line-height: 1.5;
    margin-top: 0.6em;
  }
  .m-wysiwygArea sup,
  .m-wysiwygArea sub {
    font-size: 1rem;
    line-height: 1 !important;
  }
  .m-wysiwygArea hr {
    background: #000;
    display: block;
    height: 1px;
    width: 100%;
  }
  .m-wysiwygArea blockquote {
    background: blue;
    padding: 30px;
  }
  .m-wysiwygArea table {
    border-collapse: collapse;
    height: auto !important;
    margin-top: 1em;
    width: 100% !important;
  }
  .m-wysiwygArea table thead th,
  .m-wysiwygArea table thead td {
    font-weight: bold;
    text-align: center;
  }
  .m-wysiwygArea table tr th,
  .m-wysiwygArea table tr td {
    border: #000 1px solid;
    line-height: 1.5;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
  }
  .m-wysiwygArea table tr th {
    font-weight: bold;
    text-align: center;
    width: 25%;
  }
  .m-wysiwygArea img {
    height: auto;
    margin-top: 1em;
    max-width: 100%;
    display: block;
    width: auto;
  }
  .m-wysiwygArea img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .m-wysiwygArea img.alignright {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  .m-wysiwygArea .gallery {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m-wysiwygArea .gallery.gallery-columns-2 .gallery-item {
    width: calc((100% - 20px) / 2);
  }
  .m-wysiwygArea .gallery.gallery-columns-3 .gallery-item {
    width: calc((100% - 40px) / 3);
  }
  .m-wysiwygArea .gallery-item {
    float: none;
    margin-top: 0;
    text-align: center;
  }
}
/*====================================================================
siteHeader
====================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: transparent;
}
.header__container {
  margin: 0 auto;
  padding: 20px 20px;
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__logo {
  padding: 0;
  width: 122px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
  color: #333;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  .header__logo {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}

/*====================================================================
Header SP
====================================================================*/
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
  .header__container {
    margin: 0 auto;
    padding: 5px 0;
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__logo {
    width: auto;
    display: block;
    position: relative;
    z-index: 4;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__logo {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__navMenuContainer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.9);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__navMenuContainer.is-active {
    left: 0;
  }
  .header__navMenuItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .header__navMenuItem {
    margin: 0 auto 0;
  }
  .header__navMenuItemLink {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__navMenuItemLink {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__navSubMenuItems {
    margin-left: 100px;
    position: relative;
    min-width: 0;
    padding: 20px 0 10px 20px;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
  }
  .header__navSubMenuItems:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: calc(100% - 15px);
    background-color: #fff;
  }
  .header__navSubMenuItem:hover .header__navSubMenuItemLink {
    color: #F0AB41;
  }
  .header__navSubMenuItemLink {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__navSubMenuItemLink {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__menuBarsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
    background-color: transparent;
  }
  .header__menuBars {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
  }
  .header__menuBars.bars-clicked .header__menuBar {
    background-color: #fff;
  }
  .header__menuBar {
    margin: 10px auto;
    width: 30px;
    height: 1px;
    display: block;
    background: #333;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .header__menuBar.top {
    margin-top: 0;
  }
  .header__menuBar.bottom {
    margin: 10px 0 0;
  }
  .header .bars-clicked .top {
    -webkit-transform: translateY(11px) rotateZ(45deg);
            transform: translateY(11px) rotateZ(45deg);
  }
  .header .bars-clicked .middle {
    width: 0;
  }
  .header .bars-clicked .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
            transform: translateY(-11px) rotateZ(-45deg);
  }
}
/*====================================================================
siteFooter
====================================================================*/
.footer {
  margin: 0 auto;
  padding: 50px 0 40px;
  width: 100%;
  background-color: #3D88BD;
}
.footer__container {
  margin: 0 auto;
  width: 100%;
}
.footer__logo {
  margin: 0 auto;
  width: 100%;
  display: block;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 12px;
  }
}
.footer__detailsWrapper {
  margin: 70px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
.footer__detailsBlock {
  text-align: center;
}
.footer__detailsBlock p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__detailsBlock p {
    font-size: 12px;
  }
}
.footer__infos {
  margin: 50px auto 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__infos {
    font-size: 12px;
  }
}
.footer__links {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.footer__link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 12px;
  }
}
.footer__copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
  }
}

/*====================================================================
siteFooter SP
====================================================================*/
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 40px;
  }
  .footer__logo {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__logo {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__detailsWrapper {
    margin: 50px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .footer__detailsBlock {
    width: calc(50% - 20px);
  }
  .footer__detailsBlock p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__detailsBlock p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__detailsBlock:nth-child(even) {
    text-align: right;
  }
  .footer__infos {
    margin: 50px auto 50px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__infos {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__links {
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .footer__link {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__copyright {
    font-size: 14px;
  }
}
/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-x: hidden;
}
body.home {
  overflow-x: scroll;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
body.menu-is-active {
  overflow: hidden;
}
body.single, body.archive {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow-x: hidden;
  }
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.m-pcDb {
  display: block;
}

.m-pcDib {
  display: inline-block;
}

.m-pcDin {
  display: inline;
}

.m-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-pcDt {
  display: table;
}

.m-pcDtc {
  display: table-cell;
}

.m-spDb,
.m-spDib,
.m-spDin,
.m-spDf,
.m-spDt,
.m-spDtc {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-pcDb,
  .m-pcDib,
  .m-pcDin,
  .m-pcDf,
  .m-pcDt,
  .m-pcDtc {
    display: none;
  }
  .m-spDb {
    display: block;
  }
  .m-spDib {
    display: inline-block;
  }
  .m-spDin {
    display: inline;
  }
  .m-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-spDt {
    display: table;
  }
  .m-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
Text Helpers
------------------------------------------------*/
.u-redTxt {
  color: #ff2020;
}

.fwBold {
  font-weight: bold;
}

/*-----------------------------------------------
Container
------------------------------------------------*/
.siteContainer {
  margin: auto;
  padding: 0 1.0416666667vw;
  width: 100%;
  max-width: 86.4583333333vw;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .siteContainer {
    padding: 0;
    max-width: 95%;
  }
}

/*-----------------------------------------------
Anchor
------------------------------------------------*/
.anchor {
  position: relative;
}
.anchor__box {
  margin: auto;
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  right: 0;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  outline: none;
  pointer-events: none;
  cursor: default;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .anchor__box {
    top: -15.625vw;
    left: 0;
    right: 0;
    width: 15.625vw;
    height: 15.625vw;
  }
}

/*-----------------------------------------------
Image LazyLoad
------------------------------------------------*/
img.lazy {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
img.loaded-class {
  opacity: 1;
}

/*-----------------------------------------------
Section Heading
------------------------------------------------*/
.section__heading {
  margin: 0 auto 1.5104166667vw;
  text-align: left;
}
.section__heading__ttl {
  margin-bottom: 0.7291666667vw;
  font-size: 2.2916666667vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0.0520833333vw 0.1041666667vw rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 767px) {
  .section__heading__ttl {
    font-size: 12px;
  }
}
.section__heading__subTtl {
  font-size: 0.78125vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section__heading__subTtl {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section__heading {
    margin: 0 auto 29px;
  }
  .section__heading__ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__heading__ttl {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .section__heading__subTtl {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__heading__subTtl {
    font-size: 15px;
  }
}

/*-----------------------------------------------
ABNH Button
------------------------------------------------*/
.abnh--btnWrapper {
  width: 100%;
  padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.0416666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.abnh--btnWrapper.eventsPage {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .abnh--btnWrapper {
    padding: 20px 20px 40px;
    position: relative;
    gap: 2.0833333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.abnh--btn {
  padding: 0.5208333333vw 1.0416666667vw;
  width: 100%;
  max-width: 15.625vw;
  font-size: 1.0416666667vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #5C6A71;
  text-align: left;
  background-color: #fff;
  border-radius: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: linear-gradient(180deg, #fff 0%, #ddd 100%);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .abnh--btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .abnh--btn:hover {
    opacity: 0.7;
  }
}
.abnh--btn img {
  display: block;
  width: 2.0833333333vw;
}
.abnh--btn img.arrow {
  width: 1.5625vw;
}
.abnh--btn span.enTxt {
  margin-top: 0.4166666667vw;
  font-size: 0.5208333333vw;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.abnh--btn.navBtn {
  padding: 0;
  width: 100%;
  max-width: 10.4166666667vw;
  height: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.8229166667vw;
  font-size: 0.9375vw;
  font-weight: 500;
  position: relative;
}
.abnh--btn.navBtn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 0.1041666667vw;
  font-size: 1.3020833333vw;
}
.abnh--btn.navBtn.prev {
  padding-left: 1.0416666667vw;
}
.abnh--btn.navBtn.prev i {
  left: 1.3020833333vw;
}
.abnh--btn.navBtn.next {
  padding-right: 1.0416666667vw;
}
.abnh--btn.navBtn.next i {
  right: 1.3020833333vw;
}
.abnh--btn.home--eventsDetails {
  position: absolute;
  right: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .abnh--btn {
    padding: 10px 20px;
    max-width: 250px;
    font-size: 16px;
    gap: 10px;
  }
  .abnh--btn img {
    width: 40px;
  }
  .abnh--btn img.arrow {
    width: 30px;
  }
  .abnh--btn span.enTxt {
    margin-top: 8px;
    font-size: 10px;
  }
  .abnh--btn.navBtn {
    margin: 20px 0;
    max-width: 150px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    font-size: 14px;
  }
  .abnh--btn.navBtn i {
    padding-bottom: 2px;
    font-size: 20px;
  }
  .abnh--btn.navBtn.prev {
    padding-left: 20px;
  }
  .abnh--btn.navBtn.prev i {
    left: 25px;
  }
  .abnh--btn.navBtn.next {
    padding-right: 20px;
  }
  .abnh--btn.navBtn.next i {
    right: 25px;
  }
  .abnh--btn.home--eventsDetails {
    position: relative;
    right: auto;
  }
}

/*-----------------------------------------------
Modal
------------------------------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modal__video {
  margin: 0 auto;
  width: 100%;
  max-width: 80.15625vw;
  min-height: 43.9583333333vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .modal__video {
    max-width: 100%;
    min-height: 100%;
  }
}
.modal .modalCloseBtn {
  margin: 0.8854166667vw auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal .modalCloseBtn {
    margin: 17px auto 0;
  }
}

/*====================================================================
KV Section PC
====================================================================*/
.keyVisual {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.keyVisual__container {
  margin: auto;
  height: 100%;
  min-width: 1920px;
  height: 100%;
  min-height: 1080px;
  background-color: #2c7cba;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  /* Enable horizontal scrolling */
}
.keyVisual__container.morning {
  background-image: url(../images/top/bg_top-morning.png);
}
.keyVisual__container.daytime {
  background-image: url(../images/top/bg_top-daytime.png);
}
.keyVisual__container.evening {
  background-image: url(../images/top/bg_top-evening.png);
}
.keyVisual__container.night {
  background-image: url(../images/top/bg_top-night.png);
}
.keyVisual__container.is-active {
  z-index: 1;
}
.keyVisual__title {
  font-size: 50px;
}
.keyVisual__subTitle {
  font-size: 30px;
}
.keyVisual .homeBtn {
  position: fixed;
  top: 1.0416666667vw;
  left: 1.5625vw;
  width: 100%;
  min-width: 14.5833333333vw;
  z-index: 2;
  -webkit-transition: none;
  transition: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3A9BFF), to(#4EC3E0));
  background: linear-gradient(to bottom, #3A9BFF, #4EC3E0);
  border: 2px solid #fff;
  font-size: 1.0416666667vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .keyVisual .homeBtn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual .homeBtn {
    font-size: 20px;
  }
}
.keyVisual .homeBtn.translated-ltr {
  min-width: 19.2708333333vw;
}
.keyVisual .homeBtn img {
  width: 2.0833333333vw;
}
.keyVisual .homeBtn img.arrow {
  width: 1.5625vw;
}
.keyVisual .homeBtn span.enTxt {
  margin-top: 0.4166666667vw;
  font-size: 0.5208333333vw;
}
.keyVisual .navs {
  padding-left: 22px;
  position: fixed;
  bottom: 0;
  padding-bottom: 12px;
  width: 100%;
  z-index: 3;
}
.keyVisual .navs.m-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.keyVisual .navs.m-spDf {
  display: none;
}
.keyVisual .eventsInfo {
  width: 100%;
  min-width: 14.0625vw;
  z-index: 11;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  font-size: 0;
  border-color: #2a79ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6f2ff));
  background: linear-gradient(to bottom, #fff, #e6f2ff);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 0 1.25vw 0 2.6041666667vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 3.5416666667vw;
}
@media screen and (min-width: 768px) {
  .keyVisual .eventsInfo:hover {
    opacity: 0.7;
  }
}
.keyVisual .eventsInfo span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00d4c2), to(#2a79ff));
  background: linear-gradient(180deg, #00d4c2, #2a79ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.0416666667vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .keyVisual .eventsInfo span {
    font-size: 20px;
  }
}
.keyVisual .eventsInfo span.enTxt {
  margin-top: 0.4166666667vw;
  font-size: 0.5208333333vw;
  font-weight: 400;
}
.keyVisual .eventsInfo img.announcement {
  width: 2.0833333333vw;
}
.keyVisual .eventsInfo img.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25vw;
  width: 1.40625vw;
  height: 1.40625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.keyVisual .eventsInfo.translated-ltr {
  min-width: 18.2291666667vw;
  padding: 0 1.25vw 0 1.25vw;
}
.keyVisual .weatherBtns {
  margin: 5.7291666667vw auto 0px;
  padding-bottom: 0.9895833333vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 37.5vw;
  height: 7.1354166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.7291666667vw;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/top/bg-weather.png);
  z-index: 2;
}
.keyVisual .weatherBtns__itm {
  width: 100%;
  max-width: 5.2083333333vw;
  height: 2.9166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #333;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .keyVisual .weatherBtns__itm {
    font-size: 24px;
  }
}
.keyVisual .weatherBtns__itm.translated-ltr {
  font-size: 1.0416666667vw;
  text-transform: capitalize;
}
.keyVisual .weatherBtns__itm.translated-ltr .weatherBtns__itm__txt .enTxt {
  display: none;
}
.keyVisual .weatherBtns__itm__txt {
  position: relative;
  z-index: 2;
}
.keyVisual .weatherBtns__itm .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: linear-gradient(180deg, #fff 0%, #ddd 100%);
  z-index: -1;
}
.keyVisual .weatherBtns__itm.morning .weatherBtns__itm__txt {
  background: -webkit-gradient(linear, left top, left bottom, from(#00d4c2), to(#2a79ff));
  background: linear-gradient(180deg, #00d4c2, #2a79ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.keyVisual .weatherBtns__itm.daytime .weatherBtns__itm__txt {
  background: -webkit-gradient(linear, left top, left bottom, from(#2a79ff), to(#5db0ff));
  background: linear-gradient(180deg, #2a79ff, #5db0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.keyVisual .weatherBtns__itm.evening .weatherBtns__itm__txt {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7b5c), to(#c42d73));
  background: linear-gradient(180deg, #ff7b5c, #c42d73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.keyVisual .weatherBtns__itm.night .weatherBtns__itm__txt {
  background: -webkit-gradient(linear, left top, left bottom, from(#4c0099), to(#2a004c));
  background: linear-gradient(180deg, #4c0099, #2a004c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.keyVisual .weatherBtns__itm.is-active .weatherBtns__itm__txt {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.keyVisual .weatherBtns__itm.is-active .bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#3A9BFF), to(#4EC3E0));
  background: linear-gradient(to bottom, #3A9BFF, #4EC3E0);
}
.keyVisual .weatherBtns__itm span.enTxt {
  margin-top: -0.1041666667vw;
  display: block;
  font-size: 0.4166666667vw;
  font-weight: 400;
}
.keyVisual .gtranslate_wrapper,
.keyVisual .languageBtns {
  padding: 0.5208333333vw 0;
  width: 100%;
  max-width: 23.4375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5208333333vw;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 11;
}
.keyVisual .gtranslate_wrapper .glink, .keyVisual .gtranslate_wrapper__itm,
.keyVisual .languageBtns .glink,
.keyVisual .languageBtns__itm {
  padding: 0.5208333333vw 0.5208333333vw;
  width: 100%;
  max-width: 3.9583333333vw;
  height: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.6770833333vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #333;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: linear-gradient(180deg, #fff 0%, #ddd 100%);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  .keyVisual .gtranslate_wrapper .glink, .keyVisual .gtranslate_wrapper__itm,
  .keyVisual .languageBtns .glink,
  .keyVisual .languageBtns__itm {
    font-size: 13px;
  }
}
.keyVisual .gtranslate_wrapper .glink.gt-current-lang, .keyVisual .gtranslate_wrapper .glink.is-active, .keyVisual .gtranslate_wrapper__itm.gt-current-lang, .keyVisual .gtranslate_wrapper__itm.is-active,
.keyVisual .languageBtns .glink.gt-current-lang,
.keyVisual .languageBtns .glink.is-active,
.keyVisual .languageBtns__itm.gt-current-lang,
.keyVisual .languageBtns__itm.is-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#3A9BFF), to(#4EC3E0));
  background: linear-gradient(to bottom, #3A9BFF, #4EC3E0);
  color: #fff;
}
.keyVisual .infoPoints__itm {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 145px;
}
.keyVisual .infoPoints__itm__ttl {
  padding: 5px;
  width: 100%;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  background-color: #ff3679;
  border-radius: 5px;
  border: 1.8px solid #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .keyVisual .infoPoints__itm__ttl {
    font-size: 16px;
  }
}
.keyVisual .infoPoints__itm__ttl:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.keyVisual .infoPoints__itm__vertLine {
  margin: -2px auto 0;
  width: 6px;
  height: 160px;
  background-color: #ff3679;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.keyVisual .infoPoints__itm__marker {
  margin: auto;
  width: 29px;
  height: 29px;
  border: 2px solid #ff3679;
  -webkit-box-shadow: 0 0 1px 1px #fff;
          box-shadow: 0 0 1px 1px #fff;
  border-radius: 50%;
  position: relative;
}
.keyVisual .infoPoints__itm__marker:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0 0 1px 1px #fff;
          box-shadow: 0 0 1px 1px #fff;
  border-radius: 50%;
}
.keyVisual .infoPoints__itm__marker .inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.keyVisual .infoPoints__itm__marker .inner-circle.c1 {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.keyVisual .infoPoints__itm__marker .inner-circle.c2 {
  width: 6px;
  height: 6px;
  background-color: #e91e63;
}
.keyVisual .infoPoints__itm:first-child {
  bottom: 111px;
  left: 194px;
}
.keyVisual .infoPoints__itm:nth-child(2) {
  top: 220px;
  left: 295px;
}
.keyVisual .infoPoints__itm:nth-child(2) .infoPoints__itm__vertLine {
  height: 256px;
}
.keyVisual .infoPoints__itm:nth-child(3) {
  bottom: 162px;
  left: 400px;
}
.keyVisual .infoPoints__itm:nth-child(3) .infoPoints__itm__vertLine {
  height: 216px;
}
.keyVisual .infoPoints__itm:nth-child(4) {
  bottom: 194px;
  left: 620px;
}
.keyVisual .infoPoints__itm:nth-child(4) .infoPoints__itm__vertLine {
  height: 141px;
}
.keyVisual .infoPoints__itm:nth-child(5) {
  top: 95px;
  left: 715px;
}
.keyVisual .infoPoints__itm:nth-child(5) .infoPoints__itm__vertLine {
  height: 162px;
}
.keyVisual .infoPoints__itm:nth-child(6) {
  top: 230px;
  left: 826px;
}
.keyVisual .infoPoints__itm:nth-child(6) .infoPoints__itm__vertLine {
  height: 230px;
}
.keyVisual .infoPoints__itm:nth-child(7) {
  top: 20px;
  left: 1009px;
}
.keyVisual .infoPoints__itm:nth-child(7) .infoPoints__itm__vertLine {
  height: 230px;
}
.keyVisual .infoPoints__itm:nth-child(8) {
  top: 120px;
  left: 1050px;
}
.keyVisual .infoPoints__itm:nth-child(8) .infoPoints__itm__vertLine {
  height: 272px;
}
.keyVisual .infoPoints__itm:nth-child(9) {
  top: 20px;
  left: 1163px;
}
.keyVisual .infoPoints__itm:nth-child(9) .infoPoints__itm__vertLine {
  height: 230px;
}
.keyVisual .infoPoints__itm:nth-child(10) {
  top: 160px;
  left: 1134px;
}
.keyVisual .infoPoints__itm:nth-child(10) .infoPoints__itm__vertLine {
  height: 272px;
}
.keyVisual .infoPoints__itm:nth-child(11) {
  top: 110px;
  right: 482px;
}
.keyVisual .infoPoints__itm:nth-child(11) .infoPoints__itm__vertLine {
  height: 272px;
}
.keyVisual .infoPoints__itm:nth-child(12) {
  top: 180px;
  right: 440px;
}
.keyVisual .infoPoints__itm:nth-child(12) .infoPoints__itm__vertLine {
  height: 272px;
}
.keyVisual .infoPoints__itm:nth-child(13) {
  top: 252px;
  right: 353px;
}
.keyVisual .infoPoints__itm:nth-child(13) .infoPoints__itm__vertLine {
  height: 272px;
}
.keyVisual .infoPoints__itm:nth-child(14) {
  top: 324px;
  right: 266px;
}
.keyVisual .infoPoints__itm:nth-child(14) .infoPoints__itm__vertLine {
  height: 272px;
}
.keyVisual .infoPoints__itm:nth-child(15) {
  top: 240px;
  right: 178px;
}
.keyVisual .infoPoints__itm:nth-child(15) .infoPoints__itm__ttl {
  position: relative;
  z-index: 1;
}
.keyVisual .infoPoints__itm:nth-child(15) .infoPoints__itm__vertLine {
  margin: -6px auto 0 50px;
  height: 237px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.keyVisual .infoPoints__itm:nth-child(15) .infoPoints__itm__marker {
  margin: -3px auto 0 15px;
}
.keyVisual .infoPoints__itm:nth-child(16) {
  top: 570px;
  right: 130px;
}
.keyVisual .infoPoints__itm:nth-child(16) .infoPoints__itm__ttl {
  position: relative;
  z-index: 1;
}
.keyVisual .infoPoints__itm:nth-child(16) .infoPoints__itm__vertLine {
  margin: -19px auto 0 30px;
  height: 112px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.keyVisual .infoPoints__itm:nth-child(16) .infoPoints__itm__marker {
  margin: -18px auto 0 -25px;
}
.keyVisual .infoPoints__itm.green .infoPoints__itm__ttl,
.keyVisual .infoPoints__itm.green .infoPoints__itm__vertLine {
  background-color: #6da02a;
}
.keyVisual .infoPoints__itm.green .infoPoints__itm__marker {
  border-color: #6da02a;
}
.keyVisual .infoPoints__itm.green .infoPoints__itm__marker .inner-circle.c2 {
  background-color: #6da02a;
}

/*====================================================================
KV Section SP
====================================================================*/
@media screen and (max-width: 767px) {
  .keyVisual__title {
    font-size: 30px;
  }
  .keyVisual__subTitle {
    font-size: 20px;
  }
  .keyVisual .homeBtn {
    position: absolute;
    top: 20px;
    left: 30px;
    max-width: 280px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .keyVisual .homeBtn {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual .homeBtn.translated-ltr {
    min-width: 370px;
  }
  .keyVisual .homeBtn img {
    width: 40px;
  }
  .keyVisual .homeBtn img.arrow {
    width: 30px;
  }
  .keyVisual .homeBtn span.enTxt {
    margin-top: 8px;
    font-size: 10px;
  }
  .keyVisual .navs {
    padding-left: 22px;
    padding-bottom: 12px;
    position: absolute;
  }
  .keyVisual .navs.m-pcDf {
    display: none;
  }
  .keyVisual .navs.m-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .keyVisual .eventsInfo {
    min-width: 270px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    padding: 0 20px 0 30px;
    min-height: 68px;
  }
  .keyVisual .eventsInfo span {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .keyVisual .eventsInfo span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual .eventsInfo span.enTxt {
    margin-top: 8px;
    font-size: 10px;
  }
  .keyVisual .eventsInfo img.announcement {
    width: 40px;
  }
  .keyVisual .eventsInfo img.arrow {
    right: 24px;
    width: 27px;
    height: 27px;
  }
  .keyVisual .eventsInfo.translated-ltr {
    min-width: 350px;
    padding: 0 24px 0 24px;
  }
  .keyVisual .weatherBtns {
    margin: 110px auto 0px;
    padding-bottom: 19px;
    max-width: 720px;
    height: 137px;
    gap: 14px;
    z-index: 2;
  }
  .keyVisual .weatherBtns__itm {
    width: 100%;
    max-width: 100px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .keyVisual .weatherBtns__itm {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual .weatherBtns__itm.translated-ltr {
    font-size: 18px;
  }
  .keyVisual .weatherBtns__itm span.enTxt {
    margin-top: -2px;
    font-size: 8px;
  }
  .keyVisual .gtranslate_wrapper,
  .keyVisual .languageBtns {
    padding: 10px 0;
    max-width: 450px;
    gap: 10px;
  }
  .keyVisual .gtranslate_wrapper .glink, .keyVisual .gtranslate_wrapper__itm,
  .keyVisual .languageBtns .glink,
  .keyVisual .languageBtns__itm {
    padding: 10px 10px;
    max-width: 76px;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .keyVisual .gtranslate_wrapper .glink, .keyVisual .gtranslate_wrapper__itm,
  .keyVisual .languageBtns .glink,
  .keyVisual .languageBtns__itm {
    font-size: 13px;
  }
}
.informationPopup {
  padding: 4.1666666667vw 0 2.6041666667vw;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  display: none;
}
.informationPopup__container {
  margin: auto auto 12.8645833333vw;
  padding: 1.4583333333vw 1.6666666667vw 4.1666666667vw;
  width: 100%;
  max-width: 28.125vw;
  display: block;
  background-color: #fff;
  border: 2px solid #ff3679;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.informationPopup__img {
  margin: 0 auto 0.5208333333vw;
  width: 100%;
  border-radius: 0.5208333333vw;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  background-color: #386ab1;
}
.informationPopup__img img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 15.625vw;
  /* Make the image fill the container */
  height: 100%;
  /* Make the image fill the container */
  -o-object-fit: cover;
     object-fit: cover;
  /* Cover the container while maintaining aspect ratio */
}
.informationPopup__subHeading {
  font-size: 0.7291666667vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .informationPopup__subHeading {
    font-size: 14px;
  }
}
.informationPopup__ttl {
  margin: 0.5729166667vw auto 1.3020833333vw;
  font-size: 1.875vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .informationPopup__ttl {
    font-size: 28px;
  }
}
.informationPopup__desc {
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  color: #333;
}
@media screen and (max-width: 767px) {
  .informationPopup__desc {
    font-size: 20px;
  }
}
.informationPopup__closeBtn {
  margin: auto;
  position: absolute;
  bottom: -1.5625vw;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 6.6666666667vw;
  text-align: center;
  padding: 0.5208333333vw 1.0416666667vw;
  font-size: 1.0416666667vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #5C6A71;
}
@media screen and (max-width: 767px) {
  .informationPopup__closeBtn {
    font-size: 20px;
  }
}
.informationPopup__closeBtn span.enTxt {
  margin-top: 0.4166666667vw;
  font-size: 0.5208333333vw;
}

/*====================================================================
Top Information Popup SP
====================================================================*/
@media screen and (max-width: 767px) {
  .informationPopup {
    padding: 10px 0 50px;
  }
  .informationPopup__container {
    margin: 60px auto 0;
    padding: 28px 32px 80px;
    max-width: 86%;
    border: 2px solid #ff3679;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .informationPopup__img {
    margin: 0 auto 10px;
    border-radius: 10px;
    padding-top: 56.25%;
  }
  .informationPopup__img img {
    max-width: 300px;
  }
  .informationPopup__subHeading {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .informationPopup__subHeading {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .informationPopup__ttl {
    margin: 11px auto 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .informationPopup__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .informationPopup__desc {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .informationPopup__desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .informationPopup__closeBtn {
    bottom: -30px;
    max-width: 128px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    color: #5C6A71;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .informationPopup__closeBtn {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .informationPopup__closeBtn span.enTxt {
    margin-top: 8px;
    font-size: 10px;
  }
}
/*====================================================================
Events List
====================================================================*/
.eventsList {
  margin: 0 auto;
  padding: 2.8125vw 0 4.1666666667vw;
  width: 100%;
}
.eventsList__container {
  margin: 0 auto;
  width: 100%;
}
.eventsList__itms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.0833333333vw;
}
.eventsList__itm {
  width: 100%;
  max-width: calc(50% - 1.0416666667vw);
  padding: 1.0416666667vw 0.9375vw;
  background-image: url(../images/common/bg-event-item.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.0416666667vw;
  border: 2px solid #2a79ff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.0416666667vw;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .eventsList__itm:hover {
    opacity: 0.7;
  }
}
.eventsList__itm__img {
  width: 100%;
  max-width: 17.7083333333vw;
  height: 15.625vw;
  font-size: 0;
  background-color: #f4f4f4;
  border-radius: 0.5208333333vw;
}
.eventsList__itm__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eventsList__itm__details {
  width: 100%;
  min-height: 14.0625vw;
  max-width: calc(100% - 15.1041666667vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2604166667vw;
}
.eventsList__itm__date {
  width: 100%;
  min-height: 3.5416666667vw;
  font-size: 1.09375vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #414e7a;
}
@media screen and (max-width: 767px) {
  .eventsList__itm__date {
    font-size: 12px;
  }
}
.eventsList__itm__desc {
  width: 100%;
  min-height: 5.2083333333vw;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .eventsList__itm__desc {
    font-size: 12px;
  }
}
.eventsList__itm__bottomDetails {
  margin: auto 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5208333333vw;
}
.eventsList__itm__link {
  margin: 0 0 0 auto;
  text-align: right;
  font-size: 0.9375vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #1f63da;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .eventsList__itm__link {
    font-size: 12px;
  }
}
.eventsList__itm__link .arrow {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
}
.eventsList__itm__link .arrow img {
  width: 100%;
}
.eventsList__pagination {
  margin: 0 auto 0;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.9375vw;
  position: relative;
}
.eventsList__pagination .page-numbers {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #333;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  border: 0.1041666667vw solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .eventsList__pagination .page-numbers {
    font-size: 12px;
  }
}
.eventsList__pagination .page-numbers a {
  display: block;
}
.eventsList__pagination .page-numbers i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.eventsList__pagination .page-numbers.current, .eventsList__pagination .page-numbers.is-active {
  font-weight: 500;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3A9BFF), to(#4EC3E0));
  background: linear-gradient(to bottom, #3A9BFF, #4EC3E0);
}
.eventsList__pagination .page-numbers.current a, .eventsList__pagination .page-numbers.is-active a {
  color: #2c7cba;
}
.eventsList__pagination .page-numbers.prev-btn {
  margin-right: 0.6770833333vw;
}
.eventsList__pagination .page-numbers.next-btn {
  margin-left: 0.6770833333vw;
}

/*====================================================================
Events List SP
====================================================================*/
@media screen and (max-width: 767px) {
  .eventsList {
    padding: 54px 0 100px;
  }
  .eventsList__itms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
  .eventsList__itm {
    max-width: 100%;
    padding: 20px 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .eventsList__itm__img {
    max-width: 100%;
    height: 250px;
  }
  .eventsList__itm__details {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
  }
  .eventsList__itm__date {
    min-height: 40px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #414e7a;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsList__itm__date {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .eventsList__itm__desc {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsList__itm__desc {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .eventsList__itm__link {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #333;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsList__itm__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .eventsList__itm__link .arrow {
    width: 20px;
    height: 20px;
  }
  .eventsList__pagination {
    margin: 0 auto 0;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.9375vw;
    position: relative;
  }
  .eventsList__pagination .page-numbers {
    padding: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #333;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsList__pagination .page-numbers {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .eventsList__pagination .page-numbers i {
    font-size: 20px;
  }
  .eventsList__pagination .page-numbers.prev-btn {
    margin-right: 13px;
  }
  .eventsList__pagination .page-numbers.next-btn {
    margin-left: 13px;
  }
  .eventsList .home-btn {
    position: relative;
    right: auto;
  }
}
/*====================================================================
Events details
====================================================================*/
.eventsDetails {
  margin: 0 auto;
  padding: 2.8125vw 0 1.9791666667vw;
  width: 100%;
}
.eventsDetails__container {
  margin: 0 auto;
  width: 100%;
}
.eventsDetails__itm {
  width: 100%;
  max-width: 100%;
  padding: 3.5416666667vw 4.1145833333vw;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.0416666667vw;
  position: relative;
  overflow-y: auto;
}
.eventsDetails__itm__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.65625vw;
  height: 55vh;
  overflow-y: auto;
}
.eventsDetails__itm__img {
  width: 100%;
  max-width: 26.0416666667vw;
  font-size: 0;
  display: block;
}
.eventsDetails__itm__movieBtn {
  margin: 1.25vw auto 0;
  width: 100%;
  max-width: 13.5416666667vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#00d4c2), to(#2a79ff));
  background: linear-gradient(180deg, #00d4c2 0%, #2a79ff 100%);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 0;
  color: #fff;
}
.eventsDetails__itm__details {
  width: 100%;
  max-width: calc(100% - 25.5208333333vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.9791666667vw;
}
.eventsDetails__itm__topBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.eventsDetails__itm__date {
  font-size: 1.3541666667vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #414e7a;
}
@media screen and (max-width: 767px) {
  .eventsDetails__itm__date {
    font-size: 12px;
  }
}
.eventsDetails__itm__tag {
  padding: 0 0.5208333333vw;
  width: 100%;
  max-width: 9.375vw;
  height: 1.9791666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.0416666667vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #ff2020;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .eventsDetails__itm__tag {
    font-size: 12px;
  }
}
.eventsDetails__itm__ttl {
  width: 100%;
  font-size: 1.6666666667vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .eventsDetails__itm__ttl {
    font-size: 12px;
  }
}
.eventsDetails__itm__desc {
  width: 100%;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .eventsDetails__itm__desc {
    font-size: 12px;
  }
}
.eventsDetails__navBtn {
  width: 100%;
  max-width: 26.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.0416666667vw;
}
.eventsDetails__navBtn p {
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .eventsDetails__navBtn p {
    font-size: 12px;
  }
}
/*====================================================================
Events Details SP
====================================================================*/
@media screen and (max-width: 767px) {
  .eventsDetails {
    margin: 0 auto;
    padding: 54px 0 38px;
    width: 100%;
  }
  .eventsDetails__container {
    margin: 0 auto;
    width: 100%;
  }
  .eventsDetails__itm {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px;
  }
  .eventsDetails__itm__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    height: 100vh;
    overflow: scroll;
  }
  .eventsDetails__itm__img {
    width: 100%;
    max-width: 100%;
    font-size: 0;
    display: block;
  }
  .eventsDetails__itm__movieBtn {
    margin: 20px auto 20px;
    max-width: 220px;
  }
  .eventsDetails__itm__details {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
  }
  .eventsDetails__itm__topBlock {
    margin: 0 auto 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .eventsDetails__itm__date {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #414e7a;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsDetails__itm__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .eventsDetails__itm__tag {
    padding: 5px 10px;
    max-width: 150px;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsDetails__itm__tag {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .eventsDetails__itm__ttl {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsDetails__itm__ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .eventsDetails__itm__desc {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsDetails__itm__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .eventsDetails__navBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 500px;
    gap: 20px;
  }
  .eventsDetails__navBtn p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
    color: #333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .eventsDetails__navBtn p {
    font-size: 16px;
  }
}
.navLang {
  margin: 0;
  background-color: transparent;
  color: #fff;
  position: absolute;
  top: 2.8125vw;
  right: 7.8125vw;
}
.navLang:hover > .navLang__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0.3125vw);
          transform: translateY(0.3125vw);
}
.navLang__label {
  padding: 0.2604166667vw 0.625vw;
  width: 5.7291666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7291666667vw !important;
  font-weight: 600;
  line-height: 1.35 !important;
  color: #fff !important;
  cursor: pointer;
  z-index: 2;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: linear-gradient(180deg, #fff 0%, #ddd 100%);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 1.7708333333vw;
}
.navLang__labelText {
  display: inline-block;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.navLang__labelIcon {
  margin: 0;
  display: inline-block;
  width: 1.6666666667vw;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.navLang__list {
  margin: auto !important;
  padding: 0;
  position: absolute;
  top: 100%;
  left: -0.2604166667vw;
  width: 6.25vw;
  height: auto;
  display: block;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.5208333333vw);
          transform: translateY(-0.5208333333vw);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 0.4166666667vw;
}
.navLang__listItem {
  font-size: 0 !important;
  line-height: 0 !important;
  border-top: 1px solid #fff;
}
.navLang a, .navLang__listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.625vw 0.5208333333vw;
  width: 100%;
  color: #000;
  cursor: pointer;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.navLang a:hover, .navLang__listLink:hover {
  opacity: 0.8;
  background-color: #eee;
}
.navLang span, .navLang__listText {
  display: inline-block;
  font-size: 0.7291666667vw;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}
.navLang img, .navLang__listIcon {
  margin: 0 0.4166666667vw 0 0;
  display: inline-block;
  width: 1.4583333333vw;
  font-size: 0 !important;
  line-height: 0 !important;
}

.kdsfooter1 {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .navLang {
    margin: 0;
    top: 3.125vw;
    right: 2.5vw;
  }
  .navLang:hover > .navLang__list {
    -webkit-transform: translateY(1.875vw);
            transform: translateY(1.875vw);
  }
  .navLang__label {
    padding: 0.625vw 1.5625vw;
    width: 28.125vw;
    font-size: 3.75vw !important;
    border-radius: 8.75vw;
  }
  .navLang__labelIcon {
    width: 7.5vw;
  }
  .navLang__list {
    left: 0;
    width: 28.125vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 2.5vw;
  }
  .navLang a, .navLang__listLink {
    padding: 2.5vw 1.5625vw;
  }
  .navLang span, .navLang__listText {
    font-size: 3.75vw;
  }
  .navLang img, .navLang__listIcon {
    margin: 0 2.5vw 0 0;
    width: 100%;
  }
}