/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.mt-main-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.mt-main-bg .mt-main-logo {
  width: 80%;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.mt-main-bg .mt-main-logo img {
  display: block;
}
.mt-main-bg .mt-main-txt {
  color: #fff;
  font-size: 22px;
  line-height: 1.27;
  text-align: center;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
}

.mt-nav-cont {
  padding-top: 15px;
  padding-bottom: 80px;
  background: #b7d8ee;
  color: #0d2e9b;
}
.mt-nav-cont .pankuzu li {
  color: #1d1d1d;
}
.mt-nav-cont .mt-m-box {
  margin-top: 60px;
}
.mt-nav-cont .s-ttl {
  margin-bottom: 45px;
}

.mt-eve-cont {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #06225d;
  color: #fff;
}

.mt-eve-list {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.mt-eve-list li {
  width: 49.3%;
  margin-right: 1.4%;
}
.mt-eve-list li:last-child {
  margin-right: 0;
}
.mt-eve-list li a {
  display: block;
  padding: 15px 15px;
  background: #fff;
}
.mt-eve-list li .mt-list-bg {
  position: relative;
}
.mt-eve-list li .mt-list-bg .mt-list-icon {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mt-eve-list li .mt-list-bg .mt-ex-obi {
  display: inline-block;
  position: absolute;
  right: 36px;
  bottom: 10%;
  padding: 15px 15px;
  background: #a20017;
  color: #fff;
  line-height: 1;
}
.mt-eve-list li .mt-list-flex {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 15px;
}
.mt-eve-list li .mt-list-flex .mt-list-icon {
  width: 7%;
}
.mt-eve-list li .mt-list-flex .mt-list-text {
  width: 86%;
  color: #0d2e9b;
}
.mt-eve-list li .mt-list-flex .mt-list-text .list-ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.25;
}
.mt-eve-list li .mt-list-flex .mt-list-text .mt-list-info {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;
}

.mt-machi-cont {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #b7d8ee;
  color: #0d2e9b;
}

.mt-machi-list {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.mt-machi-list li {
  width: 49.3%;
  margin-right: 1.4%;
}
.mt-machi-list li:last-child {
  margin-right: 0;
}
.mt-machi-list li a {
  display: block;
  padding: 15px 15px;
  background: #0d2e9b;
}
.mt-machi-list li .mt-list-bg {
  position: relative;
}
.mt-machi-list li .mt-list-bg .mt-ex-obi {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 15px 15px;
  background: #a20017;
  color: #fff;
  line-height: 1;
  -ms-transform: translate(-50%, -50%);
}
.mt-machi-list li .mt-list-flex {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 15px;
}
.mt-machi-list li .mt-list-flex .mt-list-icon {
  width: 7%;
}
.mt-machi-list li .mt-list-flex .mt-list-text {
  width: 86%;
  color: #fff;
}
.mt-machi-list li .mt-list-flex .mt-list-text .list-ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  word-break: break-all;
}

.mt-case-cont {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e4e1d0;
  color: #0d2e9b;
}
.mt-case-cont .case-list {
  margin-top: 12px;
}
.mt-case-cont .link-btn {
  margin-top: 60px;
}

.mt-spe-cont {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  color: #0d2e9b;
}

.mt-spe-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.mt-spe-list li {
  width: 49%;
  margin-top: 26px;
  margin-right: 2%;
}
.mt-spe-list li:nth-child(2n) {
  margin-right: 0;
}
.mt-spe-list li .mt-bnr-box {
  position: relative;
  margin-bottom: 16px;
}
.mt-spe-list li .mt-bnr-box .icon {
  width: 28px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.mt-spe-list li .mt-bnr-box .mt-txt-box {
  width: 80%;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.mt-spe-list li .mt-bnr-box .mt-txt-box .ttl {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.25;
}
.mt-spe-list li .mt-bnr-box .mt-txt-box .mt-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
}

.mt-yajirushitex {
  display: inline-block;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  text-indent: -16px;
}
.mt-yajirushitex::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -0.25em;
  margin-right: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  text-decoration: none;
  vertical-align: middle;
}

.mt-line-up {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../img/line-up.jpg") no-repeat center top/cover;
}
.mt-line-up .m-ttl {
  line-height: 1.38;
}
.mt-line-up .mt-con-box {
  width: 90%;
  max-width: 705px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.87);
  color: #101d99;
  text-align: center;
}
.mt-line-up .mt-con-box .link-btn {
  max-width: 240px;
  margin-top: 30px;
}
.mt-line-up .mt-ex-obi {
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 60px;
  padding: 15px 24px;
  background: #a20017;
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

.mt-movie-cont {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #e4e1d0;
  color: #0d2e9b;
}
.mt-movie-cont .link-btn {
  margin-top: 56px;
}

.mt-movie-list {
  display: flex;
  flex-wrap: wrap;
}
.mt-movie-list li {
  width: 32%;
  margin-top: 28px;
  margin-right: 1.3%;
  padding: 0 8px; /*add Togashi 20240725*/
}
.mt-movie-list li:nth-child(3n) {
  margin-right: 0;
}
.mt-movie-list li .pic-box {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.mt-movie-list li .pic-box img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mt-movie-list li .pic-box .icon {
  width: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.mt-movie-list li .text-box {
  color: #000;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
}

.mt-kanren-cont {
  padding-top: 106px;
  padding-bottom: 110px;
  background: #fff;
  color: #0d2e9b;
}
.mt-kanren-cont .m-ttl {
  text-align: center;
}
.mt-kanren-cont .s-ttl {
  text-align: center;
}
.mt-kanren-cont .mt-bnr-box {
  position: relative;
  margin-bottom: 14px;
}
.mt-kanren-cont .ttl {
  font-size: 15px;
  line-height: 1.57;
}

.mt-kanren-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.mt-kanren-list li {
  width: 49%;
  margin-top: 34px;
  margin-right: 2%;
}
.mt-kanren-list li:nth-child(2n) {
  margin-right: 0;
}

.mt-kanren-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.mt-kanren-list2 li {
  width: 23.8%;
  margin-top: 14px;
  margin-right: 1.5%;
}
.mt-kanren-list2 li:nth-child(4n) {
  margin-right: 0;
}
.mt-kanren-list2 li .icon {
  display: inline-block;
  width: 10px;
  margin-left: 3px;
  vertical-align: middle;
}
.mt-kanren-list2 li .icon img {
  display: block;
}

.mt-kanren-cont .mt-bnr-box .mt-ex-obi {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 15px 15px;
  background: #a20017;
  color: #fff;
  line-height: 1;
  -ms-transform: translate(-50%, -50%);
}

@media print, screen and (max-width: 899px) {
  .mt-main-bg .mt-main-logo {
    width: 45%;
    max-width: none;
    margin-right: auto;
    margin-bottom: 3vw;
    margin-left: auto;
  }
  .mt-main-bg .mt-main-txt {
    font-size: 4.83vw;
    line-height: 1.75;
  }
  .mt-nav-cont {
    padding-top: 9.66vw;
    padding-bottom: 9.66vw;
  }
  .mt-nav-cont .mt-m-box {
    margin-top: 0;
  }
  .mt-nav-cont .s-ttl {
    margin-bottom: 14.49vw;
  }
  .mt-eve-cont {
    padding-top: 9.66vw;
    padding-bottom: 9.66vw;
  }
  .mt-eve-list {
    display: block;
    justify-content: center;
    margin-top: 4.83vw;
  }
  .mt-eve-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.42vw;
  }
  .mt-eve-list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .mt-eve-list li a {
    display: block;
    padding: 2.9vw 2.9vw;
  }
  .mt-eve-list li .mt-list-bg {
    position: relative;
  }
  .mt-eve-list li .mt-list-bg .mt-list-icon {
    width: 17.3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .mt-eve-list li .mt-list-bg .mt-ex-obi {
    display: inline-block;
    position: absolute;
    right: 36px;
    bottom: 10%;
    padding: 15px 15px;
    background: #a20017;
    color: #fff;
    line-height: 1;
  }
  .mt-eve-list li .mt-list-flex {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4.3vw;
    padding-bottom: 2.4vw;
  }
  .mt-eve-list li .mt-list-flex .mt-list-icon {
    width: 7%;
  }
  .mt-eve-list li .mt-list-flex .mt-list-text {
    width: 86%;
  }
  .mt-eve-list li .mt-list-flex .mt-list-text .list-ttl {
    margin-bottom: 2.42vw;
    font-weight: 700;
    font-size: 4.59vw;
    line-height: 1.25;
  }
  .mt-eve-list li .mt-list-flex .mt-list-text .mt-list-info {
    font-weight: 400;
    font-size: 3.14vw;
    line-height: 1.25;
  }
  .mt-machi-cont {
    padding-top: 9.66vw;
    padding-bottom: 9.66vw;
  }
  .mt-machi-list {
    display: block;
    justify-content: center;
    margin-top: 4.83vw;
  }
  .mt-machi-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.42vw;
  }
  .mt-machi-list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .mt-machi-list li a {
    display: block;
    padding: 2.9vw 2.9vw;
  }
  .mt-machi-list li .mt-list-bg {
    position: relative;
  }
  .mt-machi-list li .mt-list-bg .mt-ex-obi {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 15px 15px;
    background: #a20017;
    color: #fff;
    line-height: 1;
    -ms-transform: translate(-50%, -50%);
  }
  .mt-machi-list li .mt-list-flex {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4.3vw;
    padding-bottom: 2.4vw;
  }
  .mt-machi-list li .mt-list-flex .mt-list-icon {
    width: 7%;
  }
  .mt-machi-list li .mt-list-flex .mt-list-text {
    width: 86%;
  }
  .mt-machi-list li .mt-list-flex .mt-list-text .list-ttl {
    font-weight: 700;
    font-size: 4.11vw;
    line-height: 1.6;
    word-break: break-all;
  }
  .mt-case-cont {
    padding-top: 9.66vw;
    padding-bottom: 9.66vw;
  }
  .mt-case-cont .case-list {
    margin-top: 4.83vw;
  }
  .mt-case-cont .link-btn {
    margin-top: 7.25vw;
  }
  .mt-spe-cont {
    padding-top: 9.66vw;
    padding-bottom: 9.66vw;
  }
  .mt-spe-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.83vw;
  }
  .mt-spe-list li {
    width: 100%;
    margin-top: 2.42vw;
    margin-right: 0;
  }
  .mt-spe-list li:first-child {
    margin-top: 0;
  }
  .mt-spe-list li:nth-child(2n) {
    margin-right: 0;
  }
  .mt-spe-list li .mt-bnr-box {
    position: relative;
    margin-bottom: 0vw;
  }
  .mt-spe-list li .mt-bnr-box .icon {
    width: 6.2vw;
    position: absolute;
    right: 2.9vw;
    bottom: 2.9vw;
  }
  .mt-spe-list li .mt-bnr-box .mt-txt-box {
    width: 80%;
    position: absolute;
    top: 2.9vw;
    left: 2.9vw;
    color: #fff;
  }
  .mt-spe-list li .mt-bnr-box .mt-txt-box .ttl {
    margin-bottom: 1vw;
    font-weight: 700;
    font-size: 4.59vw;
    line-height: 1.25;
  }
  .mt-spe-list li .mt-bnr-box .mt-txt-box .mt-txt {
    font-weight: 400;
    font-size: 3.1vw;
    line-height: 1.25;
  }
  .mt-yajirushitex {
    display: inline-block;
    padding-left: 3.2vw;
    font-size: 3.1vw;
    line-height: 1;
    text-align: left;
    text-indent: -3.2vw;
  }
  .mt-yajirushitex::before {
    content: "";
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -0.25em;
    margin-right: 1.5vw;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    text-decoration: none;
    vertical-align: middle;
  }
  .mt-line-up {
    position: relative;
    padding-top: 14.49vw;
    padding-bottom: 14.49vw;
    background: url("../img/line-up-sp.jpg") no-repeat center top/cover;
  }
  .mt-line-up .mt-con-box {
    width: 76%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12vw;
    padding-bottom: 9.6vw;
    border-radius: 2vw;
    text-align: center;
  }
  .mt-line-up .mt-con-box .link-btn {
    width: 76%;
    max-width: none;
    margin-top: 7.2vw;
  }
  .mt-line-up .mt-ex-obi {
    display: inline-block;
    position: absolute;
    right: 60px;
    bottom: 60px;
    padding: 15px 24px;
    background: #a20017;
    color: #fff;
    font-size: 23px;
    line-height: 1;
  }
  .mt-movie-cont {
    padding-top: 9.66vw;
    padding-bottom: 9.66vw;
  }
  .mt-movie-cont .link-btn {
    margin-top: 7.25vw;
  }
  .mt-movie-list {
    display: block;
    flex-wrap: wrap;
  }
  .mt-movie-list li {
    width: 100%;
    margin-top: 4.83vw;
    margin-right: 0;
    padding: 0 3px;
  }
  .mt-movie-list li:nth-child(3n) {
    margin-right: 0;
  }
  .mt-movie-list li .pic-box {
    position: relative;
    margin-bottom: 2.4vw;
  }
  .mt-movie-list li .pic-box img {
    width: 100%;
  }
  .mt-movie-list li .pic-box .icon {
    width: 12vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .mt-movie-list li .text-box {
    font-weight: 700;
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .mt-kanren-cont {
    padding-top: 9.66vw;
    padding-bottom: 9.66vw;
  }
  .mt-kanren-cont .m-ttl {
    text-align: left;
  }
  .mt-kanren-cont .s-ttl {
    text-align: left;
  }
  .mt-kanren-cont .mt-bnr-box {
    position: relative;
    margin-bottom: 2.4vw;
  }
  .mt-kanren-cont .ttl {
    font-size: 3.1vw;
    line-height: 1.57;
  }
  .mt-kanren-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.83vw;
  }
  .mt-kanren-list li {
    width: 100%;
    margin-top: 4.83vw;
    margin-right: 0;
  }
  .mt-kanren-list li:first-child {
    margin-top: 0;
  }
  .mt-kanren-list li:nth-child(2n) {
    margin-right: 0;
  }
  .mt-kanren-list2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .mt-kanren-list2 li {
    width: 48%;
    margin-top: 4.83vw;
    margin-right: 4%;
  }
  .mt-kanren-list2 li:nth-child(2n) {
    margin-right: 0;
  }
  .mt-kanren-list2 li:nth-child(4n) {
    margin-right: 0;
  }
  .mt-kanren-list2 li .icon {
    display: inline-block;
    width: 2.1vw;
    margin-left: 1vw;
    vertical-align: middle;
  }
  .mt-kanren-list2 li .icon img {
    display: block;
  }
  .mt-kanren-cont .mt-bnr-box .mt-ex-obi {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 15px 15px;
    background: #a20017;
    color: #fff;
    line-height: 1;
    -ms-transform: translate(-50%, -50%);
  }
}
/*body {
  opacity: 0;
  transition: all 0.3s 0.6s;
}
body.mt-fadein {
  opacity: 1;
}*/

.mt-dsp-ib {
  display: inline-block;
}

@media (max-width: 900px) {
  .mt-dsp-pc {
    display: none !important;
  }
}
@media (min-width: 901px) {
  .mt-dsp-sp {
    display: none !important;
  }
}
body {
  word-break: normal;
}

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}

main:not(:root) {
  margin-top: 0;
}

.ttl-right a:not(:root):hover {
  color: #fff;
}

.mt-st-backToTopFixed {
  width: 50px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  border: solid 1px #ccc;
  box-sizing: border-box;
  background: #fff;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mt-st-backToTopFixed.visible {
  visibility: visible;
  opacity: 1;
}
.mt-st-backToTopFixed::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-color: #333;
  text-decoration: none;
  vertical-align: middle;
}
@media print, screen and (max-width: 900px) {
  .mt-st-backToTopFixed {
    width: 40px;
    height: 40px;
    bottom: 60px;
  }
}

.mt-mv-wrapper {
  position: relative;
  background: #b7d8ee;
}
.mt-mv-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mt-mv-wrapper .slick-dots {
  bottom: 16px;
}
.mt-mv-wrapper .slick-dots li button {
  width: 16px;
  height: 16px;
}
.mt-mv-wrapper .slick-dots li button:before {
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #fff;
  font-size: 24px;
  line-height: 16px;
}
.mt-mv-wrapper .slick-dots li.slick-active button {
  background: none;
}
.mt-mv-wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0d2e9b;
}
@media print, screen and (max-width: 900px) {
  .mt-mv-wrapper .slick-list .slick-slide {
    margin-right: 0;
    margin-left: 0;
  }
}

