/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s opacity ease;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.5;
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.hero {
  position: relative;
}
.hero::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  background: #e4007f;
  top: 0;
  left: 0;
  z-index: 11;
}
.hero__logo {
  display: block;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero__logo {
    left: 8%;
  }
  .hero__logo img {
    width: 70%;
  }
}
.hero__btns {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero__btns {
    bottom: 15%;
  }
}
.hero__btns-sns {
  display: flex;
}
.hero__btns-sns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 20px;
}
.hero__btns-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 28px;
}
.hero .swiper-container {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero .swiper-container {
    height: 80vh;
  }
}
.hero .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.hero .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .swiper-container .swiper-wrapper .swiper-slide-prev img,
.hero .swiper-container .swiper-wrapper .swiper-slide-active img,
.hero .swiper-container .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 6s;
  animation-fill-mode: forwards;
}
.hero .swiper-container .swiper-pagination-bullet {
  background: none;
  border: 2px solid #fff;
}
.hero .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.hero .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.hero .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  left: inherit;
  right: 3%;
  bottom: 3%;
}
@media (max-width: 768px) {
  .hero .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .hero .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 0;
    right: 0;
  }
}

h2 {
  position: relative;
  padding: 0 0 16px;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #727272;
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 2px;
  background: #e4007f;
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h2::after {
    width: 100px;
  }
}

.banner_pc {
  position: absolute;
  bottom: 10%;
  right: 5%;
  display: flex;
  z-index: 11;
}
@media (max-width: 1000px) {
  .banner_pc {
    bottom: 20%;
  }
}
@media (max-width: 768px) {
  .banner_pc {
    display: none;
  }
}
.banner_pc__block {
  display: block;
  margin: 0 20px;
  text-align: right;
  color: #fff;
}
.banner_pc__block img {
  width: 330px;
}
.banner_pc__block-title {
  margin-top: 17px;
  font-weight: 700;
  font-size: 18px;
}
.banner_pc__block-more {
  margin-top: 10px;
  font-size: 12px;
  line-height: 100%;
  color: #cccccc;
}

.banner_sp {
  display: none;
  margin: 35px 2% 0;
}
@media (max-width: 768px) {
  .banner_sp {
    display: flex;
    justify-content: center;
  }
}
.banner_sp__block {
  display: block;
  margin: 0 20px;
  width: 80%;
  text-align: center;
  color: #333;
}
.banner_sp__block img {
  width: 100%;
}
.banner_sp__block-title {
  margin-top: 14px;
  font-weight: 700;
  font-size: 14px;
}
.banner_sp__block-more {
  margin-top: 10px;
  font-size: 10px;
  line-height: 100%;
  color: #666;
}

.about {
  padding: 160px 0 0;
}
.about__wrap {
  display: flex;
  align-items: flex-start;
  max-width: 1000px;
  width: 90%;
  margin: 56px auto 0;
  gap: 32px;
}
.about__wrap.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .about__wrap {
    flex-direction: column;
  }
  .about__wrap.is-reverse {
    flex-direction: column;
  }
}
.about__img {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .about__img {
    width: 100%;
  }
}
.about__text {
  width: calc(100% - 400px);
  color: #767676;
}
@media (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}
.about__text-jp {
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
}
.about__text-en {
  font-weight: 500;
  font-size: 17px;
  line-height: 180%;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .about {
    padding: 100px 5% 0;
  }
  .about__text {
    width: 100%;
  }
  .about__text-jp {
    font-size: 14px;
  }
  .about__text-en {
    font-size: 14px;
  }
}

.news {
  padding: 160px 0 0;
}
.news__wrap {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  width: 90%;
  margin: 56px auto 0;
  gap: 32px;
  flex-direction: column;
}
.news__cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
}
.news__cell-date {
  color: #444444;
  font-size: 12px;
  color: #e4007f;
}
.news__cell-title {
  width: 100%;
  color: #767676;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.news__cell-text {
  color: #767676;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 180%;
}
.news__cell-btn {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1em;
  border-radius: 16px;
  border: 1px solid #e4007f;
  color: #e4007f;
  width: 200px;
  height: 32px;
}

