@charset "UTF-8";

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.66;
  font-weight: bold;
}

body.bd-fixed {
  position: fixed;
  left: 0;
  z-index: 1;
}

img,
object {
  width: 100%;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

a {
  transform-origin: center;
  transition: 0.1s;
  text-decoration: none;
  color: inherit;
}

.inner-01 {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}

.inner-02 {
  max-width: 1000px;
  padding: 0 15px;
  margin: auto;
}

.sp {
  display: none !important;
}

.montserrat {
  font-family: "Montserrat";
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}


.intr-cont-01-lnk:hover:after,
.sec-02-cont-p a:hover::after,
.sec-03-cont-01-lnk:hover::after,
.sec-04-cont-01-01-lnk:hover::after {
  transition: 0.3s;
  right: -5px;
}





header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

#menu-btn {
  transition: 0.7s;
  position: absolute;
  z-index: 1000;
  width: 48px;
  height: 44px;
  background-image: url('../images/manu-btn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
  cursor: pointer;
  opacity: 0;
}

#menu-btn.fade-in {
  opacity: 1;
}

#menu-btn .menu-bar {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 12px;
  transition: 0.3s;
}

#menu-btn.opend .menu-bar {
  opacity: 0;
}

#menu-btn .menu-bar:first-child {
  top: 13px;
  left: 12px;
}

#menu-btn .menu-bar:last-child {
  top: 27px;
  left: 12px;
}

#menu-btn.opend .menu-bar:first-child {
  opacity: 1;
  transform: rotate(28deg);
  top: 21px;
}

#menu-btn.opend .menu-bar:last-child {
  opacity: 1;
  transform: rotate(-28deg);
  top: 21px;
}

.reserve-btn {
  transition: 0.7s;
  z-index: 900;
  position: absolute;
  right: 0;
  height: 150px;
  top: 200px;
  writing-mode: vertical-rl;
  width: 45px;
  color: #fff;
  font-size: 18px;
  background-color: #F97544;
  border-radius: 23px 0 0 23px;
  box-sizing: border-box;
  padding-right: 7px;
  padding-top: 26px;
  cursor: pointer;
  border: 2px solid #F97544;
  opacity: 0;
  letter-spacing: 0.4em;
}

.reserve-btn.fade-in {
  opacity: 1;
}

.reserve-btn:hover {
  transition: 0.3s;
  color: #F97544;
  background-color: #fff;
}

.access-btn {
  opacity: 0;
  transition: 0.7s;
  z-index: 900;
  position: absolute;
  right: 0;
  height: 150px;
  top: 362px;
  writing-mode: vertical-rl;
  width: 45px;
  color: #fff;
  font-size: 18px;
  background-color: #446EF9;
  border-radius: 23px 0 0 23px;
  box-sizing: border-box;
  padding-right: 7px;
  padding-top: 26px;
  cursor: pointer;
  border: 2px solid #446EF9;
  letter-spacing: 0.4em;
}

.access-btn.fade-in {
  opacity: 1;

}

.access-btn.fade-in:hover {
  transition: 0.3s;
  color: #446EF9;
  background-color: #fff;
}

.menu-window {
  transition: 0.5s;
  opacity: 0;
  position: fixed;
  width: 450px;
  z-index: 999;
  background-color: #E6F6F6;
  text-align: center;
  right: -450px;
  top: 0;
  padding-top: 138px;
  padding-bottom: 66px;
}

.menu-window.opend {
  opacity: 1;
  right: 0;
}

.menu-logo {
  position: absolute;
  width: 175px;
  height: 37px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  left: 25px;
}

.menu-nav {
  font-size: 18px;
}

.menu-nav li {
  margin-bottom: 40px;
}

.menu-nav a {
  display: block;
}

.menu-reserve {
  display: block;
  margin: auto;
  background-color: #F97544;
  padding: 20px;
  width: 240px;
  color: #fff;
  border: solid #fff 1px;
  margin-top: 30px;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
}

.menu-reserve::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -5px;
  background-image: url(../images/sec-04-lst-catch-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 10;
  background-color: #E4F3E6;
}

