@charset "UTF-8";
/* 文字コードの指定 */
/* ページ全般の設定 */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 7.7rem;
}
@media (max-width: 749px) {
  html {
    scroll-padding-top: 3.8rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #686868;
  background: #FFF9F4;
}
@media (max-width: 749px) {
  body {
    font-size: 1rem;
  }
}

.body-item-1 {
  color: #000000;
  background: #f2e8e1;
}

.body-item-2 {
  color: #000000;
  background: #f2e9e2;
}

main {
  margin-top: 7.7rem;
}
@media (max-width: 749px) {
  main {
    margin-top: 3.8rem;
  }
}

.page-home {
  margin-top: 0;
}

.page-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 750px) {
  .page-item {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

li {
  list-style: none;
}

a {
  color: #686868;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}
@media (max-width: 749px) {
  .flex {
    flex-direction: column;
  }
}

.grid {
  display: grid;
}
@media (max-width: 749px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-width {
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.sp-width {
  width: 84vw;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .sp-width {
    width: 63rem;
  }
}

.ntr {
  font-family: "NTR", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.section-title {
  font-family: "NTR", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #CEB194;
  font-size: 6.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.125;
}
@media (max-width: 749px) {
  .section-title {
    font-size: 2.5rem;
    line-height: 2.12;
  }
}

.btn {
  height: 11.6rem;
  max-width: 44.7rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #686868;
  font-family: "NTR", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 2.12;
}
@media (max-width: 749px) {
  .btn {
    height: 3.4rem;
    max-width: 13.3rem;
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}

.astarisk {
  font-size: 2.1333333333vw;
  vertical-align: super;
}
@media (min-width: 750px) {
  .astarisk {
    font-size: 1.6rem;
  }
}

.astarisk-m {
  font-size: 1.6vw;
  vertical-align: super;
}
@media (min-width: 750px) {
  .astarisk-m {
    font-size: 1.2rem;
  }
}

.astarisk-s {
  font-size: 1.3333333333vw;
  vertical-align: super;
}
@media (min-width: 750px) {
  .astarisk-s {
    font-size: 1rem;
  }
}

.header {
  width: 100%;
  background: #CEB194;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 0 3.6111111111vw;
  height: 7.8rem;
}
@media (min-width:1440px) {
  .header {
    padding: 0 10.9rem 0 5.2rem;
  }
}
@media (max-width: 749px) {
  .header {
    position: fixed;
    padding: 0 1.6rem;
    height: 3.8rem;
  }
}
.header .header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 7.8rem;
  gap: 10.7638888889vw;
}
@media (min-width:1440px) {
  .header .header__inner {
    gap: 15.5rem;
  }
}
@media (max-width: 749px) {
  .header .header__inner {
    height: 3.8rem;
    width: 100%;
    align-items: center;
  }
}
.header .header__logo {
  line-height: 1;
  display: flex;
  max-width: 8.9583333333vw;
  width: 100%;
}
@media (min-width:1440px) {
  .header .header__logo {
    max-width: 12.9rem;
  }
}
@media (max-width: 749px) {
  .header .header__logo {
    max-width: 76px;
  }
}
@media (max-width: 749px) {
  .header .header__right {
    display: none;
  }
}
.header nav {
  width: 100%;
}
.header .header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4.5833333333vw;
}
@media (min-width:1440px) {
  .header .header__menu {
    gap: 6.6rem;
  }
}
.header .header__menu li a {
  font-size: 1.4583333333vw;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (min-width:1440px) {
  .header .header__menu li a {
    font-size: 2.1rem;
  }
}
.header .header__menu li .ntr {
  font-size: 2.0833333333vw;
}
@media (min-width:1440px) {
  .header .header__menu li .ntr {
    font-size: 3rem;
  }
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 3.8rem;
  height: 3.8rem;
  z-index: 100;
  cursor: pointer;
}
.hamburger-btn .hamburger-btn__line {
  width: 2.1rem;
  height: 1.4rem;
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn .hamburger-btn__line .line {
  width: 2.1rem;
  height: 1px;
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  bottom: 45%;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  bottom: 0;
}

/* ×　オープン */
.hamburger-btn.active {
  top: 0;
  right: 0;
}
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2), .hamburger-btn.active .line:nth-child(3) {
  width: 2.1rem;
  height: 1px;
  top: 33%;
  left: 0;
}
.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background-color: #CEB194;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 3rem 2rem 6.4rem;
}
#hamburger-menu .hamburger-logo {
  max-width: 6.1rem;
}
#hamburger-menu .hamburger-menu__list {
  margin: 4rem auto 0;
}
#hamburger-menu .hamburger-menu__list li {
  margin-bottom: 1rem;
}
#hamburger-menu .hamburger-menu__list li:last-child {
  margin-bottom: 0;
}
#hamburger-menu .hamburger-menu__list li:last-child a {
  font-size: 2rem;
}
#hamburger-menu .hamburger-menu__list li a {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  display: block;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 750px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 749px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

