@import "../../../common/css/basic.css";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
[class*=mdl-], [class*=fac-] {
  box-sizing: border-box;
}
[class*=mdl-] *, [class*=fac-] * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  margin-inline-start: 0px;
  border-collapse: collapse;
}
[class*=mdl-] p, [class*=fac-] p {
  margin: 0px;
}
[class*=mdl-] ul, [class*=mdl-] ol, [class*=mdl-] li, [class*=mdl-] dl, [class*=mdl-] dt, [class*=mdl-] dd, [class*=fac-] ul, [class*=fac-] ol, [class*=fac-] li, [class*=fac-] dl, [class*=fac-] dt, [class*=fac-] dd {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  margin-inline-start: 0px;
}
[class*=mdl-] *,
[class*=mdl-] ::before,
[class*=mdl-] ::after, [class*=fac-] *,
[class*=fac-] ::before,
[class*=fac-] ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
[class*=mdl-] a, [class*=fac-] a {
  color: #121723;
}
[class*=mdl-] img, [class*=fac-] img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
}
[class*=mdl-] input,
[class*=mdl-] button,
[class*=mdl-] select,
[class*=mdl-] textarea, [class*=fac-] input,
[class*=fac-] button,
[class*=fac-] select,
[class*=fac-] textarea {
  margin: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
[class*=mdl-] input[type=number]::-webkit-outer-spin-button,
[class*=mdl-] input[type=number]::-webkit-inner-spin-button, [class*=fac-] input[type=number]::-webkit-outer-spin-button,
[class*=fac-] input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
[class*=mdl-] textarea, [class*=fac-] textarea {
  resize: vertical;
}
[class*=mdl-] input[type=checkbox],
[class*=mdl-] input[type=radio], [class*=fac-] input[type=checkbox],
[class*=fac-] input[type=radio] {
  display: none;
}
[class*=mdl-] input[type=submit],
[class*=mdl-] input[type=button],
[class*=mdl-] label,
[class*=mdl-] button,
[class*=mdl-] select, [class*=fac-] input[type=submit],
[class*=fac-] input[type=button],
[class*=fac-] label,
[class*=fac-] button,
[class*=fac-] select {
  cursor: pointer;
}
[class*=mdl-] th, [class*=fac-] th {
  text-align: left;
}
[class*=mdl-] a, [class*=fac-] a {
  text-decoration: none;
}
[class*=mdl-] select::-ms-expand, [class*=fac-] select::-ms-expand {
  display: none;
}
[class*=mdl-] picture, [class*=fac-] picture {
  font-size: 0;
  line-height: 0;
  display: block;
}

[class*=mdl-] .swiper-pagination {
  margin-top: 5.3333333333vw;
  bottom: 0px !important;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0px 1.6vw;
}
@media screen and (min-width: 641px) {
  [class*=mdl-] .swiper-pagination {
    margin-top: 20px;
    gap: 0px 6px;
  }
}
[class*=mdl-] .swiper-pagination .swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 641px) {
  [class*=mdl-] .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
[class*=mdl-] .swiper-pagination .swiper-pagination-bullet-active {
  background: #A1A1A1;
}
[class*=mdl-] .swiper-scrollbar {
  margin-top: 5.3333333333vw;
  position: static !important;
}
@media screen and (min-width: 641px) {
  [class*=mdl-] .swiper-scrollbar {
    margin-top: 20px;
  }
}

.mdl-h2 {
  margin: 0px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mdl-h2 {
    font-size: 5.3333333333vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-h2 {
    font-size: 20px;
    line-height: 1.45em;
  }
}

.mdl-b {
  padding: 20px 0px 0px 0px;
  margin: 50px 0px 10px 0px;
  color: #fff;
  display: block;
  border-bottom: 2px solid #000;
}
.mdl-b p {
  padding: 5px 10px;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background: #000;
  border: 2px solid #000;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes rightIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.mdl-main {
  display: block;
  position: relative;
  z-index: 1;
}

.mdl-inner {
  max-width: 90.1333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  .mdl-inner {
    max-width: 950px;
  }
}

.mdl-button {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.mdl-button a {
  padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  display: block;
  border-radius: 6px;
  border: 1px solid #000000;
  background: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  .mdl-button a {
    padding: 10px 20px 10px 10px;
    background-image: linear-gradient(90deg, #000000, #000000);
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.8, 0, 0.2, 1), border 0.4s ease;
    background-position: 50% 100%;
    background-size: 0 100%;
  }
  .mdl-button a:hover {
    background-size: 100% 100%;
  }
  .mdl-button a:hover span {
    color: #fff;
  }
}
.mdl-button a span {
  position: relative;
  color: #000000;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .mdl-button a span {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-button a span {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-button a span {
    transition: color 0.4s ease;
  }
}
.mdl-button a i {
  width: 2.6666666667vw;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 11px;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .mdl-button a i {
    width: 10px;
  }
}
.mdl-button a i svg {
  width: 100%;
  height: auto;
}
.mdl-button a i svg path {
  stroke: #B60081;
}
@media screen and (min-width: 641px) {
  .mdl-button a i svg path {
    transition: stroke 0.4s ease;
  }
}
.mdl-button.__arrowbottom i {
  transform: rotate(90deg);
}
.mdl-button.__hilight1 a {
  background-color: #B60081;
  background-image: linear-gradient(90deg, #fff, #fff);
  border-color: #B60081;
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight1 a span {
    color: #fff;
  }
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight1 a svg path {
    stroke: #fff;
  }
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight1 a:hover span {
    color: #B60081;
  }
  .mdl-button.__hilight1 a:hover svg path {
    stroke: #B60081;
  }
}
.mdl-button.__hilight1_2 a {
  background-color: #fff;
  border-color: #B60081;
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight1_2 a {
    background-image: linear-gradient(90deg, #B60081, #B60081);
  }
}
.mdl-button.__hilight1_2 a span {
  color: #fff;
  color: #B60081;
}
.mdl-button.__hilight1_2 a svg path {
  stroke: #fff;
  stroke: #B60081;
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight1_2 a:hover span {
    color: #fff;
  }
  .mdl-button.__hilight1_2 a:hover svg path {
    stroke: #fff;
  }
}
.mdl-button.__hilight1_3 a {
  background-color: #B60081;
  border-color: #B60081;
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight1_3 a {
    background-image: linear-gradient(90deg, #fff, #fff);
  }
}
.mdl-button.__hilight1_3 a span {
  color: #fff;
}
.mdl-button.__hilight1_3 a svg path {
  stroke: #fff;
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight1_3 a:hover span {
    color: #B60081;
  }
  .mdl-button.__hilight1_3 a:hover svg path {
    stroke: #B60081;
  }
}
.mdl-button.__hilight2 a {
  background-color: #FA8334;
  background-image: linear-gradient(90deg, #fff, #fff);
  border-color: #FA8334;
}
.mdl-button.__hilight2 a span {
  color: #FA8334;
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight2 a span {
    color: #fff;
  }
}
.mdl-button.__hilight2 a svg path {
  stroke: #FA8334;
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight2 a svg path {
    stroke: #fff;
  }
}
@media screen and (min-width: 641px) {
  .mdl-button.__hilight2 a:hover span {
    color: #FA8334;
  }
  .mdl-button.__hilight2 a:hover svg path {
    stroke: #FA8334;
  }
}

.mdl-textlink {
  display: inline-flex;
  align-items: center;
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (min-width: 641px) {
  .mdl-textlink {
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #000, #000);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }
  .mdl-textlink:hover {
    background-size: 100% 1px;
  }
}
.mdl-textlink::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../../img/common/icon/icon_arrow_right.svg) center center/contain no-repeat;
  display: block;
}
@media screen and (min-width: 641px) {
  .mdl-textlink::after {
    width: 10px;
    height: 10px;
  }
}

.mdl-facilitys {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  line-height: 0;
}
.mdl-facilitys li {
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .mdl-facilitys li {
    transition: opacity 0.4s ease;
  }
  .mdl-facilitys li:hover {
    opacity: 0.5;
  }
}
.mdl-facilitys li img {
  width: auto;
  height: 24px;
}

.mdl-table__heading {
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mdl-table__heading {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-table__heading {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
.mdl-table__table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  table-layout: fixed;
}
.mdl-table__table tr th {
  text-align: left;
}
@media screen and (min-width: 641px) {
  .mdl-table__table tr th {
    width: 35%;
  }
}
.mdl-table__table tr th, .mdl-table__table tr td {
  padding: 10px;
  border: 1px solid #F1F1F1;
}

.mdl-tab {
  white-space: nowrap;
  overflow-x: auto;
}
.mdl-tab ul {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333333;
}
.mdl-tab ul li {
  padding: 2.6666666667vw 6.9333333333vw;
  flex: 1;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mdl-tab ul li {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-tab ul li {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-tab ul li {
    padding: 10px 26px;
  }
}
.mdl-tab ul li::after {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  background: #B60081;
  transition: height 0.2s ease;
}
.mdl-tab ul li.__current {
  color: #B60081;
}
.mdl-tab ul li.__current::after {
  height: 4px;
}
@media screen and (min-width: 641px) {
  .mdl-tab ul li:hover {
    color: #B60081;
  }
  .mdl-tab ul li:hover::after {
    height: 4px;
  }
}

.mdl-tabbody {
  display: none;
}
.mdl-tabbody.__show {
  display: block;
  animation: fadeIn 1s ease forwards;
}

.mdl-facilitylist {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  list-style-type: none;
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist {
    flex-direction: row;
    gap: 40px 25px;
  }
}
.mdl-facilitylist li {
  width: 100%;
  height: auto;
  position: relative;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  display: flex;
  flex-direction: column;
}
.mdl-facilitylist li:nth-child(0) {
  animation: fadeIn 0.2s ease-in forwards 0s;
}
.mdl-facilitylist li:nth-child(1) {
  animation: fadeIn 0.2s ease-in forwards 0.1s;
}
.mdl-facilitylist li:nth-child(2) {
  animation: fadeIn 0.2s ease-in forwards 0.2s;
}
.mdl-facilitylist li:nth-child(3) {
  animation: fadeIn 0.2s ease-in forwards 0.3s;
}
.mdl-facilitylist li:nth-child(4) {
  animation: fadeIn 0.2s ease-in forwards 0.4s;
}
.mdl-facilitylist li:nth-child(5) {
  animation: fadeIn 0.2s ease-in forwards 0.5s;
}
.mdl-facilitylist li:nth-child(6) {
  animation: fadeIn 0.2s ease-in forwards 0.6s;
}
.mdl-facilitylist li:nth-child(7) {
  animation: fadeIn 0.2s ease-in forwards 0.7s;
}
.mdl-facilitylist li:nth-child(8) {
  animation: fadeIn 0.2s ease-in forwards 0.8s;
}
.mdl-facilitylist li:nth-child(9) {
  animation: fadeIn 0.2s ease-in forwards 0.9s;
}
.mdl-facilitylist li:nth-child(10) {
  animation: fadeIn 0.2s ease-in forwards 1s;
}
.mdl-facilitylist li:nth-child(11) {
  animation: fadeIn 0.2s ease-in forwards 1.1s;
}
.mdl-facilitylist li:nth-child(12) {
  animation: fadeIn 0.2s ease-in forwards 1.2s;
}
.mdl-facilitylist li:nth-child(13) {
  animation: fadeIn 0.2s ease-in forwards 1.3s;
}
.mdl-facilitylist li:nth-child(14) {
  animation: fadeIn 0.2s ease-in forwards 1.4s;
}
.mdl-facilitylist li:nth-child(15) {
  animation: fadeIn 0.2s ease-in forwards 1.5s;
}
.mdl-facilitylist li:nth-child(16) {
  animation: fadeIn 0.2s ease-in forwards 1.6s;
}
.mdl-facilitylist li:nth-child(17) {
  animation: fadeIn 0.2s ease-in forwards 1.7s;
}
.mdl-facilitylist li:nth-child(18) {
  animation: fadeIn 0.2s ease-in forwards 1.8s;
}
.mdl-facilitylist li:nth-child(19) {
  animation: fadeIn 0.2s ease-in forwards 1.9s;
}
.mdl-facilitylist li:nth-child(20) {
  animation: fadeIn 0.2s ease-in forwards 2s;
}
.mdl-facilitylist li:nth-child(21) {
  animation: fadeIn 0.2s ease-in forwards 2.1s;
}
.mdl-facilitylist li:nth-child(22) {
  animation: fadeIn 0.2s ease-in forwards 2.2s;
}
.mdl-facilitylist li:nth-child(23) {
  animation: fadeIn 0.2s ease-in forwards 2.3s;
}
.mdl-facilitylist li:nth-child(24) {
  animation: fadeIn 0.2s ease-in forwards 2.4s;
}
.mdl-facilitylist li:nth-child(25) {
  animation: fadeIn 0.2s ease-in forwards 2.5s;
}
.mdl-facilitylist li:nth-child(26) {
  animation: fadeIn 0.2s ease-in forwards 2.6s;
}
.mdl-facilitylist li:nth-child(27) {
  animation: fadeIn 0.2s ease-in forwards 2.7s;
}
.mdl-facilitylist li:nth-child(28) {
  animation: fadeIn 0.2s ease-in forwards 2.8s;
}
.mdl-facilitylist li:nth-child(29) {
  animation: fadeIn 0.2s ease-in forwards 2.9s;
}
.mdl-facilitylist li:nth-child(30) {
  animation: fadeIn 0.2s ease-in forwards 3s;
}
.mdl-facilitylist li:nth-child(31) {
  animation: fadeIn 0.2s ease-in forwards 3.1s;
}
.mdl-facilitylist li:nth-child(32) {
  animation: fadeIn 0.2s ease-in forwards 3.2s;
}
.mdl-facilitylist li:nth-child(33) {
  animation: fadeIn 0.2s ease-in forwards 3.3s;
}
.mdl-facilitylist li:nth-child(34) {
  animation: fadeIn 0.2s ease-in forwards 3.4s;
}
.mdl-facilitylist li:nth-child(35) {
  animation: fadeIn 0.2s ease-in forwards 3.5s;
}
.mdl-facilitylist li:nth-child(36) {
  animation: fadeIn 0.2s ease-in forwards 3.6s;
}
.mdl-facilitylist li:nth-child(37) {
  animation: fadeIn 0.2s ease-in forwards 3.7s;
}
.mdl-facilitylist li:nth-child(38) {
  animation: fadeIn 0.2s ease-in forwards 3.8s;
}
.mdl-facilitylist li:nth-child(39) {
  animation: fadeIn 0.2s ease-in forwards 3.9s;
}
.mdl-facilitylist li:nth-child(40) {
  animation: fadeIn 0.2s ease-in forwards 4s;
}
.mdl-facilitylist li:nth-child(41) {
  animation: fadeIn 0.2s ease-in forwards 4.1s;
}
.mdl-facilitylist li:nth-child(42) {
  animation: fadeIn 0.2s ease-in forwards 4.2s;
}
.mdl-facilitylist li:nth-child(43) {
  animation: fadeIn 0.2s ease-in forwards 4.3s;
}
.mdl-facilitylist li:nth-child(44) {
  animation: fadeIn 0.2s ease-in forwards 4.4s;
}
.mdl-facilitylist li:nth-child(45) {
  animation: fadeIn 0.2s ease-in forwards 4.5s;
}
.mdl-facilitylist li:nth-child(46) {
  animation: fadeIn 0.2s ease-in forwards 4.6s;
}
.mdl-facilitylist li:nth-child(47) {
  animation: fadeIn 0.2s ease-in forwards 4.7s;
}
.mdl-facilitylist li:nth-child(48) {
  animation: fadeIn 0.2s ease-in forwards 4.8s;
}
.mdl-facilitylist li:nth-child(49) {
  animation: fadeIn 0.2s ease-in forwards 4.9s;
}
.mdl-facilitylist li:nth-child(50) {
  animation: fadeIn 0.2s ease-in forwards 5s;
}
.mdl-facilitylist li:nth-child(51) {
  animation: fadeIn 0.2s ease-in forwards 5.1s;
}
.mdl-facilitylist li:nth-child(52) {
  animation: fadeIn 0.2s ease-in forwards 5.2s;
}
.mdl-facilitylist li:nth-child(53) {
  animation: fadeIn 0.2s ease-in forwards 5.3s;
}
.mdl-facilitylist li:nth-child(54) {
  animation: fadeIn 0.2s ease-in forwards 5.4s;
}
.mdl-facilitylist li:nth-child(55) {
  animation: fadeIn 0.2s ease-in forwards 5.5s;
}
.mdl-facilitylist li:nth-child(56) {
  animation: fadeIn 0.2s ease-in forwards 5.6s;
}
.mdl-facilitylist li:nth-child(57) {
  animation: fadeIn 0.2s ease-in forwards 5.7s;
}
.mdl-facilitylist li:nth-child(58) {
  animation: fadeIn 0.2s ease-in forwards 5.8s;
}
.mdl-facilitylist li:nth-child(59) {
  animation: fadeIn 0.2s ease-in forwards 5.9s;
}
.mdl-facilitylist li:nth-child(60) {
  animation: fadeIn 0.2s ease-in forwards 6s;
}
.mdl-facilitylist li:nth-child(61) {
  animation: fadeIn 0.2s ease-in forwards 6.1s;
}
.mdl-facilitylist li:nth-child(62) {
  animation: fadeIn 0.2s ease-in forwards 6.2s;
}
.mdl-facilitylist li:nth-child(63) {
  animation: fadeIn 0.2s ease-in forwards 6.3s;
}
.mdl-facilitylist li:nth-child(64) {
  animation: fadeIn 0.2s ease-in forwards 6.4s;
}
.mdl-facilitylist li:nth-child(65) {
  animation: fadeIn 0.2s ease-in forwards 6.5s;
}
.mdl-facilitylist li:nth-child(66) {
  animation: fadeIn 0.2s ease-in forwards 6.6s;
}
.mdl-facilitylist li:nth-child(67) {
  animation: fadeIn 0.2s ease-in forwards 6.7s;
}
.mdl-facilitylist li:nth-child(68) {
  animation: fadeIn 0.2s ease-in forwards 6.8s;
}
.mdl-facilitylist li:nth-child(69) {
  animation: fadeIn 0.2s ease-in forwards 6.9s;
}
.mdl-facilitylist li:nth-child(70) {
  animation: fadeIn 0.2s ease-in forwards 7s;
}
.mdl-facilitylist li:nth-child(71) {
  animation: fadeIn 0.2s ease-in forwards 7.1s;
}
.mdl-facilitylist li:nth-child(72) {
  animation: fadeIn 0.2s ease-in forwards 7.2s;
}
.mdl-facilitylist li:nth-child(73) {
  animation: fadeIn 0.2s ease-in forwards 7.3s;
}
.mdl-facilitylist li:nth-child(74) {
  animation: fadeIn 0.2s ease-in forwards 7.4s;
}
.mdl-facilitylist li:nth-child(75) {
  animation: fadeIn 0.2s ease-in forwards 7.5s;
}
.mdl-facilitylist li:nth-child(76) {
  animation: fadeIn 0.2s ease-in forwards 7.6s;
}
.mdl-facilitylist li:nth-child(77) {
  animation: fadeIn 0.2s ease-in forwards 7.7s;
}
.mdl-facilitylist li:nth-child(78) {
  animation: fadeIn 0.2s ease-in forwards 7.8s;
}
.mdl-facilitylist li:nth-child(79) {
  animation: fadeIn 0.2s ease-in forwards 7.9s;
}
.mdl-facilitylist li:nth-child(80) {
  animation: fadeIn 0.2s ease-in forwards 8s;
}
.mdl-facilitylist li:nth-child(81) {
  animation: fadeIn 0.2s ease-in forwards 8.1s;
}
.mdl-facilitylist li:nth-child(82) {
  animation: fadeIn 0.2s ease-in forwards 8.2s;
}
.mdl-facilitylist li:nth-child(83) {
  animation: fadeIn 0.2s ease-in forwards 8.3s;
}
.mdl-facilitylist li:nth-child(84) {
  animation: fadeIn 0.2s ease-in forwards 8.4s;
}
.mdl-facilitylist li:nth-child(85) {
  animation: fadeIn 0.2s ease-in forwards 8.5s;
}
.mdl-facilitylist li:nth-child(86) {
  animation: fadeIn 0.2s ease-in forwards 8.6s;
}
.mdl-facilitylist li:nth-child(87) {
  animation: fadeIn 0.2s ease-in forwards 8.7s;
}
.mdl-facilitylist li:nth-child(88) {
  animation: fadeIn 0.2s ease-in forwards 8.8s;
}
.mdl-facilitylist li:nth-child(89) {
  animation: fadeIn 0.2s ease-in forwards 8.9s;
}
.mdl-facilitylist li:nth-child(90) {
  animation: fadeIn 0.2s ease-in forwards 9s;
}
.mdl-facilitylist li:nth-child(91) {
  animation: fadeIn 0.2s ease-in forwards 9.1s;
}
.mdl-facilitylist li:nth-child(92) {
  animation: fadeIn 0.2s ease-in forwards 9.2s;
}
.mdl-facilitylist li:nth-child(93) {
  animation: fadeIn 0.2s ease-in forwards 9.3s;
}
.mdl-facilitylist li:nth-child(94) {
  animation: fadeIn 0.2s ease-in forwards 9.4s;
}
.mdl-facilitylist li:nth-child(95) {
  animation: fadeIn 0.2s ease-in forwards 9.5s;
}
.mdl-facilitylist li:nth-child(96) {
  animation: fadeIn 0.2s ease-in forwards 9.6s;
}
.mdl-facilitylist li:nth-child(97) {
  animation: fadeIn 0.2s ease-in forwards 9.7s;
}
.mdl-facilitylist li:nth-child(98) {
  animation: fadeIn 0.2s ease-in forwards 9.8s;
}
.mdl-facilitylist li:nth-child(99) {
  animation: fadeIn 0.2s ease-in forwards 9.9s;
}
.mdl-facilitylist li:nth-child(100) {
  animation: fadeIn 0.2s ease-in forwards 10s;
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist li {
    width: calc(33.33% - 17px);
  }
}
.mdl-facilitylist__screen {
  position: relative;
}
.mdl-facilitylist__screen__screen {
  padding: 2.6666666667vw;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(68, 68, 68, 0.4);
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__screen__screen {
    padding: 20px 30px;
    padding: 10px;
  }
}
.mdl-facilitylist__screen__screen * {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mdl-facilitylist__screen__screen * {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__screen__screen * {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.mdl-facilitylist__screen__picture {
  position: relative;
  z-index: 1;
}
.mdl-facilitylist__screen__picture img {
  width: 100%;
  height: auto;
}
.mdl-facilitylist__screen__facility {
  width: 100%;
  padding: 2.6666666667vw;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(20, 20, 20) 100%);
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__screen__facility {
    padding: 10px;
  }
}
.mdl-facilitylist__screen__facility * {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mdl-facilitylist__screen__facility * {
    font-size: 4vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__screen__facility * {
    font-size: 15px;
    line-height: 1.8em;
  }
}
.mdl-facilitylist__lead {
  margin-top: 2.6666666667vw;
}
@media screen and (max-width: 640px) {
  .mdl-facilitylist__lead {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__lead {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__lead {
    margin-top: 10px;
  }
}
.mdl-facilitylist__lead span {
  margin-top: 2.6666666667vw;
  display: block;
}
@media screen and (max-width: 640px) {
  .mdl-facilitylist__lead span {
    font-size: 2.4vw;
    line-height: 1.7777777778em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__lead span {
    font-size: 9px;
    line-height: 1.7777777778em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__lead span {
    margin-top: 10px;
  }
}
.mdl-facilitylist__btn {
  width: 100%;
  margin-top: auto;
  padding-top: 2.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0px;
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist__btn {
    padding-top: 10px;
    gap: 10px 0px;
  }
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist.__medium {
    gap: 30px;
  }
}
.mdl-facilitylist.__medium li {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist.__medium li {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-facilitylist.__medium li .mdl-facilitylist__screen__facility * {
    font-size: 5.3333333333vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-facilitylist.__medium li .mdl-facilitylist__screen__facility * {
    font-size: 20px;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist.__large {
    gap: 30px;
  }
}
.mdl-facilitylist.__large li {
  width: calc(50% - 10px);
  height: auto;
}
.mdl-facilitylist.__large li:nth-child(1), .mdl-facilitylist.__large li:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .mdl-facilitylist.__large li {
    width: calc(25% - 23px);
  }
  .mdl-facilitylist.__large li:nth-child(1), .mdl-facilitylist.__large li:nth-child(2) {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-facilitylist.__large li:nth-child(1) .mdl-facilitylist__screen__facility *, .mdl-facilitylist.__large li:nth-child(2) .mdl-facilitylist__screen__facility * {
    font-size: 5.3333333333vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-facilitylist.__large li:nth-child(1) .mdl-facilitylist__screen__facility *, .mdl-facilitylist.__large li:nth-child(2) .mdl-facilitylist__screen__facility * {
    font-size: 20px;
    line-height: 1.45em;
  }
}

.mdl-sliders {
  margin-top: 10.6666666667vw;
  padding: 8vw 0px;
  background: #fff;
}
@media screen and (min-width: 641px) {
  .mdl-sliders {
    margin-top: 0px;
    padding: 25px 0px;
  }
}
.mdl-sliders .mdl-slider {
  margin-top: 8vw;
}
@media screen and (min-width: 641px) {
  .mdl-sliders .mdl-slider {
    margin-top: 30px;
  }
}
.mdl-sliders .mdl-slider:nth-child(1) {
  margin-top: 0px;
}

.mdl-reserve {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  background: #000000;
  color: #fff;
  z-index: 99999999;
}
.mdl-reserve .mdl-inner {
  position: relative;
}
.mdl-reserve .__disabled {
  opacity: 0.4;
  pointer-events: none;
}
.mdl-reserve__contents {
  padding: 5.3333333333vw 0px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .mdl-reserve__contents {
    padding: 0px;
    display: flex;
    background: #000;
    z-index: 2;
  }
}
.mdl-reserve__heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .mdl-reserve__heading {
    width: 48vw;
    height: 10.6666666667vw;
    position: absolute;
    top: -10.6666666667vw;
    right: -5.3333333333vw;
    background: #000000;
    text-align: center;
    border-radius: 10px 0px 0px 0px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    font-weight: 500;
    cursor: pointer;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mdl-reserve__heading {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  .mdl-reserve__heading {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-reserve__heading {
    width: 155px;
    height: 60px;
    flex-direction: column;
    align-items: flex-start;
  }
  .mdl-reserve__heading span {
    font-weight: 700;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-reserve__heading span {
    font-size: 4.8vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-reserve__heading span {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.mdl-reserve__steps {
  padding: 2.6666666667vw;
  background: #444444;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .mdl-reserve__steps {
    width: 338px;
    height: 60px;
    padding: 0px;
    background: none;
  }
}
.mdl-reserve__steps.__step2 {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 641px) {
  .mdl-reserve__steps.__step2 {
    margin-top: 0px;
  }
}
.mdl-reserve__steps__heading {
  width: 16vw;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mdl-reserve__steps__heading {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-reserve__steps__heading {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
.mdl-reserve__steps__heading span {
  font-family: "Roboto", sans-serif;
  color: #FA8334;
}
@media screen and (max-width: 640px) {
  .mdl-reserve__steps__heading span {
    font-size: 3.2vw;
    line-height: 1.1666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-reserve__steps__heading span {
    font-size: 12px;
    line-height: 1.1666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-reserve__steps__heading {
    width: 58px;
    height: 60px;
    background: #444444;
    justify-content: center;
  }
}
.mdl-reserve__steps__heading::after {
  content: "";
  width: 4.8vw;
  height: 3.4666666667vw;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -4.5333333333vw;
  margin: 0px auto;
  background: url(../../img/common/icon/arrow_bottom_double_orange.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) {
  .mdl-reserve__steps__heading::after {
    display: none;
  }
}
.mdl-reserve__steps__btn {
  flex: 1;
}
@media screen and (min-width: 641px) {
  .mdl-reserve__steps__btn {
    width: 250px;
    margin-left: 10px;
  }
}
.mdl-reserve__steps::after {
  content: "";
  width: 30px;
  height: 60px;
  background: url(../../img/common/icon/arrow_right_double_orange.svg) center center/16px auto no-repeat;
  display: block;
}
@media screen and (max-width: 640px) {
  .mdl-reserve__steps::after {
    display: none;
  }
}
.mdl-reserve__submit {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 641px) {
  .mdl-reserve__submit {
    width: 120px;
    height: 60px;
    margin-top: 0px;
    padding: 10px;
    background: #444444;
  }
}
.mdl-reserve__submit .mdl-button a {
  border-color: #fff;
}
@media screen and (min-width: 641px) {
  .mdl-reserve__submit .mdl-button a {
    padding: 10px;
  }
}

.mdl-step {
  width: 100%;
  height: calc(100vh - 127px);
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  background: #000000;
  color: #fff;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 641px) {
  .mdl-step {
    width: 310px;
    height: 447px;
    position: absolute;
    bottom: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 641px) {
  .mdl-step__step1 {
    left: 212px;
  }
}
@media screen and (min-width: 641px) {
  .mdl-step__step2 {
    left: 550px;
  }
}
.mdl-step.__open {
  opacity: 1;
  pointer-events: all;
}
.mdl-step__contents {
  height: 100%;
}
.mdl-step__header {
  height: 13.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 641px) {
  .mdl-step__header {
    height: 50px;
  }
}
.mdl-step__header p {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mdl-step__header p {
    font-size: 5.3333333333vw;
    line-height: 1em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-step__header p {
    font-size: 20px;
    line-height: 1em;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-step__header p {
    font-size: 4.8vw;
    line-height: 1.1111111111em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-step__header p {
    font-size: 18px;
    line-height: 1.1111111111em;
  }
}
.mdl-step__header span {
  width: 13.3333333333vw;
  height: 100%;
  background: url(../../img/common/icon/icon_close.png) center center/4vw auto no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .mdl-step__header span {
    width: 50px;
    background-size: 15px auto;
    transition: background 0.4s ease;
  }
  .mdl-step__header span:hover {
    background-color: #444444;
  }
}
.mdl-step__body {
  height: calc(100% - 13.3333333333vw);
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 1px 0px;
}
@media screen and (min-width: 641px) {
  .mdl-step__body {
    height: calc(100% - 50px);
    padding: 0px 10px;
  }
}
.mdl-step__body::-webkit-scrollbar {
  width: 20px;
}
.mdl-step__body::-webkit-scrollbar-track {
  background-color: #000000;
}
.mdl-step__body::-webkit-scrollbar-thumb {
  box-shadow: 7px 0px 0px #000 inset, -7px 0px 0px #000 inset;
  background-color: #A1A1A1;
  border-radius: 3px;
}
.mdl-step__areablock {
  background: #333333;
}
.mdl-step__dates {
  display: flex;
  flex-direction: column;
  gap: 1px 0px;
}
@media screen and (min-width: 641px) {
  .mdl-step__dates {
    padding: 0px 10px !important;
  }
}
.mdl-step__dates li {
  height: 13.3333333333vw;
  padding: 0px 5.3333333333vw;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #333333;
}
@media screen and (min-width: 641px) {
  .mdl-step__dates li {
    height: 50px;
    padding: 0px 10px;
    transition: background 0.4s ease;
  }
  .mdl-step__dates li:hover {
    background: #444444;
  }
}
.mdl-step__dates li p {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mdl-step__dates li p {
    font-size: 5.0666666667vw;
    line-height: 1.0526315789em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-step__dates li p {
    font-size: 19px;
    line-height: 1.0526315789em;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-step__dates li p {
    font-size: 4vw;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-step__dates li p {
    font-size: 15px;
    line-height: 1.3333333333em;
  }
}
.mdl-step__area {
  height: 13.3333333333vw;
  padding: 0px 5.3333333333vw;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .mdl-step__area {
    height: 50px;
    padding: 0px 10px;
    transition: background 0.4s ease;
  }
  .mdl-step__area:hover {
    background: #444444;
  }
}
.mdl-step__area p {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mdl-step__area p {
    font-size: 5.0666666667vw;
    line-height: 1.0526315789em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-step__area p {
    font-size: 19px;
    line-height: 1.0526315789em;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-step__area p {
    font-size: 4vw;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-step__area p {
    font-size: 15px;
    line-height: 1.3333333333em;
  }
}
.mdl-step__area::before, .mdl-step__area::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  margin-top: -1.6vw;
  right: 5.3333333333vw;
  background: url(../../img/common/icon/icon_line_white.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) {
  .mdl-step__area::before, .mdl-step__area::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    right: 20px;
  }
}
.mdl-step__area::after {
  transform: translate3d(0px, 0px, 0px) rotate(90deg) scale(1);
  transition: transform 0.4s ease;
}
.mdl-step__area.__open::after {
  transform: translate3d(0px, 0px, 0px) rotate(180deg) scale(1);
}
.mdl-step__prefectures {
  display: none;
}
.mdl-step__prefectures__name {
  height: 13.3333333333vw;
  padding: 0px 5.3333333333vw;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #444444;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 641px) {
  .mdl-step__prefectures__name {
    height: 50px;
    padding: 0px 10px;
    transition: background 0.4s ease;
  }
  .mdl-step__prefectures__name:hover {
    background: #333333;
  }
}
.mdl-step__prefectures__name p {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mdl-step__prefectures__name p {
    font-size: 5.0666666667vw;
    line-height: 1.0526315789em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-step__prefectures__name p {
    font-size: 19px;
    line-height: 1.0526315789em;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-step__prefectures__name p {
    font-size: 4vw;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-step__prefectures__name p {
    font-size: 15px;
    line-height: 1.3333333333em;
  }
}
.mdl-step__prefectures__name::before, .mdl-step__prefectures__name::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  margin-top: -1.6vw;
  right: 5.3333333333vw;
  background: url(../../img/common/icon/icon_line_white.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) {
  .mdl-step__prefectures__name::before, .mdl-step__prefectures__name::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    right: 20px;
  }
}
.mdl-step__prefectures__name::after {
  transform: translate3d(0px, 0px, 0px) rotate(90deg) scale(1);
  transition: transform 0.4s ease;
}
.mdl-step__prefectures__name.__open::after {
  transform: translate3d(0px, 0px, 0px) rotate(180deg) scale(1);
}
.mdl-step__citys {
  padding: 0px 5.3333333333vw 5.3333333333vw 5.3333333333vw !important;
  background: #444444;
  display: none;
}
@media screen and (min-width: 641px) {
  .mdl-step__citys {
    padding: 0px 10px 10px 10px !important;
  }
}
.mdl-step__citys.__near {
  padding-top: 5.3333333333vw !important;
}
@media screen and (min-width: 641px) {
  .mdl-step__citys.__near {
    padding-top: 10px !important;
  }
}
.mdl-step__citys ul {
  display: flex;
  flex-direction: column;
  gap: 1px 0px;
}
.mdl-step__citys li {
  padding: 4vw 2.6666666667vw;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .mdl-step__citys li {
    font-size: 4vw;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-step__citys li {
    font-size: 15px;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-step__citys li {
    padding: 15px 10px;
    transition: background 0.4s ease;
  }
  .mdl-step__citys li:hover {
    background: #333333;
  }
}

.mdl-mvSlider {
  overflow: hidden;
  position: relative;
  background: #F1F1F1;
}
@media screen and (min-width: 641px) {
  .mdl-mvSlider .swiper {
    overflow: visible;
  }
}
.mdl-mvSlider .swiper-slide {
  overflow: hidden;
  pointer-events: none;
}
.mdl-mvSlider .swiper-slide.swiper-slide-active {
  pointer-events: all;
}
.mdl-mvSlider .swiper-button-prev, .mdl-mvSlider .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -50px;
  top: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.mdl-mvSlider .swiper-button-prev::after, .mdl-mvSlider .swiper-button-next::after {
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .mdl-mvSlider .swiper-button-prev, .mdl-mvSlider .swiper-button-next {
    transition: opacity 0.4s ease;
  }
  .mdl-mvSlider .swiper-button-prev:hover, .mdl-mvSlider .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 640px) {
  .mdl-mvSlider .swiper-button-prev, .mdl-mvSlider .swiper-button-next {
    display: none;
  }
}
.mdl-mvSlider .swiper-button-prev {
  left: -50px;
}
.mdl-mvSlider .swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 640px) {
  .mdl-mvSlider .mdl-inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .mdl-mvSlider .mdl-inner {
    max-width: 625px;
  }
}
.mdl-mvSlider__opening {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 2;
  font-size: 0;
}
.mdl-mvSlider__opening img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.mdl-mvSlider__slider {
  position: relative;
  z-index: 1;
}
.mdl-mvSlider__link {
  display: block;
}
@media screen and (min-width: 641px) {
  .mdl-mvSlider__link {
    transition: opacity 0.4s ease;
  }
  .mdl-mvSlider__link:hover {
    opacity: 0.5;
  }
}
.mdl-mvSlider__wrap {
  position: relative;
}
.mdl-mvSlider__picture {
  height: 80vw;
  display: block;
  background: #000;
}
@media screen and (min-width: 641px) {
  .mdl-mvSlider__picture {
    height: 500px;
  }
}
.mdl-mvSlider__picture img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.mdl-mvSlider .swiper-wrapper {
  font-size: 0;
}
.mdl-mvSlider .swiper-button-prev, .mdl-mvSlider .swiper-button-next {
  z-index: 1;
}
.mdl-mvSlider .swiper-pagination {
  height: 13.3333333333vw;
  margin-top: 0px;
  bottom: 0px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 1.6vw;
  z-index: 1;
  background: #dddddd;
}
@media screen and (min-width: 641px) {
  .mdl-mvSlider .swiper-pagination {
    height: 50px;
    gap: 0px 6px;
  }
}
.mdl-mvSlider .swiper-pagination .swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: #fff;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 641px) {
  .mdl-mvSlider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.mdl-mvSlider .swiper-pagination .swiper-pagination-bullet-active {
  background: #A1A1A1;
}

.mdl-slider {
  overflow: hidden;
}
.mdl-slider .swiper {
  overflow: visible;
}
@media screen and (min-width: 641px) {
  .mdl-slider .swiper-slide a {
    transition: opacity 0.4s ease;
  }
  .mdl-slider .swiper-slide a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 641px) {
  .mdl-slider .swiper-scrollbar {
    display: none;
  }
}
.mdl-slider .swiper-button-prev, .mdl-slider .swiper-button-next {
  width: 30px;
  height: 50px;
  top: 100px;
  background: rgba(0, 0, 0, 0.6);
}
.mdl-slider .swiper-button-prev::after, .mdl-slider .swiper-button-next::after {
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .mdl-slider .swiper-button-prev, .mdl-slider .swiper-button-next {
    transition: opacity 0.4s ease;
  }
  .mdl-slider .swiper-button-prev:hover, .mdl-slider .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 640px) {
  .mdl-slider .swiper-button-prev, .mdl-slider .swiper-button-next {
    display: none;
  }
}
.mdl-slider .swiper-button-prev {
  left: 0px;
}
.mdl-slider .swiper-button-next {
  right: 0px;
}
.mdl-slider .swiper-button-disabled {
  opacity: 0;
}
.mdl-slider__header {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 641px) {
  .mdl-slider__header {
    padding-bottom: 10px;
  }
}
.mdl-slider__header h2 {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mdl-slider__header h2 {
    font-size: 5.3333333333vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-slider__header h2 {
    font-size: 20px;
    line-height: 1.45em;
  }
}
.mdl-slider__body {
  padding-top: 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 641px) {
  .mdl-slider__body {
    padding: 10px 20px 0px 20px;
    overflow: hidden;
  }
}
.mdl-slider__link,
.mdl-slider a {
  display: block;
  color: #000;
  text-decoration: none !important;
  position: relative;
}
.mdl-slider__link[data-ranking]::before,
.mdl-slider a[data-ranking]::before {
  content: "";
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: -2.6666666667vw;
  left: -2.6666666667vw;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .mdl-slider__link[data-ranking]::before,
  .mdl-slider a[data-ranking]::before {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
  }
}
.mdl-slider__link[data-ranking="1"]::before, .mdl-slider__link[data-ranking="2"]::before, .mdl-slider__link[data-ranking="3"]::before,
.mdl-slider a[data-ranking="1"]::before,
.mdl-slider a[data-ranking="2"]::before,
.mdl-slider a[data-ranking="3"]::before {
  height: 10.6666666667vw;
}
@media screen and (min-width: 641px) {
  .mdl-slider__link[data-ranking="1"]::before, .mdl-slider__link[data-ranking="2"]::before, .mdl-slider__link[data-ranking="3"]::before,
  .mdl-slider a[data-ranking="1"]::before,
  .mdl-slider a[data-ranking="2"]::before,
  .mdl-slider a[data-ranking="3"]::before {
    height: 40px;
  }
}
.mdl-slider__link[data-ranking="1"]::before,
.mdl-slider a[data-ranking="1"]::before {
  background: url(../../img/top/ranking_1.png) center center/contain no-repeat;
}
.mdl-slider__link[data-ranking="2"]::before,
.mdl-slider a[data-ranking="2"]::before {
  background: url(../../img/top/ranking_2.png) center center/contain no-repeat;
}
.mdl-slider__link[data-ranking="3"]::before,
.mdl-slider a[data-ranking="3"]::before {
  background: url(../../img/top/ranking_3.png) center center/contain no-repeat;
}
.mdl-slider__link[data-ranking="4"]::before,
.mdl-slider a[data-ranking="4"]::before {
  background: url(../../img/top/ranking_4.png) center center/contain no-repeat;
}
.mdl-slider__link[data-ranking="5"]::before,
.mdl-slider a[data-ranking="5"]::before {
  background: url(../../img/top/ranking_5.png) center center/contain no-repeat;
}
.mdl-slider__wrap {
  overflow: hidden;
}
.mdl-slider__picture {
  height: 37.3333333333vw;
  margin-bottom: 2.6666666667vw;
  display: block;
  position: relative;
  overflow: hidden;
  background: #CCCCCC;
}
@media screen and (min-width: 641px) {
  .mdl-slider__picture {
    height: 211px;
    margin-bottom: 10px;
  }
}
.mdl-slider__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}
.mdl-slider__caption {
  display: inline;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .mdl-slider__caption {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-slider__caption {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
.mdl-slider__footer {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .mdl-slider__footer {
    margin-top: 20px;
  }
}
.mdl-slider__footer .mdl-button {
  max-width: 64vw;
}
@media screen and (min-width: 641px) {
  .mdl-slider__footer .mdl-button {
    max-width: 240px;
  }
}

.mdl-slider2 {
  margin-top: 8vw;
  padding: 5.3333333333vw 0px;
  overflow: hidden;
  background: #F1F1F1;
}
@media screen and (min-width: 641px) {
  .mdl-slider2 {
    margin-top: 0px;
    padding: 20px 0px 0px 0px;
    background: none;
  }
}
.mdl-slider2 .swiper {
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .mdl-slider2 .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw 0px;
  }
}
@media screen and (min-width: 641px) {
  .mdl-slider2 .swiper-slide a {
    transition: opacity 0.4s ease;
  }
  .mdl-slider2 .swiper-slide a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 641px) {
  .mdl-slider2 .swiper-scrollbar {
    display: none;
  }
}
.mdl-slider2 .swiper-button-prev, .mdl-slider2 .swiper-button-next {
  width: 30px;
  height: 50px;
  top: 100px;
  background: rgba(0, 0, 0, 0.6);
}
.mdl-slider2 .swiper-button-prev::after, .mdl-slider2 .swiper-button-next::after {
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .mdl-slider2 .swiper-button-prev, .mdl-slider2 .swiper-button-next {
    transition: opacity 0.4s ease;
  }
  .mdl-slider2 .swiper-button-prev:hover, .mdl-slider2 .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 640px) {
  .mdl-slider2 .swiper-button-prev, .mdl-slider2 .swiper-button-next {
    display: none;
  }
}
.mdl-slider2 .swiper-button-prev {
  left: 0px;
}
.mdl-slider2 .swiper-button-next {
  right: 0px;
}
.mdl-slider2 .swiper-button-disabled {
  opacity: 0;
}
.mdl-slider2__header {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 641px) {
  .mdl-slider2__header {
    padding-bottom: 10px;
  }
}
.mdl-slider2__header h2 {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mdl-slider2__header h2 {
    font-size: 5.3333333333vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-slider2__header h2 {
    font-size: 20px;
    line-height: 1.45em;
  }
}
.mdl-slider2__body {
  position: relative;
}
@media screen and (min-width: 641px) {
  .mdl-slider2__body {
    padding: 10px 20px 0px 20px;
    overflow: hidden;
  }
}
.mdl-slider2__link, .mdl-slider2 a {
  display: flex;
  gap: 0px 5.3333333333vw;
  color: #000;
  text-decoration: none !important;
  position: relative;
}
@media screen and (min-width: 641px) {
  .mdl-slider2__link, .mdl-slider2 a {
    display: block;
  }
}
.mdl-slider2__wrap {
  width: 37.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .mdl-slider2__wrap {
    width: 100%;
  }
}
.mdl-slider2__picture {
  width: 100%;
  height: 37.3333333333vw;
  display: block;
  position: relative;
  overflow: hidden;
  background: #CCCCCC;
}
@media screen and (min-width: 641px) {
  .mdl-slider2__picture {
    height: 211px;
    margin-bottom: 10px;
  }
}
.mdl-slider2__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}
.mdl-slider2__caption {
  flex: 1;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .mdl-slider2__caption {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-slider2__caption {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
.mdl-slider2__footer {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .mdl-slider2__footer {
    margin-top: 20px;
  }
}
.mdl-slider2__footer .mdl-button {
  max-width: 64vw;
}
@media screen and (min-width: 641px) {
  .mdl-slider2__footer .mdl-button {
    max-width: 240px;
  }
}

.mdl-recommend {
  padding: 8vw 0px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .mdl-recommend {
    padding: 0px 0px 25px 0px;
    background: #fff;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend .swiper-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend .mdl-inner {
    border-top: 1px solid #A1A1A1;
  }
}
.mdl-recommend__header {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 641px) {
  .mdl-recommend__header {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.mdl-recommend__body {
  position: relative;
}
@media screen and (max-width: 640px) {
  .mdl-recommend__body .swiper {
    overflow: visible;
  }
}
.mdl-recommend__body .swiper-button-prev, .mdl-recommend__body .swiper-button-next {
  width: 30px;
  height: 50px;
  top: 125px;
  background: rgba(0, 0, 0, 0.6);
}
.mdl-recommend__body .swiper-button-prev::after, .mdl-recommend__body .swiper-button-next::after {
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body .swiper-button-prev, .mdl-recommend__body .swiper-button-next {
    transition: opacity 0.4s ease;
  }
  .mdl-recommend__body .swiper-button-prev:hover, .mdl-recommend__body .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 640px) {
  .mdl-recommend__body .swiper-button-prev, .mdl-recommend__body .swiper-button-next {
    display: none;
  }
}
.mdl-recommend__body .swiper-button-prev {
  left: 0px;
}
@media screen and (min-width: 1030px) {
  .mdl-recommend__body .swiper-button-prev {
    left: -30px;
  }
}
.mdl-recommend__body .swiper-button-next {
  right: 0px;
}
@media screen and (min-width: 1030px) {
  .mdl-recommend__body .swiper-button-next {
    right: -30px;
  }
}
.mdl-recommend__body .swiper-button-disabled {
  opacity: 0;
}
.mdl-recommend__body__link {
  display: block;
  text-decoration: none !important;
  color: #000 !important;
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__link:hover img {
    opacity: 0.5;
  }
}
.mdl-recommend__body__picture {
  display: block;
}
.mdl-recommend__body__picture img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__picture img {
    transition: opacity 0.4s ease;
  }
}
.mdl-recommend__body__genre {
  margin-top: 2.6666666667vw !important;
  display: flex;
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__genre {
    margin-top: 10px !important;
  }
}
.mdl-recommend__body__genre li {
  padding: 1.0666666667vw 2.1333333333vw !important;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .mdl-recommend__body__genre li {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__genre li {
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__genre li {
    padding: 4px 8px !important;
  }
}
.mdl-recommend__body__title {
  margin-top: 2.6666666667vw !important;
}
@media screen and (max-width: 640px) {
  .mdl-recommend__body__title {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__title {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__title {
    margin-top: 10px !important;
  }
}
.mdl-recommend__body__comment {
  margin-top: 2.6666666667vw;
  color: #B60081;
}
@media screen and (max-width: 640px) {
  .mdl-recommend__body__comment {
    font-size: 3.2vw;
    line-height: 1.6666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__comment {
    font-size: 12px;
    line-height: 1.6666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend__body__comment {
    margin-top: 10px;
  }
}
.mdl-recommend__footer {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .mdl-recommend__footer {
    margin-top: 20px;
  }
}
.mdl-recommend__footer .mdl-button {
  max-width: 64vw;
}
@media screen and (min-width: 641px) {
  .mdl-recommend__footer .mdl-button {
    max-width: 240px;
  }
}
.mdl-recommend__supplement {
  margin-top: 5.3333333333vw !important;
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw 0;
}
@media screen and (min-width: 641px) {
  .mdl-recommend__supplement {
    margin-top: 20px !important;
    gap: 5px 0px;
  }
}
.mdl-recommend__supplement li {
  color: #666666;
}
@media screen and (max-width: 640px) {
  .mdl-recommend__supplement li {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend__supplement li {
    font-size: 12px;
    line-height: 1.5em;
  }
}

.mdl-recommend2 {
  padding: 8vw 0px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2 {
    padding: 0px 0px 25px 0px;
    background: #fff;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2 .swiper-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2 .mdl-inner {
    border-top: 1px solid #A1A1A1;
  }
}
.mdl-recommend2__header {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__header {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.mdl-recommend2__body {
  position: relative;
}
@media screen and (max-width: 640px) {
  .mdl-recommend2__body .swiper {
    overflow: visible;
  }
}
.mdl-recommend2__body .swiper-button-prev, .mdl-recommend2__body .swiper-button-next {
  width: 30px;
  height: 50px;
  top: 125px;
  background: rgba(0, 0, 0, 0.6);
}
.mdl-recommend2__body .swiper-button-prev::after, .mdl-recommend2__body .swiper-button-next::after {
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body .swiper-button-prev, .mdl-recommend2__body .swiper-button-next {
    transition: opacity 0.4s ease;
  }
  .mdl-recommend2__body .swiper-button-prev:hover, .mdl-recommend2__body .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 640px) {
  .mdl-recommend2__body .swiper-button-prev, .mdl-recommend2__body .swiper-button-next {
    display: none;
  }
}
.mdl-recommend2__body .swiper-button-prev {
  left: 0px;
}
@media screen and (min-width: 1030px) {
  .mdl-recommend2__body .swiper-button-prev {
    left: -30px;
  }
}
.mdl-recommend2__body .swiper-button-next {
  right: 0px;
}
@media screen and (min-width: 1030px) {
  .mdl-recommend2__body .swiper-button-next {
    right: -30px;
  }
}
.mdl-recommend2__body .swiper-button-disabled {
  opacity: 0;
}
.mdl-recommend2__body__link {
  display: block;
  text-decoration: none !important;
  color: #000 !important;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__link:hover img {
    opacity: 0.5;
  }
}
.mdl-recommend2__body__link a {
  display: block;
}
.mdl-recommend2__body__picture {
  display: block;
}
.mdl-recommend2__body__picture img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__picture img {
    transition: opacity 0.4s ease;
  }
}
.mdl-recommend2__body__genre {
  margin-top: 2.6666666667vw !important;
  display: flex;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__genre {
    margin-top: 10px !important;
  }
}
.mdl-recommend2__body__genre li {
  padding: 1.0666666667vw 2.1333333333vw !important;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .mdl-recommend2__body__genre li {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__genre li {
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__genre li {
    padding: 4px 8px !important;
  }
}
.mdl-recommend2__body__title {
  margin-top: 2.6666666667vw !important;
  display: block;
}
@media screen and (max-width: 640px) {
  .mdl-recommend2__body__title {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__title {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__title {
    margin-top: 10px !important;
  }
}
.mdl-recommend2__body__comment {
  margin-top: 2.6666666667vw;
  color: #B60081;
}
@media screen and (max-width: 640px) {
  .mdl-recommend2__body__comment {
    font-size: 3.2vw;
    line-height: 1.6666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__comment {
    font-size: 12px;
    line-height: 1.6666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__body__comment {
    margin-top: 10px;
  }
}
.mdl-recommend2__footer {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__footer {
    margin-top: 20px;
  }
}
.mdl-recommend2__footer .mdl-button {
  max-width: 64vw;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__footer .mdl-button {
    max-width: 240px;
  }
}
.mdl-recommend2__supplement {
  margin-top: 5.3333333333vw !important;
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw 0;
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__supplement {
    margin-top: 20px !important;
    gap: 5px 0px;
  }
}
.mdl-recommend2__supplement li {
  color: #666666;
}
@media screen and (max-width: 640px) {
  .mdl-recommend2__supplement li {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-recommend2__supplement li {
    font-size: 12px;
    line-height: 1.5em;
  }
}

.mdl-notification {
  background: #FFEAE8;
  color: #FF220C;
}
.mdl-notification__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.mdl-notification__inner > * {
  border-top: 1px solid rgba(255, 34, 12, 0.5);
}
.mdl-notification__inner > *:first-child {
  border-top: none;
}
.mdl-notification__acr.__open dt::after {
  transform: translate3d(0px, 0px, 0px) rotate(180deg) scale(1);
}
.mdl-notification__acr dt {
  min-height: 16vw;
  padding: 2.6666666667vw 8vw 2.6666666667vw 10.6666666667vw;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: url(../../img/common/icon/icon_notification.png) left center/8vw auto no-repeat;
}
@media screen and (max-width: 640px) {
  .mdl-notification__acr dt {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification__acr dt {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification__acr dt {
    min-height: 60px;
    padding: 13px 45px 13px 30px;
    background-size: 20px auto;
    transition: opacity 0.4s ease;
  }
  .mdl-notification__acr dt:hover {
    opacity: 0.5;
  }
}
.mdl-notification__acr dt::before, .mdl-notification__acr dt::after {
  content: "";
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  margin-top: -1.8666666667vw;
  right: 0px;
  background: url(../../img/common/icon/icon_line_red.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) {
  .mdl-notification__acr dt::before, .mdl-notification__acr dt::after {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}
.mdl-notification__acr dt::after {
  transform: translate3d(0px, 0px, 0px) rotate(90deg) scale(1);
  transition: transform 0.4s ease;
}
.mdl-notification__acr dd {
  padding: 0px 0px 2.6666666667vw 10.6666666667vw;
  display: none;
}
@media screen and (max-width: 640px) {
  .mdl-notification__acr dd {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification__acr dd {
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification__acr dd {
    padding: 0px 0px 10px 30px;
  }
}
.mdl-notification__acr dd a {
  margin-top: 1.3333333333vw;
  display: inline-block;
  color: #FF220C;
}
@media screen and (min-width: 641px) {
  .mdl-notification__acr dd a {
    margin-top: 5px;
    padding-bottom: 1px;
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
    background-image: linear-gradient(90deg, #FF220C, #FF220C);
  }
  .mdl-notification__acr dd a:hover {
    background-size: 100% 1px;
  }
}
.mdl-notification__acr dd a::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-left: 0.8vw;
  background: url(../../img/common/icon/icon_arrow_right_red.svg) center center/contain no-repeat;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .mdl-notification__acr dd a::after {
    width: 10px;
    height: 10px;
    margin-left: 3px;
  }
}
.mdl-notification__link dt a {
  min-height: 16vw;
  display: flex;
  align-items: center;
  padding: 2.6666666667vw 8vw 2.6666666667vw 10.6666666667vw;
  position: relative;
  color: #FF220C;
  text-decoration: none;
  cursor: pointer;
  background: url(../../img/common/icon/icon_notification.png) left center/8vw auto no-repeat;
}
@media screen and (max-width: 640px) {
  .mdl-notification__link dt a {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification__link dt a {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification__link dt a {
    min-height: 60px;
    padding: 10px 45px 10px 30px;
    background-size: 20px auto;
    transition: opacity 0.4s ease;
  }
  .mdl-notification__link dt a:hover {
    opacity: 0.5;
  }
}
.mdl-notification__link dt a::after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-top: -1.3333333333vw;
  border-top: 0.6933333333vw solid #FF220C;
  border-left: 0.6933333333vw solid #FF220C;
  transform: rotate(135deg);
  position: absolute;
  right: 1.3333333333vw;
  top: 50%;
}
@media screen and (min-width: 641px) {
  .mdl-notification__link dt a::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #FF220C;
    border-left: 2px solid #FF220C;
    right: 4px;
  }
}
.mdl-notification__link dd {
  display: none;
}

.mdl-notification2 {
  height: 17.3333333333vw;
  background: #FFEAE8;
  color: #FF220C;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .mdl-notification2 {
    height: 50px;
  }
}
.mdl-notification2__outer {
  width: 100%;
  height: 17.3333333333vw;
  position: absolute;
  background: #FFEAE8;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .mdl-notification2__outer {
    height: 50px;
  }
}
.mdl-notification2__outer.__open dt::after {
  transform: translate3d(0px, 0px, 0px) rotate(180deg) scale(1);
}
.mdl-notification2__outer.__open .mdl-notification2__heading {
  opacity: 0;
}
.mdl-notification2__inner {
  padding-bottom: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 641px) {
  .mdl-notification2__inner {
    padding-bottom: 10px;
  }
}
.mdl-notification2__inner.__hidden {
  overflow: hidden;
}
.mdl-notification2 a {
  color: #FF220C;
  text-decoration: none;
}
.mdl-notification2__heading {
  width: calc(100% - 18.6666666667vw);
  height: 17.3333333333vw;
  margin-left: 10.6666666667vw;
  padding: 2.6666666667vw 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #FFEAE8;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
@media screen and (min-width: 641px) {
  .mdl-notification2__heading {
    width: calc(100% - 75px);
    height: 50px;
    padding: 13px 0px;
    margin-left: 30px;
  }
}
.mdl-notification2__heading p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .mdl-notification2__heading p {
    -webkit-line-clamp: 1;
  }
}
.mdl-notification2__acr {
  position: relative;
}
.mdl-notification2__acr dt {
  min-height: 17.3333333333vw;
  padding: 2.6666666667vw 8vw 2.6666666667vw 10.6666666667vw;
  position: relative;
  cursor: pointer;
  background: url(../../img/common/icon/icon_notification.png) left top/8vw auto no-repeat;
  background-position: 0px 5.3333333333vw;
  background-position: 0px 2.1333333333vw;
}
@media screen and (max-width: 640px) {
  .mdl-notification2__acr dt {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification2__acr dt {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification2__acr dt {
    min-height: 50px;
    padding: 13px 45px 13px 30px;
    background-size: 20px auto;
    background-position: 0px 14px;
    transition: opacity 0.4s ease;
  }
  .mdl-notification2__acr dt:hover {
    opacity: 0.5;
  }
}
.mdl-notification2__acr dt::before, .mdl-notification2__acr dt::after {
  content: "";
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: 4vw;
  right: 0px;
  background: url(../../img/common/icon/icon_line_red.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) {
  .mdl-notification2__acr dt::before, .mdl-notification2__acr dt::after {
    width: 15px;
    height: 15px;
    top: 15px;
  }
}
.mdl-notification2__acr dt::after {
  transform: translate3d(0px, 0px, 0px) rotate(90deg) scale(1);
  transition: transform 0.4s ease;
}
.mdl-notification2__acr dd {
  max-height: 16em;
  padding: 2.6666666667vw;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .mdl-notification2__acr dd {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification2__acr dd {
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification2__acr dd {
    padding: 10px;
    margin: 0px;
  }
}
.mdl-notification2__acr dd a {
  text-decoration: underline;
}
@media screen and (min-width: 641px) {
  .mdl-notification2__acr dd a:hover {
    text-decoration: none;
  }
}
.mdl-notification2__acr dd::-webkit-scrollbar {
  width: 10px;
}
.mdl-notification2__acr dd::-webkit-scrollbar-track {
  background-color: #fff;
}
.mdl-notification2__acr dd::-webkit-scrollbar-thumb {
  box-shadow: 2px 0px 0px #fff inset, -2px 0px 0px #fff inset;
  background-color: rgb(255, 34, 12);
  border-radius: 5px;
}
.mdl-notification2__skip {
  padding-top: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 5.3333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .mdl-notification2__skip {
    padding-top: 10px;
    gap: 0px 10px;
  }
}
.mdl-notification2__skip .swiper-button-prev, .mdl-notification2__skip .swiper-button-next {
  width: 8vw;
  height: 8vw;
  background: rgba(255, 34, 12, 0.2);
  position: relative;
  margin: 0px;
  top: 0px;
  left: inherit;
  right: inherit;
}
@media screen and (min-width: 641px) {
  .mdl-notification2__skip .swiper-button-prev, .mdl-notification2__skip .swiper-button-next {
    width: 30px;
    height: 30px;
    transition: background 0.4s ease;
  }
  .mdl-notification2__skip .swiper-button-prev:hover, .mdl-notification2__skip .swiper-button-next:hover {
    background: #FF220C;
  }
  .mdl-notification2__skip .swiper-button-prev:hover::after, .mdl-notification2__skip .swiper-button-next:hover::after {
    color: #fff;
  }
}
.mdl-notification2__skip .swiper-button-prev::after, .mdl-notification2__skip .swiper-button-next::after {
  color: #FF220C;
}
@media screen and (max-width: 640px) {
  .mdl-notification2__skip .swiper-button-prev::after, .mdl-notification2__skip .swiper-button-next::after {
    font-size: 3.2vw;
    line-height: 1em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification2__skip .swiper-button-prev::after, .mdl-notification2__skip .swiper-button-next::after {
    font-size: 12px;
    line-height: 1em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-notification2__skip .swiper-button-prev::after, .mdl-notification2__skip .swiper-button-next::after {
    transition: color 0.4s ease;
  }
}

.mdl-information {
  padding: 5.3333333333vw 0px 8vw;
  background: #F1F1F1;
}
@media screen and (min-width: 641px) {
  .mdl-information {
    padding: 20px 0px;
  }
}
.mdl-information__header {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 641px) {
  .mdl-information__header {
    padding-bottom: 10px;
  }
}
.mdl-information__header h2 {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mdl-information__header h2 {
    font-size: 5.3333333333vw;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__header h2 {
    font-size: 20px;
    line-height: 1.45em;
  }
}
.mdl-information__acr {
  padding: 2.6666666667vw 0px !important;
  border-top: 1px solid #F1F1F1;
}
@media screen and (min-width: 641px) {
  .mdl-information__acr {
    padding: 10px 0px !important;
  }
}
.mdl-information__acr dt {
  padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
  margin-left: 2.6666666667vw;
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-left: 2px solid #B60081;
}
@media screen and (max-width: 640px) {
  .mdl-information__acr dt {
    font-size: 4vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__acr dt {
    font-size: 15px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__acr dt {
    padding: 10px 40px 10px 20px;
    margin-left: 10px;
    transition: opacity 0.4s ease;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-information__acr dt {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-information__acr dt {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__acr dt:hover {
    opacity: 0.5;
  }
}
.mdl-information__acr dt::before, .mdl-information__acr dt::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  margin-top: -1.6vw;
  right: 4vw;
  background: url(../../img/common/icon/icon_line_black.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) {
  .mdl-information__acr dt::before, .mdl-information__acr dt::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    right: 15px;
  }
}
.mdl-information__acr dt::after {
  transform: translate3d(0px, 0px, 0px) rotate(90deg) scale(1);
  transition: transform 0.4s ease;
}
.mdl-information__acr dt.__open::after {
  transform: translate3d(0px, 0px, 0px) rotate(180deg) scale(1);
}
.mdl-information__acr dd {
  padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
  display: none;
}
@media screen and (max-width: 640px) {
  .mdl-information__acr dd {
    font-size: 3.2vw;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__acr dd {
    font-size: 12px;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__acr dd {
    padding: 10px 40px 10px 20px;
  }
}
.mdl-information__link {
  padding: 2.6666666667vw 0px;
  border-top: 1px solid #F1F1F1;
}
@media screen and (min-width: 641px) {
  .mdl-information__link {
    padding: 10px 0px;
  }
}
.mdl-information__link a {
  padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
  margin-left: 2.6666666667vw;
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-left: 2px solid #B60081;
}
@media screen and (max-width: 640px) {
  .mdl-information__link a {
    font-size: 4vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__link a {
    font-size: 15px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__link a {
    padding: 10px 40px 10px 20px;
    margin-left: 10px;
    transition: opacity 0.4s ease;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-information__link a {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-information__link a {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information__link a:hover {
    opacity: 0.5;
  }
}
.mdl-information__link a::after {
  content: "";
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin-top: -1.0666666667vw;
  border-top: 0.5333333333vw solid #000;
  border-left: 0.5333333333vw solid #000;
  transform: rotate(135deg);
  position: absolute;
  right: 4.8vw;
  top: 50%;
}
@media screen and (min-width: 641px) {
  .mdl-information__link a::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    right: 19px;
  }
}
.mdl-information__lists {
  background: #fff;
}
.mdl-information__more {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .mdl-information__more {
    margin-top: 20px;
  }
}
.mdl-information__more .mdl-button {
  max-width: 64vw;
}
@media screen and (min-width: 641px) {
  .mdl-information__more .mdl-button {
    max-width: 240px;
  }
}

.mdl-information2.__mt {
  margin-top: 8vw;
}
@media screen and (min-width: 641px) {
  .mdl-information2.__mt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .mdl-information2.__gray {
    padding: 4.2666666667vw 0px;
    background: #F1F1F1;
  }
}
.mdl-information2__header {
  padding: 0px 0px 4.2666666667vw 0px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .mdl-information2__header {
    padding: 13px 10px 13px 0px;
    background: #F1F1F1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.mdl-information2__header h2 {
  padding-left: 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 641px) {
  .mdl-information2__header h2 {
    padding-left: 20px;
  }
}
.mdl-information2__header h2::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #B60081;
}
@media screen and (min-width: 641px) {
  .mdl-information2__header h2::before {
    left: 10px;
  }
}
.mdl-information2__header span {
  margin: 2.6666666667vw 0px 0px auto;
  display: block;
  color: #3D3D3D;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (min-width: 641px) {
  .mdl-information2__header span {
    margin: 0px;
    padding-bottom: 2px;
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
    background-image: linear-gradient(90deg, #3D3D3D, #3D3D3D);
  }
  .mdl-information2__header span:hover {
    background-size: 100% 1px;
  }
}
.mdl-information2__header span::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-left: 0.8vw;
  background: url(../../img/common/icon/icon_arrow_bottom.svg) center center/contain no-repeat;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .mdl-information2__header span::after {
    width: 10px;
    height: 10px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr {
    background: #F1F1F1;
  }
}
.mdl-information2__acr dt {
  padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 5.3333333333vw !important;
  border-top: 1px solid #fff;
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .mdl-information2__acr dt {
    font-size: 4vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr dt {
    font-size: 15px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr dt {
    padding: 20px 40px 20px 20px !important;
    transition: opacity 0.4s ease;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-information2__acr dt {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-information2__acr dt {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr dt:hover {
    opacity: 0.5;
  }
}
.mdl-information2__acr dt::before, .mdl-information2__acr dt::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  margin-top: -1.6vw;
  right: 4vw;
  background: url(../../img/common/icon/icon_line_black.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr dt::before, .mdl-information2__acr dt::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    right: 15px;
  }
}
.mdl-information2__acr dt::after {
  transform: translate3d(0px, 0px, 0px) rotate(90deg) scale(1);
  transition: transform 0.4s ease;
}
.mdl-information2__acr dt.__open::after {
  transform: translate3d(0px, 0px, 0px) rotate(180deg) scale(1);
}
.mdl-information2__acr.__open dt::after {
  transform: translate3d(0px, 0px, 0px) rotate(180deg) scale(1);
}
.mdl-information2__acr dd {
  padding: 2.6666666667vw 9.3333333333vw 5.3333333333vw 5.3333333333vw;
  display: none;
}
@media screen and (max-width: 640px) {
  .mdl-information2__acr dd {
    font-size: 3.2vw;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr dd {
    font-size: 12px;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr dd {
    padding: 10px 40px 20px 20px;
  }
}
.mdl-information2__acr dd a {
  margin-top: 1.3333333333vw;
  display: inline-block;
  color: #333333;
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr dd a {
    margin-top: 5px;
    padding-bottom: 1px;
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
    background-image: linear-gradient(90deg, #333333, #333333);
  }
  .mdl-information2__acr dd a:hover {
    background-size: 100% 1px;
  }
}
.mdl-information2__acr dd a::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-left: 0.8vw;
  background: url(../../img/common/icon/icon_arrow_right.svg) center center/contain no-repeat;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .mdl-information2__acr dd a::after {
    width: 10px;
    height: 10px;
    margin-left: 3px;
  }
}
.mdl-information2__link a {
  padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 5.3333333333vw;
  border-top: 1px solid #fff;
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .mdl-information2__link a {
    font-size: 4vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__link a {
    font-size: 15px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__link a {
    padding: 20px 40px 20px 20px;
    background: #F1F1F1;
    transition: opacity 0.4s ease;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .mdl-information2__link a {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .mdl-information2__link a {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-information2__link a:hover {
    opacity: 0.5;
  }
}
.mdl-information2__link a::after {
  content: "";
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin-top: -1.0666666667vw;
  border-top: 0.5333333333vw solid #000;
  border-left: 0.5333333333vw solid #000;
  transform: rotate(135deg);
  position: absolute;
  right: 4.8vw;
  top: 50%;
}
@media screen and (min-width: 641px) {
  .mdl-information2__link a::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    right: 19px;
  }
}
.mdl-information2__link dd {
  display: none;
}
.mdl-information2__more {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .mdl-information2__more {
    margin-top: 20px;
  }
}
.mdl-information2__more .mdl-button {
  max-width: 64vw;
}
@media screen and (min-width: 641px) {
  .mdl-information2__more .mdl-button {
    max-width: 240px;
  }
}

.mdl-news {
  padding: 8vw 0px;
  background: #F1F1F1;
}
@media screen and (min-width: 641px) {
  .mdl-news {
    padding: 0px 0px 25px 0px;
    background: #fff;
  }
}
@media screen and (min-width: 641px) {
  .mdl-news .mdl-inner {
    border-top: 1px solid #A1A1A1;
  }
}
.mdl-news__header {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 641px) {
  .mdl-news__header {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.mdl-news__wrap {
  padding-bottom: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0px;
  position: relative;
}
.mdl-news__wrap.__opend {
  padding: 0px;
}
@media screen and (min-width: 641px) {
  .mdl-news__wrap {
    padding: 0px;
    gap: 25px 0px;
  }
}
@media screen and (max-width: 640px) {
  .mdl-news__morebody {
    display: none;
  }
}
.mdl-news__body {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0px;
}
@media screen and (min-width: 641px) {
  .mdl-news__body {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media screen and (min-width: 641px) {
  .mdl-news__body__block {
    width: 300px;
  }
}
.mdl-news__body__link {
  width: 100%;
  display: flex;
  gap: 0px 5.3333333333vw;
  text-decoration: none !important;
  color: #000;
}
@media screen and (min-width: 641px) {
  .mdl-news__body__link {
    flex-direction: column;
    gap: 10px 0px;
    transition: opacity 0.4s ease;
  }
  .mdl-news__body__link:hover {
    opacity: 0.5;
  }
}
.mdl-news__body__picture {
  width: 39.4666666667vw;
  display: block;
}
@media screen and (min-width: 641px) {
  .mdl-news__body__picture {
    width: 100%;
  }
}
.mdl-news__body__picture img {
  width: 100%;
  height: auto;
}
.mdl-news__body__caption {
  margin: 0px;
  flex: 1;
  color: #000;
}
.mdl-news__more {
  width: 100%;
  height: 10.6666666667vw;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media screen and (min-width: 641px) {
  .mdl-news__more {
    display: none;
  }
}
.mdl-news__more p {
  margin-right: 2.6666666667vw;
}
@media screen and (max-width: 640px) {
  .mdl-news__more p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-news__more p {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
.mdl-news__more::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: url(../../img/common/icon/icon_plus_black.png) center center/contain no-repeat;
  display: block;
}
.mdl-news__footer {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .mdl-news__footer {
    margin-top: 20px;
  }
}
.mdl-news__footer .mdl-button {
  max-width: 64vw;
}
@media screen and (min-width: 641px) {
  .mdl-news__footer .mdl-button {
    max-width: 240px;
  }
}

.mdl-service {
  padding: 8vw 0px;
  background: #F1F1F1;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .mdl-service {
    padding: 0px 0px 25px 0px;
    background: #fff;
  }
}
@media screen and (min-width: 641px) {
  .mdl-service .mdl-inner {
    border-top: 1px solid #A1A1A1;
  }
}
.mdl-service__header {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 641px) {
  .mdl-service__header {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.mdl-service__wrap {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .mdl-service__wrap {
    padding: 0px;
    gap: 25px 0px;
  }
}
.mdl-service__body {
  display: flex;
  flex-wrap: wrap;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 641px) {
  .mdl-service__body {
    gap: 20px;
  }
}
.mdl-service__body__block {
  width: calc(50% - 2.6666666667vw);
}
@media screen and (min-width: 641px) {
  .mdl-service__body__block {
    width: 222px;
  }
}
.mdl-service__body__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0px;
  text-decoration: none !important;
  color: #000;
}
@media screen and (min-width: 641px) {
  .mdl-service__body__link {
    gap: 10px 0px;
    transition: opacity 0.4s ease;
  }
  .mdl-service__body__link:hover {
    opacity: 0.5;
  }
}
.mdl-service__body__picture {
  width: 100%;
  display: block;
}
.mdl-service__body__picture img {
  width: 100%;
  height: auto;
}
.mdl-service__body__caption {
  margin: 0px;
  flex: 1;
  color: #000;
}
.mdl-service__footer {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .mdl-service__footer {
    margin-top: 20px;
  }
}
.mdl-service__footer .mdl-button {
  max-width: 64vw;
}
@media screen and (min-width: 641px) {
  .mdl-service__footer .mdl-button {
    max-width: 240px;
  }
}

.mdl-banner {
  padding: 5.3333333333vw 0px;
  background: #fff;
  display: block;
}
@media screen and (min-width: 641px) {
  .mdl-banner {
    margin-top: 25px;
    padding: 50px 0px;
    background: #F1F1F1;
  }
}
.mdl-banner__link {
  display: block;
}
@media screen and (min-width: 641px) {
  .mdl-banner__link {
    transition: opacity 0.4s ease;
  }
  .mdl-banner__link:hover {
    opacity: 0.5;
  }
}
.mdl-banner__link img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
.mdl-banner .swiper-slide {
  text-align: center;
}

.mdl-breadcrumb ol {
  padding: 2.6666666667vw 2.1333333333vw;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .mdl-breadcrumb ol {
    padding: 8px 20px;
  }
}
.mdl-breadcrumb ol::-webkit-scrollbar {
  height: 1.6vw;
}
@media screen and (min-width: 641px) {
  .mdl-breadcrumb ol::-webkit-scrollbar {
    height: 6px;
  }
}
.mdl-breadcrumb ol::-webkit-scrollbar-track {
  background-color: #fff;
}
.mdl-breadcrumb ol::-webkit-scrollbar-thumb {
  box-shadow: 0px 2px 0px #fff inset, 0px -2px 0px #fff inset;
  background-color: #000;
  border-radius: 3px;
}
.mdl-breadcrumb ol li::after {
  content: ">";
  margin: 0px 1.6vw;
}
@media screen and (min-width: 641px) {
  .mdl-breadcrumb ol li::after {
    margin: 0px 6px;
  }
}
.mdl-breadcrumb ol li:last-child::after {
  display: none;
}
@media screen and (max-width: 640px) {
  .mdl-breadcrumb ol li a, .mdl-breadcrumb ol li p {
    font-size: 3.2vw;
    line-height: 1.5833333333em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-breadcrumb ol li a, .mdl-breadcrumb ol li p {
    font-size: 12px;
    line-height: 1.5833333333em;
  }
}
@media screen and (min-width: 641px) {
  .mdl-breadcrumb ol li a {
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #000, #000);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }
  .mdl-breadcrumb ol li a:hover {
    background-size: 100% 1px;
  }
}

#CONTENTS {
  background: none !important;
}
@media screen and (max-width: 640px) {
  #CONTENTS {
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  #CONTENTS {
    width: 100%;
  }
}

#CONTENTS_INNER {
  background: none !important;
}
@media screen and (max-width: 640px) {
  #CONTENTS_INNER {
    background: none !important;
  }
}

.facility-mv {
  background: url(/theater/access/assets/img/theater/mv.jpg) center center/cover no-repeat;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .facility-mv {
    background: url(/theater/access/assets/img/theater/mv-pc.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .facility-mv__inner {
    max-width: 100% !important;
  }
}
.facility-mv__heading {
  height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .facility-mv__heading {
    height: 150px;
  }
}
.facility-mv__heading__place {
  padding-bottom: 0.5333333333vw;
  display: inline-block;
  border-bottom: 1px solid #fff !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .facility-mv__heading__place {
    font-size: 4.8vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .facility-mv__heading__place {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .facility-mv__heading__place {
    padding-bottom: 2px;
  }
}
.facility-mv__heading__title {
  width: 100%;
  padding-top: 1.6vw;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .facility-mv__heading__title {
    font-size: 8vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .facility-mv__heading__title {
    font-size: 30px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .facility-mv__heading__title {
    padding-top: 6px;
  }
}
.facility-mv__btns {
  display: flex;
  background: #000000;
  position: relative;
}
.facility-mv__btns.__type2 {
  height: 21.3333333333vw;
  align-items: flex-start;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .facility-mv__btns.__type2 {
    height: 40px;
    align-items: center;
  }
}
.facility-mv__btns.__type2 li {
  height: 20vw;
}
@media screen and (min-width: 641px) {
  .facility-mv__btns.__type2 li {
    height: 100%;
  }
}
.facility-mv__btns.__type2 li::before {
  height: 16vw;
  margin-top: -8vw;
}
@media screen and (min-width: 641px) {
  .facility-mv__btns.__type2 li::before {
    height: 20px;
    margin-top: -10px;
  }
}
.facility-mv__btns.__type2 li i {
  height: 10px;
  margin: 0px auto;
  top: unset;
  left: 0px;
  bottom: 10px;
}
@media screen and (min-width: 641px) {
  .facility-mv__btns.__type2 li i {
    margin: 0px;
  }
}
.facility-mv__btns li {
  width: 50%;
  height: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 641px) {
  .facility-mv__btns li {
    height: 40px;
    gap: 0px 8px;
    transition: background 0.4s ease;
  }
  .facility-mv__btns li:hover {
    background: #fff;
  }
  .facility-mv__btns li:hover p {
    color: #000000;
  }
}
.facility-mv__btns li::before {
  content: "";
  width: 1px;
  height: 5.3333333333vw;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -2.6666666667vw;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 641px) {
  .facility-mv__btns li::before {
    height: 20px;
    margin-top: -10px;
  }
}
.facility-mv__btns li:first-child::before {
  display: none;
}
.facility-mv__btns li p {
  font-size: 3.2vw;
  font-weight: 500;
}
@media screen and (min-width: 641px) {
  .facility-mv__btns li p {
    transition: color 0.4s ease;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .facility-mv__btns li p {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .facility-mv__btns li p {
    font-size: 15px;
    line-height: 1.4666666667em;
  }
}
.facility-mv__btns li i {
  width: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 10px;
}
@media screen and (min-width: 641px) {
  .facility-mv__btns li i {
    position: static;
  }
}
.facility-mv__btns li i svg path {
  stroke: #B60081;
}

.facility-tab {
  padding-top: 5.3333333333vw;
}
@media screen and (max-width: 640px) {
  .facility-tab .mdl-inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .facility-tab {
    padding-top: 40px;
  }
}

.facility-list {
  padding-top: 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 641px) {
  .facility-list {
    padding-top: 40px;
  }
}
.facility-list__title {
  background: #333333;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
  padding: 16px 20px;
}
@media screen and (max-width: 640px) {
  .facility-list__title {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) {
  .facility-list__title {
    font-size: 20px;
  }
}

.facility-anchor {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #fff;
}

.facility-access {
  background: #F1F1F1;
}
.facility-access__inner {
  height: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 641px) {
  .facility-access__inner {
    height: 40px;
  }
}

.facility-screens {
  padding: 30px 0px;
  background: #fff;
}
@media screen and (min-width: 641px) {
  .facility-screens {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 640px) {
  .facility-screens__inner {
    max-width: 100%;
  }
}
.facility-screens__title {
  padding: 16px 20px;
  background: #333333;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .facility-screens__title {
    font-size: 5.3333333333vw;
    line-height: 1em;
  }
}
@media screen and (min-width: 641px) {
  .facility-screens__title {
    font-size: 20px;
    line-height: 1em;
  }
}
.facility-screens__title span {
  font-size: 80%;
}
.facility-screens__block {
  border-bottom: 1px solid #CCCCCC;
  background: #F1F1F1;
}
.facility-screens__block.__open .facility-screens__header {
  background: none;
}
.facility-screens__block.__open .facility-screens__header::after {
  background: url(/assets/img/common/icon/icon_minus.svg) center center/contain no-repeat;
}
@media screen and (min-width: 641px) {
  .facility-screens__block.__open .facility-screens__header:hover {
    background: #A1A1A1;
  }
  .facility-screens__block.__open .facility-screens__header:hover .facility-screens__header__title {
    color: #fff;
  }
}
.facility-screens__header {
  padding: 20px 40px 20px 20px;
  position: relative;
  background: #fff;
  cursor: pointer;
  transition: background 0.4s ease;
}
.facility-screens__header__title {
  font-weight: bold;
  transition: color 0.4s ease;
}
@media screen and (max-width: 640px) {
  .facility-screens__header__title {
    font-size: 4.8vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .facility-screens__header__title {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .facility-screens__header__title span {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 641px) {
  .facility-screens__header__title span {
    font-size: 14px;
    line-height: 1.4285714286em;
  }
}
.facility-screens__header::after {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 20px;
  background: url(/assets/img/common/icon/icon_plus.svg) center center/contain no-repeat;
  transition: background 0.4s ease;
}
@media screen and (min-width: 641px) {
  .facility-screens__header:hover {
    background: #A1A1A1;
  }
  .facility-screens__header:hover .facility-screens__header__title {
    color: #fff;
  }
}
.facility-screens__slope {
  color: #b60081;
  font-size: 14px;
  padding-top: 15px;
  font-weight: 500;
}
.facility-screens__body {
  padding: 0px 20px 20px 20px;
  padding: 20px;
  display: none;
}
.facility-screens__seat {
  margin-top: 25px;
}
@media screen and (min-width: 641px) {
  .facility-screens__seat {
    max-width: 215px;
    margin-top: 20px;
  }
}
.facility-screens__info {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px 0px;
}
@media screen and (min-width: 641px) {
  .facility-screens__info {
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
  }
}

.facility-seat {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.facility-seat__outer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facility-seat__inner {
  height: calc(100% - 20px);
  max-height: 900px;
}
.facility-seat__close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .facility-seat__close {
    transition: background 0.2s ease-in-out;
  }
  .facility-seat__close:hover {
    background: #fff;
  }
  .facility-seat__close:hover:before, .facility-seat__close:hover:after {
    background: #333333;
  }
}
.facility-seat__close:before, .facility-seat__close:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.facility-seat__close::after {
  transform: rotate(45deg);
}
.facility-seat__close::before {
  transform: rotate(-45deg);
}
.facility-seat img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=theater.css.map */