.fv-bc {
  transition: 0.7s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-image: url('../images/fv-01.png');
}

.fv-bc.fade-in {
  opacity: 1;
}

.fv .logo {
  transition: 0.7s;
  position: absolute;
  z-index: 11;
  width: 346px;
  height: 74px;
  left: calc(50% - 600px);
  top: 84px;
  opacity: 0;
}

.fv .logo.fade-in {
  top: 80px;
  opacity: 1;
}

.fv-catch-01 {
  transition: 0.7s;
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 268px;
  height: 463px;
  left: calc(50% + 70px);
  top: calc(20% + 210px);
  transform: translate(-50%, -50%);
}

.fv-catch-01.fade-in {
  top: calc(20% + 230px);
  opacity: 1;
}

.fv-catch-02 {
  transition: 0.7s;
  opacity: 0;
  position: absolute;
  z-index: 11;
  width: 570px;
  height: 600px;
  left: calc(50% + 70px);
  top: calc(20% + 180px);
  transform: translate(-50%, -50%);
}

.fv-catch-02.fade-in {
  top: calc(20% + 220px);
  opacity: 1;
}




.intr {
  background-color: #E4F3E6;
  padding-bottom: 120px;
  padding-top: 50px;
}

.intr-hd-01 {
  opacity: 0;
  transition: 0.5s;
  position: relative;
  bottom: -50px;
  width: 191px;
  margin: auto;
  margin-bottom: 30px;
}

.intr-hd-02 {
  opacity: 0;
  transition: 0.5s;
  position: relative;
  bottom: -50px;
  width: 100%;
  margin-bottom: 15px;
}

.intr-hd-03 {
  opacity: 0;
  transition: 0.5s;
  position: relative;
  bottom: -50px;
  width: 387px;
  padding: 7px 12px 5px;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
}

.intr-cont {
  margin-top: 50px;
}

.intr-cont-01 {
  width: 50%;
  float: left;
  padding-left: calc(50% - 600px);
  box-sizing: border-box;
}

.intr-cont-01-hd {
  max-width: 438px;
}

.intr-cont-01-hd-sb {
  margin-top: 10px;
  font-size: 15px;
}

.intr-cont-01-p {
  font-size: 18px;
  line-height: 40px;
  margin-top: 20px;
}

.intr-cont-01-p span {
  font-size: 26px;
  color: #018F8F;
}

.intr-cont-01-lnk {
  display: inline-block;
  float: right;
  background-color: #fff;
  padding: 4px 11px 6px;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 12px;
}

.intr-cont-01-lnk::after {
  position: relative;
  right: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url('../images/lnkarrw-01.svg');
  margin-left: 10px;
  vertical-align: -4px;
}

.intr-cont-02 {
  width: 50%;
  float: right;
  position: relative;

}

.intr-cont-logo {
  position: absolute;
  width: 260px;
  height: 70px;
  z-index: 100;
  top: 10px;
  background-size: contain;
}

.intr-slider {
  padding-left: 40px;
  width: 100%;
  margin-right: 10px;
  overflow: hidden;
}

.intr-slide {
  padding: 0 13px;
}

.intr-slide .slide-img {
  padding-top: 82.5%;
  border-radius: 30px;
  background-size: cover;
  transform: translate(-53%);
}

.pg-nav {
  font-size: 0;
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-top: 95px;
}

.pg-nav li {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 13px;
  width: 25%;
  position: relative;
  z-index: 10;
}

.pg-nav li a {
  transition: 0.2s;
  display: inline-block;
  border-radius: 22px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 41px;
  position: relative;
  z-index: 12;
  bottom: 0;
}

.pg-nav li a:hover {
  transform: scale(1);
  opacity: 1;
  bottom: -5px;
}

.pg-nav li::before {
  display: block;
  position: absolute;
  content: '';
  width: calc(100% - 26px);
  border-radius: 23px;
  height: 100%;
  background-color: #fff;
  z-index: 11;
  bottom: -5px;
}

.pg-nav li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../images/lnkarrw-02.svg');
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}