.product {
  padding: 10rem 2rem 0;
}
@media (max-width: 749px) {
  .product {
    padding: 2.3rem 2rem 0;
  }
}
.product .product__list {
  gap: 13.1944444444vw;
  max-width: 105rem;
  margin: 6.1rem auto 0;
}
@media (min-width:1440px) {
  .product .product__list {
    gap: 19rem;
  }
}
@media (max-width: 749px) {
  .product .product__list {
    margin-top: 0.4rem;
    gap: 3.3rem;
  }
}
.product .product__list .list-title {
  background: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3461538462;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 11.6rem;
}
@media (max-width: 749px) {
  .product .product__list .list-title {
    min-height: 3.8rem;
    font-size: 1rem;
    line-height: 1.4285714286;
  }
}

.brand {
  padding: 10rem 0 0;
}
@media (max-width: 749px) {
  .brand {
    padding-top: 2.4rem;
  }
}
@media (max-width: 749px) {
  .brand .section-title {
    margin-bottom: 1.4rem;
  }
}
.brand .brand__item {
  align-items: center;
  background: #fff;
}
.brand .brand__item .brand__item__img {
  width: 58.9583333333vw;
}
@media (max-width: 749px) {
  .brand .brand__item .brand__item__img {
    width: 100%;
  }
}
.brand .brand__item .brand__item__text {
  background: #fff;
  padding: 5.3472222222vw 5.2083333333vw;
  width: 41.0416666667vw;
}
@media (min-width:1440px) {
  .brand .brand__item .brand__item__text {
    padding: 7.7rem 7.5rem;
  }
}
@media (max-width: 749px) {
  .brand .brand__item .brand__item__text {
    width: 100%;
    padding: 2.5rem 1rem 2.9rem;
  }
}
.brand .brand__item .brand__item__text .brand-title {
  font-size: 1.875vw;
  font-weight: 400;
  line-height: 1.8518518519;
  letter-spacing: 0.2em;
  max-width: 39.8rem;
  width: 100%;
}
@media (min-width:1440px) {
  .brand .brand__item .brand__item__text .brand-title {
    font-size: 2.7rem;
  }
}
@media (max-width: 749px) {
  .brand .brand__item .brand__item__text .brand-title {
    font-size: 1.1rem;
    line-height: 2.0909090909;
    max-width: 100%;
    text-align: center;
  }
}
.brand .brand__item .brand__item__text .btn {
  margin: 7rem auto 0;
}
@media (min-width: 750px) {
  .brand .brand__item .brand__item__text .btn {
    font-size: 3.4722222222vw;
    height: 8.0555555556vw;
  }
}
@media (min-width:1440px) {
  .brand .brand__item .brand__item__text .btn {
    font-size: 5rem;
    height: 11.6rem;
  }
}
@media (max-width: 749px) {
  .brand .brand__item .brand__item__text .btn {
    margin-top: 2.8rem;
  }
}

.brand__message {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
  background: #fff;
}
.brand__message .brand__message__item {
  padding: 13.1rem 2rem 13.6rem;
}
@media (max-width: 749px) {
  .brand__message .brand__message__item {
    padding: 0 0.8rem 3.8rem;
  }
}
.brand__message p {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.8518518519;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .brand__message p {
    font-size: 1.1rem;
    line-height: 2.0909090909;
  }
}
.brand__message .btn {
  margin: 13.5rem auto 0;
}
@media (max-width: 749px) {
  .brand__message .btn {
    margin: 3.6rem auto 0;
  }
}

.news {
  padding: 8.7rem 2rem 0;
}
@media (max-width: 749px) {
  .news {
    padding-top: 1.4rem;
  }
}
.news .news__list {
  margin-top: 2.4rem;
}
@media (max-width: 749px) {
  .news .news__list {
    margin-top: 0.7rem;
  }
}
.news .news__list li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #686868;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 2rem;
}
@media (max-width: 749px) {
  .news .news__list li {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
    gap: 1rem;
  }
}
.news .news__list li .date {
  font-size: 2.7rem;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .news .news__list li .date {
    font-size: 1rem;
  }
}
.news .news__list li .news-title {
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .news .news__list li .news-title {
    font-size: 1rem;
  }
}
.news .news__list li:first-child {
  padding-top: 0;
}

.instagram {
  padding: 14rem 2rem 0;
}
@media (max-width: 749px) {
  .instagram {
    padding-top: 4.1rem;
  }
}
.instagram .instagram__list {
  gap: 3.5rem;
}
@media (max-width: 749px) {
  .instagram .instagram__list {
    margin-top: 1.3rem;
    gap: 0.9rem;
  }
}
.instagram .btn {
  margin: 7.4rem auto 0;
}
@media (max-width: 749px) {
  .instagram .btn {
    margin-top: 2.6rem;
  }
}

