@charset "UTF-8";
.antarctic-content {
  --clr-accent:#dc1e37;
}
.antarctic-content picture {
  display: block;
}
.antarctic-content img {
  width: 100%;
  display: block;
}
.antarctic-content .u-pc {
  display: block;
}
@media screen and (max-width: 660px) {
  .antarctic-content .u-pc {
    display: none;
  }
}
.antarctic-content .u-sp {
  display: none;
}
@media screen and (max-width: 660px) {
  .antarctic-content .u-sp {
    display: block;
  }
}

/* ================ */
/* COMMON */
/* ================ */
.antarctic-anchor {
  position: absolute;
  top: -75px;
}
@media screen and (max-width: 660px) {
  .antarctic-anchor {
    top: -50px;
  }
}

.antarctic-inner {
  width: min(77.0833333333vw, 1110px);
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  .antarctic-inner {
    width: 89.7435897436vw;
  }
}

.antarctic-ttl {
  text-align: center;
  color: var(--clr-accent);
  margin: 0 0 min(3.4722222222vw, 50px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.6944444444vw, 10px) 0;
}
@media screen and (max-width: 660px) {
  .antarctic-ttl {
    margin: 0 0 8.9743589744vw 0;
    gap: 4.1025641026vw 0;
  }
}
.antarctic-ttl > span.jp {
  font-weight: bold;
  font-size: min(2.9166666667vw, 42px);
  letter-spacing: 0.1em;
  line-height: 1.2380952381;
}
@media screen and (max-width: 660px) {
  .antarctic-ttl > span.jp {
    font-size: 6.6666666667vw;
    line-height: 1.2307692308;
  }
}
.antarctic-ttl > span.en {
  font-family: "DINNextLTPro-Regular";
  font-weight: bold;
  font-size: min(1.9444444444vw, 28px);
  line-height: 1.1428571429;
}
@media screen and (max-width: 660px) {
  .antarctic-ttl > span.en {
    font-size: 4.358974359vw;
    line-height: 1.1176470588;
  }
}

.antarctic-sub {
  margin: 0 0 min(2.7777777778vw, 40px) 0;
  display: flex;
  flex-direction: column;
  gap: min(0.2777777778vw, 4px) 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-sub {
    margin: 0 0 7.6923076923vw 0;
    gap: 1.5384615385vw 0;
  }
}
.antarctic-sub > span.jp {
  font-weight: bold;
  font-size: min(2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--clr-accent);
}
@media screen and (max-width: 660px) {
  .antarctic-sub > span.jp {
    font-size: 4.8717948718vw;
    line-height: 1.3684210526;
  }
}
.antarctic-sub.--white > span.jp {
  color: #fff;
}
.antarctic-sub.--355::after {
  width: min(24.6527777778vw, 355px);
}
.antarctic-sub.--490::after {
  width: min(34.0277777778vw, 490px);
}
.antarctic-sub.--425::after {
  width: min(29.5138888889vw, 425px);
}

.antarctic-txt {
  font-size: min(1.25vw, 18px);
  line-height: 2.2222222222;
}
@media screen and (max-width: 660px) {
  .antarctic-txt {
    font-size: 3.5897435897vw;
    line-height: 2;
  }
}
.antarctic-txt.--white {
  color: #fff;
}

.antarctic-copy {
  font-weight: bold;
  font-size: min(2.2222222222vw, 32px);
  line-height: 1.3125;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .antarctic-copy {
    font-size: 4.6153846154vw;
    line-height: 1.3333333333;
  }
}

/* ================ */
/* TOP（contents） */
/* ================ */
.modal-video-body {
  max-width: 1120px;
}

