@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/NotoSerif.ttf") format("truetype");
}
.Ft_En {
  font-family: "Playfair Display", serif;
}

.Ft_Tch {
  font-family: "Noto Serif", serif;
}

.FtColor_Gn {
  color: #05470A !important;
}

.FtColor_Og {
  color: #F37D3E !important;
}

.FtColor_Red {
  color: #F6F6F6 !important;
}

.FtColor_Gy {
  color: #8D8D8D !important;
}

.FtColor_Bu {
  color: #BCD095 !important;
}

.Fw4 {
  font-weight: 400;
}

.Fw5 {
  font-weight: 500;
}

.Fw7 {
  font-weight: 700;
}

.Fw9 {
  font-weight: 900;
}

.FtB {
  font-weight: bold;
}

.Ft2XL, h1 b {
  font-size: 50px;
  line-height: 50px;
}

.FtXL, h1, h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.FtL {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.FtML, h3, h4 {
  font-size: 22px;
  line-height: 30px;
}

.FtM, body, .GridBox .TxtContent {
  font-size: 18px;
  line-height: 30px;
}

.FtS, .CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem .ToolsBtn {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px), (orientation: portrait) {
  .Ft2XL, h1 b {
    font-size: 35px;
    line-height: 40px;
  }

  .FtXL, h1, h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .FtML, h3, h4 {
    font-size: 18px;
  }

  .FtM, body, .GridBox .TxtContent {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .Ft2XL, h1 b {
    font-size: 26px;
    line-height: 30px;
  }

  .FtXL, h1, h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .FtML, h3, h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .FtM, body, .GridBox .TxtContent {
    font-size: 14px;
    line-height: 22px;
  }
}
body {
  font-family: "Playfair Display", serif;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

div, input, select, button, section, textarea, a, ol, ul, li {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: middle;
}

a, a:hover, a:link, a:visited {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input, select, button, textarea {
  outline: none;
  vertical-align: middle;
}

button, input[type="submit"] {
  border: 0;
}

select:disabled {
  cursor: default;
}

b {
  font-weight: bold;
}

p {
  font-weight: 400;
  margin: 10px 0;
}

h1 {
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  font-weight: 900;
}

h3 {
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h4 {
  font-weight: bold;
  margin: 0 0 10px 0;
}

strong {
  font-weight: 700;
}

::selection {
  color: #FFFFFF;
  background-color: #05470A;
}

.TaC {
  text-align: center !important;
}

.TaR {
  text-align: right !important;
}

.MarginL {
  margin: 20px 0;
}

.MarginM {
  margin: 15px 0;
}

.MarginS {
  margin: 10px 0;
}

.Discell {
  display: table-cell;
}

.DisiB {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}

.DisB {
  display: block;
}

.DisF {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.DisN {
  display: none;
}

.WordBreak {
  word-break: break-all;
}

ul.Disc > li {
  list-style-type: disc;
}

ul.Square > li {
  list-style-type: square;
}

ol.Decimal > li {
  list-style-type: decimal;
}

ol.Zero > li {
  list-style-type: decimal-leading-zero;
}

ol.Zero {
  margin: 0 0 0 10px;
}

.TxtUnderLine {
  text-decoration: underline;
}

.ALink {
  text-decoration: underline !important;
}

.Clear {
  clear: both;
  height: 0;
}

.OutFrame {
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .InnerFrame {
    padding: 20px 0 0 0;
  }

  .Index.InnerFrame {
    padding: 30px 0 0 0;
  }
  .Index.InnerFrame .ContentFrame {
    min-height: calc( 100vh - 75px );
  }

  .ContentFrame {
    width: 94.8%;
    min-height: calc( 100vh - 65px );
    margin: 0 auto;
    border-radius: 15px;
  }

  .ContentBox {
    width: 89.5%;
  }
}
@media screen and (max-width: 929px) {
  .Index.InnerFrame .ContentFrame {
    min-height: calc( 100vh - 90px );
  }

  .ContentFrame {
    min-height: calc( 100vh - 80px );
  }
}
@media screen and (max-width: 767px) {
  h4 {
    margin: 0 0 12px 0;
  }

  .InnerFrame {
    padding: 10px 0 0 0;
  }

  .Index.InnerFrame {
    padding: 10px 0 0 0;
  }
  .Index.InnerFrame .ContentFrame {
    min-height: calc( 100vh - 80px );
  }

  .ContentFrame {
    width: 94%;
    min-height: calc( 100vh - 80px );
    margin: 10px auto 0 auto;
  }

  .ContentBox {
    width: 89%;
    padding: 25px 0 60px 0;
  }
}
@media screen and (max-width: 539px) {
  .ContentFrame.Index {
    min-height: calc( 100vh - 100px );
  }

  .ContentFrame {
    min-height: calc( 100vh - 100px );
  }
}
.MainShowBg {
  width: 100%;
  position: relative;
  z-index: 90;
}
.MainShowBg .MainShowBox {
  width: 100%;
  position: relative;
}
.MainShowBg .MainShowBox .LogoBox {
  display: flex;
  align-items: center;
  width: calc( 100% - 100px );
  position: absolute;
  left: 50px;
  top: 4.8%;
  z-index: 99;
}
.MainShowBg .MainShowBox .LogoBox .Logo01 {
  flex: 1;
}
.MainShowBg .MainShowBox .LogoBox .Logo02 {
  flex: 1;
  text-align: right;
}
.MainShowBg .MainShowBox .LogoBox img {
  width: 11vw;
  max-width: 190px;
  height: auto;
}
.MainShowBg .MainShowBox .MainShowPic {
  position: relative;
  z-index: 0;
}
.MainShowBg .MainShowBox .MainShowPic picture, .MainShowBg .MainShowBox .MainShowPic img {
  width: 100vw;
  max-width: 1920px;
  height: auto;
}
.MainShowBg .MainShowBox .GreenBox {
  position: absolute;
  top: 0;
  left: -57.2%;
  transform: translate(43%, 0);
  z-index: 1;
}
.MainShowBg .MainShowBox .GreenBox img {
  width: 118.6vw;
  max-width: 2280px;
  height: auto;
}
.MainShowBg .MainShowBox .OrangeBox {
  position: absolute;
  width: 12%;
  right: -1px;
  top: 0;
  z-index: 99;
}
.MainShowBg .MainShowBox .OrangeBox img {
  width: 100%;
  max-width: 230px;
  height: auto;
}
.MainShowBg .MainShowBox .MainTxt {
  position: absolute;
  bottom: -12%;
  z-index: 11;
}
.MainShowBg .MainShowBox .MainTxt::before, .MainShowBg .MainShowBox .MainTxt::after {
  display: inline-block;
  content: "";
  position: absolute;
  transform-origin: 0 0;
  opacity: 0;
}
.MainShowBg .MainShowBox .MainTxt::before {
  width: 46%;
  height: 60%;
  background-color: #FFFFFF;
}
.MainShowBg .MainShowBox .MainTxt::after {
  width: 23%;
  height: 80%;
  background-color: #05470A;
  bottom: 0;
  left: 41.2%;
}
.MainShowBg .MainShowBox .MainTxt .SloganLine {
  width: 20%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.MainShowBg .MainShowBox .MainTxt .Slogan01 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
}
.MainShowBg .MainShowBox .MainTxt .Slogan02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.MainShowBg .MainShowBox .MainTxt .Slogan03 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.MainShowBg .MainShowBox .MainTxt picture {
  display: block;
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  position: relative;
}
.MainShowBg .MainShowBox .MainTxt img, .MainShowBg .MainShowBox .MainTxt source {
  display: block;
  width: 100vw;
  max-width: 1920px;
  height: auto;
}
.MainShowBg .MainShowBox .MainTxt.Act::before {
  animation: rectangle-block01 2.2s ease-out 1.3s 1 forwards;
}
.MainShowBg .MainShowBox .MainTxt.Act::after {
  animation: rectangle-block02 1.2s ease-out 2.1s 1 forwards;
}
.MainShowBg .MainShowBox .MainTxt.Act .SloganLine {
  animation: op1 1.2s ease-out 3.6s 1 forwards;
}
.MainShowBg .MainShowBox .MainTxt.Act .Slogan01 {
  animation: rectangle-txt 1.6s ease-in 2.1s 1 forwards;
}
.MainShowBg .MainShowBox .MainTxt.Act .Slogan02 {
  animation: rectangle-txt 2.1s ease-in 2.1s 1 forwards;
}
.MainShowBg .MainShowBox .MainTxt.Act .Slogan03 {
  animation: rectangle-txt 1.6s ease-in 2.7s 1 forwards;
}
.MainShowBg .MainShowBox .PhoneUseBg {
  display: none;
}

.ShowGreenAct {
  animation: show-green 1.2s ease-out 1s 1 forwards;
}

.SwiperBg {
  position: absolute;
  top: 8.6vw;
  left: 11.7vw;
  z-index: 91;
  display: none;
}

.SwiperBox {
  width: 46.8vw;
  max-width: 896px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}
.SwiperBox .CarouselBox {
  position: relative;
  width: 18.2vw;
  perspective: 1000px;
}
.SwiperBox .Carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
}
.SwiperBox .Card {
  position: absolute;
  width: 18.2vw;
  max-width: 350px !important;
  cursor: pointer;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transform-origin: center center;
}
.SwiperBox .Card img {
  width: 100%;
  height: auto;
}
.SwiperBox .Card .Pic {
  position: relative;
  z-index: 1;
}
.SwiperBox .Card .Txt, .SwiperBox .Card .Icon, .SwiperBox .Card .Cover, .SwiperBox .Card .Role {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.SwiperBox .Card .Txt {
  z-index: 5;
}
.SwiperBox .Card .Icon {
  z-index: 4;
}
.SwiperBox .Card .Cover {
  z-index: 3;
}
.SwiperBox .Card .Role {
  z-index: 0;
  opacity: 1;
}
.SwiperBox .Active .Txt, .SwiperBox .Active .Icon, .SwiperBox .Active .Cover {
  opacity: 1;
}
.SwiperBox .Active .Role {
  opacity: 0;
}

.NavBg {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  top: 6.2vw;
  left: 50%;
  z-index: 999;
  pointer-events: none;
  text-align: center;
}
.NavBg .NavBox {
  width: 5.2vw;
  max-width: 100px;
  position: relative;
  left: calc( 50% - 5.2vw - 22px );
}
.NavBg .NavBtn:nth-child(2) {
  margin: 8px 0;
}
.NavBg .NavBtn {
  margin: 7px 0;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}
.NavBg .NavBtn .Btn01 {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 50px;
  border-radius: 50%;
  border: 5px solid transparent;
}
.NavBg .NavBtn .Btn01:hover {
  border: 5px solid #51AE88;
}
.NavBg .NavBtn .Btn01 img {
  position: relative;
  z-index: 2;
}
.NavBg .NavBtn .Btn02 {
  width: 100%;
  max-width: 100px;
}

.InnerWidth, .GridBox, .Part02 .PremiumBox {
  position: relative;
  width: 72vw;
  max-width: 1248px;
  margin: 0 auto;
}

.GridBox {
  display: flex;
  flex-wrap: wrap;
}
.GridBox .GridTitle, .GridBox .GridTxt {
  position: relative;
}
.GridBox .GridTitle {
  width: 51%;
}
.GridBox .GridTxt {
  width: 51%;
}
.GridBox .GridPic {
  width: 50%;
  position: absolute;
  top: 0;
}
.GridBox .GridPic.Right {
  right: 0;
}
.GridBox .GridPic.Left {
  left: 0;
}
.GridBox .TitleBox .Caption {
  position: relative;
}
.GridBox .TitleBox .Caption {
  padding: 0;
  z-index: 1;
  opacity: 0;
}
.GridBox .TitleBox .Caption h1 {
  display: block;
  padding: 0 0 14px 0;
  position: relative;
}
.GridBox .TitleBox .Caption h1::after {
  display: block;
  content: "";
  width: calc( 100% + 220px );
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
}
.GridBox .TitleBox.Right .Caption h1::after {
  left: auto;
  right: 0;
}
.GridBox .TxtContent {
  margin: 10px 0 0 0;
  position: relative;
  opacity: 0;
}

.AccBox.Tch .TitleBox {
  padding-top: 116px;
}

.AccBox {
  justify-content: flex-start;
  margin: 0 auto 68px auto;
}
.AccBox .GridTitle {
  padding-right: 50px;
}
.AccBox .GridTxt {
  padding-right: 50px;
}
.AccBox .TitleBox {
  padding-top: 40px;
}
.AccBox .AccPic01 {
  position: relative;
  left: 10%;
  z-index: 1;
  width: 90%;
  max-width: 561px;
}
.AccBox .AccPic02 {
  position: relative;
  top: -28px;
  z-index: 9;
  width: 60.6%;
  max-width: 379px;
}
.AccBox .AccPic02 img {
  width: 100%;
  height: auto;
}

.TreatsBox.Tch .TitleBox {
  padding-top: 120px;
}

.TreatsBox {
  justify-content: flex-end;
  margin: 258px auto 0px auto;
}
.TreatsBox .GridTitle {
  padding-left: 50px;
}
.TreatsBox .GridTxt {
  padding-left: 50px;
  min-height: 280px;
}
.TreatsBox .TitleBox {
  padding-top: 30px;
}
.TreatsBox .TreatsPic01 {
  position: relative;
  z-index: 1;
  width: 86%;
  max-width: 516px;
}
.TreatsBox .TreatsPic02 {
  position: relative;
  left: 35%;
  top: -28px;
  z-index: 9;
  width: 64%;
  max-width: 389px;
}
.TreatsBox .TreatsPic02 img {
  width: 100%;
  height: auto;
}

.PicBox {
  position: relative;
}
.PicBox img {
  width: 100%;
  height: auto;
}
.PicBox .PicItem {
  position: relative;
  z-index: 9;
}
.PicBox .ShapeItem {
  position: absolute;
  z-index: 1;
}
.PicBox .wow.PicItem, .PicBox .wow.ShapeItem {
  opacity: 0;
}

.PicBox.RightTop .PicItem {
  left: 0;
}
.PicBox.RightTop .ShapeItem {
  left: 0;
  top: 0;
}

.PicBox.LeftTop .PicItem {
  left: 0;
  top: 0;
}
.PicBox.LeftTop .ShapeItem {
  left: 0;
  top: 0;
}

.PicActDelay {
  animation: pic-mask-in 1s ease-in-out 2.4s forwards;
}

.ShapeActDelay {
  animation: shape-in 0.8s ease-in-out 2.8s 1 forwards;
}

.TxtActDelay {
  animation: txt-in 0.9s ease-in-out 3s 1 forwards;
}

.PicAct {
  animation: pic-mask-in 1s ease-in-out 0.7s forwards;
}

.ShapeAct {
  animation: shape-in 0.8s ease-in-out 1.1s 1 forwards;
}

.TxtAct {
  animation: txt-in 0.9s ease-in-out 1.1s 1 forwards;
}

.Part01 {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 4vw;
  position: relative;
  z-index: 1;
}
.Part01 .GridBox {
  z-index: 5;
}
.Part01 .Bg01, .Part01 .Bg02, .Part01 .Bg03, .Part01 .Bg04 {
  display: inline-block;
  content: "";
  width: 1920px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
}
.Part01 .Bg01 {
  height: 880px;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/bg01.png");
  opacity: 0;
}
.Part01 .Bg01Act {
  animation: bg-in01 2.5s ease-in-out 1 forwards;
}
.Part01 .Bg02 {
  height: 1215px;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/bg02.png");
  opacity: 0;
}
.Part01 .Bg02Act {
  animation: bg-in01 2s ease-in-out 0.8s 1 forwards;
}
.Part01 .Bg03 {
  height: 1472px;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/bg03.png");
  opacity: 0;
}
.Part01 .Bg03Act {
  animation: bg-in01 2.5s ease-in-out 1.2s 1 forwards;
}
.Part01 .Bg04 {
  height: 2335px;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/bg04.png");
}
.Part01 .SubjectItem01 {
  position: absolute;
  top: 30px;
  z-index: 9;
}
.Part01 .SubjectItem01 img {
  opacity: 0;
  transform: translate(0, 0);
}
.Part01 .SubjectItem01.Act {
  animation: txt-Zoom01 2.4s ease-in-out 1 forwards;
}
.Part01 .SubjectItem01.Act img {
  opacity: 1;
}
.Part01 .SubjectItem02 {
  display: inline-block;
  position: absolute;
  right: 130px;
  z-index: 9;
}
.Part01 .SubjectItem02.Act {
  animation: txt-Zoom02 2.4s ease-in-out 1 forwards;
}

.Part02 {
  width: 100%;
  position: relative;
  padding: 20px 0 150px 0;
  z-index: 10;
}
.Part02 .SubjectItem03 {
  position: relative;
  left: 125px;
  margin: 20px 0 50px 0;
}
.Part02 .SubjectItem03.Act {
  animation: txt-Zoom01 2.4s ease-in-out 1 forwards;
}
.Part02 .PremiumBox {
  margin: 55px auto 0 auto;
}
.Part02 .PremiumBox .PremiumPic {
  display: flex;
}
.Part02 .PremiumBox .PremiumPic .SeatPic01 {
  align-self: center;
  width: 23.8%;
  max-width: 304px;
}
.Part02 .PremiumBox .PremiumPic .SeatPic02 {
  width: 47.8%;
  max-width: 597px;
}
.Part02 .PremiumBox .PremiumPic .SeatPic02 .PicBox {
  left: -10%;
}
.Part02 .PremiumBox .PremiumPic .SeatPic03 {
  align-self: flex-end;
  width: 39.6%;
  max-width: 495px;
  position: absolute;
  right: 0;
}
.Part02 .PremiumBox .PremiumPic img {
  width: 100%;
  height: auto;
}
.Part02 .PremiumBox .TxTBox {
  margin: 45px 0 0 0;
  min-height: 224px;
}
.Part02 .PremiumBox .TxTBox .Txt {
  position: relative;
  opacity: 0;
}
.Part02 .PremiumBox h1 {
  position: relative;
  margin: 20px 0 12px 0;
  opacity: 0;
}
.Part02 .PremiumBox .TxtAct02 {
  animation: txt-in02 0.9s ease-in-out 1.1s 1 forwards;
}

.FooterBg {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #1E825A;
  z-index: 99;
}
.FooterBg::before {
  display: inline-block;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #1E825A;
  position: absolute;
  top: -14px;
}
.FooterBg .FooterBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 45px;
  padding: 0 0 15px 0;
  text-align: center;
  color: #FFFFFF;
}

@-webkit-keyframes rectangle-block01 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  0.1% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  40% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: 2;
  }
  91% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
  100% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
}
@-moz-keyframes rectangle-block01 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  0.1% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  40% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: 2;
  }
  91% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
  100% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
}
@-ms-keyframes rectangle-block01 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  0.1% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  40% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: 2;
  }
  91% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
  100% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
}
@keyframes rectangle-block01 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  0.1% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  40% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: 2;
  }
  91% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
  100% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
}
@-webkit-keyframes rectangle-block02 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  40% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  40.1% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  90% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: 2;
  }
  91% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
  100% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
}
@-moz-keyframes rectangle-block02 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  40% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  40.1% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  90% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: 2;
  }
  91% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
  100% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
}
@-ms-keyframes rectangle-block02 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  40% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  40.1% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  90% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: 2;
  }
  91% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
  100% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
}
@keyframes rectangle-block02 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  40% {
    transform: scale(1, 1);
    opacity: 0;
    z-index: 2;
  }
  40.1% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
  }
  90% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: 2;
  }
  91% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
  100% {
    transform: scale(0, 1);
    opacity: 1;
    z-index: -100;
  }
}
@-webkit-keyframes rectangle-txt {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@-moz-keyframes rectangle-txt {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@-ms-keyframes rectangle-txt {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@keyframes rectangle-txt {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@-webkit-keyframes op1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes op1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes op1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes op0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes op0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes op0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes op0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes show-green {
  0% {
    transform: translate(43%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(43%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes show-green {
  0% {
    transform: translate(43%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(43%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes show-green {
  0% {
    transform: translate(43%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(43%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes show-green {
  0% {
    transform: translate(43%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(43%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes show-green-s {
  0% {
    transform: translate(0%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(0%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(-17%, 0);
    opacity: 1;
  }
}
@-moz-keyframes show-green-s {
  0% {
    transform: translate(0%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(0%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(-17%, 0);
    opacity: 1;
  }
}
@-ms-keyframes show-green-s {
  0% {
    transform: translate(0%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(0%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(-17%, 0);
    opacity: 1;
  }
}
@keyframes show-green-s {
  0% {
    transform: translate(0%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(0%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(-17%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes show-green-xs {
  0% {
    transform: translate(-79%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(-79%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(calc( -100% - 38px ), 0);
    opacity: 1;
  }
}
@-moz-keyframes show-green-xs {
  0% {
    transform: translate(-79%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(-79%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(calc( -100% - 38px ), 0);
    opacity: 1;
  }
}
@-ms-keyframes show-green-xs {
  0% {
    transform: translate(-79%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(-79%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(calc( -100% - 38px ), 0);
    opacity: 1;
  }
}
@keyframes show-green-xs {
  0% {
    transform: translate(-79%, 0);
    opacity: 0.8;
  }
  20% {
    transform: translate(-79%, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate(calc( -100% - 38px ), 0);
    opacity: 1;
  }
}
@-webkit-keyframes bg-in01 {
  0% {
    opacity: 0;
    transform: translate(260px, 0);
  }
  40% {
    opacity: 0;
    transform: translate(260px, 0);
  }
  50% {
    opacity: 1;
    transform: translate(260px, 0);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes bg-in01 {
  0% {
    opacity: 0;
    transform: translate(260px, 0);
  }
  40% {
    opacity: 0;
    transform: translate(260px, 0);
  }
  50% {
    opacity: 1;
    transform: translate(260px, 0);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-ms-keyframes bg-in01 {
  0% {
    opacity: 0;
    transform: translate(260px, 0);
  }
  40% {
    opacity: 0;
    transform: translate(260px, 0);
  }
  50% {
    opacity: 1;
    transform: translate(260px, 0);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes bg-in01 {
  0% {
    opacity: 0;
    transform: translate(260px, 0);
  }
  40% {
    opacity: 0;
    transform: translate(260px, 0);
  }
  50% {
    opacity: 1;
    transform: translate(260px, 0);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes txt-in {
  0% {
    left: 110px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes txt-in {
  0% {
    left: 110px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-ms-keyframes txt-in {
  0% {
    left: 110px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes txt-in {
  0% {
    left: 110px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes txt-in02 {
  0% {
    left: -110px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes txt-in02 {
  0% {
    left: -110px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-ms-keyframes txt-in02 {
  0% {
    left: -110px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes txt-in02 {
  0% {
    left: -110px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes pic-mask-in {
  0% {
    clip-path: circle(0 at center);
    opacity: 0;
  }
  100% {
    clip-path: circle(100% at center);
    opacity: 1;
  }
}
@-moz-keyframes pic-mask-in {
  0% {
    clip-path: circle(0 at center);
    opacity: 0;
  }
  100% {
    clip-path: circle(100% at center);
    opacity: 1;
  }
}
@-ms-keyframes pic-mask-in {
  0% {
    clip-path: circle(0 at center);
    opacity: 0;
  }
  100% {
    clip-path: circle(100% at center);
    opacity: 1;
  }
}
@keyframes pic-mask-in {
  0% {
    clip-path: circle(0 at center);
    opacity: 0;
  }
  100% {
    clip-path: circle(100% at center);
    opacity: 1;
  }
}
@-webkit-keyframes shape-in {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes shape-in {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes shape-in {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes shape-in {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes txt-Zoom01 {
  0% {
    opacity: 0;
    transform: scale(3, 3) translate(13vw, 0);
  }
  20% {
    opacity: 1;
    transform: scale(3, 3) translate(13vw, 0);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1) translate(13vw, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
}
@-moz-keyframes txt-Zoom01 {
  0% {
    opacity: 0;
    transform: scale(3, 3) translate(13vw, 0);
  }
  20% {
    opacity: 1;
    transform: scale(3, 3) translate(13vw, 0);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1) translate(13vw, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
}
@-ms-keyframes txt-Zoom01 {
  0% {
    opacity: 0;
    transform: scale(3, 3) translate(13vw, 0);
  }
  20% {
    opacity: 1;
    transform: scale(3, 3) translate(13vw, 0);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1) translate(13vw, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes txt-Zoom01 {
  0% {
    opacity: 0;
    transform: scale(3, 3) translate(13vw, 0);
  }
  20% {
    opacity: 1;
    transform: scale(3, 3) translate(13vw, 0);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1) translate(13vw, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
}
@-webkit-keyframes txt-Zoom02 {
  0% {
    opacity: 0;
    transform: scale(2.5, 2.5) translate(-200px, 0);
  }
  20% {
    opacity: 1;
    transform: scale(2.5, 2.5) translate(-200px, 0);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1) translate(-200px, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
}
@-moz-keyframes txt-Zoom02 {
  0% {
    opacity: 0;
    transform: scale(2.5, 2.5) translate(-200px, 0);
  }
  20% {
    opacity: 1;
    transform: scale(2.5, 2.5) translate(-200px, 0);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1) translate(-200px, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
}
@-ms-keyframes txt-Zoom02 {
  0% {
    opacity: 0;
    transform: scale(2.5, 2.5) translate(-200px, 0);
  }
  20% {
    opacity: 1;
    transform: scale(2.5, 2.5) translate(-200px, 0);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1) translate(-200px, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes txt-Zoom02 {
  0% {
    opacity: 0;
    transform: scale(2.5, 2.5) translate(-200px, 0);
  }
  20% {
    opacity: 1;
    transform: scale(2.5, 2.5) translate(-200px, 0);
  }
  60% {
    opacity: 1;
    transform: scale(1, 1) translate(-200px, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
  }
}
@-webkit-keyframes pic-right-in {
  0% {
    transform: translate(180px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes pic-right-in {
  0% {
    transform: translate(180px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-ms-keyframes pic-right-in {
  0% {
    transform: translate(180px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pic-right-in {
  0% {
    transform: translate(180px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1921px) and (max-width: 4000px) {
  .SwiperBg {
    top: 6.9vw;
  }
}
@media screen and (max-width: 1400px) {
  .NavBg .NavBtn .Btn01 {
    border: 4px solid transparent;
  }
  .NavBg .NavBtn .Btn01:hover {
    border: 4px solid #51AE88;
  }
}
@media screen and (max-width: 1300px) {
  .InnerWidth, .GridBox, .Part02 .PremiumBox {
    width: 80vw;
  }

  .Part01 .SubjectItem01 {
    top: 160px;
  }
  .Part01 .SubjectItem01 img {
    width: 48px;
    height: auto;
  }

  .Part02 {
    padding: 20px 0 130px 0;
  }

  .AccBox .GridTitle {
    padding-right: 20px;
  }
  .AccBox .GridTxt {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .MainShowBg {
    height: 850px;
    z-index: 1;
  }
  .MainShowBg .MainShowBox .LogoBox {
    width: calc( 100% - 90px );
    left: 50px;
  }
  .MainShowBg .MainShowBox .LogoBox img {
    width: 20vw;
  }
  .MainShowBg .MainShowBox .MainShowPic {
    width: 1024px;
    left: calc( 50vw - 512px );
  }
  .MainShowBg .MainShowBox .MainShowPic picture, .MainShowBg .MainShowBox .MainShowPic img {
    width: 1024px;
  }
  .MainShowBg .MainShowBox .GreenBox {
    top: 0;
    left: calc( 50vw - 512px );
    width: 1024px;
  }
  .MainShowBg .MainShowBox .GreenBox img {
    width: 2280px;
    position: absolute;
    left: -1808px;
  }
  .MainShowBg .MainShowBox .OrangeBox {
    position: absolute;
    width: 50%;
    right: auto;
    left: 50%;
    height: 100%;
  }
  .MainShowBg .MainShowBox .OrangeBox img {
    width: 100%;
    max-width: 218px;
    position: absolute;
    left: 302px;
  }
  .MainShowBg .MainShowBox .MainTxt {
    bottom: auto;
    top: calc( 100% - 5px );
    width: 80vw;
    max-width: 660px;
    left: 50%;
    transform: translate(-51%, 0);
  }
  .MainShowBg .MainShowBox .MainTxt::before {
    width: 46vw;
    height: 63%;
    background-color: #05470A;
    left: 0;
  }
  .MainShowBg .MainShowBox .MainTxt::after {
    width: 40.6vw;
    height: 77%;
    left: 48%;
  }
  .MainShowBg .MainShowBox .MainTxt .SloganLine {
    display: none;
  }
  .MainShowBg .MainShowBox .MainTxt picture {
    width: 100%;
    min-height: 100%;
  }
  .MainShowBg .MainShowBox .MainTxt img, .MainShowBg .MainShowBox .MainTxt source {
    width: 100%;
    max-width: 818px;
  }
  .MainShowBg .MainShowBox .MainTxt.Act::before {
    animation: rectangle-block01 1.8s ease-out 1.3s 1 forwards;
  }
  .MainShowBg .MainShowBox .MainTxt.Act::after {
    animation: rectangle-block02 0.9s ease-out 1.6s 1 forwards;
  }
  .MainShowBg .MainShowBox .MainTxt.Act .Slogan01 {
    animation: rectangle-txt 1.4s ease-in 1.9s 1 forwards;
  }
  .MainShowBg .MainShowBox .MainTxt.Act .Slogan02 {
    animation: rectangle-txt 1.4s ease-in 2s 1 forwards;
  }
  .MainShowBg .MainShowBox .MainTxt.Act .Slogan03 {
    animation: rectangle-txt 1.4s ease-in 3.2s 1 forwards;
  }
  .MainShowBg .MainShowBox .PhoneUseBg {
    display: block;
    width: 1024px;
    height: 2204px;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  .MainShowBg .MainShowBox .PhoneUseBg img, .MainShowBg .MainShowBox .PhoneUseBg picture {
    transform: translate(-50%, 0);
  }

  .SwiperBg {
    position: relative;
    top: 0;
    left: 0;
    margin: 70px auto 30px auto;
    display: block;
  }

  .SwiperBox {
    width: 81vw;
  }
  .SwiperBox .CarouselBox {
    width: 31.4vw;
    min-height: 48vw;
  }
  .SwiperBox .Card {
    position: absolute;
    width: 31.4vw;
  }

  .NavBg {
    top: 15vw;
    left: 50%;
  }
  .NavBg .NavBox {
    width: 10vw;
    left: calc( 50% - 10vw - 20px );
  }
  .NavBg .NavBtn:nth-child(2) {
    margin: 8px 0;
  }
  .NavBg .NavBtn {
    margin: 5px 0;
  }
  .NavBg .NavBtn .Btn01 {
    border: 5px solid transparent;
  }
  .NavBg .NavBtn .Btn01:hover {
    border: 5px solid #009944;
  }
  .NavBg .Dot {
    width: 15%;
    height: auto;
  }

  .InnerWidth, .GridBox, .Part02 .PremiumBox {
    width: 80vw;
  }

  .GridBox .GridTitle {
    width: 50%;
  }
  .GridBox .GridTxt {
    width: 100%;
  }
  .GridBox .GridPic {
    width: 50%;
    position: relative;
    top: 0;
  }
  .GridBox .TitleBox .Caption h1 {
    padding: 0 0 12px 0;
  }
  .GridBox .TitleBox .Caption h1::after {
    width: calc( 100% + 200px );
  }
  .GridBox .TxtContent {
    margin: 0;
  }

  .AccBox {
    margin: 0 auto 60px auto;
  }
  .AccBox .GridTitle {
    padding-right: 25px;
  }
  .AccBox .GridTxt {
    padding-right: 25px;
  }
  .AccBox .TitleBox {
    padding-top: 10px;
  }
  .AccBox .AccPic01 {
    left: -6%;
    width: 108%;
  }
  .AccBox .AccPic02 {
    top: -15px;
    left: -14%;
    width: 70%;
  }

  .TreatsBox {
    margin: 200px auto 0px auto;
  }
  .TreatsBox .GridTitle {
    padding-left: 25px;
  }
  .TreatsBox .GridTxt {
    padding-left: 0;
    min-height: 120px;
  }
  .TreatsBox .TitleBox {
    padding-top: 10px;
  }
  .TreatsBox .TreatsPic01 {
    width: 102%;
  }
  .TreatsBox .TreatsPic02 {
    left: 38%;
    top: -15px;
    width: 71%;
  }

  .PicActDelay {
    animation: pic-mask-in 1s ease-in-out 0.8s forwards;
  }

  .ShapeActDelay {
    animation: shape-in 0.8s ease-in-out 1.2s 1 forwards;
  }

  .TxtActDelay {
    animation: txt-in 0.9s ease-in-out 1.2s 1 forwards;
  }

  .Part01 {
    max-height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .Part01 .Bg01, .Part01 .Bg02, .Part01 .Bg03, .Part01 .Bg04 {
    display: none !important;
  }
  .Part01 .SubjectItem01 {
    top: 0px;
  }
  .Part01 .SubjectItem01 img {
    width: 44px;
    height: auto;
  }
  .Part01 .SubjectItem01.Act img {
    opacity: 1;
  }
  .Part01 .SubjectItem02 {
    right: 10%;
  }
  .Part01 .SubjectItem02 img {
    width: 290px;
    height: auto;
  }

  .Part02 {
    padding: 32px 0 100px 0;
  }
  .Part02 .SubjectItem03 {
    left: 10%;
    margin: 35px 0 55px 0;
  }
  .Part02 .SubjectItem03 img {
    width: 324px;
    height: auto;
  }
  .Part02 .PremiumBox .PremiumPic {
    flex-wrap: wrap;
    width: 100%;
  }
  .Part02 .PremiumBox .PremiumPic .SeatPic01 {
    width: 31%;
  }
  .Part02 .PremiumBox .PremiumPic .SeatPic02 {
    width: 56.6%;
  }
  .Part02 .PremiumBox .PremiumPic .SeatPic03 {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .Part02 .PremiumBox .PremiumPic .SeatPic03 img {
    width: 61%;
    max-width: 495px;
    position: relative;
    left: 39%;
  }
  .Part02 .PremiumBox .TxTBox {
    margin: 32px 0 0 0;
    min-height: 204px;
  }
}
@media screen and (max-width: 767px) {
  .MainShowBg {
    height: auto;
  }
  .MainShowBg .MainShowBox .MainShowPic {
    width: 100vw;
    left: 0;
  }
  .MainShowBg .MainShowBox .MainShowPic picture, .MainShowBg .MainShowBox .MainShowPic img {
    width: 100vw;
  }
  .MainShowBg .MainShowBox .GreenBox {
    top: 0;
    left: 0;
    transform: translate(0%, 0);
    width: 100vw;
  }
  .MainShowBg .MainShowBox .GreenBox img {
    width: 62vw;
    max-width: 483px;
    left: 0;
  }
  .MainShowBg .MainShowBox .OrangeBox img {
    width: 17vw;
    left: 66%;
    top: 40%;
  }

  .ShowGreenAct {
    animation: show-green-s 1.2s ease-out 0s 1 forwards;
  }

  .SwiperBg {
    position: relative;
    top: 0;
    left: 0;
    margin: 23vw auto 30px auto;
  }

  .Part01 .SubjectItem01 {
    left: -1px;
  }
  .Part01 .SubjectItem01 img {
    width: 40px;
  }
}
@media screen and (max-width: 576px) {
  .MainShowBg {
    height: 420px;
    margin-bottom: calc( 20vw + 30px );
  }
  .MainShowBg .MainShowBox .LogoBox {
    align-items: flex-start;
    width: calc( 100% - 40px );
    left: 20px;
  }
  .MainShowBg .MainShowBox .LogoBox img {
    width: 26vw;
  }
  .MainShowBg .MainShowBox .MainShowPic {
    width: 576px;
    left: calc( 50vw - 288px );
  }
  .MainShowBg .MainShowBox .MainShowPic picture, .MainShowBg .MainShowBox .MainShowPic img {
    width: 576px;
  }
  .MainShowBg .MainShowBox .GreenBox {
    left: 50%;
    transform: translate(-79%, 0);
    width: 380px;
  }
  .MainShowBg .MainShowBox .GreenBox img {
    width: 380px;
    left: 0;
  }
  .MainShowBg .MainShowBox .OrangeBox img {
    width: 120px;
    left: 178px;
    top: auto;
    bottom: -21vw;
  }
  .MainShowBg .MainShowBox .MainTxt {
    max-width: 406px;
    left: 48%;
    transform: translate(-50%, 0);
  }
  .MainShowBg .MainShowBox .PhoneUseBg {
    width: 576px;
    height: 2432px;
  }
  .MainShowBg .MainShowBox .PhoneUseBg img, .MainShowBg .MainShowBox .PhoneUseBg picture {
    transform: translate(-50%, 0);
  }

  .ShowGreenAct {
    animation: show-green-xs 1.2s ease-out 0.8s 1 forwards;
  }

  .SwiperBg {
    z-index: 1;
    margin: 30px auto 20px auto;
  }

  .SwiperBox {
    width: 92vw;
  }
  .SwiperBox .CarouselBox {
    width: 35.5vw;
    min-height: 56vw;
  }
  .SwiperBox .Card {
    position: absolute;
    width: 35.5vw;
  }

  .NavBg {
    top: 18vw;
  }
  .NavBg .NavBox {
    width: 13.3vw;
    max-width: 70px;
    left: calc( 50% - 13.3vw - 10px );
  }
  .NavBg .NavBtn:nth-child(2) {
    margin: 4px 0;
  }
  .NavBg .NavBtn {
    margin: 1px 0;
  }
  .NavBg .NavBtn .Btn01 {
    border: 4px solid transparent;
  }
  .NavBg .NavBtn .Btn01:hover {
    border: 4px solid #51AE88;
  }

  .InnerWidth, .GridBox, .Part02 .PremiumBox {
    width: 70vw;
  }

  .GridBox .GridTitle {
    width: 100%;
    order: 2;
  }
  .GridBox .GridTxt {
    width: 100%;
    order: 3;
  }
  .GridBox .GridPic {
    width: 100%;
    position: relative;
    order: 1;
  }
  .GridBox .TitleBox .Caption h1 {
    padding: 0 0 10px 0px;
  }
  .GridBox .TitleBox .Caption h1::after {
    width: 100vw;
  }
  .GridBox .TitleBox.Right .Caption h1::after {
    left: 0;
    right: auto;
  }
  .GridBox .TxtContent {
    margin: 10px 0 0 0;
  }

  .AccBox.Tch .TitleBox {
    padding-top: 0px;
  }

  .AccBox {
    margin: 0 auto 55px auto;
  }
  .AccBox .GridTitle {
    padding-right: 0;
  }
  .AccBox .GridTxt {
    padding-right: 0;
  }
  .AccBox .TitleBox {
    padding-top: 0px;
  }
  .AccBox .AccPic01 {
    left: 12%;
    width: 87%;
  }
  .AccBox .AccPic02 {
    top: -12px;
    left: 0;
    width: 58%;
  }

  .TreatsBox.Tch .TitleBox {
    padding-top: 0px;
  }

  .TreatsBox {
    justify-content: flex-start;
    margin: 55px auto 0px auto;
  }
  .TreatsBox .GridTitle {
    padding-left: 0px;
  }
  .TreatsBox .GridTxt {
    padding-left: 0px;
  }
  .TreatsBox .TitleBox {
    padding-top: 0px;
  }
  .TreatsBox .TreatsPic01 {
    width: 81%;
  }
  .TreatsBox .TreatsPic02 {
    left: 36%;
    top: -15px;
    width: 61.4%;
  }

  .PicBox img {
    position: relative;
    transform: translate(0, 0);
  }
  .PicBox .PicItem {
    top: 0;
  }

  .Part01 {
    padding-top: 10px;
    padding-bottom: 20px;
    z-index: 2;
  }
  .Part01 .SubjectItem01 img {
    width: 32px;
  }
  .Part01 .SubjectItem02 {
    position: relative;
    left: calc( 50% - 100px );
  }
  .Part01 .SubjectItem02 img {
    width: 204px;
    height: auto;
  }

  .Part02 {
    padding: 20px 0 100px 0;
  }
  .Part02 .SubjectItem03 {
    left: calc( 50% - 127px );
    margin: 20px 0 30px 0;
  }
  .Part02 .SubjectItem03 img {
    width: 254px;
  }
  .Part02 .PremiumBox {
    margin: 35px auto 0px auto;
  }
  .Part02 .PremiumBox .PremiumPic .SeatPic01 {
    width: 47.6%;
    position: absolute;
    left: 0;
    top: 15vw;
    z-index: 99;
  }
  .Part02 .PremiumBox .PremiumPic .SeatPic02 {
    width: 74.6%;
  }
  .Part02 .PremiumBox .PremiumPic .SeatPic02 .PicBox {
    left: 38%;
  }
  .Part02 .PremiumBox .PremiumPic .SeatPic03 img {
    width: 75.6%;
    left: 24%;
    top: 19px;
  }
  .Part02 .PremiumBox h1 {
    margin: 40px 0 10px 0;
    padding: 0 0 10px 0px;
  }
  .Part02 .PremiumBox h1::after {
    display: block;
    content: "";
    width: calc( 100% + 180px );
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
  }

  .FooterBg::before {
    height: 14px;
    top: -13px;
  }
  .FooterBg .FooterBox {
    height: 38px;
  }
}
@media screen and (max-width: 460px) {
  .MainShowBg .MainShowBox .OrangeBox img {
    left: 72%;
  }
}
@media screen and (max-width: 374px) {
  .MainShowBg {
    height: auto;
  }
  .MainShowBg .MainShowBox .MainShowPic {
    width: 100%;
    left: 0;
  }
  .MainShowBg .MainShowBox .MainShowPic picture, .MainShowBg .MainShowBox .MainShowPic img {
    width: 100%;
  }
  .MainShowBg .MainShowBox .GreenBox {
    left: 50%;
    transform: translate(-79%, 0);
    width: 80vw;
  }
  .MainShowBg .MainShowBox .GreenBox img {
    width: 70vw;
    left: 8vw;
  }
  .MainShowBg .MainShowBox .OrangeBox img {
    width: 32vw;
    left: 68%;
    bottom: -22vw;
  }
  .MainShowBg .MainShowBox .MainTxt {
    left: 50vw;
    transform: translate(-50%, 0);
  }

  .NavBg .NavBtn .Btn01 {
    border: 3px solid transparent;
  }
  .NavBg .NavBtn .Btn01:hover {
    border: 3px solid #51AE88;
  }

  .SubjectItem01 {
    left: 7px;
  }
  .SubjectItem01 img {
    width: 36px;
  }
}
@media screen and (max-width: 340px) {
  .MainShowBg .MainShowBox .GreenBox img {
    left: 9vw;
  }
  .MainShowBg .MainShowBox .OrangeBox img {
    left: 66%;
  }
}
.LoadingBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #FFFFFF;
}
.LoadingBox .LoadingInner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
}
.LoadingBox .LoadingInner img {
  display: block;
  transform: translate(-50%, -50%);
}

.CommonToolsBg {
  width: 100px;
  position: absolute;
  top: 216px;
  right: 0;
  z-index: 999;
}
.CommonToolsBg .CommonToolsBox {
  width: 100%;
  position: relative;
}
.CommonToolsBg .CommonToolsBox .ToolsBox {
  position: relative;
}
.CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem:hover, .CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem:focus, .CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem.In {
  color: #FFFFFF;
  background-color: #BCD095;
}
.CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 0 0 5px 0;
  background-color: #ccfccf;
}
.CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem .ToolsBtn {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
}
.CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem .ToolsBtn span {
  display: block;
  margin: 2px 0 0 0;
}
.CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem .ToolsIcon {
  display: block;
  width: 60px;
  height: 48px;
  margin: 0 auto 4px auto;
  background-image: url("../pic/icon01.svg");
  background-repeat: no-repeat;
}
.CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem .ToolsIcon.Seat {
  background-position: 0;
}
.CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem .ToolsIcon.Checkin {
  background-position: -60px 0;
}
.CommonToolsBg .CommonToolsBox .ToolsBox .ToolsItem .ToolsIcon.Board {
  background-position: -120px 0;
}

.TopBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  bottom: 85px;
  background-color: #776D61;
  cursor: pointer;
}
.TopBtn:after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url("../pic/icon04.svg");
  background-repeat: no-repeat;
  background-position: -72px 0;
}

.CommonTitleBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
}
.CommonTitleBox .CommonTitle {
  flex: 1;
}

.MenuIcon {
  display: inline-block;
  width: 48px;
  height: 38px;
  vertical-align: middle;
  margin: 0px 24px 0 0;
  background-image: url("../pic/icon01_s.svg");
  background-repeat: no-repeat;
  background-size: auto 38px;
}

.MenuIcon.Seat {
  background-position: 0;
}

.MenuIcon.Checkin {
  background-position: -48px 0;
}

.MenuIcon.Board {
  background-position: -96px 0;
}
