@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
/* common
-----------------------------------------------------------------*/
body {
  opacity: 0;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.js-fadeIn.inview {
  opacity: 1;
}

.fixed_btn {
  position: fixed;
  bottom: 2.0833333333vw;
  right: 14.1666666667vw;
  z-index: 5;
  height: 6.7708333333vw;
  width: 6.7708333333vw;
  background-color: #FE5226;
  border-radius: 50%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.3541666667vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: scale 0.5s ease 0s;
  transition: scale 0.5s ease 0s;
  opacity: 0;
}
.fixed_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .fixed_btn:hover {
    scale: 1.05;
  }
}
@media print, screen and (max-width: 767px) {
  .fixed_btn {
    bottom: 4vw;
    right: 8vw;
    height: 20.2666666667vw;
    width: 20.2666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

/* .mainvisual
-----------------------------------------------------------------*/
.mainvisual {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mainvisual__slider {
  position: relative;
  z-index: 0;
}
.mainvisual__slider .swiper {
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mainvisual__slider .swiper-slide {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mainvisual__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainvisual__inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 73.9583333333vw;
  height: 100vh;
  height: 100svh;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  color: #000000;
}
@media print, screen and (max-width: 767px) {
  .mainvisual__inner {
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

.mainvisual__title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
}
.mainvisual__title img {
  width: 45.9375vw;
}
@media print, screen and (max-width: 767px) {
  .mainvisual__title img {
    width: 84vw;
  }
}

.mainvisual__logo {
  position: absolute;
  top: 4.1666666667vw;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.mainvisual__logo img {
  width: 10.625vw;
}
@media print, screen and (max-width: 767px) {
  .mainvisual__logo {
    top: 8vw;
    left: 8vw;
  }
  .mainvisual__logo img {
    width: 17.3333333333vw;
  }
}

.mainvisual__season {
  position: absolute;
  top: 4.1666666667vw;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.mainvisual__season img {
  width: 14.4791666667vw;
}
@media print, screen and (max-width: 767px) {
  .mainvisual__season {
    top: 8.5333333333vw;
    right: 8vw;
  }
  .mainvisual__season img {
    width: 23.4666666667vw;
  }
}

/* .look_section
-----------------------------------------------------------------*/
.look_section {
  position: relative;
  z-index: 1;
  padding: 5.2083333333vw 0 7.2916666667vw;
  background-color: #E5E5E5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media print, screen and (max-width: 767px) {
  .look_section {
    padding: 13.3333333333vw 8vw;
  }
}

.look_section__inner {
  width: 54.1666666667vw;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .look_section__inner {
    width: auto;
  }
}

.look_section__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .look_section__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.look_section__list_node {
  width: 24.5833333333vw;
  margin: 4.6875vw 0 0;
}
@media print, screen and (max-width: 767px) {
  .look_section__list_node {
    width: 100%;
    margin: 10.6666666667vw 0 0;
  }
}

.look_section__list_no {
  font-size: 30px;
  font-size: 1.5625vw;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 0.5208333333vw;
}
@media print, screen and (max-width: 767px) {
  .look_section__list_no {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin: 0 0 1.3333333333vw;
  }
}

.look_section__list_slider {
  position: relative;
}
.look_section__list_slider .swiper {
  overflow: visible;
}
.look_section__list_slider .swiper-slide img {
  width: 100%;
}
.look_section__list_slider .swiper-pagination {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: auto;
}
@media print, screen and (max-width: 767px) {
  .look_section__list_slider .swiper-pagination {
    bottom: 8px;
    left: 10px;
  }
}
.look_section__list_slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0 !important;
  background-color: #4A4A4A;
  opacity: 1;
}
@media print, screen and (max-width: 767px) {
  .look_section__list_slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
  }
}
.look_section__list_slider .swiper-pagination-bullet-active {
  background-color: #FE5226;
}
@media (hover: hover) {
  .look_section__list_slider:hover .look_section__list_credit {
    opacity: 1;
  }
}

.look_section__list_credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, 0.75);
  font-size: 20px;
  font-size: 1.0416666667vw;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media print, screen and (max-width: 767px) {
  .look_section__list_credit {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    font-size: 12px;
    font-size: 3.2vw;
    color: #000000;
    opacity: 1;
  }
}

.look_section__list_credit_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .look_section__list_credit_list {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.look_section__list_credit_list_node {
  margin: 1.0416666667vw 0 0;
}
.look_section__list_credit_list_node:first-child {
  margin: 0;
}
.look_section__list_credit_list_node a {
  pointer-events: visible;
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.look_section__list_credit_list_node span {
  pointer-events: visible;
}
@media (hover: hover) {
  .look_section__list_credit_list_node:hover a {
    color: #FE5226;
  }
}
@media print, screen and (max-width: 767px) {
  .look_section__list_credit_list_node {
    margin: 3.7333333333vw 0 0;
  }
  .look_section__list_credit_list_node a {
    text-decoration: underline;
  }
  .look_section__list_credit_list_node:first-child {
    margin: 3.7333333333vw 0 0;
  }
}

.look_section__item_btn {
  margin: 6.25vw auto 0;
  width: 20.8333333333vw;
  text-align: center;
}
.look_section__item_btn a {
  display: block;
  color: #FFFFFF;
  border: 1px solid #FE5226;
  background-color: #FE5226;
  font-size: 34px;
  font-size: 1.7708333333vw;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 4.9479166667vw;
  -webkit-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
  transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}
@media (hover: hover) {
  .look_section__item_btn a:hover {
    color: #FE5226;
    background-color: #FFFFFF;
  }
}
.look_section__item_btn span {
  display: block;
  margin: 1.3541666667vw 0 0;
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media print, screen and (max-width: 767px) {
  .look_section__item_btn {
    margin: 16vw auto 0;
    width: 62.6666666667vw;
  }
  .look_section__item_btn a {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 12.8vw;
  }
  .look_section__item_btn span {
    margin: 3.4666666667vw 0 0;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

.look_section__staff_btn {
  margin: 3.125vw auto 0;
  width: 20.8333333333vw;
  text-align: center;
}
.look_section__staff_btn a {
  display: block;
  color: #FFFFFF;
  border: 1px solid #FE5226;
  background-color: #FFFFFF;
  font-size: 34px;
  font-size: 1.7708333333vw;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  font-weight: 600;
  color: #FE5226;
  letter-spacing: 0.05em;
  line-height: 4.9479166667vw;
  -webkit-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
  transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}
@media (hover: hover) {
  .look_section__staff_btn a:hover {
    color: #FFFFFF;
    background-color: #FE5226;
  }
}
.look_section__staff_btn span {
  display: block;
  margin: 1.3541666667vw 0 0;
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media print, screen and (max-width: 767px) {
  .look_section__staff_btn {
    margin: 8vw auto 0;
    width: 62.6666666667vw;
  }
  .look_section__staff_btn a {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 12.8vw;
  }
  .look_section__staff_btn span {
    margin: 3.4666666667vw 0 0;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

/* .concept_section
-----------------------------------------------------------------*/
.concept_section {
  position: relative;
  z-index: 1;
  padding: 7.2916666667vw 0;
  background-color: #E5E5E5;
  color: #3E3A39;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.concept_section::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10.78125vw;
  height: 0.2604166667vw;
  background-color: #4A4A4A;
}
@media print, screen and (max-width: 767px) {
  .concept_section {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  .concept_section::before {
    width: 18.9333333333vw;
    height: 0.8vw;
  }
}

.concept_section__title {
  text-align: center;
}
.concept_section__title small {
  display: block;
  margin: 0 0 1.5625vw;
  font-size: 23px;
  font-size: 1.1979166667vw;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .concept_section__title {
    font-size: 22px;
    font-size: 5.8666666667vw;
    letter-spacing: 0;
  }
  .concept_section__title small {
    margin: 0 0 4vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .concept_section__title img {
    width: 78.4vw;
  }
}

.concept_section__text {
  margin: 2.0833333333vw 0 0;
  font-size: 22px;
  font-size: 1.1458333333vw;
  line-height: 2;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .concept_section__text {
    margin: 5.3333333333vw 8vw 0;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

/* .shop_section
-----------------------------------------------------------------*/
.shop_section {
  position: relative;
  z-index: 1;
  padding: 5.2083333333vw 0;
  background-color: #FFFFFF;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media print, screen and (max-width: 767px) {
  .shop_section {
    padding: 13.3333333333vw 0;
  }
}

.shop_section__title {
  font-size: 55px;
  font-size: 2.8645833333vw;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3E3A39;
}
.shop_section__title small {
  display: block;
  margin: 0 0 1.0416666667vw;
  font-size: 23px;
  font-size: 1.1979166667vw;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .shop_section__title {
    font-size: 22px;
    font-size: 5.8666666667vw;
    letter-spacing: 0;
  }
  .shop_section__title small {
    margin: 0 0 2.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

.shop_section__img {
  width: 34.7395833333vw;
  margin: 2.0833333333vw auto 0;
}
.shop_section__img img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .shop_section__img {
    width: 80vw;
    margin: 5.3333333333vw auto 0;
  }
}

.shop_section__info {
  margin: 2.0833333333vw 0 0;
}
@media print, screen and (max-width: 767px) {
  .shop_section__info {
    margin: 4.2666666667vw 0 0;
  }
}

.shop_section__name a {
  font-size: 20px;
  font-size: 1.0416666667vw;
  font-weight: bold;
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  .shop_section__name a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.shop_section__address {
  margin: 1.0416666667vw 0 0;
}
.shop_section__address a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-size: 0.9375vw;
  text-decoration: underline;
}
.shop_section__address img {
  margin: 0 0.4166666667vw 0 0;
}
@media print, screen and (max-width: 767px) {
  .shop_section__address {
    margin: 2.6666666667vw 0 0;
  }
  .shop_section__address a {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .shop_section__address img {
    width: 3.4666666667vw;
    margin: 0 1.6vw 0 0;
  }
}

.shop_section__open,
.shop_section__tel {
  margin: 0.5208333333vw 0 0;
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media print, screen and (max-width: 767px) {
  .shop_section__open,
.shop_section__tel {
    margin: 2.6666666667vw 0 0;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

/* .footer
-----------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 10;
  padding: 4.6875vw 1.5625vw 3.125vw;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media print, screen and (max-width: 767px) {
  .footer {
    padding: 13.3333333333vw 8vw;
  }
}

.footer__snsTitle {
  font-family: "Merriweather", serif;
  font-size: 19px;
  font-size: 0.9895833333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 767px) {
  .footer__snsTitle {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.footer__snsNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.0833333333vw 0 0;
}
@media print, screen and (max-width: 767px) {
  .footer__snsNav {
    margin: 5.3333333333vw 0 0;
  }
}

.footer__snsNavList {
  margin: 0 1.3020833333vw;
}
.footer__snsNavList a {
  display: block;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media (hover: hover) {
  .footer__snsNavList a:hover {
    opacity: 0.4;
  }
}
.footer__snsNavList img {
  width: 2.5vw;
}
@media print, screen and (max-width: 767px) {
  .footer__snsNavList {
    margin: 0 4vw;
  }
  .footer__snsNavList img {
    width: 6.6666666667vw;
  }
}

.footer__onlineLink {
  font-family: "Merriweather", serif;
  font-size: 23px;
  font-size: 1.1979166667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 3.90625vw 0 0;
}
.footer__onlineLink a {
  text-decoration: underline;
}
@media (hover: hover) {
  .footer__onlineLink a:hover {
    text-decoration: none;
  }
}
@media print, screen and (max-width: 767px) {
  .footer__onlineLink {
    font-size: 15px;
    font-size: 4vw;
    margin: 12vw 0 0;
  }
}

.footer__copy {
  display: block;
  margin: 5.46875vw 0 0;
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media print, screen and (max-width: 767px) {
  .footer__copy {
    margin: 16vw 0 0;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}