.antarctic-mv {
  aspect-ratio: 1920/1080;
  background: url("/global/about/antarctic/img/mv.jpg") center center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-mv {
    aspect-ratio: 390/636;
    background: url("/global/about/antarctic/img/mv_sp.jpg") center center/cover no-repeat;
  }
}
.antarctic-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.antarctic-mv__content {
  position: absolute;
  top: 11.9791666667vw;
  left: calc(50% - min(38.5416666667vw, 555px));
  z-index: 1;
}
@media screen and (max-width: 660px) {
  .antarctic-mv__content {
    top: 24.6153846154vw;
    left: 5.1282051282vw;
  }
}
.antarctic-mv__ttl {
  pointer-events: none;
  font-weight: bold;
  font-size: min(5.9027777778vw, 85px);
  letter-spacing: 0.05em;
  line-height: 1.2588235294;
}
@media screen and (max-width: 660px) {
  .antarctic-mv__ttl {
    font-size: 7.4358974359vw;
    line-height: 1.275862069;
  }
}
.antarctic-mv__ttl > small {
  font-size: min(4.5138888889vw, 65px);
}
@media screen and (max-width: 660px) {
  .antarctic-mv__ttl > small {
    font-size: 5.8974358974vw;
  }
}
.antarctic-mv__txt {
  pointer-events: none;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: min(1.5277777778vw, 22px);
  letter-spacing: 0.1em;
  line-height: 1.7272727273;
  margin: 1.5625vw 0 2.6041666667vw;
}
@media screen and (max-width: 660px) {
  .antarctic-mv__txt {
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
    margin: 5.1282051282vw 0 8.7179487179vw;
  }
}
.antarctic-mv__btn {
  font-weight: bold;
  font-size: 0.8333333333vw;
  line-height: 1.375;
  color: #fff !important;
  width: 14.0104166667vw;
  height: 2.8645833333vw;
  background: var(--clr-accent);
  box-sizing: border-box;
  border: none;
  padding: 0 0 0 1.4583333333vw;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.2s background-color ease-out;
}
@media screen and (max-width: 660px) {
  .antarctic-mv__btn {
    font-size: 3.5897435897vw;
    line-height: 1.2857142857;
    width: 56.9230769231vw;
    height: 11.5384615385vw;
    padding: 0 0 0 5.641025641vw;
  }
}
.antarctic-mv__btn:hover {
  cursor: pointer;
  background: rgb(176, 24, 44);
}
.antarctic-mv__btn::after {
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background: url("/global/about/antarctic/img/ico_play.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0.9375vw;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .antarctic-mv__btn::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
    right: 3.5897435897vw;
  }
}
.antarctic-mv__movie {
  height: 100%;
}
.antarctic-mv__movie.--save {
  display: none;
}
.antarctic-mv__movie > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.antarctic-mv__scroll {
  font-family: "DINNextLTPro-Regular";
  font-weight: bold;
  font-size: min(0.8333333333vw, 12px);
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: min(6.6666666667vw, 96px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 660px) {
  .antarctic-mv__scroll {
    font-size: 3.0769230769vw;
    bottom: 24.6153846154vw;
  }
}
.antarctic-mv__scroll > span.txt {
  display: block;
  transform: rotate(90deg);
}
.antarctic-mv__scroll > span.bar {
  width: 2px;
  height: min(3.4722222222vw, 50px);
  position: absolute;
  top: min(3.4722222222vw, 50px);
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .antarctic-mv__scroll > span.bar {
    height: 12.8205128205vw;
    top: 12.8205128205vw;
  }
}
.antarctic-mv__scroll > span.bar::after {
  content: "";
  width: 2px;
  height: min(1.3888888889vw, 20px);
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  animation: scrollbaranime 2s ease-in-out infinite;
}
@media screen and (max-width: 660px) {
  .antarctic-mv__scroll > span.bar::after {
    height: 5.1282051282vw;
  }
}
@keyframes scrollbaranime {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

.antarctic-about {
  background: url("/global/about/antarctic/img/bg_about.jpg") center center/cover no-repeat;
  padding: min(10.4166666667vw, 150px) 0;
}
@media screen and (max-width: 660px) {
  .antarctic-about {
    padding: 12.8205128205vw 0;
  }
}
.antarctic-about__section {
  margin: 0 0 min(10.4166666667vw, 150px) 0;
}
@media screen and (max-width: 660px) {
  .antarctic-about__section {
    margin: 0 0 15.3846153846vw 0;
  }
}
.antarctic-about__section:last-of-type {
  margin: 0;
}
.antarctic-about__img {
  margin: min(5.5555555556vw, 80px) 0 0 0;
}
@media screen and (max-width: 660px) {
  .antarctic-about__img {
    padding: 0 0 3.8461538462vw 0;
    margin: 15.3846153846vw -5.1282051282vw 0 0;
    overflow-x: scroll;
  }
  .antarctic-about__img picture {
    width: 171.7948717949vw;
    padding: 0 5.1282051282vw 0 0;
  }
}
.antarctic-about__link {
  margin: min(5.5555555556vw, 80px) 0 0 0;
  display: flex;
  justify-content: center;
  gap: 0 min(2.7777777778vw, 40px);
}
@media screen and (max-width: 660px) {
  .antarctic-about__link {
    margin: 12.8205128205vw 0 0 0;
    flex-direction: column;
    gap: 5.1282051282vw 0;
  }
}
.antarctic-about__btn {
  font-weight: bold;
  font-size: min(1.3888888889vw, 20px);
  line-height: 1.4;
  color: #333 !important;
  width: min(26.6666666667vw, 384px);
  height: min(4.5138888889vw, 65px);
  border: 1px solid #333;
  border-radius: min(0.4166666667vw, 6px);
  box-sizing: border-box;
  padding: 0 0 0 min(1.6666666667vw, 24px);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-about__btn {
    font-size: 4.1025641026vw;
    width: 100%;
    height: 15.3846153846vw;
    border-radius: 1.5384615385vw;
    padding: 0 0 0 8.2051282051vw;
  }
}
.antarctic-about__btn::after {
  content: "";
  width: min(1.5277777778vw, 22px);
  height: min(1.5277777778vw, 22px);
  background: url("/global/about/antarctic/img/ico_external.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: min(1.1111111111vw, 16px);
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .antarctic-about__btn::after {
    width: 4.358974359vw;
    height: 4.358974359vw;
    right: 4.6153846154vw;
  }
}

.antarctic-why {
  background: #E9EFF2;
  padding: min(8.6805555556vw, 125px) 0 min(10.4166666667vw, 150px);
}
.antarctic-why__ico {
  mix-blend-mode: multiply;
  width: min(18.3333333333vw, 264px);
  margin: min(1.0416666667vw, 15px) auto min(2.2222222222vw, 32px);
}
@media screen and (max-width: 660px) {
  .antarctic-why__ico {
    width: 47.1794871795vw;
    margin: 2.5641025641vw auto 8.2051282051vw;
  }
}
.antarctic-why__section {
  width: min(97.2222222222vw, 1400px);
  box-sizing: border-box;
  padding: min(8.3333333333vw, 120px) min(10.0694444444vw, 145px) min(6.9444444444vw, 100px);
  margin: 0 auto min(1.3888888889vw, 20px);
}
@media screen and (max-width: 660px) {
  .antarctic-why__section {
    width: 94.8717948718vw;
    padding: 7.6923076923vw 6.4102564103vw;
    margin: 0 auto 2.5641025641vw;
  }
}
.antarctic-why__section.--01 {
  background: url("/global/about/antarctic/img/bg_why01.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 660px) {
  .antarctic-why__section.--01 {
    background: url("/global/about/antarctic/img/bg_why01_sp.jpg") center center/cover no-repeat;
  }
}
.antarctic-why__section.--02 {
  height: min(39.7222222222vw, 572px);
  background: url("/global/about/antarctic/img/bg_why02.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 660px) {
  .antarctic-why__section.--02 {
    height: auto;
  }
}
.antarctic-why__section.--03 {
  background: url("/global/about/antarctic/img/bg_why03.jpg") center center/cover no-repeat;
}
.antarctic-why__section:last-of-type {
  margin: 0 auto;
}
.antarctic-why__grid {
  margin: 0 0 min(3.4722222222vw, 50px) 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .antarctic-why__grid {
    margin: 0 0 10.2564102564vw 0;
    display: block;
  }
}
.antarctic-why__grid-img {
  width: min(29.8611111111vw, 430px);
}
@media screen and (max-width: 660px) {
  .antarctic-why__grid-img {
    width: auto;
    margin: 0 0 7.6923076923vw 0;
  }
}
.antarctic-why__grid-content {
  width: min(41.6666666667vw, 600px);
}
@media screen and (max-width: 660px) {
  .antarctic-why__grid-content {
    width: auto;
  }
}
.antarctic-why__img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .antarctic-why__img {
    flex-direction: column;
    gap: 5.1282051282vw 0;
  }
}
.antarctic-why__img > figure {
  width: min(24.3055555556vw, 350px);
}
@media screen and (max-width: 660px) {
  .antarctic-why__img > figure {
    width: auto;
  }
}
.antarctic-why__img > figure > figcaption {
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.5;
  margin: min(0.6944444444vw, 10px) 0 0 0;
}
@media screen and (max-width: 660px) {
  .antarctic-why__img > figure > figcaption {
    font-size: 3.5897435897vw;
    line-height: 1.4285714286;
    margin: 2.0512820513vw 0 0 0;
  }
}
.antarctic-why__img > figure > figcaption > span {
  font-weight: bold;
  font-size: min(1.5277777778vw, 22px);
  line-height: 1.4545454545;
  color: #fff;
  margin: 0 0 min(0.6944444444vw, 10px) 0;
  display: block;
}
@media screen and (max-width: 660px) {
  .antarctic-why__img > figure > figcaption > span {
    font-size: 4.6153846154vw;
    line-height: 1.4444444444;
    margin: 0 0 1.2820512821vw 0;
  }
}
.antarctic-why__img.--col2 {
  flex-wrap: wrap;
  gap: min(4.8611111111vw, 70px) 0;
}
@media screen and (max-width: 660px) {
  .antarctic-why__img.--col2 {
    gap: 7.6923076923vw 0;
  }
}
.antarctic-why__img.--col2 > figure {
  width: min(36.1111111111vw, 520px);
}
@media screen and (max-width: 660px) {
  .antarctic-why__img.--col2 > figure {
    width: auto;
  }
}
.antarctic-why__img.--col2 > figure > figcaption {
  color: #fff;
}

.antarctic-hanasaka {
  background: rgba(220, 30, 55, 0.05);
  padding: min(10.4166666667vw, 150px) 0 min(7.9861111111vw, 115px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka {
    padding: 10.2564102564vw 0;
  }
}
.antarctic-hanasaka__orn {
  position: absolute;
}
.antarctic-hanasaka__orn.--01 {
  width: min(22.3611111111vw, 322px);
  top: min(5.1388888889vw, 74px);
  left: calc(50% - min(63.2638888889vw, 911px));
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__orn.--01 {
    width: 97.9487179487vw;
    top: 2.0512820513vw;
    left: 0;
  }
}
.antarctic-hanasaka__orn.--02 {
  width: min(28.2638888889vw, 407px);
  top: min(5.1388888889vw, 74px);
  left: calc(50% + min(37.9861111111vw, 547px));
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__orn.--02 {
    width: 93.3333333333vw;
    top: auto;
    bottom: 1.0256410256vw;
  }
}
.antarctic-hanasaka__ttl {
  font-weight: bold;
  font-size: min(2.2222222222vw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin: 0 0 min(5.1388888889vw, 74px) 0;
  display: flex;
  align-items: baseline;
}
.antarctic-hanasaka__ttl > img {
  width: min(21.3194444444vw, 307px);
  margin: 0 min(1.8055555556vw, 26px) 0 0;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__ttl > img {
    width: 40.5128205128vw;
    margin: 0 auto 4.6153846154vw;
  }
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__ttl {
    font-size: 4.6153846154vw;
    line-height: 1.2307692308;
    text-align: center;
    display: block;
  }
}
.antarctic-hanasaka__ttl > strong {
  font-size: min(3.3333333333vw, 48px);
  color: #ff1493;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__ttl > strong {
    font-size: 6.6666666667vw;
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__slide {
    margin: 0 -5.1282051282vw 0 0;
  }
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__list {
    margin: 0 max(-0.6944444444vw, -10px);
  }
}
.antarctic-hanasaka__list-item {
  height: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__list-item {
    width: 64.1025641026vw;
    padding: 0 2.5641025641vw;
  }
}
.antarctic-hanasaka__list-item > a {
  height: 100%;
  background: #fff;
  border-radius: min(0.6944444444vw, 10px);
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__list-item > a {
    border-radius: 2.5641025641vw;
  }
}
.antarctic-hanasaka__list-item > a::after {
  content: "";
  width: min(0.6638888889vw, 9.56px);
  height: min(1.1388888889vw, 16.4px);
  background: url("/global/about/antarctic/img/arw_right_pink.svg") center center/contain no-repeat;
  position: absolute;
  right: min(0.8333333333vw, 12px);
  bottom: min(1.0416666667vw, 15px);
  transition: 0.2s ease;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__list-item > a::after {
    width: 2.4512820513vw;
    height: 4.2051282051vw;
    right: 3.0769230769vw;
    bottom: 3.8461538462vw;
  }
}
.antarctic-hanasaka__list-item > a:hover {
  text-decoration: none;
}
.antarctic-hanasaka__list-item > a:hover::after {
  right: min(0.5555555556vw, 8px);
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__list-item > a:hover::after {
    right: 3.0769230769vw;
  }
}
.antarctic-hanasaka__list-img {
  aspect-ratio: 250/150;
}
.antarctic-hanasaka__list-img img {
  object-fit: cover;
  object-position: center;
}
.antarctic-hanasaka__list-content {
  padding: min(1.25vw, 18px) min(0.8333333333vw, 12px) min(3.3333333333vw, 48px);
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__list-content {
    padding: 4.6153846154vw 3.0769230769vw 12.3076923077vw;
  }
}
.antarctic-hanasaka__list-date {
  font-weight: bold;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.375;
  color: #000;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__list-date {
    font-size: 4.1025641026vw;
  }
}
.antarctic-hanasaka__list-ttl {
  font-size: min(0.9722222222vw, 14px);
  line-height: 1.7142857143;
  color: #000;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka__list-ttl {
    font-size: 3.5897435897vw;
  }
}
.antarctic-hanasaka .swiper-controls {
  width: min(16.25vw, 234px);
  height: min(2.7777777778vw, 40px);
  margin: min(4.6527777778vw, 67px) auto 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka .swiper-controls {
    width: 45.1282051282vw;
    height: 7.6923076923vw;
    margin: 9.2307692308vw auto 0;
  }
}
.antarctic-hanasaka .swiper-button-prev,
.antarctic-hanasaka .swiper-button-next {
  width: min(2.7777777778vw, 40px);
  height: min(2.7777777778vw, 40px);
  background: url("/global/about/antarctic/img/arw_prev_pink.svg") center center/contain no-repeat;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka .swiper-button-prev,
  .antarctic-hanasaka .swiper-button-next {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.antarctic-hanasaka .swiper-button-prev::after,
.antarctic-hanasaka .swiper-button-next::after {
  content: none;
}
.antarctic-hanasaka .swiper-button-next {
  background: url("/global/about/antarctic/img/arw_next_pink.svg") center center/contain no-repeat;
  right: 0;
  left: auto;
}
.antarctic-hanasaka .swiper-scrollbar {
  width: min(9.1666666667vw, 132px);
  height: 2px;
  background: #000;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .antarctic-hanasaka .swiper-scrollbar {
    width: 25.641025641vw;
  }
}
.antarctic-hanasaka .swiper-scrollbar-drag {
  height: 4px;
  background: #ff1493;
  margin: -1px 0 0 0;
}

.antarctic-sns {
  background: url("/global/about/antarctic/img/bg_sns.jpg") center center/cover no-repeat;
  padding: min(5.6944444444vw, 82px) 0 min(7.2916666667vw, 105px);
}
@media screen and (max-width: 660px) {
  .antarctic-sns {
    background: url("/global/about/antarctic/img/bg_sns_sp.jpg") center center/cover no-repeat;
    padding: 7.6923076923vw 0 12.8205128205vw;
  }
}
.antarctic-sns__ttl {
  font-weight: bold;
  font-size: min(1.9444444444vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.3684210526;
  height: min(5.8333333333vw, 84px);
  margin: 0 0 min(5.5555555556vw, 80px) 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-sns__ttl {
    font-size: 4.6153846154vw;
    line-height: 1.3636363636;
    height: 12.3076923077vw;
    margin: 0 0 7.6923076923vw 0;
  }
}
.antarctic-sns__ttl::before {
  content: "";
  width: 55%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-10deg) translateX(max(-1.3888888889vw, -20px));
}
@media screen and (max-width: 660px) {
  .antarctic-sns__ttl::before {
    width: 100.5128205128vw;
    transform: skew(-10deg) translateX(-5.1282051282vw);
  }
}
.antarctic-sns__ttl > span {
  width: min(77.0833333333vw, 1110px);
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-sns__ttl > span {
    width: auto;
    margin: 0 0 0 5.1282051282vw;
  }
}
.antarctic-sns__ttl > span::before, .antarctic-sns__ttl > span::after {
  content: "";
  width: min(3.75vw, 54px);
  height: min(3.1944444444vw, 46px);
  background: url("/global/about/antarctic/img/ico_in.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(30.9722222222vw, 446px);
  margin: auto;
}
@media screen and (max-width: 660px) {
  .antarctic-sns__ttl > span::before, .antarctic-sns__ttl > span::after {
    width: 6.6666666667vw;
    height: 5.3846153846vw;
    left: 72.8205128205vw;
  }
}
.antarctic-sns__ttl > span::after {
  width: min(3.1944444444vw, 46px);
  background: url("/global/about/antarctic/img/ico_fb.svg") center center/contain no-repeat;
  left: min(35.4166666667vw, 510px);
}
@media screen and (max-width: 660px) {
  .antarctic-sns__ttl > span::after {
    width: 5.3846153846vw;
    left: 80.5128205128vw;
  }
}
.antarctic-sns__section:not(:last-of-type) {
  margin: 0 0 min(5.5555555556vw, 80px) 0;
}
@media screen and (max-width: 660px) {
  .antarctic-sns__section:not(:last-of-type) {
    margin: 0 0 10.2564102564vw 0;
  }
}
.antarctic-sns__content {
  margin: 0 0 min(2.7777777778vw, 40px) 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-sns__content {
    padding: 0 2.5641025641vw;
    margin: 0 0 -35.8974358974vw 0;
    margin: 0 0 5.1282051282vw 0;
  }
}
.antarctic-sns__list-item > iframe {
  width: 100% !important;
}
.antarctic-sns__link {
  display: flex;
  justify-content: center;
  gap: 0 min(2.7777777778vw, 40px);
}
@media screen and (max-width: 660px) {
  .antarctic-sns__link {
    flex-direction: column;
    gap: 5.1282051282vw 0;
  }
}
.antarctic-sns__link-btn {
  font-weight: bold;
  font-size: min(1.25vw, 18px);
  line-height: 1.5555555556;
  text-align: center;
  color: #333 !important;
  width: min(16.5277777778vw, 238px);
  height: min(3.4027777778vw, 49px);
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: min(0.4166666667vw, 6px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .antarctic-sns__link-btn {
    font-size: 3.3333333333vw;
    width: 44.6153846154vw;
    height: 9.2307692308vw;
    border-radius: 1.5384615385vw;
    margin: 0 auto;
  }
}
.antarctic-sns__link-btn:hover {
  text-decoration: none;
}
.antarctic-sns .swiper-button-prev,
.antarctic-sns .swiper-button-next {
  width: min(2.7777777778vw, 40px);
  height: min(2.7777777778vw, 40px);
  background: url("/global/about/antarctic/img/arw_prev_pink.svg") center center/contain no-repeat;
  margin: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: max(-5.5555555556vw, -80px);
  margin: auto;
}
@media screen and (max-width: 660px) {
  .antarctic-sns .swiper-button-prev,
  .antarctic-sns .swiper-button-next {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    left: -2.5641025641vw;
  }
}
.antarctic-sns .swiper-button-prev::after,
.antarctic-sns .swiper-button-next::after {
  content: none;
}
.antarctic-sns .swiper-button-next {
  background: url("/global/about/antarctic/img/arw_next_pink.svg") center center/contain no-repeat;
  right: max(-5.5555555556vw, -80px);
  left: auto;
}
@media screen and (max-width: 660px) {
  .antarctic-sns .swiper-button-next {
    right: -2.5641025641vw;
  }
}

.antarctic-relation {
  padding: min(5.9722222222vw, 86px) 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-relation {
    padding: 13.3333333333vw 0 7.6923076923vw;
  }
}
.antarctic-relation__notes {
  font-size: min(1.1111111111vw, 16px);
  text-align: right;
  width: min(77.0833333333vw, 1110px);
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 660px) {
  .antarctic-relation__notes {
    width: 100%;
    font-size: 2.5641025641vw;
    box-sizing: border-box;
    padding: 0 5.1282051282vw;
  }
}
.antarctic-relation__section {
  margin: 0 0 min(4.1666666667vw, 60px) 0;
}
@media screen and (max-width: 660px) {
  .antarctic-relation__section {
    padding: 0 0 7.6923076923vw 0;
  }
}
.antarctic-relation__ttl {
  font-weight: bold;
  font-size: min(1.9444444444vw, 28px);
  letter-spacing: 0.04em;
  line-height: 1.2857142857;
  padding: 0 0 0.5em 0;
  margin: 0 0 1em 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .antarctic-relation__ttl {
    font-size: 4.6153846154vw;
    line-height: 1.2777777778;
  }
}
.antarctic-relation__ttl::before, .antarctic-relation__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.antarctic-relation__ttl::after {
  width: min(4.1666666667vw, 60px);
  height: 4px;
  background: var(--clr-accent);
}
@media screen and (max-width: 660px) {
  .antarctic-relation__ttl::after {
    width: 10.2564102564vw;
    height: 3px;
  }
}
@media screen and (max-width: 660px) {
  .antarctic-relation__content {
    padding: 0 0 3.8461538462vw 0;
    margin: 0 -5.1282051282vw 0 0;
    overflow-x: scroll;
  }
}
.antarctic-relation__list {
  display: flex;
  gap: 0 min(1.0416666667vw, 15px);
}
@media screen and (max-width: 660px) {
  .antarctic-relation__list {
    padding: 0 5.1282051282vw 0 0;
    gap: 0 2.5641025641vw;
  }
  .antarctic-relation__list.--02 {
    width: 116.4102564103vw;
  }
  .antarctic-relation__list.--03 {
    width: 175.8974358974vw;
  }
}
.antarctic-relation__list-item {
  width: min(25vw, 360px);
}
@media screen and (max-width: 660px) {
  .antarctic-relation__list-item {
    width: 56.9230769231vw;
  }
}
.antarctic-relation__list-item > a {
  color: #333;
  display: block;
}
.antarctic-relation__list-item > a > figure > figcaption {
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  line-height: 1.5;
  margin: min(0.6944444444vw, 10px) 0 0 0;
}
@media screen and (max-width: 660px) {
  .antarctic-relation__list-item > a > figure > figcaption {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin: 1.5384615385vw 0 0 0;
  }
}/*# sourceMappingURL=cmn.css.map */