.msg {
  background: url(../img/msg.jpg) center center;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .msg {
    padding: 100px 5%;
  }
}
.msg__inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.msg__lang {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.msg__lang-jp {
  margin-right: 10px;
}
.msg__lang-en {
  margin-left: 10px;
}
.msg__lang-jp, .msg__lang-en {
  cursor: pointer;
  padding: 0 0 10px;
}
.msg__lang-jp.is-current, .msg__lang-en.is-current {
  cursor: auto;
  border-bottom: 1px solid #fff;
}
.msg__title {
  display: inline-block;
  font-family: "Avenir Next";
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.msg__text {
  font-size: 12px;
  line-height: 180%;
  margin-top: 60px;
}
.msg__text .is-jp,
.msg__text .is-en {
  display: none;
}
.msg__text .is-jp.is-current,
.msg__text .is-en.is-current {
  display: block;
}
.msg__pos {
  font-size: 16px;
  line-height: 170%;
  margin-top: 60px;
}
.msg__name {
  margin-top: 1px;
  font-size: 18px;
  line-height: 170%;
}

.pj {
  padding: 200px 0 60px;
}
.pj__block {
  width: 100%;
  max-width: 1440px;
  margin: 120px auto 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .pj__block {
    display: block;
  }
}
.pj__block:last-child {
  flex-direction: row-reverse;
}
.pj__block-img {
  width: 50%;
}
@media (max-width: 768px) {
  .pj__block-img {
    margin: 50px auto 0;
    display: block;
  }
}
.pj__block-info {
  margin: 0 60px;
}
@media (max-width: 768px) {
  .pj__block-info {
    margin: 70px 5% 0;
  }
}
.pj__block-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #e4007f;
}
@media (max-width: 768px) {
  .pj__block-title.sp {
    margin: 0 5%;
    font-size: 24px;
  }
}
.pj__block-sub {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #e4007f;
}
.pj__block-sub-en {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #e4007f;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .pj__block-sub-en.sp {
    margin: 4px 5% 24px;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .pj__block-sub.sp {
    margin: 4px 5% 0;
    font-size: 14px;
  }
}
.pj__block-text {
  margin-top: 36px;
  font-size: 14px;
  line-height: 180%;
  color: #333;
}
.pj__block-text a {
  color: #333;
  text-decoration: underline;
  margin-right: 10px;
}
.pj__block-h3 {
  margin-top: 54px;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  color: #666;
}
.pj__block dl {
  display: flex;
  flex-wrap: wrap;
}
.pj__block dl dt {
  margin-top: 10px;
  width: 130px;
  font-weight: 700;
  font-size: 12px;
  line-height: 190%;
  color: #666666;
}
.pj__block dl dd {
  margin-top: 10px;
  width: calc(100% - 130px);
  font-size: 12px;
  line-height: 190%;
  color: #333333;
}
.pj .pc {
  display: flex;
}
.pj .sp {
  display: none;
}
@media (max-width: 768px) {
  .pj .pc {
    display: none;
  }
  .pj .sp {
    display: block;
  }
}
.pj__air {
  display: flex;
  align-items: center;
  margin-top: 60px;
  width: 100%;
  min-height: 600px;
  background: url(../img/air_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .pj__air {
    margin-top: 60px;
    display: block;
    min-height: inherit;
    background: url(../img/air_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.pj__air-info {
  display: block;
  width: 517px;
  margin: 0 0 0 50%;
}
@media (max-width: 768px) {
  .pj__air-info {
    width: 100%;
    margin: 0;
    padding: 150px 10% 150px;
    box-sizing: border-box;
  }
  .pj__air-info img {
    width: 100%;
  }
}
.pj__air-info a {
  margin: 49px 0 0;
  width: 100%;
  height: 64px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #e4007f;
}
@media (max-width: 768px) {
  .pj__air-info a {
    height: 44px;
    margin: 32px auto 0;
    font-size: 14px;
  }
}
.pj__artdays {
  display: flex;
  align-items: center;
  margin-top: 124px;
  width: 100%;
  min-height: 650px;
  background: url(../img/artdays_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .pj__artdays {
    margin-top: 60px;
    display: block;
    background: none;
    min-height: inherit;
  }
}
.pj__artdays-img {
  width: 100%;
  display: block;
}
.pj__artdays-info {
  display: block;
  width: 517px;
  margin: 0 0 0 10%;
}
@media (max-width: 768px) {
  .pj__artdays-info {
    background: #fff2f3;
    width: 100%;
    margin: 0;
    padding: 32px 10% 48px;
    box-sizing: border-box;
  }
  .pj__artdays-info img {
    width: 100%;
  }
}
.pj__artdays-info__text {
  margin-top: 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .pj__artdays-info__text {
    margin-top: 0;
    font-size: 14px;
    color: #e4007f;
    text-shadow: none;
  }
}
.pj__artdays-info a {
  margin: 49px 0 0;
  width: 100%;
  height: 64px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #e4007f;
}
@media (max-width: 768px) {
  .pj__artdays-info a {
    height: 44px;
    margin: 32px auto 0;
    font-size: 14px;
    background: #e4007f;
    color: #fff;
    text-shadow: none;
  }
}

.book {
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/book_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.325;
  min-height: 400px;
  max-height: 480px;
}
@media (max-width: 768px) {
  .book {
    min-height: inherit;
    max-height: inherit;
    background-image: url(../img/book_bg_sp.jpg);
  }
}
.book__inner {
  width: 520px;
  color: #fff;
}
@media (max-width: 768px) {
  .book__inner {
    width: 80%;
    margin: auto;
    padding: 100px 5%;
    box-sizing: border-box;
    background: #e4007f;
  }
}
.book__title-1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
}
.book__title-1 .sp {
  display: none;
}
@media (max-width: 768px) {
  .book__title-1 {
    font-size: 18px;
  }
  .book__title-1 .sp {
    display: block;
  }
}
.book__title-2 {
  margin-top: 32px;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.6em;
  text-align: center;
}
@media (max-width: 768px) {
  .book__title-2 {
    font-size: 6.5vw;
  }
}
.book__title-2 span {
  letter-spacing: 0;
}
.book__text {
  margin-top: 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
}
@media (max-width: 768px) {
  .book__text {
    font-size: 12px;
  }
}
.book__btn {
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  color: #e4007f;
  border: 1px solid #e4007f;
  background: #fff;
}

.store {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background: url(../img/store_bg.jpg) center center;
  background-size: cover;
  padding: 45px 15%;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .store {
    display: block;
    padding: 72px 5% 50px;
    background-image: url(../img/store_bg_sp.jpg);
  }
}
.store__img {
  width: 400px;
  margin: 0 0 0 74px;
}
@media (max-width: 768px) {
  .store__img {
    display: block;
    margin: 37px auto 0;
    width: 70%;
  }
}
.store__info {
  background: rgba(255, 255, 255, 0.9);
  padding: 32px;
}
@media (max-width: 768px) {
  .store__info {
    padding: 16px 5% 32px;
  }
}
.store__text {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .store__text {
    margin-top: 32px;
  }
}
.store__btn {
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 44px;
  border-radius: 22px;
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  color: #e4007f;
  border: 1px solid #e4007f;
  background: #fff;
}
.store .pc {
  display: block;
}
.store .sp {
  display: none;
}
@media (max-width: 768px) {
  .store .pc {
    display: none;
  }
  .store .sp {
    display: block;
  }
}

.camp {
  display: flex;
  background: url(../img/camp_bg.jpg) center center;
  background-size: cover;
  padding: 45px 15%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .camp {
    display: block;
    padding: 72px 5% 50px;
    background-image: url(../img/camp_bg_sp.jpg);
  }
}
.camp__img {
  width: 300px;
  margin: 0 120px 0 0;
}
@media (max-width: 768px) {
  .camp__img {
    display: block;
    margin: 37px auto 0;
    width: 50%;
  }
}
.camp__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .camp__title {
    font-size: 24px;
  }
}
.camp__sub {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .camp__sub {
    font-size: 12px;
  }
}
.camp__text {
  margin-top: 34px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.camp__btn {
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 44px;
  border-radius: 22px;
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  color: #525252;
  background: #fff;
}
@media (max-width: 768px) {
  .camp__btn {
    margin: 52px auto 0;
  }
}
.camp .pc {
  display: block;
}
.camp .sp {
  display: none;
}
@media (max-width: 768px) {
  .camp .pc {
    display: none;
  }
  .camp .sp {
    display: block;
  }
}

.contact {
  padding: 200px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .contact {
    padding: 150px 0;
  }
}
.contact__text {
  margin-top: 110px;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 768px) {
  .contact__text {
    margin-top: 80px;
    font-size: 18px;
  }
}
.contact__btn {
  margin: 70px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 467px;
  height: 80px;
  border-radius: 40px;
  font-size: 20px;
  line-height: 180%;
  color: #e4007f;
  border: 1px solid #e4007f;
}
@media (max-width: 768px) {
  .contact__btn {
    width: 80%;
    height: 60px;
    font-size: 16px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-top: 6px solid #e4007f;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  box-sizing: border-box;
  z-index: 998;
  background: #fff;
}
.header__btns {
  display: flex;
}
@media (max-width: 900px) {
  .header__btns {
    position: relative;
    top: inherit;
    transform: none;
    right: inherit;
    display: block;
    margin-top: 100px;
    display: none;
  }
}
.header__btns-sns {
  display: flex;
}
@media (max-width: 900px) {
  .header__btns-sns {
    justify-content: center;
  }
}
.header__btns-sns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px;
  border: 1px solid #e4007f;
}
.header__btns-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 40px;
  border-radius: 20px;
  color: #e4007f;
  border: 1px solid #e4007f;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 10px;
}
@media (max-width: 900px) {
  .header__btns-contact {
    width: 235px;
    margin: 42px auto 0;
  }
}

.footer {
  position: relative;
  background: #e4007f;
  padding: 87px 5%;
}
@media (max-width: 900px) {
  .footer {
    padding: 87px 5% 60px;
  }
}
@media (max-width: 900px) {
  .footer__logo {
    width: 50%;
    margin: auto;
    display: block;
  }
  .footer__logo img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    width: 80%;
  }
}
.footer__btns {
  position: absolute;
  top: 120px;
  right: 5%;
  z-index: 10;
  display: flex;
}
@media (max-width: 900px) {
  .footer__btns {
    position: relative;
    top: inherit;
    transform: none;
    right: inherit;
    display: block;
    margin-top: 100px;
  }
}
.footer__btns-sns {
  display: flex;
}
@media (max-width: 900px) {
  .footer__btns-sns {
    justify-content: center;
  }
}
.footer__btns-sns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px;
}
.footer__btns-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 40px;
  border-radius: 20px;
  color: #e4007f;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 10px;
}
@media (max-width: 900px) {
  .footer__btns-contact {
    width: 235px;
    margin: 42px auto 0;
  }
}
.footer__navi {
  position: relative;
  text-align: right;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .footer__navi {
    margin-top: 48px;
  }
}
.footer__navi a {
  font-family: "Avenir Next";
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  margin-left: 24px;
}
@media (max-width: 900px) {
  .footer__navi a {
    text-align: left;
    padding: 0 5%;
    display: block;
    margin-top: 16px;
  }
}
.footer__copyright {
  margin-top: 24px;
  font-size: 10px;
  color: #fff;
  text-align: right;
}
@media (max-width: 900px) {
  .footer__copyright {
    text-align: center;
  }
}

.sub {
  width: 90%;
  max-width: 800px;
  margin: 200px auto;
}
@media (max-width: 768px) {
  .sub {
    margin: 160px auto;
  }
}
.sub__h2 {
  position: relative;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #727272;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .sub__h2 {
    font-size: 40px;
  }
}
.sub__h2.is-s {
  font-size: 40px;
}
@media (max-width: 768px) {
  .sub__h2.is-s {
    font-size: 30px;
  }
}
.sub__h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 2px;
  background: #e4007f;
}
@media (max-width: 768px) {
  .sub__h2 {
    font-size: 40px;
  }
  .sub__h2::after {
    width: 100px;
  }
}
.sub__text {
  margin-top: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #333;
}

