@charset "UTF-8";
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  overflow-x: hidden;
}

a[href^="tel:"] {
  pointer-events: auto;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*16px＝1rem*/
.inner {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.sp2-show {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp2-show {
    display: block;
  }
}

/*16px＝1rem*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 100;
  background-color: transparent;
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header__logo-link {
  max-width: 199px;
  width: 100%;
  aspect-ratio: 199/42;
}
.header__logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 500px) {
  .header__logo-link {
    max-width: 150px;
  }
}

.header__logo {
  max-width: 199px;
  width: 100%;
  aspect-ratio: 199/42;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 500px) {
  .header__logo {
    max-width: 150px;
  }
}

.header__cta {
  display: flex;
  align-items: center;
}

.header__cta-button {
  display: inline-block;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 12px;
  padding-left: 32px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.header__cta-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  .header__cta-button {
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 12px;
    max-width: 150px;
  }
}

/*16px＝1rem*/
img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
img.js-fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}
img.header-logo-img, img[poster] {
  opacity: 1;
  transform: translateY(0);
}

.mv {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 748px;
  aspect-ratio: 1386/748;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 500px;
    height: 100vh;
    aspect-ratio: unset;
  }
}

.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv__bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .mv-inner {
    height: 100%;
  }
}

.mv__text {
  padding-bottom: 100px;
}

@media screen and (max-width: 500px) {
  .mv__text {
    padding-bottom: 150px;
  }
}
.mv__title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7647058824;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .mv__title {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}

.mv__title-line {
  display: block;
}

.mv__subtitle {
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
  letter-spacing: 0em;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .mv__subtitle {
    font-size: 14px;
  }
}

.mv__subtitle-line {
  display: block;
}

.about {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .about {
    padding-top: 50px;
  }
}

.about__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.about__content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.about__title {
  font-size: 137px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.16em;
  font-family: "Cormorant", serif;
  -webkit-text-emphasis: none;
          text-emphasis: none;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 500px) {
  .about__title {
    font-size: 64px;
  }
}

.about-image {
  width: 100%;
  height: auto;
  aspect-ratio: 900/500;
}

.about-img {
  width: 100%;
  height: auto;
}

.about-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.texts {
  display: flex;
  justify-content: space-around;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .texts {
    flex-direction: column;
    padding-top: 55px;
    gap: 30px;
  }
}

.about__text1 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.76;
}

.about__text2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.78;
}

.pick {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .pick {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pick__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .pick__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.pick__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .pick__header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}

.pick__title {
  font-family: "Cormorant", serif;
  font-size: 67px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pick__title {
    font-size: 50px;
  }
}

.pick__title-line {
  display: block;
}

.pick__info-box {
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  display: flex;
  gap: 20px;
  max-width: 581px;
}
@media screen and (max-width: 768px) {
  .pick__info-box {
    max-width: 100%;
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .pick__info-box {
    gap: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

.pick__badge {
  max-width: 98px;
  width: 100%;
  height: auto;
  aspect-ratio: 98/98;
}
@media screen and (max-width: 500px) {
  .pick__badge {
    max-width: 74px;
    aspect-ratio: 74/74;
  }
}

.pick__badge-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pick__info-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.pick__info-line-heading {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #EAD78D;
  line-height: 1.8;
  letter-spacing: 0em;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .pick__info-line-heading {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}

.pick__info-line-text {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #EAD78D;
  line-height: 2;
  letter-spacing: 0em;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .pick__info-line-text {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.pick__cards {
  display: flex;
  gap: 24px;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .pick__cards {
    gap: 16px;
  }
}

.pick__card {
  flex: 0 0 calc((100% - 96px) / 4);
  max-width: 280px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pick__card {
    flex: 0 0 calc((100% - 64px) / 2.5);
    min-width: 180px;
  }
}

.pick__card-image {
  max-width: 280px;
  width: 100%;
  height: auto;
  aspect-ratio: 280/390;
}
.pick__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pick__card-name {
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-top: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .pick__card-name {
    font-size: 12px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
  }
}

.promo-slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
}

.promo-slider__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .promo-slider__title {
    font-size: 20px;
  }
}

.promo-slider__swiper {
  position: relative;
  overflow: hidden;
  touch-action: pan-x;
  width: 100%;
}

.promo-slide {
  flex: 0 0 100%;
  min-width: 100%;
  overflow: hidden;
}

.promo-slide__image {
  display: block;
  width: 100%;
  height: clamp(320px, 60vw, 560px);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.promo-slider__swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  z-index: 10;
  text-align: center;
}

.promo-slider__swiper .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border: none;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.35);
  opacity: 1;
  pointer-events: auto;
  padding: 0;
  margin: 0 4px;
  transition: background-color 0.3s ease, width 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.promo-slider__swiper .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 1;
  width: 60px;
}

@media screen and (max-width: 768px) {
  .promo-slider {
    background-color: #000;
  }
  .promo-slider__swiper .swiper-pagination {
    bottom: 15px;
    gap: 8px;
  }
  .promo-slider__swiper .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 0 3px;
  }
  .promo-slider__swiper .swiper-pagination-bullet-active {
    width: 40px;
  }
}
.the-shigira-contents {
  background-color: #000;
  padding: 100px 0 120px 0;
}
@media screen and (max-width: 500px) {
  .the-shigira-contents {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.the-shigira-content__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 500px) {
  .the-shigira-content__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.the-shigira-contents__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .the-shigira-contents__wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

.the-shigira-content__left {
  flex: 1;
}

.the-shigira-content__title {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 50px;
  font-family: "Cormorant", serif;
}
@media screen and (max-width: 500px) {
  .the-shigira-content__title {
    padding-bottom: 30px;
  }
}

.the-shigira-content__text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.88;
  letter-spacing: 0.05em;
  padding-bottom: 55px;
}
@media screen and (max-width: 500px) {
  .the-shigira-content__text {
    padding-bottom: 5px;
  }
}

.the-shigira-content__botan {
  width: 214px;
  height: 42px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .the-shigira-content__botan {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .the-shigira-content__botan {
    width: 214px;
    height: 42px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.the-shigira-content__btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border: 1px solid #fff;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .the-shigira-content__btn {
    font-size: 11px;
    padding: 15px 0;
  }
}

.the-shigira-content__botan-sp {
  width: 320px;
  height: 60px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .the-shigira-content__botan-sp {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.the-shigira-content__btn-sp {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

.the-shigira-content__right-image {
  max-width: 320px;
  width: 100%;
  height: auto;
  aspect-ratio: 320/450;
}
.the-shigira-content__right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .the-shigira-content__right-image {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .the-shigira-content__right-image {
    max-width: 214px;
    aspect-ratio: 214/300;
    padding-top: 30px;
  }
}

.picture-slide {
  background-color: #000;
  padding: 120px 0;
  background-image: url(../images/slider5-bg-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .picture-slide {
    padding: 80px 0;
  }
}

.picture-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.75));
  z-index: -1;
}

.picture-slide__content {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .picture-slide__content {
    margin-bottom: 45px;
    padding-right: 37px;
    padding-left: 37px;
  }
}

.picture-slide__heading {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.14em;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .picture-slide__heading {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.picture-slide__text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .picture-slide__text {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 0;
  }
}

.picture-slide__carousel {
  position: relative;
}

.picture-slide__swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.picture-slide__swiper-wrapper {
  display: flex;
  align-items: center;
}

.picture-slide__swiper-slide {
  flex: 0 0 auto;
  width: clamp(280px, 78vw, 900px);
  overflow: hidden;
}

.picture-slide__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .picture-slide__swiper-slide {
    width: clamp(240px, 90vw, 640px);
  }
}
@media screen and (max-width: 1024px) {
  .picture-slide__swiper-slide {
    width: clamp(640px, 70vw, 960px);
  }
}
.booking {
  background-color: #000;
  padding: 120px 83px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .booking {
    padding: 80px 14px;
  }
}

.booking__img-wrapper {
  position: relative;
}
@media screen and (max-width: 500px) {
  .booking__img-wrapper {
    height: 365px;
    width: 100%;
    aspect-ratio: 347/365;
  }
}

.booking__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.booking__content {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.booking__title {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .booking__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.booking__text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 56px;
}
@media screen and (max-width: 500px) {
  .booking__text {
    padding: 0 30px;
  }
}

.booking__button-wrapper {
  margin-top: 40px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.booking__button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.bottom {
  background-color: #1a1a1a;
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  .bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bottom__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .bottom__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.bottom__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .bottom__content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.bottom__left {
  flex: 1.5;
}
@media screen and (max-width: 768px) {
  .bottom__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 100%;
  }
}

.bottom__left-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .bottom__left-title {
    font-size: 16px;
  }
}

.bottom__left-tel {
  color: inherit;
  text-decoration: none;
}

.bottom__contact {
  margin-top: 36px;
  width: 100%;
  max-width: 320px;
}

.bottom__contact-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.bottom__right {
  flex: 0.5;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .bottom__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.bottom__right-title {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.14em;
  padding-right: 65px;
}
@media screen and (max-width: 768px) {
  .bottom__right-title {
    padding-right: 0;
  }
}

.bottom__socials {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bottom__socials {
    justify-content: flex-start;
  }
}

.bottom__social-link {
  display: inline-block;
}

.bottom__social-img {
  display: block;
  width: 33px;
  height: 33px;
}

.bottom__social-img--youtube {
  width: 36px;
  height: 24px;
}

/*16px＝1rem*/
.footer {
  background-color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-text {
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp-br {
    display: none; /* PCでは改行を無効にする */
  }
}


@media screen and (max-width: 768px) {
    .br-sp { display:none;/* スマホでは改行を無効にする */ }
}