.fl-link {
  top: 220px;
}
@media print, screen and (min-width: 901px) {
  .fl-link {
    width: 66px;
  }
  .fl-link li {
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
  }
  .fl-link li a {
    display: grid;
    place-content: center;
    padding-block: 8px;
  }
  .fl-link li a .icon {
    width: auto;
    max-width: 34px;
    aspect-ratio: 1;
    margin-bottom: 0;
  }
  .fl-link li a .icon img {
    display: block;
  }
  .fl-link li a .name {
    display: grid;
    place-content: center;
    text-align: left;
    writing-mode: vertical-rl;
  }
  .fl-link li a .name p {
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .fl-link li.ev a .icon {
    margin-bottom: 7px;
  }
}
@media print, screen and (max-width: 900px) {
  .fl-link {
    top: auto;
  }
  .fl-link li a {
    height: 100%;
    column-gap: 4px;
  }
}

@media print, screen and (max-width: 900px) {
  .header-bar:not(:root) {
    column-gap: 0;
  }
  .header-bar:not(:root) .top-search-right-bar {
    column-gap: 1.6vw;
  }
  .header-bar:not(:root) .top-search-right-bar .row {
    display: none;
  }
  .header-bar_logo:not(:root) {
    margin-right: 0;
  }
}
.g-menu .wrap .logo {
  width: 9%;
}
.g-menu .wrap .logo img {
  display: block;
}
.g-menu .wrap .nav-area {
  width: auto;
  margin-inline-start: 10px;
  margin-inline-end: auto;
}
.g-menu .wrap .nav-area ul {
  display: grid;
  grid-template-columns: repeat(8, auto);
}
.g-menu .wrap .nav-area ul li {
  height: 100%;
}
.g-menu .wrap .nav-area ul li a {
  display: grid;
  height: 100%;
  place-content: center;
}
.g-menu .wrap .nav-area ul li .dropdown__lists {
  top: unset;
  bottom: 0;
  transform: translateY(100%);
}

.foot-link .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 2%;
}
.foot-link .wrap [class^=list] {
  width: auto;
  margin-right: 0;
}
.foot-link .wrap .list-5 > .list-ttl:first-of-type {
  margin-bottom: 40px;
}
.foot-link .wrap ul li {
  position: relative;
  text-indent: 0.5em;
  word-break: normal;
}
.foot-link .wrap ul li::before {
  content: "";
  width: 4px;
  height: 2px;
  position: absolute;
  top: 0.65em;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

.ttl-left dt {
  background-size: cover;
}
@media print, screen and (max-width: 900px) {
  .ttl-left dt {
    width: 100%;
  }
}
.ttl-left dd {
  display: block;
}

.ttl-right {
  width: fit-content;
  flex-shrink: 0;
}

li a:has(.mt-list-flex) {
  display: flex;
  height: 100%;
  flex-direction: column;
}
li a:has(.mt-list-flex) .mt-list-flex {
  width: 100%;
  flex-grow: 1;
  justify-content: flex-start;
  column-gap: 15px;
}
li a:has(.mt-list-flex) .mt-list-flex .mt-list-text .list-ttl {
  word-break: normal;
}
li a:has(.mt-list-flex) .mt-list-flex .mt-list-text {
  width: 100%;
}
@media print, screen and (max-width: 900px) {
  li a:has(.mt-list-flex) .mt-list-flex {
    column-gap: 2.9vw;
  }
}

.modal-content:not(:root) {
  border: none;
  background-color: transparent;
}

.link-btn a:hover {
  color: #000;
}
@media print, screen and (max-width: 900px) {
  .link-btn a {
    padding-inline: 6vw;
  }
}

@media print, screen and (max-width: 900px) {
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sp-menu__mainItem > a {
    display: flex;
    min-height: 13vw;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-block: 2.7vw;
    line-height: 2;
  }
  .sp-menu__mainItem > a::before {
    content: "";
    width: 4.9vw;
    aspect-ratio: 1;
    clip-path: polygon(20% 10%, 60% 50%, 20% 90%, 35% 90%, 75% 50%, 35% 10%);
    position: relative;
    right: -0.5vw;
    background-color: #f6f6f6;
  }
  .menubottom-flex li {
    width: 32%;
  }
  .menubottom-flex li:first-child {
    width: 32%;
  }
  .menubottom-flex li:first-child a {
    padding-left: 0;
  }
  .menubottom-flex li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }
  .sp-menu_subMenu:not(:root) {
    display: none;
  }
  .sp-menu_subMenu:not(:root).ptn2 li {
    width: 100%;
  }
  .sp-menu_subMenu ul li a::before {
    content: "";
    width: 2.1vw;
    aspect-ratio: 1;
    clip-path: polygon(20% 10%, 60% 50%, 20% 90%, 35% 90%, 75% 50%, 35% 10%);
    left: -0.5vw;
    margin-right: 0;
    background-color: #f6f6f6;
  }
  .slide-box .btn-box a {
    padding-right: 8vw;
    padding-left: 3vw;
  }
}
html[lang=en-GB] .container, html[lang=en-GB] .container-fluid, html[lang=en-GB] .container-lg, html[lang=en-GB] .container-md, html[lang=en-GB] .container-sm, html[lang=en-GB] .container-xl, html[lang=en-GB] .container-xxl,
html[lang=en-PH] .container,
html[lang=en-PH] .container-fluid,
html[lang=en-PH] .container-lg,
html[lang=en-PH] .container-md,
html[lang=en-PH] .container-sm,
html[lang=en-PH] .container-xl,
html[lang=en-PH] .container-xxl,
html[lang=en-IN] .container,
html[lang=en-IN] .container-fluid,
html[lang=en-IN] .container-lg,
html[lang=en-IN] .container-md,
html[lang=en-IN] .container-sm,
html[lang=en-IN] .container-xl,
html[lang=en-IN] .container-xxl,
html[lang=en-US] .container,
html[lang=en-US] .container-fluid,
html[lang=en-US] .container-lg,
html[lang=en-US] .container-md,
html[lang=en-US] .container-sm,
html[lang=en-US] .container-xl,
html[lang=en-US] .container-xxl {
  padding-right: 0;
  padding-left: 0;
}/*# sourceMappingURL=style-top.css.map */