.pg-nav li a span {
  display: block;
  font-size: 26px;
  margin: auto;
  line-height: 1;
}

.nave-01 {
  background-color: #A8E9D8;
}

.nave-02 {
  background-color: #AADBE9;
}

.nave-03 {
  background-color: #FFCCCC;
}

.nave-04 {
  background-color: #FEF5A6;
}

.intr-hd-01.scrollin,
.intr-hd-02.scrollin,
.intr-hd-03.scrollin {

  bottom: 0;
  opacity: 1;
}









.sec-inner {
  position: relative;
  padding-left: 100px;
}

.sec-hd {
  position: absolute;
  left: 40px;
  top: 0;
  transform: translate(-50%);
}

.sec-hd-n {
  text-align: center;
  font-size: 60px;
  line-height: 1;
}

.sec {
  padding-top: 50px;
  padding-bottom: 100px;
}

.slide-img {
  background-size: cover;
  background-position: center center;
}

.sec-01 {
  background-color: #A8E9D8;
}

.sec-01 .sec-inner {
  padding-top: 109px;
}

.sec-hd h2 {
  writing-mode: vertical-rl;
  margin: auto;
  font-size: 29px;
  letter-spacing: 0.35em;
  margin-top: 20px;

}

.sec-cont-02 {
  margin-top: 40px;
  margin-bottom: 79px;
}

.sec-cont-01 .sec-cont-img {
  width: calc(50% - 80px);
  padding-top: calc(35.7% - 57px);
  background-size: cover;
  border-radius: 30px;
  position: relative;
  margin-left: 49px;
  float: left;
}

.sec-cont-02 .sec-cont-img {
  width: calc(50% - 80px);
  padding-top: calc(35.7% - 57px);
  background-size: cover;
  border-radius: 30px;
  position: relative;
  margin-right: 45px;
  margin-top: 73px;
  float: right;
}

.sec-01-point {
  position: absolute;
  background-image: url('../images/sec01-bbl.svg');
  width: 220px;
  height: 129px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 55px;
  box-sizing: border-box;
  text-align: center;
  font-size: 22px;
  z-index: 10;
}

.sec-01-point::before {
  content: 'POINT';
  display: block;
  position: absolute;
  color: #E36565;
  font-size: 16px;
  font-family: "Montserrat", serif;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 30px;
}

.sec-cont-01 .sec-01-cont-p {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-right: 100px;
}

.sec-cont-02 .sec-01-cont-p {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 100px;
  margin-top: 73px;
}

.sec-cont-01 .sec-01-point {
  top: -79px;
  left: -49px;
    line-height: 1.2;
}

.sec-cont-02 .sec-01-point {
  top: -79px;
  right: -45px;
    line-height: 1.2;
}

.sec-01-cont-deco {
  height: 90px;
}

.sec-01-cont-deco img {
  height: 100%;
  width: auto;
}

.sec-cont-01 .sec-01-cont-deco {
  float: right;
}

.sec-01-cont-deco {
  margin-top: 20px;
}





.sec-02 {
  background-color: #AADBE9;
}

.sec-02-slider {
  padding-top: 140px;
}

.sec-02-cont {
  padding-top: 134%;
  position: relative;
  background-image: url('../images/sec-02-base.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-02-cont-p {
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  max-width: 321px;
  white-space: nowrap;
  z-index: 1;
}

.sec-02-cont-p h3 {
  font-size: 21px;
}

.sec-02-cont-p p {
  font-size: 16px;
}

.sec-02-cont-p div {
  font-size: 10px;
  line-height: 1.4;
}

.sec-02-cont-p a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 7px;
  margin-top: 6px;
}

