@charset "UTF-8";
@import url("https://use.typekit.net/rvl7ihh.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

a:hover, a:active, a.active {
  color: #333333;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 10px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #FFF;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  background-color: #142ED7;
  color: #142ED7; /* アクティブなドットの色 */
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 200px;
  height: 104px;
  background-image: url(../images/logo_grise_top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

/* ---- common credits ---- */
.credits_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits_wrap .credits:not(:last-child) {
  padding-bottom: 20px;
}

.credits {
  width: 100%;
  padding-top: 20px;
}
.credits:first-child {
  padding-right: 30px;
}
.credits .note {
  padding-bottom: 10px;
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div:hover {
  opacity: 0.7;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
}
.credits > div dl dt {
  padding: 2px 0 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin: 0 auto 10px;
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dd a {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: underline;
  padding: 2px 0;
  display: block;
  background-color: transparent;
}
.credits > div dl dd a img {
  height: auto;
  width: 26px;
}
.credits > div dl dd span {
  display: none;
}

header {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
header .inner .main_visual {
  width: 50vw;
  position: relative;
}
header .inner .main_visual h1 {
  width: 72%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
header .inner .main_visual .photo_sp {
  display: none;
}
header .inner .sub_visual {
  width: 50vw;
  background-color: #142ED7;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .inner .sub_visual .photo {
  width: 60%;
  margin: 0 auto;
}
header nav {
  padding: 0;
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 2;
}
header nav.on .links {
  opacity: 1;
}
header nav .links {
  width: auto;
  min-width: 300px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease-in 0.25s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right top;
}
header nav .links p {
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
header nav .links p:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #FFF;
}
header nav .links p a {
  color: #FFF;
}
header nav .links p a:hover {
  transition: all 0.25s ease-in 0s;
  opacity: 0.5;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .lead {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
  text-align: center;
}
main .lead.on p.lead_text {
  opacity: 1;
}
main .lead p.lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .title_7days {
  width: 100%;
  padding: 0 0 150px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
main .title_7days.on .inner {
  opacity: 1;
}
main .title_7days .inner {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .title_7days .inner h2 {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0;
}
main .title_7days .inner .slider {
  width: 100%;
}
main .title_7days .inner .slider .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .title_7days .inner .slider .swiper-wrapper .swiper-slide {
  width: 6%;
}
main .sec {
  width: 100%;
  padding: 0 0 100px;
  margin: 0 auto;
}
main .sec:last-child {
  padding-bottom: 150px;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type1.on > div:nth-child(1) > div:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type1.on > div:nth-child(1) > div:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}
main .sec .insec.type1.on > div:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
main .sec .insec.type1 > div {
  position: relative;
}
main .sec .insec.type1 > div:nth-child(1) {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type1 > div:nth-child(1) > div:nth-child(1) {
  width: 64%;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
main .sec .insec.type1 > div:nth-child(1) > div:nth-child(2) {
  width: 35.8%;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease-out 0.25s;
}
main .sec .insec.type1 > div:nth-child(2) {
  width: 22%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out 0.5s;
}
main .sec .insec.type1 > div:nth-child(2) img {
  width: 120px;
}
main .sec .insec.type1 .credits {
  padding-left: 20px;
}
main .sec .insec.type2 {
  width: 50%;
  margin: 0 auto;
  padding: 150px 0 100px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type2 > div {
  width: 100%;
}
main .sec .insec.type2 > div:nth-child(1) {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 > div:nth-child(1).on {
  opacity: 1;
}
main .sec .insec.type2 > div:nth-child(2) {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 > div:nth-child(2).on {
  opacity: 1;
}
main .sec .insec.type2 > div:nth-child(3) {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-out 0s;
}
main .sec .insec.type2 > div:nth-child(3).on {
  opacity: 1;
  transform: translateY(0);
}
main .sec .insec.type2 > div:nth-child(3).on .layerd {
  opacity: 1;
  top: 50%;
}
main .sec .insec.type2 > div:nth-child(3) .layerd {
  width: 60%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}
main .sec .insec.type3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type3 > div {
  width: 78%;
  position: relative;
}
main .sec .insec.type3 > div:nth-child(1) > div:nth-child(1) {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 > div:nth-child(1) > div:nth-child(1).on {
  opacity: 1;
}
main .sec .insec.type3 > div:nth-child(1) > div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type3 > div:nth-child(1) > div:nth-child(2).on > div:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
}
main .sec .insec.type3 > div:nth-child(1) > div:nth-child(2).on > div:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type3 > div:nth-child(1) > div:nth-child(2) > div {
  width: 50%;
}
main .sec .insec.type3 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s ease-out 0.5s;
}
main .sec .insec.type3 > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 > div:nth-child(2) {
  width: 22%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out 0s;
}
main .sec .insec.type3 > div:nth-child(2) img {
  width: 120px;
}
main .sec .insec.type3 > div:nth-child(2).on {
  opacity: 1;
  transform: translateY(0);
}
main .sec .insec.type3 .credits {
  padding-left: 20px;
}
main .sec .insec.type4 > div {
  position: relative;
}
main .sec .insec.type4 > div:nth-child(1) {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type4 > div:nth-child(1).on > div {
  opacity: 1;
}
main .sec .insec.type4 > div:nth-child(1).on > div:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
}
main .sec .insec.type4 > div:nth-child(1) > div {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type4 > div:nth-child(1) > div:nth-child(3) {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s ease-out 0.75s;
}
main .sec .insec.type4 > div:nth-child(2) {
  width: 22%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out 0.5s;
}
main .sec .insec.type4 > div:nth-child(2) img {
  width: 120px;
}
main .sec .insec.type4 > div:nth-child(2).on {
  opacity: 1;
  transform: translateY(0);
}
main .sec .insec.type4 .credits {
  padding-left: 20px;
}
main .sec .insec.type5 {
  width: 50%;
  margin: 0 auto;
  padding: 100px 0 100px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type5 > div {
  width: 100%;
  position: relative;
}
main .sec .insec.type5 > div:nth-child(1) {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 > div:nth-child(1).on {
  opacity: 1;
}
main .sec .insec.type5 > div:nth-child(2) {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 > div:nth-child(2).on {
  opacity: 1;
}
main .sec .insec.type5 > div:nth-child(3) {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 > div:nth-child(3).on {
  opacity: 1;
}
main .sec .insec.type5 > div:nth-child(3) > div:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type5 > div:nth-child(3) > div:nth-child(1) img {
  width: 50%;
}
main .sec .insec.type6 > div {
  position: relative;
}
main .sec .insec.type6 > div:nth-child(1) {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type6 > div:nth-child(1) > div {
  width: 50%;
}
main .sec .insec.type6 > div:nth-child(1) > div:first-child {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s ease-out 0s;
  margin-top: 300px;
}
main .sec .insec.type6 > div:nth-child(1) > div:first-child.on {
  opacity: 1;
  transform: translateX(0);
}
main .sec .insec.type6 > div:nth-child(1) > div:nth-child(2) {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec.type6 > div:nth-child(1) > div:nth-child(2).on {
  opacity: 1;
}
main .sec .insec.type6 > div:nth-child(2) {
  width: 22%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out 0.5s;
}
main .sec .insec.type6 > div:nth-child(2) img {
  width: 120px;
}
main .sec .insec.type6 > div:nth-child(2).on {
  opacity: 1;
  transform: translateY(0);
}
main .sec .insec.type6 .credits {
  padding-left: 20px;
}
main .sec .insec.type7 > div {
  position: relative;
}
main .sec .insec.type7 > div:nth-child(1) {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type7 > div:nth-child(1) > div:nth-child(1) {
  width: 64%;
  order: 2;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
main .sec .insec.type7 > div:nth-child(1) > div:nth-child(1).on {
  opacity: 1;
}
main .sec .insec.type7 > div:nth-child(1) > div:nth-child(2) {
  width: 35.8%;
  order: 1;
}
main .sec .insec.type7 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  opacity: 0;
  transition: all 0.5s ease-out 0.25s;
}
main .sec .insec.type7 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1).on {
  opacity: 1;
}
main .sec .insec.type7 > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.5s ease-out 0.75s;
}
main .sec .insec.type7 > div:nth-child(1) > div:nth-child(2) > div:nth-child(2).on {
  opacity: 1;
  transform: translateX(0);
}
main .sec .insec.type7 > div:nth-child(1) > div:nth-child(3) {
  order: 3;
}
main .sec .insec.type7 > div:nth-child(2) {
  width: 22%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out 0.5s;
}
main .sec .insec.type7 > div:nth-child(2) img {
  width: 120px;
}
main .sec .insec.type7 > div:nth-child(2).on {
  opacity: 1;
  transform: translateY(0);
}
main .sec .insec.type7 .credits {
  padding-left: 20px;
}
main .bg_line01 {
  background-image: url(../images/bg_line01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main .bg_line02 {
  background-image: url(../images/bg_line02.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
main .profile {
  width: 16vw;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: solid 1px #000;
}
main .profile .photo {
  margin-bottom: 40px;
}
main .profile .text {
  text-align: center;
}
main .profile .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
}
main .profile .text p span {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 10px;
  display: block;
}
main .profile .text p:not(:last-child) {
  padding-bottom: 8px;
}
main .shopinfo {
  width: 20vw;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
main .shopinfo h4 {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 20px;
}
main .shopinfo h5 {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-style: normal;
  padding: 30px 0 5px;
}
main .shopinfo p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .instagram {
  width: 16vw;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  border-top: solid 1px #000;
}
main .instagram .title {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 10px;
}
main .instagram .icon {
  width: 40px;
  margin: 0 auto;
}
main .instagram .name {
  padding-top: 5px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .instagram a {
  display: inline-block;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 150px 0 0;
  margin: 0 auto;
  background-color: #FFF;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  border-top: solid 1px #000;
  position: relative;
}
footer .infoot div h3 {
  width: 116px;
  margin: 0 auto 40px 0;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #000;
  opacity: 0.5;
}
footer .infoot div p {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 26px;
  bottom: 140px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}
footer .infoot .pgtop a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #000;
  opacity: 0.5;
}

/* ---- looks(detail page) ---- */
/* ---- common credits ---- */
/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 200px;
    height: 104px;
  }
  #loader .bar {
    height: 8px;
  }
  /* ---- common credits ---- */
  .credits > div dl {
    width: 100%;
  }
  .credits > div dl dt {
    padding: 2px 0 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 5px;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-left: 5px;
  }
  .credits > div dl dd {
    margin: 0 auto 10px;
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-decoration: underline;
    padding: 2px 0;
    display: block;
    background-color: transparent;
  }
  .credits > div dl dd a img {
    height: auto;
    width: 26px;
  }
  .credits > div dl dd span {
    display: none;
  }
  header {
    width: 100%;
  }
  header .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  header .inner .main_visual {
    width: 100%;
    position: relative;
  }
  header .inner .main_visual h1 {
    width: 72%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  header .inner .main_visual .photo_sp {
    display: block;
    width: 35%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  header .inner .sub_visual {
    width: 100%;
    background-color: #142ED7;
    display: none;
  }
  header nav {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 2;
  }
  header nav.on .links {
    opacity: 1;
  }
  header nav .links p {
    color: #142ED7;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  header nav .links p:first-child {
    padding-right: 12px;
    margin-right: 12px;
    border-right: solid 1px #142ED7;
  }
  header nav .links p a {
    color: #142ED7;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main #quiet_luxury01 {
    padding: 50px 0 100px;
  }
  main #quiet_luxury01 h3 {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 20px;
  }
  main #quiet_luxury02 {
    padding: 50px 0 100px;
  }
  main #the_vintage {
    padding: 50px 0 0;
  }
  main #the_vintage h3 {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 20px;
  }
  main .lead {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
  }
  main .lead p.lead_text {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .title_7days {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main .title_7days .inner {
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .title_7days .inner h2 {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  main .title_7days .inner .slider {
    width: 100%;
  }
  main .title_7days .inner .slider .swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .title_7days .inner .slider .swiper-wrapper .swiper-slide {
    width: 6%;
  }
  main .sec {
    width: 100%;
    padding: 40px 0 60px;
  }
  main .sec:last-child {
    padding-bottom: 80px;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type1 > div {
    position: relative;
  }
  main .sec .insec.type1 > div:nth-child(1) {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type1 > div:nth-child(1) > div:nth-child(1) {
    width: 100%;
  }
  main .sec .insec.type1 > div:nth-child(1) > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type1 > div:nth-child(1) > div:nth-child(2) div {
    width: 50%;
  }
  main .sec .insec.type1 > div:nth-child(2) {
    width: 15%;
  }
  main .sec .insec.type1 > div:nth-child(2) img {
    width: 80%;
  }
  main .sec .insec.type1 .credits {
    padding-left: 10px;
  }
  main .sec .insec.type2 {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type2 > div {
    width: 100%;
  }
  main .sec .insec.type2 > div:nth-child(3) .layerd {
    width: 60%;
    position: absolute;
    top: 60%;
    left: 50%;
  }
  main .sec .insec.type3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type3 > div {
    width: 85%;
    position: relative;
  }
  main .sec .insec.type3 > div:nth-child(1) > div:nth-child(1) {
    width: 100%;
  }
  main .sec .insec.type3 > div:nth-child(1) > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type3 > div:nth-child(1) > div:nth-child(2) > div {
    width: 50%;
  }
  main .sec .insec.type3 > div:nth-child(2) {
    width: 15%;
  }
  main .sec .insec.type3 > div:nth-child(2) img {
    width: 80%;
  }
  main .sec .insec.type3 .credits {
    padding-left: 10px;
  }
  main .sec .insec.type4 > div {
    position: relative;
  }
  main .sec .insec.type4 > div:nth-child(1) {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type4 > div:nth-child(1) > div {
    width: 50%;
  }
  main .sec .insec.type4 > div:nth-child(2) {
    width: 15%;
  }
  main .sec .insec.type4 > div:nth-child(2) img {
    width: 80%;
  }
  main .sec .insec.type4 .credits {
    padding-left: 10px;
  }
  main .sec .insec.type5 {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type5 > div {
    width: 100%;
    position: relative;
  }
  main .sec .insec.type5 > div:nth-child(3) > div:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type5 > div:nth-child(3) > div:nth-child(1) img {
    width: 50%;
  }
  main .sec .insec.type6 > div {
    position: relative;
  }
  main .sec .insec.type6 > div:nth-child(1) {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type6 > div:nth-child(1) > div {
    width: 50%;
  }
  main .sec .insec.type6 > div:nth-child(1) > div:first-child {
    margin-top: 100px;
  }
  main .sec .insec.type6 > div:nth-child(2) {
    width: 15%;
  }
  main .sec .insec.type6 > div:nth-child(2) img {
    width: 80%;
  }
  main .sec .insec.type6 .credits {
    padding-left: 20px;
  }
  main .sec .insec.type7 > div {
    position: relative;
  }
  main .sec .insec.type7 > div:nth-child(1) {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type7 > div:nth-child(1) > div:nth-child(1) {
    width: 64%;
    order: 1;
  }
  main .sec .insec.type7 > div:nth-child(1) > div:nth-child(2) {
    width: 35.8%;
    order: 2;
  }
  main .sec .insec.type7 > div:nth-child(1) > div:nth-child(3) {
    order: 3;
  }
  main .sec .insec.type7 > div:nth-child(2) {
    width: 15%;
  }
  main .sec .insec.type7 > div:nth-child(2) img {
    width: 80%;
  }
  main .sec .insec.type7 .credits {
    padding-left: 10px;
  }
  main .bg_line01 {
    background-image: url(../images/bg_line01.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  main .bg_line02 {
    background-image: url(../images/bg_line02.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
  }
  main .profile {
    width: 60vw;
    margin: 0 auto;
    padding: 50px 0;
    border-bottom: solid 1px #000;
  }
  main .profile .photo {
    width: 80%;
    margin: 0 auto 30px;
  }
  main .profile .text {
    text-align: center;
  }
  main .profile .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .profile .text p span {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 10px;
    display: block;
  }
  main .profile .text p:not(:last-child) {
    padding-bottom: 8px;
  }
  main .shopinfo {
    width: 80vw;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
  }
  main .shopinfo h4 {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 20px;
  }
  main .shopinfo h5 {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-style: normal;
    padding: 30px 0 5px;
  }
  main .shopinfo p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .instagram {
    width: 60vw;
    margin: 0 auto;
    padding: 50px 0;
  }
  main .instagram .title {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 10px;
  }
  main .instagram .icon {
    width: 30px;
    margin: 0 auto;
  }
  main .instagram .name {
    padding-top: 5px;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  footer {
    padding: 80px 0 0;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
  }
  footer .infoot div h3 {
    width: 100px;
    margin: 0 auto 30px 0;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    right: 20px;
    bottom: 100px;
  }
  footer .infoot .pgtop a {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
}/*# sourceMappingURL=style.css.map */