.air__title {
  position: relative;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: center;
  margin: 0 auto 80px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .air__title {
    font-size: 38px;
    margin: 0 auto 40px;
  }
}
.air__title::before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #e4007f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.air__hero {
  display: flex;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .air__hero {
    display: block;
  }
}
.air__hero-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .air__hero-wrap {
    width: 100%;
  }
}
.air__hero-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.air__hero-wrap .swiper-container,
.air__hero-wrap .swiper-slide {
  width: 100%;
  height: 100%;
}
.air__hero-wrap .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  opacity: 1;
}
.air__hero-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e4007f;
  border: none;
}
.air__hero-wrap .swiper-horizontal > .swiper-pagination-bullets,
.air__hero-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  left: inherit;
  right: 20px;
  bottom: 20px;
}
.air__hero-info {
  width: 50%;
  padding: 150px 5%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .air__hero-info {
    width: 100%;
    padding: 80px 5%;
  }
}
.air__hero-info__logo {
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .air__hero-info__logo {
    width: 90%;
  }
}
.air__hero-info__title {
  margin: 90px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #818181;
}
@media (max-width: 768px) {
  .air__hero-info__title {
    margin: 60px 0 0;
    font-size: 18px;
  }
}
.air__hero-info__text {
  margin: 40px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #333333;
}
@media (max-width: 768px) {
  .air__hero-info__text {
    margin: 30px 0 0;
  }
}
.air__hero-logo {
  display: block;
  width: 60%;
  max-width: 800px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .air__hero-logo {
    margin: 140px auto 80px;
    width: 80%;
  }
}
.air__ocp {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .air__ocp .air__title {
    font-size: 24px;
  }
}
.air__ocp-index {
  border: 1px solid #ddd;
  padding: 32px !important;
}
@media (max-width: 768px) {
  .air__ocp-index {
    padding: 24px !important;
  }
}
.air__ocp-index__title {
  color: #5a5a5a;
  font-family: "Avenir Next";
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 1.6px;
}
.air__ocp-index a {
  color: #e4007f;
  font-family: "Avenir Next";
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 1.6px;
}
.air__ocp-index a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .air__ocp-index a {
    line-height: 170%;
  }
}
@media (max-width: 768px) {
  .air__ocp-index li {
    margin: 8px 0 0;
  }
}
.air__ocp-index li::before {
  top: 14px !important;
  left: 5px !important;
}
.air__ocp h3 {
  margin: 80px 0 0;
  color: #e4007f;
  text-align: center;
  font-family: "Avenir Next";
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.52px;
}
@media (max-width: 768px) {
  .air__ocp h3 {
    margin: 40px 0 0;
    font-size: 24px;
  }
}
.air__ocp p {
  margin: 40px 0 0;
  color: #000;
  font-family: "Avenir Next";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.54px;
}
.air__ocp p.is-center {
  text-align: center;
}
@media (max-width: 768px) {
  .air__ocp p {
    margin: 20px 0 0;
    font-size: 13px;
  }
}
.air__ocp p span {
  font-family: "Avenir Next";
  font-size: 18px;
  font-weight: 500;
  color: #e4007f;
}
.air__ocp img {
  margin: 40px 0 0;
  width: 100%;
}
.air__ocp img + img {
  margin: 20px 0 0;
}
.air__ocp ul {
  border: 1px solid #e5e5e5;
  padding: 32px;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .air__ocp ul {
    padding: 24px;
  }
}
.air__ocp ul p {
  margin: 0 0 8px;
}
.air__ocp ul li {
  position: relative;
  padding: 0 0 0 20px;
  color: #000;
  font-family: "Avenir Next";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.54px;
}
.air__ocp ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #e4007f;
  border-radius: 50%;
  top: 10px;
  left: 3px;
}
.air__ocp .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 80%;
  max-width: 400px;
  height: 64px;
  border-radius: 36px;
  background: #e4007f;
  color: #fff;
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.54px;
}
.air__ocp-required {
  margin: 80px 0 0;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 64px 32px;
}
@media (max-width: 768px) {
  .air__ocp-required {
    padding: 48px 24px;
  }
}
.air__ocp-required-text {
  text-align: center;
  color: #333;
  font-family: "Avenir Next";
  font-size: 24px;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.64px;
}
.air__ocp-required-sns {
  margin: 40px 0 0;
  background: #b2b2b2;
  padding: 32px;
  color: #fff;
  font-family: "Avenir Next";
  font-size: 14px;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.54px;
}
@media (max-width: 768px) {
  .air__ocp-required-sns {
    padding: 24px;
  }
}
.air__ocp-required-sns b {
  font-weight: 500;
  display: block;
}
.air__ocp-required-sns a {
  color: #fff;
}
@media (max-width: 768px) {
  .air__ocp-required-sns a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .air__ocp-required-sns span {
    display: block;
    margin: 8px 0 0;
  }
}
.air__meals {
  background: #fff2f3;
  padding: 120px 0;
}
.air__meals .air__title {
  text-align: left;
  font-size: 38px;
}
.air__meals .air__title::before {
  right: inherit;
}
@media (max-width: 768px) {
  .air__meals .air__title {
    font-size: 32px;
  }
}
.air__meals-wrap {
  display: flex;
}
@media (max-width: 768px) {
  .air__meals-wrap {
    display: block;
  }
}
.air__meals-img {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .air__meals-img {
    width: 100%;
    padding: 0 5%;
    gap: 16px;
    box-sizing: border-box;
    margin-top: 32px;
  }
}
.air__meals-img img {
  width: 300px;
}
@media (max-width: 768px) {
  .air__meals-img img {
    width: calc(50% - 8px);
  }
}
.air__meals-img a {
  width: 300px;
  height: 300px;
  border: 1px solid #444444;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .air__meals-img a {
    width: calc(50% - 12px);
    height: auto;
  }
}
.air__meals-img a img {
  display: block;
  width: 56px;
  margin: 0 auto 16px;
}
.air__meals-img a span {
  display: block;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333333;
}
.air__meals-text {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .air__meals-text {
    width: 100%;
  }
}
.air__meals-text__jp {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
}
.air__meals-text__en {
  margin-top: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}
