@charset "UTF-8";
/*$base-width: 1400px;*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
.l-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #13100D;
  height: 71px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  /* /toggle */
  /*
  &.is-scroll {
  	height: 60px;
  	.l-header-toggle {
  		top: -5px;
  	}
  }
  */
}
@media screen and (max-width: 769px) {
  .l-header {
    height: 61px;
  }
}
.l-header-logo {
  margin: 0 0 0 22px;
  width: 195px;
}
@media screen and (max-width: 769px) {
  .l-header-logo {
    margin: 0 0 0 20px;
    width: 168px;
  }
}
.l-header-logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 770px) {
  .l-header-logo a:hover {
    opacity: 0.7;
  }
}
.l-header-toggle {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #13100D;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 769px) {
  .l-header-toggle {
    width: 60px;
    height: 60px;
  }
}
.l-header-toggle-txt {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  position: absolute;
  top: 12px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.l-header-toggle span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}
@media screen and (max-width: 769px) {
  .l-header-toggle span {
    width: 28px;
  }
}
.l-header-toggle span:nth-of-type(1) {
  top: 30px;
}
@media screen and (max-width: 769px) {
  .l-header-toggle span:nth-of-type(1) {
    top: 28px;
  }
}
.l-header-toggle span:nth-of-type(2) {
  top: 40px;
}
@media screen and (max-width: 769px) {
  .l-header-toggle span:nth-of-type(2) {
    top: 36px;
  }
}
.l-header-toggle span:nth-of-type(3) {
  top: 50px;
}
@media screen and (max-width: 769px) {
  .l-header-toggle span:nth-of-type(3) {
    top: 44px;
  }
}
.l-header-toggle.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
@media screen and (max-width: 769px) {
  .l-header-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
.l-header-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header-toggle.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 769px) {
  .l-header-toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 770px) {
  .l-header-toggle:hover {
    background: #333;
  }
  .l-header-toggle:hover span {
    width: 40px;
  }
}
.l-header-nav {
  position: fixed;
  top: 0;
  right: -450px;
  background: #fff;
  width: 450px;
  height: 100svh;
  overflow-y: scroll;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.l-header-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav {
    width: 30.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav {
    width: 100%;
    right: -100%;
  }
}
.l-header-nav.is-active {
  right: 0;
}
.l-header-nav-wrap {
  padding: 100px 40px 100px 45px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header-nav-wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-wrap {
    padding: 100px 2.7397260274vw 6.8493150685vw 3.0821917808vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-wrap {
    padding: 70px 8% 150px;
  }
}
.l-header-nav-logo {
  margin-left: 12px;
  width: 213px;
  position: relative;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-logo {
    margin-left: 0.8219178082vw;
    width: 14.5890410959vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-logo {
    width: 45.3333333333vw;
  }
}
.l-header-nav-logo .c-movelogo {
  width: 7.8rem;
  height: 7.8rem;
}
@media screen and (max-width: 769px) {
  .l-header-nav-logo .c-movelogo {
    right: -19.7333333333vw;
    width: 17.6vw;
    height: 17.6vw;
  }
}
.l-header-nav-gnav {
  margin-top: 25px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav {
    margin-top: 1.7123287671vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav {
    margin-top: 4vw;
  }
}
.l-header-nav-gnav li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 86px;
  border-bottom: 1px solid #CFCFCE;
  padding: 0 10px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav li {
    height: 5.8904109589vw;
    padding: 0 0.6849315068vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav li {
    height: 16.5333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.l-header-nav-gnav a {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a {
    font-size: 1.3698630137vw;
    padding-left: 1.6438356164vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-left: 6.4vw;
  }
}
.l-header-nav-gnav a:before {
  content: "";
  background: url(/airnz-ms/static-assets-20250814.3/assets/img/icn_gnav.svg) no-repeat left top/cover;
  width: 9px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a:before {
    width: 0.6164383562vw;
    height: 0.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a:before {
    width: 2.4vw;
    height: 3.2vw;
  }
}
.l-header-nav-gnav a.m-outlink {
  padding-right: 20px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a.m-outlink {
    padding-right: 1.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a.m-outlink {
    padding-right: 5.3333333333vw;
  }
}
.l-header-nav-gnav a.m-outlink:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  background: url(/airnz-ms/static-assets-20250814.3/assets/img/icn_window.svg) no-repeat left top/contain;
  width: 13px;
  height: 13px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a.m-outlink:after {
    width: 0.8904109589vw;
    height: 0.8904109589vw;
    top: calc(50% - 0.3424657534vw);
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a.m-outlink:after {
    top: calc(50% - 1.3333333333vw);
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.l-header-nav-gnav a.m-newjiyu img {
  width: 11.6rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a.m-newjiyu img {
    width: 24vw;
    margin-right: 1.3333333333vw;
  }
}
.l-header-nav-gnav a img {
  display: inline-block;
  position: relative;
  bottom: 3px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a img {
    bottom: 0.2054794521vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a img {
    bottom: 0.8vw;
  }
}
.l-header-nav-gnav a img.logo01 {
  width: 110px;
  margin-right: 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a img.logo01 {
    width: 7.5342465753vw;
    margin-right: 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a img.logo01 {
    width: 24vw;
    margin-right: 1.0666666667vw;
  }
}
.l-header-nav-gnav a img.logo02 {
  width: 95px;
  margin: 0 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a img.logo02 {
    width: 6.5068493151vw;
    margin: 0 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a img.logo02 {
    width: 21.3333333333vw;
    margin: 0 0.8vw;
  }
}
.l-header-nav-gnav a img.logo02.m-02 {
  margin-left: 0;
}
.l-header-nav-sns {
  margin-top: 50px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-sns {
    margin-top: 3.4246575342vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns {
    margin-top: 13.3333333333vw;
  }
}
.l-header-nav-sns .en {
  display: block;
  width: 188px;
  text-align: center;
  margin: 0 auto 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-sns .en {
    width: 12.8767123288vw;
    margin-bottom: 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns .en {
    width: 44vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-header-nav-sns .ja {
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-sns .ja {
    font-size: 0.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns .ja {
    font-size: 3.2vw;
  }
}
.l-header-nav-sns-list {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-sns-list {
    margin-top: 1.3698630137vw;
    gap: 0.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns-list {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns-list li {
    width: 10.6666666667vw;
  }
}

.js-bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header.is-up {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
.l-header.is-down {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
.l-header.is-top {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

/*
.l-header-set + main {
	padding-top: 70px;
	@include mq(m) {
		padding-top: 60px;
	}
}
*/
/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  background: #13100D;
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .l-footer {
    padding-bottom: 0;
  }
}
.l-footer-link {
  background: #fff;
  padding: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin: 0;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link {
    padding: 0.3424657534vw;
    gap: 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li {
    margin: 1.3333333333vw 0;
  }
}
.l-footer-link li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 31.2rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li a {
    height: 21.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li a {
    height: 64vw;
  }
}
.l-footer-link li .txt {
  text-align: center;
}
.l-footer-link li .txt .icn {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .icn {
    margin-bottom: 1.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .icn {
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer-link li .txt .icn img {
  width: auto;
  height: 4.8rem;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .icn img {
    height: 3.2876712329vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .icn img {
    height: 11.2vw;
  }
}
.l-footer-link li .txt .lead {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .lead {
    font-size: 1.6438356164vw;
    margin-bottom: 1.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .lead {
    margin-bottom: 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
.l-footer-link li .txt .btn {
  display: inline-block;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  border: 2px solid #fff;
  padding: 8px 25px 10px 25px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 100px;
  z-index: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .btn {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .btn {
    font-size: 3.7333333333vw;
  }
}
.l-footer-link li .txt .btn:after {
  content: "";
  position: absolute;
  background: url(/airnz-ms/static-assets-20250814.3/assets/img/icn_arrow_wh.svg) no-repeat left top/contain;
  width: 8px;
  height: 12px;
  right: 8px;
  top: calc(50% - 6px);
  z-index: 3;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .btn:after {
    width: 0.5479452055vw;
    height: 0.8219178082vw;
    right: 1.0273972603vw;
    top: calc(50% - 0.4794520548vw);
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .btn:after {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 1.0666666667vw);
  }
}
.l-footer-link li .txt .btn span {
  color: #fff;
}
.l-footer-link li .img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .l-footer-link li .img {
    height: 100%;
  }
}
.l-footer-link li .img img {
  -webkit-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 769px) {
  .l-footer-link li .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 770px) {
  .l-footer-link li:hover a {
    opacity: 1;
  }
  .l-footer-link li:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  .l-footer-link li:hover .txt .btn {
    background: #fff;
  }
  .l-footer-link li:hover .txt .btn span {
    color: #350D78;
  }
  .l-footer-link li:hover .txt .btn:after {
    background: url(/airnz-ms/static-assets-20250814.3/assets/img/icn_arrow.svg) no-repeat left center/contain;
  }
}
.l-footer-link li:last-child .txt .icn img {
  height: 3rem;
}
@media screen and (max-width: 769px) {
  .l-footer-link li:last-child .txt .icn img {
    height: 7.4666666667vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li:last-child {
    border-bottom: 1.3333333333vw solid #fff;
  }
}
.l-footer-main {
  background: #13100D;
  padding: 80px 0 0;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main {
    padding: 5.4794520548vw 0 0;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main {
    padding: 16vw 0 5.3333333333vw;
  }
}
.l-footer-main-logo {
  margin: 0 auto;
  width: 498px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main-logo {
    width: 34.1095890411vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main-logo {
    width: 80.8vw;
  }
}
.l-footer-main-sns {
  margin-top: 50px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main-sns {
    margin-top: 3.4246575342vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main-sns {
    margin-top: 10.6666666667vw;
  }
}
.l-footer-main-sns-headline {
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
  width: 377px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main-sns-headline {
    margin-bottom: 2.0547945205vw;
    width: 28.7671232877vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main-sns-headline {
    margin-bottom: 2.6666666667vw;
    width: 72.2666666667vw;
  }
}
.l-footer-main-sns-list {
  margin-top: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main-sns-list {
    margin-top: 1.3698630137vw;
    gap: rxvw(17);
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main-sns-list {
    margin-top: 5.3333333333vw;
    gap: 3.2vw;
  }
  .l-footer-main-sns-list li {
    width: 11.2vw;
  }
}
.l-footer-foot {
  color: #fff;
  background: #13100D;
  padding: 20px 0 0;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot {
    padding: 4.5205479452vw 0 2.7397260274vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot {
    padding: 0 0 8vw;
  }
}
.l-footer-foot-wrap {
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-wrap {
    max-width: 72.602739726vw;
    padding-bottom: 0.6849315068vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-footer-foot-wrap {
    padding-bottom: 2.0547945205vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-wrap {
    display: block;
  }
}
.l-footer-foot-left {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .l-footer-foot-left {
    text-align: center;
  }
}
.l-footer-foot-left .name {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 7px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-left .name {
    margin-bottom: 0.4794520548vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-left .name {
    line-height: 1.5;
    font-size: 4.8vw;
    font-weight: 700;
  }
}
.l-footer-foot-left .address {
  font-size: 0.8rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 769px) {
  .l-footer-foot-left .address {
    font-size: 2.1333333333vw;
  }
}
.l-footer-foot-left .address a {
  color: #fff;
}
.l-footer-foot-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 20px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-right {
    margin-top: 1.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    margin-top: 14.6666666667vw;
    position: relative;
  }
}
.l-footer-foot-right .logo-anz {
  width: 236px;
  margin-bottom: 12px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-right .logo-anz {
    width: 16.1643835616vw;
    margin-bottom: 0.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-right .logo-anz {
    width: 10.6666666667vw;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -5.3333333333vw;
  }
}
.l-footer-foot-right .logo-sam {
  width: 182px;
  margin-bottom: 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-right .logo-sam {
    width: 13.5616438356vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-right .logo-sam {
    width: 40.5333333333vw;
  }
}
.l-footer-foot-copyright {
  color: #9B9B9B;
  display: block;
  margin-top: 28px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 769px) {
  .l-footer-foot-copyright {
    text-align: right;
    margin-top: 1.3333333333vw;
    font-size: 2.4vw;
  }
}

html {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

body.is-fixed {
  position: fixed;
  height: 100%;
  width: 100%;
}

i, address {
  font-style: normal;
}

@media print, screen and (min-width: 770px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
.l-header-set + main {
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  .l-header-set + main {
    padding-top: 0px;
  }
}

@media screen and (max-width: 769px) {
  #plan #mainVisual {
    padding-top: 0;
  }
  #plan #backtop .deco {
    bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-header-toggle-txt {
    top: 17px;
  }
}

.l-footer {
  padding-bottom: 0;
}

@media screen and (max-width: 769px) {
  .l-footer-foot-wrap {
    padding: 0 5%;
  }
}

/*下層削除、調整*/
#plan #mainVisual .block .text .ttl {
  width: 13.8em;
  height: auto;
}
@media screen and (max-width: 769px) {
  #plan #mainVisual .block .text .ttl {
    width: 12em;
  }
}

#plan #headline .block .text .ttl span:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #350D78), color-stop(50%, #350D78), color-stop(51%, rgba(0, 169, 185, 0)), to(rgba(0, 169, 185, 0)));
  background-image: linear-gradient(90deg, #350D78 0, #350D78 50%, rgba(0, 169, 185, 0) 51%, rgba(0, 169, 185, 0) 100%);
}

#plan #schedule .tub .btn a.active:before {
  display: none;
}

#plan #schedule .block .block-inner .select .schedule-ttl i {
  display: none;
}

#plan #schedule .block .block-inner .select .schedule-ttl span:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #350D78), color-stop(50%, #350D78), color-stop(51%, rgba(0, 169, 185, 0)), to(rgba(0, 169, 185, 0)));
  background-image: linear-gradient(90deg, #350D78 0, #350D78 50%, rgba(0, 169, 185, 0) 51%, rgba(0, 169, 185, 0) 100%);
}

#plan #schedule .block .block-inner .select .schedule-goal .chara {
  display: none;
}

#plan #schedule .block .block-inner .select .schedule-goal .balloon {
  right: 0;
  left: -4em;
  bottom: 3.4em;
  margin: 0 auto;
  width: 11.5em;
}
@media screen and (max-width: 769px) {
  #plan #schedule .block .block-inner .select .schedule-goal .balloon {
    left: -2.5em;
    width: 8em;
    bottom: 2em;
  }
}

#plan #schedule .block .block-inner .select .schedule-goal {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  #plan #schedule .block .block-inner .select .schedule-goal {
    margin-bottom: 1em;
  }
}

#plan #map .ttl span:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #350D78), color-stop(50%, #350D78), color-stop(51%, rgba(0, 169, 185, 0)), to(rgba(0, 169, 185, 0)));
  background-image: linear-gradient(90deg, #350D78 0, #350D78 50%, rgba(0, 169, 185, 0) 51%, rgba(0, 169, 185, 0) 100%);
}

#link {
  display: none;
}

#plan #photo .deco-wrap .deco {
  display: none;
}

#backtop {
  margin-top: 9.5em;
}

#plan #backtop .deco {
  display: none;
}

#plan #backtop .section-wrap .section-inner {
  padding-bottom: 4.5em;
}

#plan #schedule .block .block-inner .select .schedule-goal .line {
  height: 4.5em;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #plan #schedule .block .block-inner .select .schedule-goal .line {
    height: auto;
  }
}