.sec-02-cont-p a::after {
  position: relative;
  right: 0;
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url('../images/sec-02-lnk-arrw.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -6px;
  margin-left: 6px;
}

.sec-02-slide-img {
  padding: 0 15px 30px;
}

.sec-02-slide-img .slide-img {
  padding-top: 100%;
  border-radius: 30px;
}

.sec-02-slide-img.even .slide-img {
  position: relative;
  top: 30px;
}

.sec-02-cont-p-01 {
  top: 20%;
  left: 15%;
}

.sec-02-cont-p-02 {
  top: 27%;
  left: 50%;
}

.sec-02-cont-p-03 {
  top: 24%;
  left: 85.5%;
}

.sec-02-cont-p-04 {
  top: 62%;
  left: 72%;
}

.sec-02-cont-p-05 {
  top: 62%;
  left: 30%;
}

.sec-02-cont-p-06 {
  top: 95%;
  left: 15%;
}

.sec-02-cont-p-07 {
  top: 98.5%;
  left: 54%;
}

.sec-02-cont-p-08 {
  top: 93.5%;
  left: 88%;
}

.sec-02-slide-img {
  padding: 0 8px 30px;
}

.sec-03 {
  background-color: #FFCCCC;
}

.sec-03cont-wrap-01 {
  position: relative;
}

.sec-03-cont-catch {
  position: absolute;
  max-width: 920px;
  top: 30px;
  z-index: 100;
}

.sec-03-cont-01 {
  float: left;
  width: 50%;
}

.sec-03-cont-02 {
  float: right;
  width: 50%;
  margin-top: 60px;
  border-radius: 30px;
  overflow: hidden;
}

.sec-03-cont-01 ul li {
  margin-bottom: 18px;
}

.sec-03-cont-01 ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #D17B7B;
  vertical-align: 2px;
  margin-right: 10px;
  border-radius: 4px;

}

.sec-03-cont-01 {
  padding-top: 125px;
}