.air__movie {
  background: #fff2f3;
  padding: 120px 0;
}
.air__movie-thumb {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  width: 700px;
  margin: auto;
}
@media (max-width: 768px) {
  .air__movie-thumb {
    display: block;
    width: 80%;
  }
}
.air__movie-thumb img {
  width: 320px;
}
@media (max-width: 768px) {
  .air__movie-thumb img {
    width: 100%;
  }
}
.air__movie-thumb__btn {
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
  border: 1px solid #ddd;
}
.air__movie-thumb__btn:hover {
  opacity: 0.5;
}
.air__movie-thumb__btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 57px;
  border-color: transparent transparent transparent #e4007f;
}
@media (max-width: 768px) {
  .air__movie-thumb__btn {
    margin: 16px 0;
  }
}
.air__movie-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  margin: 100px auto 0;
  border: 1px solid #a5a5a5;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333333;
}
@media (max-width: 768px) {
  .air__movie-btn {
    margin: 16px auto 0;
    width: 80%;
  }
}
.air__movie-btn span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url(../img/air/ico_yt.svg) no-repeat center center;
  background-size: cover;
  margin: 0 12px 0 0;
}
.air__facility {
  padding: 120px 0;
}
.air__facility-inner {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.air__facility-block {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 50px;
  display: flex;
}
@media (max-width: 768px) {
  .air__facility-block {
    display: block;
    padding: 20px 20px 32px;
  }
}
.air__facility-block__img {
  position: relative;
  width: 400px;
  flex: 1 0 400px;
}
@media (max-width: 768px) {
  .air__facility-block__img {
    width: 100%;
    margin: auto;
  }
}
.air__facility-block__img .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.air__facility-block__img .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.air__facility-block__img .swiper-container .swiper-pagination-bullet {
  background: #e1e1e1;
  opacity: 1;
}
.air__facility-block__img .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e4007f;
}
.air__facility-block__img .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.air__facility-block__img .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  left: inherit;
  right: 0;
  bottom: -20px;
}
.air__facility-block__info {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .air__facility-block__info {
    margin-left: 0;
    margin-top: 32px;
  }
}
.air__facility-block__info-title {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #666;
}
.air__facility-block__info-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .air__facility-block__info-text {
    margin-top: 16px;
    font-size: 12px;
  }
}
.air__facility-block:last-child {
  margin-top: 32px;
}
.air__facility-block:last-child .air__facility-block__img {
  width: 200px;
  flex: 1 0 200px;
}
.air__sightsee {
  position: relative;
  padding: 120px 0;
}
.air__sightsee-wrap {
  margin-top: 10px;
}
.air__sightsee-wrap__reverse {
  margin-top: 10px;
}
.air__sightsee .air__title {
  text-align: left;
  font-size: 38px;
  margin: 0 10% 60px;
}
.air__sightsee .air__title::before {
  right: inherit;
}
.air__sightsee .swiper-wrapper {
  transition-timing-function: linear !important;
}
.air__sightsee .swiper-slide {
  width: auto;
  height: auto;
}
.air__sightsee .swiper-slide img {
  height: 300px;
}
@media (max-width: 768px) {
  .air__sightsee .swiper-slide img {
    height: 200px;
  }
}
.air__sightsee-btn {
  position: absolute;
  top: 0;
  right: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  margin: 100px auto 0;
  border: 1px solid #a5a5a5;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333333;
}
@media (max-width: 768px) {
  .air__sightsee-btn {
    position: relative;
    margin: 40px auto 0;
    width: 80%;
    right: inherit;
  }
}
.air__sightsee-btn span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url(../img/air/ico_yt.svg) no-repeat center center;
  background-size: cover;
  margin: 0 12px 0 0;
}/*# sourceMappingURL=style.css.map */