@charset "UTF-8";
/*------ 変数 ------*/
/*----- mixin ------*/
/* ---------------- */
/* ----- base ----- */
/* ---------------- */
html {
  font-size: 62.5%;
}

html body {
  font-family: "aktiv-grotesk-extended", "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #222222;
  background-color: #ffff9d;
}

html body.noScroll {
  overflow: hidden;
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  -webkit-transition: .2s;
  transition: .2s;
}

button:hover,
button:focus {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

button,
a {
  display: block;
  cursor: pointer;
}

/* ---------------- */
/* ---- common ---- */
/* ---------------- */
.section__title {
  font-size: 1.8rem;
  margin-bottom: 30px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .section__title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 415px) {
  .section__title {
    margin-bottom: 21px;
  }
}

.btn-plus {
  font-size: 1.8rem;
  position: relative;
  width: 182px;
  margin-left: auto;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .btn-plus {
    font-size: 1.5rem;
    width: 149px;
  }
}

.btn-plus::before {
  width: 20px;
  height: 1px;
  content: "";
  background-color: #222222;
  position: absolute;
  top: 8px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .btn-plus::before {
    top: 8px;
    right: 5px;
    width: 12px;
  }
}

@media screen and (max-width: 415px) {
  .btn-plus::before {
    right: 0;
  }
}

.btn-plus::after {
  width: 1px;
  height: 20px;
  content: "";
  background-color: #222222;
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .btn-plus::after {
    top: 3px;
    height: 12px;
  }
}

@media screen and (max-width: 415px) {
  .btn-plus::after {
    right: 5px;
  }
}

.btn-plus.colorScroll::before, .btn-plus.colorScroll::after {
  background-color: #ffff9d;
}

.js-bgColor {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.js-bgColor.colorScroll {
  background-color: #222222;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/*----------------*/
/*---- header ----*/
/*----------------*/
.header .header-nav {
  padding-top: 42px;
  padding-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .header .header-nav {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-top: 100px;
    opacity: 0;
    background-color: #222222;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .header .header-nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 415px) {
  .header .header-nav {
    padding-top: 80px;
  }
}

.header .header-nav__wrapper {
  padding-right: 3.2%;
  padding-left: 3.6%;
}

.header .header-nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header .header-nav__list {
    display: block;
    padding-top: 146px;
  }
  .header .header-nav__list::before {
    font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
    font-size: 8rem;
    content: "MENU";
    color: #d1d1d1;
    position: absolute;
    top: 5%;
    left: 22%;
  }
}

@media screen and (max-width: 768px) and (max-width: 415px) {
  .header .header-nav__list::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 415px) {
  .header .header-nav__list {
    padding-top: 100px;
  }
  .header .header-nav__list::before {
    font-size: 7rem;
  }
}

.header .header-nav__list .header-nav__item {
  position: relative;
  counter-increment: item;
}

@media screen and (max-width: 768px) {
  .header .header-nav__list .header-nav__item::before {
    font-size: 1.4rem;
    content: counter(item, decimal-leading-zero) ".";
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    bottom: 14%;
    left: 22%;
  }
}

.header .header-nav__list .header-nav__item .header-nav__item--small {
  font-size: 1.8rem;
  position: relative;
  letter-spacing: .15em;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .header .header-nav__list .header-nav__item .header-nav__item--small {
    font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
    font-size: 5rem;
    margin-bottom: 36px;
    margin-left: 34.7826%;
    letter-spacing: 0;
    color: #fff;
  }
}

@media screen and (max-width: 415px) {
  .header .header-nav__list .header-nav__item .header-nav__item--small {
    font-size: 4rem;
    margin-bottom: 24px;
    margin-left: 33%;
  }
}

.header .header-nav__list .header-nav__item .header-nav__item--small.active::before {
  width: 110%;
  height: 1px;
  content: "";
  background-color: #222222;
  position: absolute;
  top: 46%;
  left: -5%;
}

@media screen and (max-width: 768px) {
  .header .header-nav__list .header-nav__item .header-nav__item--small.active::before {
    content: none;
  }
}

.burger-btn {
  position: fixed;
  z-index: 30;
  top: 9px;
  right: 10px;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .burger-btn {
    display: block;
  }
}

.burger-btn--top, .burger-btn--bottom {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
  -webkit-transition: .2s;
  transition: .2s;
}

.burger-btn--top {
  margin-bottom: 5px;
}

.burger-btn.active .burger-btn--top,
.burger-btn.active .burger-btn--bottom {
  background-color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.burger-btn.active .burger-btn--top {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.burger-btn.active .burger-btn--bottom {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
  transform: rotate(-45deg) translate(1px, -1px);
}

.header {
  position: relative;
  z-index: 20;
  opacity: 0;
}

/*----------------*/
/*------ kv ------*/
/*----------------*/
.kv {
  margin-bottom: 304px;
  cursor: none;
}

@media screen and (max-width: 768px) {
  .kv {
    margin-bottom: 230px;
    padding-top: 65px;
  }
}

@media screen and (max-width: 415px) {
  .kv {
    margin-bottom: 0;
  }
}

.kv__wrapper {
  position: relative;
  padding-right: 21px;
  padding-left: 21px;
}

@media screen and (max-width: 415px) {
  .kv__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.kv__wrapper .kv__inner {
  position: relative;
}

.kv__wrapper .kv__inner.on_mouse .kv__cursor-img,
.kv__wrapper .kv__inner.on_mouse .kv__cursor-arrow {
  visibility: visible;
  opacity: 1;
}

.kv__wrapper .kv__inner .kv__cursor-img {
  position: fixed;
  z-index: 10;
  visibility: hidden;
  width: 127px;
  margin-top: -65px;
  margin-left: -65px;
  opacity: 0;
  -webkit-animation: mouseRotate 5s linear infinite;
  animation: mouseRotate 5s linear infinite;
}

@-webkit-keyframes mouseRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mouseRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.kv__wrapper .kv__inner .kv__cursor-arrow {
  position: fixed;
  z-index: 10;
  visibility: hidden;
  margin-top: 120px;
  margin-left: 20px;
  opacity: 0;
}

.kv__wrapper .kv__inner .kv__cursor-arrow::before {
  display: inline-block;
  width: 2px;
  height: 40px;
  content: "";
  background-color: #000;
}

.kv__wrapper .kv__inner .kv__cursor-arrow::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  left: -14px;
}

.kv__wrapper .kv__inner .kv-img__area01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .kv__wrapper .kv__inner .kv-img__area01 {
    width: 77.29468%;
  }
}

@media screen and (max-width: 415px) {
  .kv__wrapper .kv__inner .kv-img__area01 {
    display: none;
  }
}

.kv__wrapper .kv__inner .kv-img__area01 .kv-img01 {
  background-image: url(../img/top-kv-img.jpg);
  background-position: center;
  background-size: cover;
}

.kv__wrapper .kv__inner .kv-img__area01 .inner-title {
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .kv__wrapper .kv__inner .kv-img__area01 .inner-title {
    width: 128%;
  }
}

.kv__wrapper .kv__inner .kv-img__area02 {
  display: none;
}

@media screen and (max-width: 415px) {
  .kv__wrapper .kv__inner .kv-img__area02 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 320px;
    height: 605px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 415px) {
  .kv__wrapper .kv__inner .kv-img__area02 .kv-img02 {
    background-image: url(../img/top-kv-mb-img@2x.jpg);
    background-position: center;
    background-size: cover;
  }
}

.kv__wrapper .kv__inner .kv-img__area02 .inner-title {
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .kv__wrapper .kv__inner .kv-img__area02 .inner-title {
    width: 128%;
  }
}

.kv .kv__title {
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-size: 14rem;
  font-size: clamp(7rem, 10.4vw, 14rem);
  display: inline-block;
  width: 220%;
  max-width: 1320px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: .07em;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: slideText 2.5s linear 2.5s forwards;
  animation: slideText 2.5s linear 2.5s forwards;
  position: absolute;
  top: 47%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .kv .kv__title {
    line-height: 1;
    top: 58%;
    width: 100%;
    white-space: normal;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
  }
}

@media screen and (max-width: 415px) {
  .kv .kv__title {
    line-height: .85714;
    top: 63%;
    left: 52%;
    text-align: center;
    letter-spacing: .2em;
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);
  }
}

@media screen and (max-width: 376px) {
  .kv .kv__title {
    font-size: 6.5rem;
    letter-spacing: .15em;
  }
}

.kv .kv__title .kv__title-main {
  z-index: -20;
  color: #d1d1d1;
}

@-webkit-keyframes slideText {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes slideText {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.kv__title-copy {
  white-space: nowrap;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 2.1rem;
  display: block;
  margin-top: 6px;
  padding-left: 6px;
  text-align: center;
  letter-spacing: .125em;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 70%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .kv__title-copy {
    font-size: 1.2rem;
    top: 80%;
  }
}

@media screen and (max-width: 415px) {
  .kv__title-copy {
    margin-top: 25px;
    padding-right: 16px;
    padding-left: 0;
    letter-spacing: .05em;
  }
}

.kv .kv__subArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.kv .kv__subArea .kv__subCopy {
  font-size: 1.1rem;
  display: block;
  letter-spacing: .1em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media screen and (max-width: 415px) {
  .kv .kv__subArea .kv__subCopy {
    font-size: 1rem;
    display: inline;
    width: 16px;
    height: 240px;
    margin-right: 375px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .kv .kv__subArea .kv__subCopy:last-child {
    margin-right: 0;
  }
}

.kv .kv__subArea .kv__subCopy .kv__subCopy--left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 20.8%;
}

@media screen and (max-width: 768px) {
  .kv .kv__subArea .kv__subCopy .kv__subCopy--left {
    top: 30%;
    left: 3%;
  }
}

@media screen and (max-width: 415px) {
  .kv .kv__subArea .kv__subCopy .kv__subCopy--left {
    top: -223%;
    margin-left: 6px;
  }
}

.kv .kv__subArea .kv__subCopy .kv__subCopy--right {
  position: absolute;
  top: 20.8%;
  right: 21px;
}

@media screen and (max-width: 768px) {
  .kv .kv__subArea .kv__subCopy .kv__subCopy--right {
    top: 30%;
  }
}

@media screen and (max-width: 415px) {
  .kv .kv__subArea .kv__subCopy .kv__subCopy--right {
    top: -223%;
    right: 0;
  }
}

@media screen and (max-width: 376px) {
  .kv .kv__subArea .kv__subCopy .kv__subCopy--right {
    right: 6px;
  }
}

/*-----------------*/
/*----- about -----*/
/*-----------------*/
.about {
  position: relative;
  z-index: 20;
  margin-bottom: 533px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 350px;
  }
}

@media screen and (max-width: 415px) {
  .about {
    margin-top: -54px;
    margin-bottom: 420px;
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}

.about .about__wrapper {
  position: relative;
  padding-right: 13.30677%;
  padding-left: 13.39677%;
}

@media screen and (max-width: 415px) {
  .about .about__wrapper {
    padding-right: 4.83%;
    padding-left: 4.83%;
  }
}

@media screen and (max-width: 415px) {
  .about .about__wrapper {
    padding: 0;
  }
}

.about .about__wrapper .about__title {
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-size: 12rem;
  font-size: clamp(6.1rem, 10.4vw, 12rem);
  line-height: .85;
  margin-left: auto;
  text-align: right;
  letter-spacing: 0;
  color: #d1d1d1;
}

.about .about__wrapper .about__title .about__title--small {
  display: block;
}

.about .about__wrapper .about__body {
  position: absolute;
  top: -31%;
  right: 13.39677%;
  left: 13.39677%;
}

@media screen and (max-width: 768px) {
  .about .about__wrapper .about__body {
    top: -91%;
  }
}

@media screen and (max-width: 415px) {
  .about .about__wrapper .about__body {
    right: 0;
    left: 0;
  }
}

.about .about__wrapper .about__body-title {
  font-size: 6rem;
  font-size: clamp(3.5rem, 5.21vw, 6rem);
  line-height: 1.34;
  margin-bottom: 14px;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .about .about__wrapper .about__body-title {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 415px) {
  .about .about__wrapper .about__body-title {
    margin-bottom: 60px;
  }
}

.about .about__wrapper .about__body .about__body-textArea {
  max-width: 500px;
  margin-left: auto;
}

@media screen and (max-width: 415px) {
  .about .about__wrapper .about__body .about__body-textArea {
    max-width: 300px;
  }
}

.about .about__wrapper .about__body .about__body-textArea .about__body-text {
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 1.56vw, 1.8rem);
  line-height: 2.77777;
  margin-bottom: 50px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .about .about__wrapper .about__body .about__body-textArea .about__body-text {
    line-height: 2.33333;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 415px) {
  .about .about__wrapper .about__body .about__body-textArea .about__body-text {
    margin-bottom: 35px;
  }
}

.about .about__wrapper .about__body .about__body-textArea .about__body-text:last-child {
  margin-bottom: 49px;
}

@media screen and (max-width: 768px) {
  .about .about__wrapper .about__body .about__body-textArea .about__body-text:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 415px) {
  .about .about__wrapper .about__body .about__body-textArea .about__body-text:last-child {
    margin-bottom: 31px;
  }
}

/*-----------------*/
/*----- works -----*/
/*-----------------*/
.works {
  padding-top: 153px;
  padding-bottom: 133px;
}

@media screen and (max-width: 415px) {
  .works {
    padding-top: 155px;
    padding-bottom: 150px;
  }
}

.works .works__wrapper {
  padding-left: 6.07613%;
}

@media screen and (max-width: 415px) {
  .works .works__wrapper {
    padding-left: 4.8%;
  }
}

.works .works__wrapper .works__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6.5%;
}

@media screen and (max-width: 415px) {
  .works .works__wrapper .works__header {
    padding-right: 5%;
  }
}

.works .works__wrapper .works__header.colorScroll {
  color: #ffff9d;
}

.works .works__wrapper .works__inner {
  overflow: hidden;
}

.works .works__wrapper .works__inner .works__slideArea {
  position: relative;
  width: 81.06%;
}

.works .works__wrapper .works__inner .works__slideArea .works__item {
  margin-right: 20px;
}

@media screen and (max-width: 415px) {
  .works .works__wrapper .works__inner .works__slideArea .works__item {
    max-width: 280px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 415px) {
  .works .works__wrapper .works__inner .works__slideArea .works__item .works__img {
    height: 400px;
  }
}

.works .works__wrapper .works__inner .works__slideArea .slick-underBar {
  display: block;
  width: 124%;
  height: 1px;
  background-color: #ffff9d;
  position: absolute;
  bottom: -45px;
}

@media screen and (max-width: 415px) {
  .works .works__wrapper .works__inner .works__slideArea .slick-underBar {
    bottom: -26px;
  }
}

.works .works__wrapper .works__foot {
  margin-top: 168px;
  padding-right: 6.07613%;
  text-align: center;
}

@media screen and (max-width: 415px) {
  .works .works__wrapper .works__foot {
    margin-top: 139px;
    padding-right: 3%;
  }
}

.works .works__wrapper .works__foot-btn {
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-size: 12rem;
  font-size: clamp(5rem, 12vw, 12rem);
  line-height: .84;
  white-space: nowrap;
  letter-spacing: 0;
  color: #ffff9d;
}

@media screen and (max-width: 415px) {
  .works .works__wrapper .works__foot-btn {
    line-height: .86;
  }
}

.works .works__wrapper .works__foot .works__foot-line {
  display: block;
  max-width: 834px;
  height: 6px;
  margin: 0 auto 28px;
  white-space: nowrap;
  background-color: #ffff9d;
}

@media screen and (max-width: 415px) {
  .works .works__wrapper .works__foot .works__foot-line {
    max-width: 348px;
    height: 3px;
    margin-bottom: 24px;
  }
}

.works .works__wrapper .works__foot .works__foot-lead {
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #7c7c7c;
}

@media screen and (max-width: 768px) {
  .works .works__wrapper .works__foot .works__foot-lead {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 415px) {
  .works .works__wrapper .works__foot .works__foot-lead {
    padding-right: 8px;
  }
}

.works {
  opacity: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-list {
  overflow: visible;
}

.slick-dots {
  bottom: -53px;
  width: 124%;
}

@media screen and (max-width: 415px) {
  .slick-dots {
    bottom: -33px;
  }
}

.slick-dots li {
  width: 16.60665%;
  height: 10px;
  margin: 0;
  border-radius: 4px;
}

.slick-dots li.slick-active {
  background-color: #ffff9d;
}

.slick-dots li button::before {
  content: "";
}

/*-----------------*/
/*--- instagram ---*/
/*-----------------*/
.instagram {
  padding-bottom: 149px;
}

@media screen and (max-width: 768px) {
  .instagram {
    padding-bottom: 100px;
  }
}

.instagram__wrapper {
  padding-right: 6.07613%;
  padding-left: 6.07613%;
}

@media screen and (max-width: 415px) {
  .instagram__wrapper {
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}

.instagram__wrapper.colorScroll {
  color: #ffff9d;
}

.instagram {
  opacity: 0;
}

/*-----------------*/
/*---- footer -----*/
/*-----------------*/
.footer {
  padding-bottom: 111px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 100px;
  }
}

.footer__nav {
  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;
  padding-right: 6.07613%;
  padding-left: 6.07613%;
  color: #ffff9d;
}

@media screen and (max-width: 415px) {
  .footer__nav {
    padding-right: 4.8%;
    padding-left: 4.8%;
  }
}

.footer__nav .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 77px;
}

@media screen and (max-width: 768px) {
  .footer__nav .footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

.footer__nav .footer__list .footer__item {
  margin-right: 63px;
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__list .footer__item {
    margin-right: 45px;
  }
}

.footer__nav .footer__list .footer__item:last-child .footer__item-btn::after {
  content: "";
}

.footer__nav .footer__list .footer__item-btn {
  position: relative;
  letter-spacing: .15em;
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__list .footer__item-btn {
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
}

.footer__nav .footer__list .footer__item-btn::after {
  content: "/";
  position: absolute;
  right: -36px;
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__list .footer__item-btn::after {
    right: -26px;
  }
}

.footer__nav .footer__snsList {
  padding-top: 2px;
  padding-right: 8px;
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__snsList {
    padding-top: 9px;
  }
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__snsList {
    margin-left: auto;
    padding-right: 11px;
  }
}

.footer__nav .footer__snsList .footer__snsItem {
  width: 200px;
  margin-bottom: 23px;
  text-align: right;
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__snsList .footer__snsItem {
    margin-bottom: 13px;
  }
}

.footer__nav .footer__snsList .footer__snsItem:last-child {
  padding-right: 31px;
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__snsList .footer__snsItem:last-child {
    padding-right: 29px;
  }
}

.footer__nav .footer__snsList .footer__snsItem-btn {
  position: relative;
  letter-spacing: .15em;
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__snsList .footer__snsItem-btn {
    font-size: 1.5rem;
  }
}

.footer__nav .footer__snsList .footer__snsItem-btn::before {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #ffff9d;
  position: absolute;
  top: 50%;
  left: 8px;
}

@media screen and (max-width: 415px) {
  .footer__nav .footer__snsList .footer__snsItem-btn::before {
    top: 40%;
    left: 29px;
    width: 40px;
  }
}

.footer {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */