@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Work+Sans&family=Noto+Serif+JP:wght@400;600&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #B6C1C3;
  background: #131316;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  min-width: 350px;
  width: 100%;
  text-align: justify;
  scroll-behavior: smooth;
}

img,
video,
object {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.__inner.--wide {
  width: 87.84%;
  margin-right: auto;
  margin-left: auto;
}

.__inner {
  width: 79.06%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .__inner {
    width: 89.33%;
  }
}

.__inner.--narrow {
  width: 70.28%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .__inner.--narrow {
    width: 78.67%;
  }
}

.l-main {
  position: relative;
}

.u-inline-sp {
  display: none;
}
@media screen and (max-width:768px) {
  .u-inline-sp {
    display: inline;
  }
}

.u-inline-pc {
  display: inline;
}
@media screen and (max-width:768px) {
  .u-inline-pc {
    display: none;
  }
}

.p-loading {
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background: #131316;
  top: 0;
  z-index: 1;
}

.p-loading__logo {
  width: 20%;
}

.p-fv {
  position: relative;
  height: calc(56.3vw + 285px);
  padding-top: 5.85vw;
  overflow: hidden;
  background-color: #20282C;
}
@media screen and (max-width:768px) {
  .p-fv {
    height: calc(95.3vw + 285px);
  }
}

.p-fv__bg {
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: -5.86vw;
  background-color: #282F33;
}
@media screen and (max-width:768px) {
  .p-fv__bg {
    margin-top: 0;
    top: -60vw;
  }
}

.p-fv__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .p-fv__title-block {
    width: 79.2vw;
    margin-top: 8.93vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-fv__logo {
  width: 16.5vw;
}
.p-fv__logo img {
  width: 100% !important;
}
@media screen and (max-width:768px) {
  .p-fv__logo {
    width: 41vw;
  }
}

.p-fv__productName {
  margin-top: 2.93vw;
  width: 63.1vw;
}
@media screen and (max-width:768px) {
  .p-fv__productName {
    margin-top: 8.53vw;
    width: 100%;
  }
}

.p-fv__edition {
  margin-top: 2.2vw;
  width: 17.86vw;
}
@media screen and (max-width:768px) {
  .p-fv__edition {
    margin-top: 4.53vw;
    width: 58.67vw;
  }
}

.p-fv__japanOnly {
  margin-top: 1.75vw;
  font-weight: 400;
  color: #fff;
  font-size: 1.46vw;
  line-height: 1;
  font-family: "Noto Serif JP";
}
@media screen and (max-width:768px) {
  .p-fv__japanOnly {
    margin-top: 3.73vw;
    font-size: 4.26vw;
  }
}

.p-fv__viewDetail {
  width: 8.78vw;
  position: absolute;
  right: 6.08%;
  bottom: calc(4.17vw + 285px);
  z-index: 2;
}
@media screen and (max-width:768px) {
  .p-fv__viewDetail {
    display: none;
  }
}
.p-fv__viewDetail .arrow {
  width: 2.2vw;
  height: 3.44vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gradationBox {
  width: 100%;
  height: 285px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 22, 0)), to(#131316));
  background: linear-gradient(rgba(19, 19, 22, 0) 0%, #131316 100%);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .gradationBox {
    height: 144px;
  }
}

.p-feature {
  padding-top: 18.6vw;
  padding-bottom: 16.6vw;
}
@media screen and (max-width:768px) {
  .p-feature {
    padding-bottom: 18.6vw;
  }
}

.p-feature__lead {
  font-family: "Noto Serif JP";
  text-align: center;
  font-size: clamp(3.15rem, 2.64vw, 4.5rem);
}
@media screen and (max-width:768px) {
  .p-feature__lead {
    font-size: clamp(2.1rem, 6.4vw, 3rem);
  }
}

.p-feature__list {
  margin-top: 9.1vw;
}
@media screen and (max-width:768px) {
  .p-feature__list {
    margin-top: 17.1vw;
  }
}

.p-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-feature__item + li {
  margin-top: 8.8vw;
}
@media screen and (max-width:768px) {
  .p-feature__item + li {
    margin-top: 24.8vw;
  }
}
.p-feature__item .p-feature__item-text-block {
  width: 33.2vw;
  padding-top: 1.3vw;
}
@media screen and (max-width:768px) {
  .p-feature__item .p-feature__item-text-block {
    width: 100%;
    padding-top: 12.3vw;
  }
}
.p-feature__item .p-feature__item-image {
  width: 51.5%;
  -webkit-transform: translate(2vw, -1.54vw);
          transform: translate(2vw, -1.54vw);
}
@media screen and (max-width:768px) {
  .p-feature__item .p-feature__item-image {
    width: 78.67vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-feature__item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-feature__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-feature__item-title {
  font-family: "Noto Serif JP";
  font-size: clamp(2.625rem, 2.2vw, 3.75rem);
  line-height: 1.33;
  padding-bottom: 0.59vw;
}
@media screen and (max-width:768px) {
  .p-feature__item-title {
    font-size: clamp(1.925rem, 5.87vw, 2.75rem);
  }
}

.p-feature__item-desc {
  margin-top: 2.8vw;
  margin-top: 1lh;
  line-height: 2;
  font-size: clamp(1.3125rem, 1.1vw, 1.875rem);
}
@media screen and (max-width:768px) {
  .p-feature__item-desc {
    font-size: clamp(1.3125rem, 4vw, 1.875rem);
  }
}

.p-feature__item-image {
  position: relative;
}
.p-feature__item-image img {
  z-index: 3;
}
.p-feature__item-image::before {
  content: "";
  display: block;
  width: 45.54vw;
  height: 45.54vw;
  background: #fff;
  opacity: 0.3;
  -webkit-filter: blur(3.66vw);
          filter: blur(3.66vw);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100vh;
  z-index: -1;
}
.p-feature__item-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1E1E21;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-feature__item:nth-of-type(even) .p-feature__item-image::after {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.p-feature__item:nth-of-type(2) .p-feature__item-image {
  width: 51.5%;
  -webkit-transform: translate(-2vw, -0.54vw);
          transform: translate(-2vw, -0.54vw);
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(2) .p-feature__item-image {
    width: 78.67vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(2) .p-feature__item-desc {
    margin-top: 0;
  }
}
.p-feature__item:nth-of-type(3) .p-feature__item-image {
  width: 51.5%;
  -webkit-transform: translate(2vw, 1vw);
          transform: translate(2vw, 1vw);
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(3) .p-feature__item-image {
    width: 78.67vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(3) .p-feature__item-desc {
    margin-top: 0;
  }
}
.p-feature__item:nth-of-type(4) .p-feature__item-image {
  width: 51.5%;
  -webkit-transform: translate(-2vw, 3.46vw);
          transform: translate(-2vw, 3.46vw);
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(4) .p-feature__item-image {
    width: 78.67vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-feature__item:nth-of-type(4) .p-feature__item-text-block {
  width: 33.2vw;
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(4) .p-feature__item-text-block {
    width: 100%;
  }
}
.p-feature__item:nth-of-type(5) .p-feature__item-image {
  width: 51.5%;
  -webkit-transform: translate(2vw, 5vw);
          transform: translate(2vw, 5vw);
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(5) .p-feature__item-image {
    width: 78.67vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-feature__item:nth-of-type(5) .p-feature__item-text-block {
  width: 33.2vw;
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(5) .p-feature__item-text-block {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .p-feature__item:nth-of-type(5) .p-feature__item-desc:first-of-type {
    margin-top: 0;
  }
}

.l-about {
  padding-top: 8.78vw;
  background: #eeeeee;
}
@media screen and (max-width:768px) {
  .l-about {
    padding-top: 17.78vw;
  }
}

.p-about .c-section__heading {
  width: 23.06vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .p-about .c-section__heading {
    width: 62.4vw;
  }
}

.p-about__inner {
  margin-right: auto;
  margin-left: auto;
  padding: 4.09vw 4.39vw;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .p-about__inner {
    padding: 17.07vw 5.33vw 12vw;
  }
}

.p-about__content {
  margin-top: 2.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .p-about__content {
    margin-top: 10.53vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__content .image {
  width: 28.4vw;
}
@media screen and (max-width:768px) {
  .p-about__content .image {
    width: 100%;
  }
}
.p-about__content .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3.6vw 0 4.32vw 4.7vw;
  color: #131316;
}
@media screen and (max-width:768px) {
  .p-about__content .text-block {
    padding-top: 5.6vw;
    padding-left: 0;
  }
}
.p-about__content .text-block h3 {
  font-size: clamp(2.86rem, 1.83vw, 3.125rem);
  font-family: "Noto Serif JP";
  line-height: 2.16;
}
@media screen and (max-width:768px) {
  .p-about__content .text-block h3 {
    font-size: clamp(1.925rem, 5.87vw, 2.75rem);
  }
}
.p-about__content .text-block p {
  font-size: clamp(1.3125rem, 1.1vw, 1.875rem);
  line-height: 2;
}
@media screen and (max-width:768px) {
  .p-about__content .text-block p {
    margin-top: 3vw;
    font-size: clamp(1.3125rem, 4vw, 1.875rem);
  }
}
.p-about__content .text-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.99vw;
  padding-bottom: 6px;
  color: #131316;
  font-weight: bold;
  font-size: clamp(1.32rem, 1.17vw, 2rem);
  border-bottom: 1px solid #131316;
}
@media screen and (max-width:768px) {
  .p-about__content .text-block a {
    margin-top: 8.99vw;
    font-size: clamp(1.4rem, 4.27vw, 2rem);
  }
}
.p-about__content .text-block a::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 16px;
  height: 24px;
  background-image: url(../images/arrow-small.svg);
  background-size: cover;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-spec {
  padding-top: 8.2vw;
  padding-bottom: 8.78vw;
  background: #eeeeee;
}
@media screen and (max-width:768px) {
  .l-spec {
    padding-top: 26.2vw;
  }
}

.p-spec .c-section__heading {
  width: 10.54vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .p-spec .c-section__heading {
    width: 24.73vw;
  }
}

.p-spec__content {
  margin-top: 5.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .p-spec__content {
    margin-top: 10.67vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-spec__content .image {
  width: 19.91vw;
}
@media screen and (max-width:768px) {
  .p-spec__content .image {
    width: 50vw;
  }
}

.p-spec__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6.44vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #131316;
}
@media screen and (max-width:768px) {
  .p-spec__table {
    margin-top: 12.8vw;
    margin-left: 0;
  }
}
.p-spec__table .row {
  padding-top: 1.76vw;
  padding-bottom: 1.4vw;
  padding-right: 4.39vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1.75;
  border-top: 1px solid #B6C1C3;
}
@media screen and (max-width:768px) {
  .p-spec__table .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6.4vw;
    padding-bottom: 5.6vw;
  }
}
.p-spec__table .row:last-of-type, .p-spec__table .row:nth-last-of-type(2) {
  border-bottom: 1px solid #B6C1C3;
}
@media screen and (max-width:768px) {
  .p-spec__table .row:last-of-type, .p-spec__table .row:nth-last-of-type(2) {
    border-bottom: none;
  }
}
.p-spec__table .row:last-of-type, .p-spec__table .row:nth-last-of-type(3) {
  border-left: 1px solid #B6C1C3;
  padding-left: 1.9vw;
}
@media screen and (max-width:768px) {
  .p-spec__table .row:last-of-type, .p-spec__table .row:nth-last-of-type(3) {
    border-left: none;
    padding-left: 0;
  }
}
.p-spec__table .key {
  width: 140px;
  font-size: clamp(1.575rem, 1.31vw, 2.25rem);
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .p-spec__table .key {
    font-size: clamp(1.3125rem, 4vw, 1.875rem);
  }
}
.p-spec__table .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.75;
  font-size: clamp(1.32rem, 1.17vw, 2rem);
}
@media screen and (max-width:768px) {
  .p-spec__table .value {
    font-size: clamp(1.3125rem, 4vw, 1.875rem);
  }
}
.p-spec__table .row.half {
  width: 50%;
  padding-right: 1vw;
}
@media screen and (max-width:768px) {
  .p-spec__table .row.half {
    width: 100%;
    padding-right: 0;
  }
}

.l-shopList {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(50%, #eee), color-stop(50%, #1B1D21), to(#1B1D21));
  background: linear-gradient(to bottom, #eee 0, #eee 50%, #1B1D21 50%, #1B1D21 100%);
}
@media screen and (max-width:768px) {
  .l-shopList {
    padding-top: 18vw;
  }
}

.p-shopList__inner {
  padding-top: 8.2vw;
  background-color: #131316;
}
@media screen and (max-width:768px) {
  .p-shopList__inner {
    padding-top: 16.07vw;
    padding-bottom: 18.33vw;
  }
}

.p-shopList .c-section__heading {
  width: 15.96vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .p-shopList .c-section__heading {
    width: 43.73vw;
  }
}

.p-shopList__list {
  width: 70.28vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.1vw;
  margin-top: 1.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width:768px) {
  .p-shopList__list {
    width: 78.67vw;
    margin-top: 7.87vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-shopList__list::after {
  content: "";
  width: 31%;
}

.p-shopList__item {
  width: 33.33333%;
  padding-bottom: 2.93vw;
  padding-top: 2.93vw;
  border-bottom: 1px solid #333;
  padding-right: 2%;
}
@media screen and (max-width:768px) {
  .p-shopList__item {
    width: 100%;
    padding-top: 6.4vw;
    padding-bottom: 4.4vw;
  }
}
.p-shopList__item:nth-of-type(3n) {
  padding-right: 0;
  padding-left: 2%;
}
.p-shopList__item:last-of-type {
  border-bottom: none;
}
.p-shopList__item .name {
  color: #fff;
  font-size: clamp(1.575rem, 1.31vw, 2.25rem);
  font-weight: bold;
  line-height: 1.56;
}
@media screen and (max-width:768px) {
  .p-shopList__item .name {
    font-size: clamp(1.3125rem, 4vw, 1.875rem);
    line-height: 1.87;
  }
}
.p-shopList__item .address {
  color: #B6C1C3;
}
.p-shopList__item .desc {
  margin-top: 1.17vw;
  font-size: clamp(1.3125rem, 1.1vw, 1.875rem);
  line-height: 1.87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #B6C1C3;
}
@media screen and (max-width:768px) {
  .p-shopList__item .desc {
    font-size: clamp(1.225rem, 3.73vw, 1.75rem);
    line-height: 1.86;
  }
}
.p-shopList__item .tel {
  color: #B6C1C3;
}
.p-shopList__item .tel a {
  color: #B6C1C3;
}
.p-shopList__item .url {
  font-size: clamp(1.3125rem, 1.1vw, 1.875rem);
  line-height: 1.87;
  word-break: break-all;
  color: #B6C1C3;
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  .p-shopList__item .url {
    font-size: clamp(1.3125rem, 4vw, 1.875rem);
    line-height: 1.87;
  }
}

.l-footer {
  background-color: #1B1D21;
  font-family: "Work Sans";
  color: #fff;
}

.l-footer__linkBlock {
  padding-top: 8.78vw;
  padding-bottom: 8.78vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(2.975rem, 2.49vw, 4.25rem);
  border-bottom: 1px solid #B6C1C3;
}
@media screen and (max-width:768px) {
  .l-footer__linkBlock {
    padding-top: 19vw;
    padding-bottom: 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__linkItem {
  width: 50%;
}
@media screen and (max-width:768px) {
  .l-footer__linkItem {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .l-footer__linkItem:first-of-type {
    margin-bottom: 10.4vw;
  }
}
.l-footer__linkItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(2.975rem, 2.49vw, 4.25rem);
  line-height: 0.94;
}
@media screen and (max-width:768px) {
  .l-footer__linkItem a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: clamp(2.45rem, 7.47vw, 3.5rem);
    line-height: 1.14;
  }
}
.l-footer__linkItem a::after {
  margin-left: 8px;
  content: "";
  display: block;
  width: 26px;
  height: 40px;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.l-footer__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.93vw;
  padding-bottom: 2.93vw;
}
@media screen and (max-width:768px) {
  .l-footer__foot {
    padding-top: 9.67vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .l-footer__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__snsHead {
  font-size: clamp(1.225rem, 1.02vw, 1.75rem);
  line-height: 2.29;
}
@media screen and (max-width:768px) {
  .l-footer__snsHead {
    font-size: clamp(1.225rem, 3.73vw, 1.75rem);
    margin-bottom: 3vw;
  }
}

.l-footer__snsList {
  margin-left: 1.76vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.76vw;
  line-height: 2.29;
}
@media screen and (max-width:768px) {
  .l-footer__snsList {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__snsItem a {
  font-size: clamp(1.225rem, 1.02vw, 1.75rem);
  line-height: 2.29;
}
@media screen and (max-width:768px) {
  .l-footer__snsItem a {
    font-size: clamp(1.225rem, 3.73vw, 1.75rem);
  }
}

.l-footer__copyright {
  font-size: 10px;
  line-height: 3.2;
}
@media screen and (max-width:768px) {
  .l-footer__copyright {
    margin-top: 12.8vw;
    line-height: 1.6;
  }
}