.online {
  padding: 13.8rem 2rem 15.4rem;
}
@media (max-width: 749px) {
  .online {
    padding: 4.2rem 2rem 4.8rem;
  }
}
.online .online__block {
  background: #fff;
}
.online .online__block .section-title {
  font-size: 5rem;
  color: #686868;
  line-height: 2.12;
}
@media (max-width: 749px) {
  .online .online__block .section-title {
    font-size: 1.7rem;
    line-height: 2.1176470588;
  }
}
.online .online__block p {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.36;
}
@media (max-width: 749px) {
  .online .online__block p {
    font-size: 1rem;
    line-height: 1.375;
  }
}
.online .online__block .insta-link {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 749px) {
  .online .online__block .insta-link {
    margin: 1.3rem auto 0;
    max-width: 3.3rem;
  }
}
.online .online__item {
  max-width: 69.375vw;
  margin: 0 auto;
  padding: 5.2rem 0 14.3rem;
}
@media (min-width:1440px) {
  .online .online__item {
    max-width: 99.9rem;
  }
}
@media (max-width: 749px) {
  .online .online__item {
    width: 39.2vw;
    max-width: 100%;
    padding: 0.7rem 0 2.8rem;
  }
}
.online .online__item:first-of-type {
  padding-bottom: 6.2rem;
  border-bottom: solid 1px #686868;
}
@media (max-width: 749px) {
  .online .online__item:first-of-type {
    padding-bottom: 1.4rem;
  }
}
.online .online__item:nth-of-type(2) {
  padding-top: 5rem;
}
@media (max-width: 749px) {
  .online .online__item:nth-of-type(2) {
    padding-top: 0.5rem;
  }
}
.online .online__item:nth-of-type(2) .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11.5rem;
  margin-top: 3.5rem;
}
@media (max-width: 749px) {
  .online .online__item:nth-of-type(2) .link-list {
    gap: 2.8rem;
    margin-top: 1rem;
  }
}
@media (max-width: 749px) {
  .online .online__item:nth-of-type(2) .link-list li:nth-child(1) {
    max-width: 5.8rem;
    width: 100%;
  }
}
@media (max-width: 749px) {
  .online .online__item:nth-of-type(2) .link-list li:nth-child(2) {
    max-width: 7rem;
    width: 100%;
  }
}
.online .online__item:nth-of-type(2) .link-list li:nth-child(2) img {
  width: 28.9rem;
}

.page-item .online {
  padding: 5.5555555556vw 2rem 8.3333333333vw;
  background: #FFF9F4;
}
@media (min-width: 750px) {
  .page-item .online {
    padding: 8rem 2rem 12rem;
  }
}
.page-item .online .online__block .section-title {
  font-size: 4.6666666667vw;
  line-height: 1;
}
@media (min-width: 750px) {
  .page-item .online .online__block .section-title {
    font-size: 3.5rem;
  }
}
.page-item .online .online__block p {
  font-size: 2.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 750px) {
  .page-item .online .online__block p {
    font-size: 1.75rem;
  }
}
.page-item .online .online__block .insta-link {
  margin: 4vw auto 0;
  max-width: 9.3333333333vw;
}
@media (min-width: 750px) {
  .page-item .online .online__block .insta-link {
    max-width: 7rem;
    margin: 3rem auto 0;
  }
}
.page-item .online .online__item {
  width: 57.4666666667vw;
}
@media (min-width: 750px) {
  .page-item .online .online__item {
    width: 43.1rem;
  }
}
.page-item .online .online__item:first-of-type {
  padding: 6.6666666667vw 0 4vw;
}
@media (min-width: 750px) {
  .page-item .online .online__item:first-of-type {
    padding: 5rem 0 3rem;
  }
}
.page-item .online .online__item:nth-of-type(2) {
  padding: 5.3333333333vw 0 10vw;
}
@media (min-width: 750px) {
  .page-item .online .online__item:nth-of-type(2) {
    padding: 4rem 0 7.5rem;
  }
}
.page-item .online .online__item:nth-of-type(2) .link-list {
  gap: 10vw;
  margin-top: 5.3333333333vw;
}
@media (min-width: 750px) {
  .page-item .online .online__item:nth-of-type(2) .link-list {
    gap: 7.5rem;
    margin-top: 4rem;
  }
}
.page-item .online .online__item:nth-of-type(2) .link-list li:nth-child(1) {
  width: 19.7333333333vw;
}
@media (min-width: 750px) {
  .page-item .online .online__item:nth-of-type(2) .link-list li:nth-child(1) {
    width: 14.8rem;
  }
}
.page-item .online .online__item:nth-of-type(2) .link-list li:nth-child(2) {
  width: 18.4vw;
}
@media (min-width: 750px) {
  .page-item .online .online__item:nth-of-type(2) .link-list li:nth-child(2) {
    width: 13.8rem;
  }
}

.info-title {
  text-align: center;
  background: #CEB194;
  color: #fff;
  padding: 5rem 2rem;
  font-weight: 400;
}
@media (max-width: 749px) {
  .info-title {
    padding: 3rem 2rem;
    line-height: 1;
  }
}
.info-title .ja {
  font-size: 4.5rem;
  letter-spacing: 0.2em;
  line-height: 1.3555555556;
  display: block;
}
@media (max-width: 749px) {
  .info-title .ja {
    font-size: 2.4rem;
  }
}
.info-title .en {
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.3666666667;
}
@media (max-width: 749px) {
  .info-title .en {
    font-size: 1.8rem;
  }
}

.company {
  padding-bottom: 8.8rem;
}
@media (max-width: 749px) {
  .company {
    padding-bottom: 5rem;
  }
}

.company__inner {
  padding: 8.1rem 0 8.8rem;
  max-width: 121rem;
  margin: 8.1rem auto 0;
  background: #fff;
}
@media (max-width: 749px) {
  .company__inner {
    margin-top: 5rem;
    padding: 4rem 2rem;
    max-width: 90%;
  }
}

.company__table {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.company__table th,
.company__table td {
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  line-height: 1.3461538462;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #686868;
}
@media (max-width: 749px) {
  .company__table th,
  .company__table td {
    font-size: 1.4rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
  }
}
.company__table th {
  padding-left: 7rem;
  padding-right: 5rem;
}
@media (max-width: 749px) {
  .company__table th {
    padding-left: 0;
    padding-right: 1rem;
  }
}
@media (max-width: 749px) {
  .company__table td {
    text-align: center;
  }
}
@media (max-width: 749px) {
  .company__table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 750px) {
  .company__table tr:nth-of-type(1) th,
  .company__table tr:nth-of-type(1) td {
    padding-top: 0;
  }
}
@media (max-width: 749px) {
  .company__table tr:nth-of-type(1) th {
    padding-top: 0;
  }
}

.privacy,
.anti {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.4583333333;
}
@media (max-width: 749px) {
  .privacy,
  .anti {
    font-size: 1.4rem;
  }
}
.privacy p,
.anti p {
  line-height: 1.4583333333;
}

.privacy-title {
  background: #EBD6C2;
  color: #fff;
  padding: 3.5rem 2rem 3.9rem 6rem;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.3666666667;
}
@media (max-width: 749px) {
  .privacy-title {
    font-size: 1.6rem;
    padding: 3rem 2rem;
    text-align: center;
  }
}

.info__inner {
  max-width: 134.8rem;
  margin: 0 auto;
  padding: 6.5rem 2rem 4.8rem;
}
@media (max-width: 749px) {
  .info__inner {
    padding: 4rem 2rem;
  }
}

.dot-list {
  padding-left: 3.5rem;
}
@media (max-width: 749px) {
  .dot-list {
    padding-left: 1.5rem;
  }
}
.dot-list li {
  list-style: "・";
}

.privacy__item {
  max-width: 134.8rem;
  margin: 0 auto;
  padding: 6.1rem 2rem 4rem;
}
@media (max-width: 749px) {
  .privacy__item {
    padding: 4rem 2rem;
  }
}
.privacy__item .name {
  text-align: right;
  margin-top: 7.2rem;
}
@media (max-width: 749px) {
  .privacy__item .name {
    margin-top: 4rem;
  }
}

.anti .privacy__item {
  padding: 8.1rem 2rem 14.2rem;
}
@media (max-width: 749px) {
  .anti .privacy__item {
    padding: 4rem 2rem;
  }
}

.item-about {
  padding-bottom: 12vw;
}
@media (min-width: 750px) {
  .item-about {
    padding-bottom: 9rem;
  }
}
.item-about .item-about__flex {
  display: flex;
  align-items: stretch;
  gap: 5.3333333333vw;
}
@media (min-width: 750px) {
  .item-about .item-about__flex {
    gap: 4rem;
  }
}
.item-about .item-about__img {
  width: 45.3333333333vw;
}
@media (min-width: 750px) {
  .item-about .item-about__img {
    width: 34rem;
  }
}
.item-about .item-about__text {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-about .item-about__text .item-title {
  font-size: 4vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media (min-width: 750px) {
  .item-about .item-about__text .item-title {
    font-size: 3rem;
  }
}
.item-about .item-about__text p {
  font-size: 2.9333333333vw;
  letter-spacing: 0.05em;
}
@media (min-width: 750px) {
  .item-about .item-about__text p {
    font-size: 2.2rem;
  }
}
.item-about .item-about__text p .small {
  font-size: 1.8666666667vw;
}
@media (min-width: 750px) {
  .item-about .item-about__text p .small {
    font-size: 1.4rem;
  }
}

.item-color {
  background: #fff;
  padding: 6vw 2rem 13.3333333333vw;
}
@media (min-width: 750px) {
  .item-color {
    padding: 4.5rem 2rem 10rem;
  }
}
.item-color .section-title {
  margin: 0 auto;
  line-height: 1;
}
.item-color .section-title img {
  width: 21.8666666667vw;
}
@media (min-width: 750px) {
  .item-color .section-title img {
    width: 16.4rem;
  }
}
.item-color .item-color__slider {
  position: relative;
}
.item-color .item-color__swatch {
  margin-top: 6.6666666667vw;
}
@media (min-width: 750px) {
  .item-color .item-color__swatch {
    margin-top: 5rem;
  }
}

.item-color__slider {
  width: 80vw;
  margin: 5.3333333333vw auto 0;
  /* 高さ揃え */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media (min-width: 750px) {
  .item-color__slider {
    width: 60rem;
    margin: 4rem auto 0;
  }
}
.item-color__slider .swiper-slide {
  padding: 4.6666666667vw 6.6666666667vw 6.6666666667vw;
  height: auto;
}
@media (min-width: 750px) {
  .item-color__slider .swiper-slide {
    padding: 3.5rem 5rem 5rem;
  }
}
.item-color__slider .item-color__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8vw;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail {
    gap: 6rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__img {
  position: relative;
  width: 9.8666666667vw;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__img {
    width: 7.4rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__img .item-img {
  width: 9.8666666667vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__img .item-img {
    width: 7.4rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__img .color-img {
  width: 17.3333333333vw;
  position: absolute;
  top: 0;
  right: -12vw;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__img .color-img {
    width: 13rem;
    right: -9rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__text .color-title {
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__text .color-title {
    font-size: 3rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__text .text-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.item-color__slider .item-color__detail .item-color__detail__text .color-text {
  text-align: center;
  font-size: 2.9333333333vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 2vw;
  line-height: 1.6363636364;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__text .color-text {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__text .white-block {
  background: #fff;
  padding: 2vw 2.6666666667vw 3.3333333333vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.6666666667vw auto 0;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__text .white-block {
    margin: 2rem auto 0;
    padding: 1.5rem 2rem 1.5rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__text .white-block .recommend-title {
  text-align: center;
  font-size: 2.9333333333vw;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__text .white-block .recommend-title {
    font-size: 2.2rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__text .white-block .caution {
  width: 36.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__text .white-block .caution {
    width: 27.5rem;
  }
}
.item-color__slider .item-color__detail .item-color__detail__text .caution {
  font-size: 2.4vw;
  margin-top: 0.6666666667vw;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__detail .item-color__detail__text .caution {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.item-color__slider .item-color__ba {
  width: 63.2vw;
  margin: 4.6666666667vw auto 0;
}
@media (min-width: 750px) {
  .item-color__slider .item-color__ba {
    width: 47.4rem;
    margin: 3.5rem auto 0;
  }
}
.item-color__slider .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 4.6666666667vw;
}
@media (min-width: 750px) {
  .item-color__slider .card {
    gap: 3.5rem;
  }
}
.item-color__slider .item-color__detail {
  flex: 1;
}
.item-color__slider .item-color__ba {
  margin-top: auto;
}
.item-color__slider .recommend-list {
  margin-top: 0.6666666667vw;
}
@media (min-width: 750px) {
  .item-color__slider .recommend-list {
    margin-top: 0.5rem;
  }
}
.item-color__slider .recommend-list li {
  font-size: 2.5333333333vw;
  letter-spacing: 0.05em;
  border-bottom: dashed 1px #686868;
  padding-top: 1.3333333333vw;
  padding-bottom: 1.3333333333vw;
}
@media (min-width: 750px) {
  .item-color__slider .recommend-list li {
    font-size: 1.9rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.item-color__slider .recommend-list li:first-child {
  padding-top: 0;
}
.item-color__slider .recommend-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.item-color__slider .recommend-list li .checkbox {
  position: relative;
}
.item-color__slider .recommend-list li .checkbox::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 2vw;
  height: 1.6vw;
  top: 25%;
  left: 12%;
}
@media (min-width: 750px) {
  .item-color__slider .recommend-list li .checkbox::after {
    width: 1.5rem;
    height: 1.2rem;
  }
}
.item-color__slider .item1-color-1 {
  background: #fbe3ce;
}
.item-color__slider .item1-color-1 .recommend-list li .checkbox::after {
  background-image: url(../images/check-pi.png);
}
.item-color__slider .item1-color-2 {
  background: #e6f2f6;
}
.item-color__slider .item1-color-2 .recommend-list li .checkbox::after {
  background-image: url(../images/check-bl.png);
}
.item-color__slider .item2-color-1 {
  background: #ffeadf;
}
.item-color__slider .item2-color-2 {
  background: #ffe6d5;
}
.item-color__slider .item2-color-3 {
  background: #fcdece;
}
.item-color__slider .swiper-button-prev,
.item-color__slider .swiper-button-next {
  width: 1.3333333333vw;
  height: 4.5333333333vw;
}
@media (min-width: 750px) {
  .item-color__slider .swiper-button-prev,
  .item-color__slider .swiper-button-next {
    width: 1rem;
    height: 3.4rem;
  }
}
.item-color__slider .swiper-button-prev:after,
.item-color__slider .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1.3333333333vw;
  height: 4.5333333333vw;
  margin: auto;
}
@media (min-width: 750px) {
  .item-color__slider .swiper-button-prev:after,
  .item-color__slider .swiper-button-next:after {
    width: 1rem;
    height: 3.4rem;
  }
}
.item-color__slider .swiper-button-prev:after {
  background-image: url(../images/arrow-prev.png);
}
.item-color__slider .swiper-button-next:after {
  background-image: url(../images/arrow-next.png);
}
.item-color__slider .swiper-button-prev,
.item-color__slider .swiper-rtl .swiper-button-next {
  left: -4.9333333333vw;
  right: auto;
}
@media (min-width: 750px) {
  .item-color__slider .swiper-button-prev,
  .item-color__slider .swiper-rtl .swiper-button-next {
    left: -3.7rem;
  }
}
.item-color__slider .swiper-button-next,
.item-color__slider .swiper-rtl .swiper-button-prev {
  right: -4.9333333333vw;
  left: auto;
}
@media (min-width: 750px) {
  .item-color__slider .swiper-button-next,
  .item-color__slider .swiper-rtl .swiper-button-prev {
    right: -3.7rem;
  }
}

.body-item-2 .item-color__slider .swiper-slide {
  padding-left: 5.3333333333vw;
  padding-right: 2.6666666667vw;
}
@media (min-width: 750px) {
  .body-item-2 .item-color__slider .swiper-slide {
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
.body-item-2 .item-color__slider .item-color__detail {
  gap: 2.6666666667vw;
  align-items: flex-end;
}
@media (min-width: 750px) {
  .body-item-2 .item-color__slider .item-color__detail {
    gap: 2rem;
  }
}
.body-item-2 .item-color__slider .item-color__detail .item-color__detail__img {
  width: 20vw;
}
@media (min-width: 750px) {
  .body-item-2 .item-color__slider .item-color__detail .item-color__detail__img {
    width: 15rem;
  }
}
.body-item-2 .item-color__slider .item-color__detail .item-color__detail__img .item-img {
  width: 20vw;
}
@media (min-width: 750px) {
  .body-item-2 .item-color__slider .item-color__detail .item-color__detail__img .item-img {
    width: 15rem;
  }
}
.body-item-2 .item-color__slider .item-color__detail .item-color__detail__img .color-img {
  right: -8vw;
  top: -6.6666666667vw;
}
@media (min-width: 750px) {
  .body-item-2 .item-color__slider .item-color__detail .item-color__detail__img .color-img {
    right: -6rem;
    top: -5rem;
  }
}
.body-item-2 .item-color__slider .item-color__detail .item-color__detail__text .white-block {
  width: 48.1333333333vw;
}
@media (min-width: 750px) {
  .body-item-2 .item-color__slider .item-color__detail .item-color__detail__text .white-block {
    width: 36.1rem;
  }
}
.body-item-2 .item-color__slider .recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 36.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  gap: 1.3333333333vw;
}
@media (min-width: 750px) {
  .body-item-2 .item-color__slider .recommend-list {
    width: 27.5rem;
    gap: 1rem;
  }
}
.body-item-2 .item-color__slider .recommend-list li {
  border-bottom: none;
  border: solid 1px #686868;
  padding: 0.6666666667vw;
  text-align: center;
  line-height: 1;
  width: 16.6666666667vw;
}
@media (min-width: 750px) {
  .body-item-2 .item-color__slider .recommend-list li {
    padding: 0.5rem;
    width: 12.5rem;
  }
}
.body-item-2 .item2-color-1 .recommend-list li:nth-child(3) {
  width: 100%;
}
.body-item-2 .point {
  background-image: url(../images/bg-point-2.jpg);
}

.point {
  background-image: url(../images/bg-point.jpg);
  background-size: cover;
  padding: 8vw 2rem 12vw;
}
@media (min-width: 750px) {
  .point {
    padding: 6rem 2rem 9rem;
  }
}
.point .point__list .point__list__item {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item {
    margin-bottom: 8rem;
  }
}
.point .point__list .point__list__item .list-title {
  font-size: 5.0666666667vw;
  font-weight: 500;
  padding-bottom: 3.3333333333vw;
  position: relative;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-title {
    font-size: 3.8rem;
    padding-bottom: 2.5rem;
  }
}
.point .point__list .point__list__item .list-title::after {
  position: absolute;
  content: "";
  background: #000000;
  background-size: contain;
  width: 29.8666666667vw;
  height: 1px;
  bottom: 0;
  left: 0;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-title::after {
    width: 22.4rem;
  }
}
.point .point__list .point__list__item .list-title .en,
.point .point__list .point__list__item .list-title .ja {
  display: block;
}
.point .point__list .point__list__item .list-title .ja {
  letter-spacing: 0.03em;
  margin-top: 2.6666666667vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-title .ja {
    margin-top: 2rem;
  }
}
.point .point__list .point__list__item p {
  font-size: 2.9333333333vw;
  margin-top: 4vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item p {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
}
.point .point__list .point__list__item .list-img {
  margin: 8.6666666667vw auto 0;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-img {
    margin: 6.5rem auto 0;
  }
}
.point .point__list .point__list__item .detail-list {
  margin-top: 4.6666666667vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .detail-list {
    margin-top: 3.5rem;
  }
}
.point .point__list .point__list__item .detail-list li {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .detail-list li {
    margin-bottom: 2rem;
  }
}
.point .point__list .point__list__item .detail-list li .detail-title {
  background: #686868;
  color: #fff;
  text-align: center;
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.3181818182;
  letter-spacing: 0.05em;
  padding: 1.3333333333vw 0;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .detail-list li .detail-title {
    font-size: 2.2rem;
    padding: 1rem 0;
  }
}
.point .point__list .point__list__item .detail-list li:last-child {
  margin-bottom: 0;
}
.point .point__list .point__list__item .caution {
  font-size: 2.9333333333vw;
  margin-top: 3.3333333333vw;
  line-height: 1.45;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .caution {
    font-size: 2.2rem;
    margin-top: 2.5rem;
  }
}
.point .point__list .point__list__item .list-caution {
  border: solid 1px #000000;
  border-top: none;
  position: relative;
  margin: 6.6666666667vw auto 0;
  padding: 2.6666666667vw 1.3333333333vw 2.2666666667vw;
  width: 80.1333333333vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-caution {
    margin: 5rem auto 0;
    padding: 2rem 1rem 1.7rem;
    width: 60.1rem;
  }
}
.point .point__list .point__list__item .list-caution::before {
  position: absolute;
  content: "";
  background: #000000;
  background-size: contain;
  width: 3.3333333333vw;
  height: 1px;
  top: 0;
  left: 0;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-caution::before {
    width: 2.5rem;
  }
}
.point .point__list .point__list__item .list-caution::after {
  position: absolute;
  content: "";
  background: #000000;
  background-size: contain;
  width: 55.3333333333vw;
  height: 1px;
  top: 0;
  right: 0;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-caution::after {
    width: 41.5rem;
  }
}
.point .point__list .point__list__item .list-caution .caution-title {
  position: absolute;
  font-size: 2.6666666667vw;
  font-weight: 500;
  left: 2.6666666667vw;
  top: -1.8666666667vw;
  display: inline-block;
  padding: 0 1.3333333333vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-caution .caution-title {
    font-size: 2rem;
    left: 2rem;
    top: -1.4rem;
    padding: 0 1rem;
  }
}
.point .point__list .point__list__item .list-caution p {
  font-size: 2.5333333333vw;
  margin-top: 0;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .list-caution p {
    font-size: 1.9rem;
  }
}
.point .point__list .point__list__item:nth-child(1) .list-title .en {
  width: 20vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item:nth-child(1) .list-title .en {
    width: 15rem;
  }
}
.point .point__list .point__list__item:nth-child(2) .list-title .en {
  width: 21.2vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item:nth-child(2) .list-title .en {
    width: 15.9rem;
  }
}
.point .point__list .point__list__item:nth-child(3) .list-title .en {
  width: 20.9333333333vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item:nth-child(3) .list-title .en {
    width: 15.7rem;
  }
}
.point .point__list .point__list__item:nth-child(4) .list-title .en {
  width: 21.3333333333vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item:nth-child(4) .list-title .en {
    width: 16rem;
  }
}
.point .point__list .point__list__item:nth-child(5) .list-title .en {
  width: 20.9333333333vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item:nth-child(5) .list-title .en {
    width: 15.7rem;
  }
}
.point .point__list .point__list__item:nth-child(5) .list-img {
  width: 66.5333333333vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item:nth-child(5) .list-img {
    width: 49.9rem;
  }
}
.point .point__list .point__list__item:last-child {
  margin-bottom: 0;
}
.point .point__list .point__list__item .ekis-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  margin-top: 5.3333333333vw;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .ekis-list {
    gap: 0;
    margin-top: 4rem;
  }
}
.point .point__list .point__list__item .ekis-list .ekis-img {
  width: 18vw;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .ekis-list .ekis-img {
    width: 13.5rem;
  }
}
.point .point__list .point__list__item .ekis-list p {
  text-align: center;
  margin-top: 1.8666666667vw;
  font-size: 2.5333333333vw;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media (min-width: 750px) {
  .point .point__list .point__list__item .ekis-list p {
    margin-top: 1.4rem;
    font-size: 1.9rem;
  }
}

.howto {
  background: #fff;
  padding: 7.3333333333vw 2rem 4.6666666667vw;
}
@media (min-width: 750px) {
  .howto {
    padding: 5.5rem 2rem 3.5rem;
  }
}
.howto .section-title {
  width: 26.9333333333vw;
  margin: 0 auto;
  line-height: 1;
}
@media (min-width: 750px) {
  .howto .section-title {
    width: 20.2rem;
  }
}
.howto .howto__list {
  margin-top: 7.3333333333vw;
}
@media (min-width: 750px) {
  .howto .howto__list {
    margin-top: 5.5rem;
  }
}
.howto .howto__list li {
  border: solid 1px #686868;
  box-shadow: 6px 0 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 3.5rem;
  padding: 4.6666666667vw 2rem 3.3333333333vw;
}
@media (min-width: 750px) {
  .howto .howto__list li {
    padding: 3.5rem 2rem 2.5rem;
  }
}
.howto .howto__list li .list-title {
  font-weight: 500;
  text-align: center;
  font-size: 3.3333333333vw;
}
@media (min-width: 750px) {
  .howto .howto__list li .list-title {
    font-size: 2.5rem;
  }
}
.howto .howto__list li .list-title em {
  font-weight: 700;
  font-size: 4vw;
}
@media (min-width: 750px) {
  .howto .howto__list li .list-title em {
    font-size: 3rem;
  }
}
.howto .howto__list li p {
  text-align: center;
  font-size: 2.9333333333vw;
  line-height: 1.4545454545;
}
@media (min-width: 750px) {
  .howto .howto__list li p {
    font-size: 2.2rem;
  }
}
.howto .howto__list li p small {
  font-size: 1.25vw;
  line-height: 1.2777777778;
}
@media (min-width: 750px) {
  .howto .howto__list li p small {
    font-size: 1.8rem;
  }
}
@media (max-width: 749px) {
  .howto .howto__list li p small {
    font-size: 1rem;
  }
}
.howto .howto__list li:nth-child(1) .list-img {
  width: 63.4666666667vw;
  margin: 2.6666666667vw auto 0;
  position: relative;
  right: -3.8666666667vw;
}
@media (min-width: 750px) {
  .howto .howto__list li:nth-child(1) .list-img {
    width: 47.6rem;
    margin: 2rem auto 0;
    right: -2.9rem;
  }
}
.howto .howto__list li:nth-child(2) .list-img {
  width: 65.8666666667vw;
  margin: 0 auto;
  margin: 1.3333333333vw auto 0;
  position: relative;
  left: -4.2666666667vw;
}
@media (min-width: 750px) {
  .howto .howto__list li:nth-child(2) .list-img {
    width: 49.4rem;
    margin: 1rem auto 0;
    left: -3.2rem;
  }
}
.howto .howto__list li:last-child {
  margin-bottom: 0;
}

.footer {
  background: #CEB194;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 2rem;
  max-width: 128.1rem;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .footer .footer__inner {
    align-items: flex-start;
    padding: 1.9rem 1rem;
    gap: 0.9rem;
  }
}
.footer .footer__left {
  max-width: 38.7rem;
}
.footer .footer__logo {
  max-width: 20.9722222222vw;
  width: 100%;
}
@media (min-width:1440px) {
  .footer .footer__logo {
    max-width: 30.2rem;
  }
}
@media (max-width: 749px) {
  .footer .footer__logo {
    max-width: 8rem;
  }
}
.footer .footer__insta {
  margin-top: 5.6rem;
  max-width: 3.4722222222vw;
}
@media (min-width:1440px) {
  .footer .footer__insta {
    max-width: 5rem;
  }
}
@media (max-width: 749px) {
  .footer .footer__insta {
    max-width: 2.2rem;
    margin-top: 2.5rem;
  }
}
.footer .footer__right {
  display: flex;
  align-items: flex-start;
  gap: 4.7916666667vw;
}
@media (min-width:1440px) {
  .footer .footer__right {
    gap: 6.9rem;
  }
}
@media (max-width: 749px) {
  .footer .footer__right {
    gap: 0.8rem;
  }
}
.footer .footer__right .menu-title {
  font-size: 2.7777777778vw;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media (min-width:1440px) {
  .footer .footer__right .menu-title {
    font-size: 4rem;
  }
}
@media (max-width: 749px) {
  .footer .footer__right .menu-title {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
.footer .footer__right .menu-title .arrow {
  font-size: 2.0833333333vw;
  line-height: 1.5428571429;
}
@media (min-width:1440px) {
  .footer .footer__right .menu-title .arrow {
    font-size: 3rem;
  }
}
@media (max-width: 749px) {
  .footer .footer__right .menu-title .arrow {
    font-size: 1rem;
  }
}
.footer .footer__menu {
  -moz-column-gap: 6.4rem;
       column-gap: 6.4rem;
  row-gap: 2.4rem;
  max-width: 57.2rem;
  width: 100%;
}
.footer .footer__menu li {
  margin-bottom: 2.5rem;
}
@media (max-width: 749px) {
  .footer .footer__menu li {
    margin-bottom: 0.8rem;
  }
}
.footer .footer__menu li a {
  font-size: 1.5277777778vw;
  line-height: 1.3703703704;
  letter-spacing: 0.2em;
}
@media (min-width:1440px) {
  .footer .footer__menu li a {
    font-size: 2.2rem;
  }
}
@media (max-width: 749px) {
  .footer .footer__menu li a {
    font-size: 1rem;
  }
}
.footer .footer__menu li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */