@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
:root {
  --color-main01: #007139;
}

:root {
  --vw-size11: clamp(10px, calc(((11 + 1) / 1200) * 100vw), 11px);
  --vw-size12: clamp(10px, calc(((12 + 1) / 1200) * 100vw), 12px);
  --vw-size14: clamp(12px, calc(((14 + 1) / 1200) * 100vw), 14px);
  --vw-size15: clamp(12px, calc(((15 + 1) / 1200) * 100vw), 15px);
  --vw-size16: clamp(13px, calc(((16 + 1) / 1200) * 100vw), 16px);
  --vw-size18: clamp(14px, calc(((18 + 1) / 1200) * 100vw), 18px);
  --vw-size20: clamp(15px, calc(((20 + 1) / 1200) * 100vw), 20px);
  --vw-size24: clamp(18px, calc(((24 + 1) / 1200) * 100vw), 24px);
  --vw-size28: clamp(19px, calc(((28 + 1) / 1200) * 100vw), 28px);
  --vw-size30: clamp(20px, calc(((30 + 1) / 1200) * 100vw), 30px);
  --vw-size32: clamp(20px, calc(((32 + 1) / 1200) * 100vw), 32px);
  --vw-size35: clamp(21px, calc(((35 + 1) / 1200) * 100vw), 35px);
  --vw-size38: clamp(22px, calc(((38 + 1) / 1200) * 100vw), 38px);
  --vw-size40: clamp(22px, calc(((40 + 1) / 1200) * 100vw), 40px);
  --vw-size45: clamp(24px, calc(((45 + 1) / 1200) * 100vw), 45px);
  --vw-size48: clamp(26px, calc(((48 + 1) / 1200) * 100vw), 48px);
  --vw-size52: clamp(28px, calc(((52 + 1) / 1200) * 100vw), 52px);
  --vw-size56: clamp(30px, calc(((56 + 1) / 1200) * 100vw), 56px);
  --vw-size65: clamp(32px, calc(((65 + 1) / 1200) * 100vw), 65px);
  --vw-size80: clamp(40px, calc(((80 + 1) / 1200) * 100vw), 80px);
  --vw-size90: clamp(45px, calc(((90 + 1) / 1200) * 100vw), 90px);
  --vw-size100: clamp(50px, calc(((100 + 1) / 1200) * 100vw), 100px);
  --vw-size120: clamp(60px, calc(((120 + 1) / 1200) * 100vw), 120px);
}

#resPage .pl-trk56 .mvWrap02 h1 {
  background: #F2D300;
  color: #333;
}