.sec-03-slide-01 .prev-arrow,
.sec-03-slide-01 .next-arrow {
  display: block;
  width: 35px;
  height: 35px;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  ;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/slide-arrw.svg');
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

.sec-03-slide-01 .prev-arrow {
  transform: rotate(180deg);
  right: auto;
  left: 10px;
  z-index: 10;
}

.sec-03-slide-01 .slide-img {
  padding-top: 75%;
}

.sec-03-cont-01-lnk {
  font-size: 16px;
  display: inline-block;
  padding: 7px 12px 9px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 8px;
}

.sec-03-cont-01-lnk::after {
  position: relative;
  right: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  vertical-align: -5px;
  background-image: url('../images/sec-03-lnkarrw.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-03-cont-03-hd {
  margin-top: 95px;
  text-align: center;
  font-size: 42px;
}

.sec-03-cont-03-hd-sb {
  border: 1px solid #000;
  text-align: center;
  width: 416px;
  margin: auto;
}

.sec-03-cont-03-hd-sb span {
  display: inline-block;
  background-color: #FFCCCC;
  margin-top: -2px;
  margin-bottom: 0px;
  position: relative;
  top: 1px;
  font-size: 18px;
}

.sec-03-cont-03-wrap {
  font-size: 0;
  margin-top: 45px;
  margin-bottom: 55px;
}

.sec-03-cont-03-01 {
    font-size: 18px;
    width: 400px;
    vertical-align: top;
    margin: 0px auto;
    margin-bottom: 30px;
}

.sec-03-cont-03-01 table {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
}

.sec-03-cont-03-01 td,
.sec-03-cont-03-01 th {
  border-collapse: collapse;
  border: 2px solid #FFCCCC;
  padding: 10px;
  line-height: 22px;
  font-weight: bold;
}

.sec-03-cont-03-01 td {
  padding-left: 22px;
}

.sec-03-cont-03-01 th {
  text-align: center;
}

.sec-03-cont-03-02 {
font-size: 16px;
    width: 950px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 17px 13px;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 20px;
}

.ec-03-cont-03-01-caution {
font-size: 12px;
    text-align: right;
}

.sec-03-cont-03-02-hd {
  font-size: 18px;
  position: relative;
  z-index: 100;
}

.sec-03-cont-03-02-hd-sb {
  width: 100%;
  height: 5px;
  background-color: #FBBFBF;
  position: relative;
  z-index: 90;
  top: -10px;
}

.sec-03-cont-03-02-p {
  line-height: 26px;
}

.sec-03-cont-03-02-p-caution {
  font-size: 12px;
  margin-top: 10px;
}

.sec-03-slide-02-img {
  padding: 0 15px 30px;
}

.sec-03-slide-02-img .slide-img {
  padding-top: 100%;
  border-radius: 30px;
}

.sec-03-slide-02-img.even .slide-img {
  position: relative;
  top: 30px;
}


.sec-04 {
  background-color: #FEF5A6;
}

.sec-04-cont-01-02 {
  float: right;
  width: calc(50% + 50px);
  padding-top: calc(38.5% + 38.5px);
  position: relative;
}

.sec-04-cont-01-02 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-04-cont-01-wrap {
  padding-top: 30px;
  padding-bottom: 95px;
}

.sec-04-cont-01-01 {
  float: left;
  width: calc(50% - 50px);

}

.sec-04-cont-01-01-p {
  font-size: 24px;
}

.sec-04-cont-01-01-p-02 {
  margin-top: 21px;
  font-size: 18px;
}

.sec-04-cont-01-01-p-03,
.sec-04-cont-01-01-p-04 {
  font-size: 18px;
}

.sec-04-cont-01-01-p-03 {
  margin-top: 40px;
}

.sec-04-cont-01-01-p-04 {
  margin-top: 16px;
  margin-bottom: 25px;
}

.sec-04-cont-01-01-p-03 span,
.sec-04-cont-01-01-p-04 span {
  display: inline-block;
  border: solid 1px #000;
  border-radius: 10px;
  padding: 12px 21px;
  margin-right: 20px;
}

.sec-04-cont-01-01-lnk {
  font-size: 16px;
  display: inline-block;
  padding: 7px 12px 9px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 8px;
}

.sec-04-cont-01-01-lnk::after {
  position: relative;
  right: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  vertical-align: -5px;
  background-image: url(../images/sec-04-lnk-arrw.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-04-cont-02 {
  background-image: url('../images/sec-04-cont-02-bg.jpg');
  height: 47vw;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
}

.sec-04-cont-02-wrap {
  display: table;
  width: 100%;
  height: 47vw;
}

.sec-04-cont-02-01 {
  opacity: 0;
  display: table-cell;
  width: 500px;
  color: #fff;
  vertical-align: middle;
}

.sec-04-cont-02-02 {
  display: table-cell;
  width: calc(100% - 500px);
  vertical-align: middle;
  opacity: 0;
}

.sec-04-cont-02-hd {
  font-size: 22px;
  margin-bottom: 30px;
}

.sec-04-cont-02-p {
  font-size: 16px;
}

.sec-04-slide-01-img {
  padding: 0 15px 30px;
}

.sec-04-slide-01-img .slide-img {
  padding-top: 100%;
  border-radius: 30px;
}

.sec-04-slide-01-img.even .slide-img {
  position: relative;
  top: 30px;
}

.sec-04-03 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-04-04 {
  height: 42.8vw;
  background-size: cover;
  display: table;
  width: 100%;
  background-image: url('../images/sec-04-04.jpg');
  opacity: 0;
}

.sec-04-cont-04-inner {
  display: table-cell;
  width: 100%;
  height: 42.8vw;
  vertical-align: middle;
}

.sec-04-04-catch {
  max-width: 610px;
  margin: auto;
  opacity: 0;
}

.sec-04-cont-04-inner a {
  font-size: 18px;
  display: block;
  margin: auto;
  background-color: #F97544;
  padding: 20px 0px;
  ;
  width: 240px;
  color: #fff;
  border: solid #fff 1px;
  margin-top: 30px;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
  opacity: 0;
}

.sec-04-cont-04-inner a::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -5px;
  background-image: url('../images/sec-04-lst-catch-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.sec.sec-04 {
  padding-bottom: 0;
}

.sec-04-cont-02.scrollin {
  animation-name: fade-item;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.sec-04-cont-02.scrollin .sec-04-cont-02-01 {
  animation-name: fade-item;
  animation-iteration-count: 1;
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.sec-04-cont-02.scrollin .sec-04-cont-02-02 {
  animation-name: fade-item;
  animation-iteration-count: 1;
  animation-delay: 1.2s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.sec-04-04.scrollin {
  animation-name: fade-item;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.sec-04-04.scrollin .sec-04-04-catch {
  animation-name: fade-item;
  animation-iteration-count: 1;
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.sec-04-04.scrollin .sec-04-cont-04-inner a {
  animation-name: fade-item;
  animation-iteration-count: 1;
  animation-delay: 1.2s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fade-item {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ft-logo {
  display: block;
  width: 225px;
  margin: auto;
  padding-top: 24px;
}

.ft-lnk {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 5px;
  width: 88px;
  font-size: 14px;
}

.ft-lnk::after {
  content: '';
  display: block;
  width: 9px;
  height: 2px;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  background-color: #000;
  top: 9px;
  right: 2px;
}

.ft-lnk::before {
  content: '';
  display: block;
  width: 9px;
  height: 2px;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  background-color: #000;
  top: 14px;
  right: 2px;
}

.copyright {
  position: absolute;
  transform: rotate(90deg);
  font-size: 10px;
  top: 50px;
  left: -24px;
}

#footer-gp {
  background-color: #E4F3E6;
  position: relative;
  padding-bottom: 12px;
}

.totop {
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  background-image: url('../images/totop.svg');
  z-index: 333;
}

.totop.stop {
  position: absolute;
  top: -25px;
  bottom: auto;
}

.ft-nav-sp {
  position: fixed;
  display: none;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: 800;
}

.ft-nav-sp a {
  display: table-cell;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.ft-nav-sp a:first-child {
  width: 60%;
  background-color: #F97544;
}

.ft-nav-sp a:first-child::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 20px;
  background-image: url('../images/sec-04-lst-catch-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: -4px;

}

.ft-nav-sp a:last-child {
  width: 40%;
  background-color: #446EF9;
}

.ft-nav-sp a:last-child::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url('../images/access-icon.svg');
  margin-right: 10px;
  vertical-align: -4px;
}

/*----------------------------------------------------------*/
@media screen and (max-width:1230px) {
  .intr-cont-01 {
    padding-left: 15px;
  }
}

@media screen and (max-width:1030px) {
  .fv .logo {
    left: 50px;
  }

  .sec-02-cont-p h3 {
    font-size: 16px;
  }

  .sec-02-cont-p p {
    font-size: 12px;
    line-height: 1.3;
    max-width: 200px;
    white-space: normal;
  }

  .sec-02-cont-p p br {
    display: none;
  }

  .sec-02-cont-p div {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 5px;
  }

  .sec-03-cont-01 {
    font-size: 12px;
  }

  .sec-04-cont-01-01-p-02 {
    font-size: 15px;
  }

  .sec-04-cont-01-01-p-03,
  .sec-04-cont-01-01-p-04 {
    font-size: 12px;
  }
}








/*----------------------------------------------------------*/
@media screen and (max-width:770px) {
  .pc {
    display: none;
  }

  .sp {
    display: inherit !important;
  }

  .menu-window {
    width: 100%;
  }

  .fv-bc {
    background-image: url('../images/fv-01-sp.png');
  }

  .fv {
    height: 100%;
    aspect-ratio: 750 / 1208;
  }

  .menu-nav li {
    margin-bottom: 30px;
  }

  .menu-window {
    padding-top: 108px;
  }

  .fv .logo {
    width: 219px;
    height: 47px;
    left: 50%;
    transform: translate(-50%);
    top: 30%;
  }

  .fv .logo.fade-in {
    top: 36%;
  }

  .fv-catch-01 {
    width: 195px;
    height: 322px;
    left: 48%;
    top: calc(55% + 120px);
  }

  .fv-catch-01.fade-in {
    top: calc(55% + 160px);
  }

  .fv-catch-02 {
    width: 308px;
    height: 192px;
    left: 59%;
    top: calc(55% + 0px);
  }

  .fv-catch-02.fade-in {
    top: calc(55% + 40px);
  }

  .intr {
    padding-top: 10%;
    padding-bottom: 50px;
  }

  .intr-hd-01 {
    margin-bottom: 19px;
  }

  .intr-hd-02 {
    width: 345px;
    margin: auto;
    margin-bottom: 18px;
  }

  .intr-hd-03 {
    width: 277px;
  }

  .intr-cont-02 {
    width: 100%;
    float: none;
  }

  .intr-slider {
    padding-left: 24px;
    width: 100%;
    margin-right: 10px;
    overflow: hidden;
  }

  .intr-cont-logo {
    width: 160px;
    height: 43px;
    left: 15px;
    top: 6px;
  }

  .intr-slide .slide-img {
    transform: translate(19%);
  }

  .intr-cont-01 {
    margin-top: 23px;
    width: 100%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }

  .intr-cont-01-hd-sb {
    margin-top: 6px;
    font-size: 10px;
  }

  .intr-cont-01-p {
    font-size: 16px;
    line-height: 26px;
  }

  .intr-cont-01-p span {
    font-size: 20px;
  }

  .intr-cont-01-lnk {
    display: block;
    width: 259px;
    box-sizing: border-box;
    float: none;
    background-color: #fff;
    padding: 10px 13px 12px;
    font-size: 14px;
    margin: auto;
    margin-top: 12px;
  }

  .pg-nav li {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 13px;
    width: 50%;
    position: relative;
    z-index: 10;
    margin-bottom: 23px;
  }

  .pg-nav li a span {
    font-size: 18px;
  }

  .pg-nav li a {
    font-size: 14px;

  }

  .sec-hd {
    position: static;
    transform: translate(0%);
  }

  .sec-inner {
    padding-left: 0px;
  }

  .sec-hd h2 {
    writing-mode: horizontal-tb;
    font-size: 20px;
    letter-spacing: 0em;
    margin-top: 0px;
    TEXT-ALIGN: CENTER;
  }

  .sec-hd-n {
    font-size: 40px;
  }

  .sec-01 .sec-inner {
    padding-top: 9px;
  }

  .sec-01 .sec-hd {
    margin-bottom: 50px;
  }

  .sec {
    padding-bottom: 60px;
  }

  .sec-cont-01 .sec-cont-img,
  .sec-cont-02 .sec-cont-img {
    width: 100%;
    padding-top: 71%;
    margin-left: 0px;
    float: none;
  }

  .sec-cont-01,
  .sec-cont-02 {
    padding-top: 55px;
  }

  .sec-01-point,
  .sec-02-point {
    width: 190px;
    height: 111px;
    font-size: 19px;
    padding-top: 46px;

  }

  .sec-01-point::before {
    font-size: 14px;
    top: 22px;
  }

  .sec-cont-01 .sec-01-point,
  .sec-cont-02 .sec-01-point {
    top: -59px;
    left: 50%;
    transform: translate(-50%);
  }

  .sec-cont-01 .sec-01-cont-p,
  .sec-cont-02 .sec-01-cont-p {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-top: 25px;
  }

  .sec-02 .sec-inner {
    width: 345px;
    margin: auto;
  }

  .sec-02-cont {
    padding-top: 374%;
    background-image: url(../images/sec-02-base-sp.png);
    margin-top: 30px;
  }

  .sec-02-cont-p {
    text-align: left;
    width: 198px;
    transform: translate(0%);
  }

  .sec-02-cont-p-01 {
    top: 0%;
    left: 43%;
  }

  .sec-02-cont-p-02 {
    top: 15%;
    left: 0%;
  }

  .sec-02-cont-p-03 {
    top: 29%;
    left: 43.5%;
  }

  .sec-02-cont-p-04 {
    top: 42%;
    left: 0%;
  }

  .sec-02-cont-p-05 {
    top: 57%;
    left: 44%;
  }

  .sec-02-cont-p-06 {
    top: 70%;
    left: 0%;
  }

  .sec-02-cont-p-07 {
    top: 82.5%;
    left: 45%;
  }

  .sec-02-cont-p-08 {
    top: 93.5%;
    left: 0%;
  }

  .sec-02-cont-p {
    white-space: normal;
  }

  .sec-02-cont-p h3 {
    font-size: 16px;
  }

  .sec-02-cont-p p {
    font-size: 12px;
  }

  .sec-02-cont-p div {
    font-size: 10px;
  }

  .sec-cont-02 .sec-01-cont-p {
    float: left;
    width: 100%;
    padding-left: 0px;
    margin-top: 25px;
  }

  .sec-cont-02 {
    margin-top: 0px;
    margin-bottom: 19px;
  }

  .sec-02-cont-p a {
    font-size: 12px;
  }

  .sec-03-cont-02 {
    float: none;
    width: 100%;
    margin-top: 40px;
  }

  .sec-02-slider {
    padding-top: 70px;
  }

  .sec-03-cont-01 {
    float: none;
    width: 100%;
    padding-top: 20px;
  }

  .sec-03-cont-catch {
    top: -10px;
  }

  .sec-03-cont-01 ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .sec-03-cont-01 ul li::before {
    margin-right: 5px;
  }

  .sec-03-cont-01-lnk {
    font-size: 14px;
  }

  .sec-03-cont-03-hd {
    margin-top: 50px;
    font-size: 25px;
  }

  .sec-03-cont-03-hd-sb {
    width: 253px;

  }

  .sec-03-cont-03-hd-sb span {
    font-size: 15px;
  }

  .sec-03-cont-03-01 {
    font-size: 14px;
    width: 100%;
    display: block;
    margin: auto;
  }

  .ec-03-cont-03-01-caution {
    font-size: 10px;
  }

  .sec-03-cont-03-02 {
    font-size: 14px;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 34px;
  }

  .sec-03-cont-03-02-p-caution {
    font-size: 10px;
  }

  .sec-03-slide-02-img {
    padding: 0 8px 50px;
  }

  .sec-04-cont-01-02 {
    float: none;
    width: 100%;
    padding-top: 77%;
  }

  .sec-04-cont-01-01 {
    float: none;
    width: 100%;
    margin-top: 30px;
  }

  .sec-04-cont-01-01-p {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sec-04-cont-01-01-p-02 {
    font-size: 14px;
  }

  .sec-04-cont-01-01-p-03,
  .sec-04-cont-01-01-p-04 {
    font-size: 14px;
  }

  .sec-04-cont-02-wrap {
    display: block;
    width: 100%;
    height: auto;
  }

  .sec-04-cont-02-01 {
    display: block;
    ;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;

  }

  .sec-04-cont-02 {
    height: auto;
    padding-top: 46px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center;
  }

  .sec-04-cont-02-hd {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .sec-04-cont-02-p {
    font-size: 14px;
    line-height: 27px;
    padding-right: 14%;
  }

  .sec-04-cont-02-02 {
    margin-top: 22px;
    width: calc(100% + 25px);
    display: block;
    margin-left: -15px;
  }

  .sec-04-slide-01-img {
    padding: 0 8px 30px;
  }

  .sec-04-03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sec-04-04 {
    padding-top: 70px;
    padding-bottom: 250px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background-size: cover;
    background-position: bottom center;
    background-image: url('../images/sec-04-04-sp.jpg');
  }

  .totop {
    position: fixed;
    right: 27px;
    bottom: 70px;
    width: 35px;
    height: 35px;
    background-image: url('../images/totop-sp.svg');
  }

  .totop.stop {
    position: absolute;
    top: 25px;
  }

  .ft-logo {
    width: 157px;
    padding-top: 20px;
  }

  .ft-lnk {
    width: 62px;
    font-size: 10px;
  }

  .ft-lnk::after {
    top: 5px;
    right: 2px;
    height: 1px;
    width: 7px;

  }

  .ft-lnk::before {
    top: 10px;
    right: 1px;
    height: 1px;
    width: 7px;
  }

  .copyright {
    top: 37px;
  }

  #footer-gp {
    margin-bottom: 50px;
  }

  .ft-nav-sp {
    display: table;
  }
}