.pl-trk56 .mvWrap02 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
}
.pl-trk56 .mvWrap02 .deco06 {
  top: 15%;
  left: 0;
}
@media (max-width: 767px) {
  .pl-trk56 .mvWrap02 .deco06 {
    top: 13%;
  }
}
.pl-trk56 .mvWrap02 .deco02 {
  top: 20%;
  right: 0;
}
.pl-trk56 .mvWrap02 .deco05 {
  bottom: 30%;
  right: 0;
}
.pl-trk56 .mvWrap02 .deco04 {
  bottom: 10%;
  left: 30px;
}
@media (max-width: 767px) {
  .pl-trk56 .mvWrap02 .deco04 {
    left: 10px;
  }
}
.pl-trk56 .mvWrap02 .mvTxt {
  width: 32.5%;
  position: absolute;
  text-align: center;
  top: clamp(100px, 7.2916666667vw, 140px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 120;
}
@media (max-width: 767px) {
  .pl-trk56 .mvWrap02 .mvTxt {
    width: 65.1890482399%;
    top: 100px;
  }
}
.pl-trk56 .mvWrap02 .mvTxt img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.pl-trk56 .mvWrap02 .mvTxt h1 {
  display: block;
  text-align: center;
  background: var(--color-main01);
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: var(--vw-size32);
  line-height: 1;
  padding: 8px 10px 12px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pl-trk56 .mvWrap02 .mvTxt h1 {
    line-height: 1.3em;
  }
}
.pl-trk56 .mvWrap02 .mv01 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.pl-trk56 .mvWrap02 .mv01 figure {
  width: 100%;
  height: 100%;
}
.pl-trk56 .mvWrap02 .mv01 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pl-trk56 .topLine {
  position: relative;
  padding: clamp(80px, 13.3333333333vw, 160px) 0 0;
}
.pl-trk56 .topLine::before {
  content: "";
  width: 100%;
  height: clamp(30px, 5vw, 60px);
  background: url(https://tgl-assets.s3.ap-northeast-1.amazonaws.com/pl-trk56/common/img/top/bg_merit.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.pl-trk56 .topLine .deco01 {
  top: clamp(80px, 13.3333333333vw, 160px);
  right: 0;
}
@media (max-width: 991px) {
  .pl-trk56 .topLine .deco01 {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .pl-trk56 .topLine .deco01 {
    top: 40px;
  }
}
.pl-trk56 .topLine .deco03 {
  top: 50%;
  left: 0;
}
@media (max-width: 991px) {
  .pl-trk56 .topLine .deco03 {
    top: 60%;
  }
}
.pl-trk56 .entryWrap .entryBox {
  border: solid 1px var(--color-main01);
  padding: clamp(30px, 5vw, 60px) clamp(15px, 2.9166666667vw, 35px);
  margin-top: clamp(30px, 5vw, 60px);
}
.pl-trk56 .entryWrap .entryBox .entryH2 {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400;
  color: var(--color-main01);
  letter-spacing: 0.05em;
  text-align: center;
  font-size: var(--vw-size45);
  line-height: 1;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.pl-trk56 .entryWrap .entryBox .linkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 767px) {
  .pl-trk56 .entryWrap .entryBox .linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
.pl-trk56 .entryWrap .entryBox .linkBox .inBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.pl-trk56 .entryWrap .entryBox .linkBox .inBox .siteName {
  text-align: center;
  font-size: var(--vw-size18);
  font-weight: 700;
  margin-bottom: clamp(20px, 3.3333333333vw, 40px);
}
.pl-trk56 .entryWrap .entryBox .linkBox .inBox .btnEntry {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.pl-trk56 .entryWrap .entryBox .linkBox .inBox .btnEntry a {
  display: block;
  background: var(--color-main01);
  border-radius: 60px;
  font-size: var(--vw-size18);
  padding: 20px;
  color: #fff;
  position: relative;
  border: solid 1px var(--color-main01);
  -webkit-transition: background 0.4s ease 0s, color 0.4s ease 0s;
  transition: background 0.4s ease 0s, color 0.4s ease 0s;
}
@media (min-width: 992px) {
  .pl-trk56 .entryWrap .entryBox .linkBox .inBox .btnEntry a:hover {
    background: #fff;
    color: var(--color-main01);
  }
  .pl-trk56 .entryWrap .entryBox .linkBox .inBox .btnEntry a:hover::before {
    background: url(https://tgl-assets.s3.ap-northeast-1.amazonaws.com/pl-trk56/common/img/common/icon_arrow.svg) no-repeat center center/cover;
  }
}
.pl-trk56 .entryWrap .entryBox .linkBox .inBox .btnEntry a::before {
  content: "";
  width: 9px;
  height: 12px;
  background: url(https://tgl-assets.s3.ap-northeast-1.amazonaws.com/pl-trk56/common/img/common/icon_arrow_w.svg) no-repeat center center/cover;
  -webkit-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
}
.pl-trk56 .passWrap .formBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(15px, 2.9166666667vw, 35px);
     -moz-column-gap: clamp(15px, 2.9166666667vw, 35px);
          column-gap: clamp(15px, 2.9166666667vw, 35px);
  margin-top: clamp(40px, 6.6666666667vw, 80px);
}
@media (max-width: 767px) {
  .pl-trk56 .passWrap .formBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.pl-trk56 .passWrap .formBox * {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 400;
}
.pl-trk56 .passWrap .formBox .passTtl {
  font-size: var(--vw-size30);
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .pl-trk56 .passWrap .formBox .passTtl {
    width: 100%;
  }
}
.pl-trk56 .passWrap .formBox .input {
  width: 369px;
}
@media (max-width: 767px) {
  .pl-trk56 .passWrap .formBox .input {
    width: 100%;
  }
}
.pl-trk56 .passWrap .formBox .input input {
  width: 100%;
  border-radius: 5px;
  font-size: var(--vw-size20);
  line-height: 1;
  padding: 12px 10px;
  border: solid 1px #c4c4c4;
}
.pl-trk56 .passWrap .formBox .button input {
  background: var(--color-main01);
  border: none;
  color: #fff;
  font-size: var(--vw-size20);
  letter-spacing: 0.05em;
  padding: 10px 20px;
  border-radius: 60px;
  cursor: pointer;
  -webkit-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}
@media (min-width: 992px) {
  .pl-trk56 .passWrap .formBox .button input:hover {
    background: #098610;
  }
  .pl-trk56 .passWrap .formBox .button input:hover span::before, .pl-trk56 .passWrap .formBox .button input:hover span::after {
    right: -5px;
  }
}
.pl-trk56 .passWrap .formBox .button input span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.pl-trk56 .passWrap .formBox .button input span::before, .pl-trk56 .passWrap .formBox .button input span::after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}
.pl-trk56 .passWrap .formBox .button input span::before {
  width: 14px;
}
.pl-trk56 .passWrap .formBox .button input span::after {
  width: 6px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.pl-trk56 .passWrap .entryBox {
  width: 100%;
  max-width: 813px;
  background: var(--color-main01);
  padding: 35px clamp(20px, 4.3333333333vw, 52px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(15px, 2.9166666667vw, 35px);
     -moz-column-gap: clamp(15px, 2.9166666667vw, 35px);
          column-gap: clamp(15px, 2.9166666667vw, 35px);
  margin: clamp(55px, 9.1666666667vw, 110px) auto 0;
}
@media (max-width: 767px) {
  .pl-trk56 .passWrap .entryBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.pl-trk56 .passWrap .entryBox .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pl-trk56 .passWrap .entryBox .txtWrap .txt {
  color: #fff;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 400;
  font-size: var(--vw-size15);
  line-height: 2em;
}
.pl-trk56 .passWrap .entryBox .btnEntry {
  width: 258px;
}
@media (max-width: 767px) {
  .pl-trk56 .passWrap .entryBox .btnEntry {
    width: 100%;
  }
}
.pl-trk56 .passWrap .entryBox .btnEntry a {
  display: block;
  background: #D84040;
  padding: 22px 10px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}
@media (max-width: 767px) {
  .pl-trk56 .passWrap .entryBox .btnEntry a {
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  .pl-trk56 .passWrap .entryBox .btnEntry a:hover {
    background: #f85959;
  }
  .pl-trk56 .passWrap .entryBox .btnEntry a:hover span::before, .pl-trk56 .passWrap .entryBox .btnEntry a:hover span::after {
    right: -5px;
  }
}
.pl-trk56 .passWrap .entryBox .btnEntry a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
  font-size: var(--vw-size24);
}
.pl-trk56 .passWrap .entryBox .btnEntry a span::before, .pl-trk56 .passWrap .entryBox .btnEntry a span::after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}
.pl-trk56 .passWrap .entryBox .btnEntry a span::before {
  width: 14px;
}
.pl-trk56 .passWrap .entryBox .btnEntry a span::after {
  width: 6px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.pl-trk56 .limitedWrap .limitedList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(20px, 4.5vw, 54px);
}
.pl-trk56 .limitedWrap .limitedList li {
  width: calc((100% - clamp(20px, 4.5vw, 54px)) / 2);
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pl-trk56 .limitedWrap .limitedList li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pl-trk56 .limitedWrap .limitedList li:hover figure img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (min-width: 992px) {
  .pl-trk56 .limitedWrap .limitedList li:hover .txtWrap p.btnMore a {
    background: rgba(255, 255, 255, 0.2);
  }
  .pl-trk56 .limitedWrap .limitedList li:hover .txtWrap p.btnMore a span::before, .pl-trk56 .limitedWrap .limitedList li:hover .txtWrap p.btnMore a span::after {
    right: -5px;
  }
}
.pl-trk56 .limitedWrap .limitedList li.soon {
  pointer-events: none;
}
.pl-trk56 .limitedWrap .limitedList li.soon figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.pl-trk56 .limitedWrap .limitedList li.soon .txtWrap p.ttl {
  line-height: 1;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 700;
  font-size: var(--vw-size35);
}
.pl-trk56 .limitedWrap .limitedList li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pl-trk56 .limitedWrap .limitedList li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p {
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 400;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.ttl span {
  display: block;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.ttl span.en {
  line-height: 1;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 700;
  font-size: var(--vw-size35);
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.ttl span.jp {
  font-size: var(--vw-size18);
  line-height: 1.3em;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.btnMore {
  text-align: center;
  line-height: 1;
  margin-top: clamp(15px, 2.5vw, 30px);
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.btnMore a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #fff;
  border-radius: 60px;
  padding: 12px 32px;
  -webkit-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.btnMore a span {
  display: inline-block;
  color: #fff;
  font-size: var(--vw-size16);
  line-height: 1;
  padding-right: 23px;
  position: relative;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.btnMore a span::before, .pl-trk56 .limitedWrap .limitedList li .txtWrap p.btnMore a span::after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.btnMore a span::before {
  width: 14px;
}
.pl-trk56 .limitedWrap .limitedList li .txtWrap p.btnMore a span::after {
  width: 6px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}