@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #362e2e;
  background: #E2D5CC;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
body {
  background: #E6D5CC;
  }
}
.is-page-loaded body {
  overflow: visible;
}
body:before {
  background-image: url(../images/bg-noise.webp);
  background-size: cover;
  background-position: right top;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}

main {
  opacity: 0;
  transition: 0.5s;
}
.is-page-loaded main {
  opacity: 1;
}

.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-desktop {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none !important;
    visibility: hidden;
  }
}
.js-parallax-img {
  object-fit: cover;
  transform: scale(1) !important;
}

.js-sticky {
  width: 100%;
  height: 13.5638297872vw;
}

@media screen and (min-width: 768px) {
  .js-sticky {
    height: 13.4699853587vw;
  }
}
html {
  font-size: 16px;
  font-size: 1rem;
}

/* hover */
a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100lvh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
.is_edge body {
  min-height: 100vh;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.movie-btn {
  position: absolute;
  color: #f7f6f4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #f7f6f4;
  left: 12px;
  bottom: 12px;
  padding: 5px 10px 5px 22px;
  display: table;
  transition: 0.5s;
  width: 89px;
  height: 25px;
}
.movie-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #f7f6f4;
  transition: 0.5s;
  border-radius: 20px;
}
.movie-btn span {
  position: absolute;
  z-index: 111;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  display: block;
}
.movie-btn:hover {
  color: #362e2e;
}
.movie-btn:hover span {
  transform: translate(-6px, -50%);
}
.movie-btn:hover:after {
  transform: translateY(-50%) scale(100);
}

.hero {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 111;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__logo-img {
  text-align: center;
  margin: 4px 0;
  overflow: hidden;
}
.hero__logo-img img {
  transform: translateY(100%);
  transition: 1s;
}
.is-preload .hero__logo-img img {
  transform: translateY(0);
}
.is-page-loaded .hero__logo-img img {
  opacity: 0;
}

.concept {
  position: relative;
  z-index: 1112;
  opacity: 0;
  transition: 2s;
}
.is-page-loaded .concept {
  opacity: 1;
}

.concept__logoIcon {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.concept__inner {
  position: fixed;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s;
  pointer-events: none;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .concept__inner {
    position: static;
    padding-top: 10px;
    transform: translateX(0%);
    padding-left: 25px;
  }
}
.is-active .concept__inner {
  opacity: 0;
}

.concept__logo {
  position: absolute;
  top: 80px;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: 1s;
  transition-delay: 2.5s;
}
@media screen and (max-width: 1365px) {
  .concept__logo {
    left: 5%;
  }
}
.is-page-loaded .concept__logo {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .concept__logo {
    position: static;
    height: auto;
  }
}

.concept__logo-inner {
  max-width: 120px;
  position: sticky;
  top: 144px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .concept__logo-inner {
    width: 88px;
    max-width: 88px;
  }
}

.concept__ttl {
  opacity: 0;
  transition: 1s;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.is-page-loaded .concept__ttl {
  opacity: 1;
}
@media screen and (max-width: 1365px) {
  .concept__ttl {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .concept__ttl {
    height: auto;
  }
}

.concept__ttl-inner {
  width: 158px;
  display: flex;
  position: sticky;
  top: 144px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .concept__ttl-inner {
    width: 104px;
    top: 0;
  }
}

.concept__ttl-main {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .concept__ttl-main {
    top: 30px;
    right: 30px;
  }
  .concept__ttl-main svg {
    width: 60px;
    height: 246px;
  }
}

.concept__ttl-sub {
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  transition: 1s;
  transition-delay: 2.5s;
}
.is-page-loaded .concept__ttl-sub {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .concept__ttl-sub {
    top: 65px;
    left: -30px;
  }
  .concept__ttl-sub img {
    width: 20px;
  }
}

.concept__movie {
  opacity: 0;
  transition: 2s;
  transform: translateY(60px);
}
.is-page-loaded .concept__movie {
  opacity: 1;
  transform: translateY(0px);
}

.concept__movieWrapper {
  position: relative;
}

.concept__movieImg {
  margin: 0 auto;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .concept__movieImg {
    border-radius: 6px;
  }
}
.concept__movieImg video {
  transition: 2s;
  transition-delay: 0.5s;
  transform: scale(1.2);
}
.is-page-loaded .concept__movieImg video {
  transform: scale(1);
}

.concept__movieImg video {
  object-fit: cover;
  display: block;
  width: 100%;
}

.concept__container {
  padding-top: 80px;
  margin: 0 auto;
  max-width: 444px;
}
@media screen and (max-width: 768px) {
  .concept__container {
    padding-top: 100px;
    width: 61%;
    margin: 0 0 0 25px;
  }
}

#footer {
  background-color: #36291E;
  position: relative;
}

@media screen and (max-width: 768px) {
#footer {
  background-color: #3A2B1F;
}
}
.copyright {
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .copyright {
    height: 54px;
    line-height: 54px;
  }
}
.page_home {
  padding-top: 40px;
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .page_home {
    padding-top: 4rem;
  }
}
#header {
  width: 100%;
  z-index: 10011;
  position: relative;
  border-bottom: 1px solid #202835;
}
#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#header .site-logo {
  width: 184px;
  padding: 20px 0;
  line-height: 0;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header .site-logo {
    width: 124px;
    padding: 11px 0;
  }
}
#header .site-logo img {
  width: 184px;
}
@media screen and (max-width: 768px) {
  #header .site-logo img {
    width: 124px;
  }
}

.imgWrap {
  overflow: hidden;
}

.imgWrap img {
  object-fit: cover;
}

.inner2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1126px;
}
@media screen and (max-width: 1365px) {
  .inner2 {
    padding: 80px 5% 0;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 8.8%;
}
.inner.project__inner {
  padding: 0;
}
@media screen and (max-width: 1512px) {
  .inner {
    max-width: 1126px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.is-show {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.modal__overlay {
  background-color: rgba(51, 44, 39, 0.95);
  width: 100%;
  height: 100%;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-inline: 24px;
  padding-inline: 1.5rem;
}

@media screen and (min-width: 768px) {
  .modal__container {
    max-width: 1063px;
  }
}
.modal__wrapper {
  position: relative;
  margin-inline: auto;
}

.modal__contents {
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal__contents {
    margin-inline: auto;
    width: 100%;
  }
}
.modal__contents > iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.modal__close {
  cursor: pointer;
  width: 5.8565153734vw;
  height: 5.8565153734vw;
  max-height: 128px;
  max-height: 8rem;
  max-width: 128px;
  max-width: 8rem;
  position: absolute;
  top: -64px;
  top: -4rem;
  right: -64px;
  right: -4rem;
}

.styling {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .styling {
    padding: 120px 25px 80px;
  }
}

@media screen and (min-width: 768px) {
  .styling__inner {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .is_edge .styling__inner {
    height: 100vh;
  }
}
.styling__list {
  display: flex;
  opacity: 1;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 8.8%;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
.styling__list {
  padding: 0;
  }
}
.styling__space{
  height: 100vh;
}
.styling__space-2{
  height: 100vh;
  margin-top: 25vh;
}
.styling__space-3{
  height: 100vh;
  margin-top: 50vh;
}
.styling__space-4{
  height: 100vh;
  margin-top: 25vh;
}
.styling__space-5{
  height: 50vh;
}
@media screen and (max-width: 768px) {
  .styling__list {
    display: block;
    row-gap: 0px;
    row-gap: 0rem;
  padding: 0;
    top: 0;
    left: 0;
    position: relative;
    transform: translate(0);
  }
}

@media screen and (min-width: 768px) {
  .styling__list {
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .styling__list {
    transform: translateY(0%);
  }
}

.styling__item {
  display: grid;
    grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .styling__item {
    display: block;
  }
}

.styling__item:not(:first-child) {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .styling__item:not(:first-child) {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .styling__item.is-onscreen {
    opacity: 1;
    visibility: visible;
  }
}

.styling__item.is-active {
  opacity: 1;
  visibility: visible;
}

.styling__img {
  margin-right: 40px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .styling__img {
    padding-right: 0px;
  margin-right: 0px;
    border-radius: 6px;
  }
}

.styling__img-inner {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.styling__img-inner--1 {
}

.styling__img-inner--2 {
  position: absolute;
  top: 0;
  left: 0;
}
.styling__img-inner--3{
  position: absolute;
  top: 0;
  left: 0;
}
.styling__img-inner--3.is-active{
  top: 0%;
}
.styling__img-inner--4{
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .styling__img-inner {
    border-radius: 6px;
    margin-bottom: 20px;
  }
}
.styling__img-inner:after {
  content: "";
  position: absolute;
  width: calc(100% - 0px);
  height: 100%;
  background: #36291E;
  top: 0;
  left: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
.styling__img-inner:after {
  background-color: #3A2B1F;
}
}
@media screen and (max-width: 768px) {
  .styling__img-inner:after {
    width: calc(100% - 0px);
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .styling__img-inner img {
    transform: translateY(100px);
    transition: 1s;
  }
}
.styling__img-inner.is-onscreen img {
  transform: translateY(0);
}
.styling__img-inner.is-onscreen:after {
  height: 0;
}

.styling__img img {
  object-fit: cover;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .styling__img img {
    border-radius: 6px;
  }
}

.copy {
  position: relative;
  overflow: hidden;
  padding-bottom: 25vh;
}

.copy__inner {
  height: 100lvh;
}
.is_edge .copy__inner {
  height: 100vh;
}

.copy__list {
  position: relative;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
}

.copy__item {
  opacity: 0;
  visibility: hidden;
}

.copy__item:not(:first-child) {
  width: 100%;
  height: 100%;
}

.copy__item.is-active {
  opacity: 1;
  visibility: visible;
}

.copy__img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .copy__img {
    width: 100%;
  }
  .copy__img img {
    display: table;
    margin: 0 auto;
  }
}

.copy__img img {
  object-fit: cover;
}

.concept__copy-logo {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.concept__copy-logo-img {
  text-align: center;
  margin: 4px auto;
  display: table;
  overflow: hidden;
}
.concept__copy-logo-img img {
  transform: translateY(100%);
  transition: 1s;
}
.is-active .concept__copy-logo-img img {
  transform: translateY(0%);
}

.styling__content {
  display: flex;
  align-items: bottom;
  padding-left: 33%;
  position: relative;
  transition: 1s;
  transform: translateY(30%);
  filter: blur(4px);
  opacity: 0;
}
@media screen and (max-width: 1365px) {
  .styling__content {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .styling__content {
    padding-left: 0px;
    margin: 25px 0 40px;
    display: block;
  }
}
.styling__content.is-onscreen {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0%);
}

.styling__contentNum {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .styling__contentNum {
    position: static;
  }
}

.styling__contentNum p:nth-child(2) {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}
.styling__contentNum p:nth-child(2):after {
  content: "";
  width: 1px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #332c27;
  position: absolute;
}

.styling__contentWrap {
  position: absolute;
  top: 48%;
}
.tyling__contentWrap--1{
  
}
.styling__contentWrap--2{
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .styling__contentWrap {
    position: static;
    top: 0%;
    opacity: 1;
  }
}

.concept__ttl-main {
  opacity: 0;
}
.is-page-loaded .concept__ttl-main {
  opacity: 1;
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-1 {
  animation: animate-svg-fill-1 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-2 {
  animation: animate-svg-fill-2 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-3 {
  animation: animate-svg-fill-3 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-4 {
  animation: animate-svg-fill-4 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-5 {
  animation: animate-svg-fill-5 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-6 {
  animation: animate-svg-fill-6 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-7 {
  animation: animate-svg-fill-7 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-8 {
  animation: animate-svg-fill-8 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-9 {
  animation: animate-svg-fill-9 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-10 {
  animation: animate-svg-fill-10 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-11 {
  animation: animate-svg-fill-11 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-12 {
  animation: animate-svg-fill-12 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #362e2e;
  }
}
.is-page-loaded .concept__ttl-main .svg-elem-13 {
  animation: animate-svg-fill-13 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

.link {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}
.link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #362e2e;
  transition: 1.2s;
}
.link.is-onscreen:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .link__lsit:first-child img {
    width: 56px;
  }
  .link__lsit img {
    width: 32px;
  }
  .link__lsit:last-child img {
    width: 32px;
  }
}

.link__lsit a {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  transition: 1s;
  color: #362e2e;
  padding: 17px 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link__lsit a {
    padding: 9px 0;
  }
}
.link__lsit a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #2A0000;
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .link__lsit a:after {
    transition: 0.8s;
  }
}
.is-onscreen .link__lsit a:after {
  width: 100%;
}
.link__lsit a:hover {
  color: #fff;
}
.link__lsit a:hover .link__item {
  animation-play-state: paused;
}
.link__lsit a:hover:after {
  height: 100%;
  top: 0;
  transition: 0.8s;
}

.link__item {
  animation: loop 30s linear infinite;
  font-size: 20px;
  transform: translateX(100%);
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}
.link__item--2 {
  animation: loop-2 35s linear infinite;
}
@media screen and (max-width: 768px) {
  .link__item {
    gap: 14px;
    margin-right: 7px;
  }
}
.link__item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .link__item p {
    font-size: 16px;
  }
}
.link__item img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .link__item img {
    border-radius: 4px;
  margin: 0 14px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.project {
  position: relative;
  padding-top: 0;
}

.project__spacer-1 {
  height: 180lvh;
}
.is_edge .project__spacer-1 {
  height: 180vh;
}

.project__vis {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .project__vis {
    height: 100lvh;
  }
}
.is_edge .project__vis {
  height: 100vh;
}

.project__vis-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 40%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.project__vis-image-item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transform-origin: center;
  background-image: url(../images/project_bg.webp);
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .project__vis-image-item {
    background-image: url(../images/project_bg_sp.webp);
  }
}

.project__vis-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project__vis-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.57);
  opacity: 0;
  will-change: opacity, backdrop-filter;
}

.section-heading {
  color: #f7f6f4;
  margin-bottom: 60px;
  top: 120px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .section-heading {
    margin-bottom: 30px;
    top: 0;
  }
}
.section-heading p {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-heading p {
    margin-top: 10px;
  }
}
.section-heading span {
  display: table;
  transform: translateY(100%);
  transition: 1s;
}
.section-heading.is-onscreen {
  opacity: 1;
}
.section-heading.is-onscreen span {
  transform: translateY(0);
}
.section-heading.is-fixed {
  position: sticky;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .section-heading.is-fixed {
    position: static;
  }
}
.section-heading-jp {
  font-size: 64px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section-heading-jp {
    font-size: 20px;
  }
}
.section-heading-en {
  font-size: 12px;
  font-family: "Poppins", serif;
  font-weight: 300;
  color: #f7f6f4;
  opacity: 0.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section-heading-en {
    font-size: 10px;
  }
}
.section-heading--project p{
  display: table;
  margin-left: auto;
}
.project__body {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 8.8%;
}
@media screen and (max-width: 1512px) {
  .project__body {
    max-width: 1126px;
    padding: 0;
  }
}
@media screen and (max-width: 1365px) {
  .project__body {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .project__body {
    padding: 80px 25px 80px;
  }
.section-heading--project p{
  display: block;
}
}

.project__row {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  color: #f7f6f4;
  display: flex;
  margin-top: -20vh;
}
@media screen and (max-width: 1512px) {
  .project__row {
    max-width: 1126px;
  }
}
@media screen and (max-width: 768px) {
  .project__row {
    display: block;
    margin-top: 0vh;
  }
}

.project__item-text {
  width: 50%;
  padding-left: 110px;
}
@media screen and (max-width: 768px) {
  .project__item-text {
    width: 100%;
    padding-left: 0px;
  }
}

.project__item-box {
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  opacity: 0;
  height: 400px;
  transition: 1s;
  transition-delay: 0.5s;
  transform: translateY(-30%);
  filter: blur(4px);
}
@media screen and (max-width: 768px) {
  .project__item-box {
    position: static;
    transform: translateY(0%);
    margin-top: 25px;
    height: auto;
    margin-bottom: 25px;
  }
}
.project__item-box.is-onscreen {
  opacity: 1;
  filter: blur(0px);
}

.lead {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  opacity: 0.8;
}
.styling .lead {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 12px;
  }
}

.credit {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  margin-top: 12px;
  opacity: 0.8;
}

.js-parallax img {
  width: 100%;
}

.project__item-img-wrap {
  overflow: hidden;
}

.project__left {
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .project__left {
    width: 100%;
    padding-right: 0px;
  }
}

.project__left .project__item {
  padding-top: 25vh;
}
@media screen and (max-width: 768px) {
  .project__left .project__item {
    padding-top: 0;
  }
}

.project__left .project__item:last-child {
  padding-top: 50px;
  padding-bottom: 35vh;
}
@media screen and (max-width: 768px) {
  .project__left .project__item:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.project__right {
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding-left: 110px;
}
@media screen and (max-width: 1366px) {
  .project__right {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .project__right {
    width: 100%;
    height: auto;
    padding-left: 0px;
    display: block;
  }
}

.box-heading {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .box-heading {
    font-size: 16px;
  }
}

.project__inner {
  height: 100vh;
}

.project__inner-list {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50%;
  transform: translateY(-30%);
  padding-bottom: 0rem;
}

.project__inner-item {
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .project__inner-item {
    font-size: 16px;
  }
  .project__inner-item.is-onscreen {
    opacity: 1;
    visibility: visible;
  }
}

.project__inner-item-2 {
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .project__inner-item-2 {
    font-size: 16px;
  }
  .project__inner-item-2.is-onscreen {
    opacity: 1;
    visibility: visible;
  }
}

.project__inner-item:not(:first-child) {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .project__inner-item:not(:first-child) {
    position: static;
  }
}

.project__inner-item.is-active {
  opacity: 1;
  visibility: visible;
}

.project__inner-img {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .project__inner-img {
    border-radius: 6px;
  }
}
.project__inner-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #36291E;
  top: 0;
  left: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
.project__inner-img:after {
  background-color: #3A2B1F;
}
}
.is-onscreen .project__inner-img:after {
  height: 0;
}

.project__inner-img img {
  object-fit: cover;
  transform: translateY(100px);
  transition: 1s;
}
.is-onscreen .project__inner-img img {
  transform: translateY(0px);
}

.about {
  background: #36291E;
  padding: 160px 0;
  position: relative;
  z-index: 11;
  transform: translateY(-1px);
  transition: 0.5s;
}
.about:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 111;
  background: #36291E;
}
@media screen and (max-width: 768px) {
  .about:after {
    content: none;
  background: #3A2B1F;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 80px 25px 80px;
  background-color: #3A2B1F;
  }
}

.about__body {
  width: 100%;
  margin: 0 auto;
  color: #f7f6f4;
  padding: 0 8.8%;
}
@media screen and (max-width: 1512px) {
  .about__body {
    max-width: 1126px;
    padding: 0;
  }
}
@media screen and (max-width: 1365px) {
  .about__body {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .about__body {
    padding: 0;
  }
}

.about__inner .section-heading-en {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .about__inner .section-heading-en {
    margin-left: 0px;
  }
}

.about__wrapper {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__wrapper {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .about__wrapper-2 {
    margin-top: 65px;
  }
}

/*コンテンツのブロック*/
.about__img-wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about__img-wrap {
    width: 100%;
    margin-top: 45px;
  }
}
.about__img-wrap .scroll-box01 {
  padding-top: 260px;
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .about__img-wrap .scroll-box01 {
    padding-top: 0px;
    margin-top: 0px;
  }
}
.about__img-wrap .scroll-box02 {
  padding-top: 260px;
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .about__img-wrap .scroll-box02 {
    padding-top: 0px;
    margin-top: 0px;
  }
}

.about__img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 12px;
  transition: 1s;
  transform: translateY(100px);
}
.about__img--5 img {
  position: sticky;
  left: 100px;
}
@media screen and (max-width: 768px) {
  .about__img--5 img {
    left: 25px;
    top: -10px;
  }
}
.is-onscreen .about__img {
  transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  .about__img {
    border-radius: 6px;
  }
}

.about__img-box {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__img-box {
    border-radius: 6px;
    margin-bottom: 25px;
  }
}
.about__img-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #36291E;
  top: 0;
  left: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
.about__img-box:after {
  background: #3A2B1F;
  }
}
.about__img-box.is-onscreen:after {
  height: 0;
}
.about__img-box p {
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 0.1em;
  opacity: 0.8;
  color: #f7f6f4;
}

.about__text {
  width: 50%;
  height: 100vh;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #36291E;
}
@media screen and (max-width: 768px) {
.about__text {
  background: #3A2B1F;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    width: 100%;
    height: auto;
    position: static;
  }
}

.about__text div {
  height: 400px;
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-right: 120px;
  background: #36291E;
  transition: 1s;
  transform: translateY(30%);
  filter: blur(4px);
  opacity: 0;
}
@media screen and (max-width: 1366px) {
  .about__text div {
    padding-right: 80px;
  background: #3A2B1F;
  }
}
@media screen and (max-width: 768px) {
  .about__text div {
    height: auto;
    padding-right: 0px;
    position: static;
    background: inherit;
  }
  .about__text div.is-onscreen {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    filter: blur(0px);
  }
}

.scroll-box01.is-onscreen {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0%);
}

.about__text div.active {
  visibility: visible;
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0%);
}

.lineup {
  overflow: hidden;
  padding: 240px 0 0;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 120px 0 0;
  }
}

.lineup__container {
  width: 100%;
  margin: 0 auto;
}

.lineup__inner {
  position: relative;
}

.section-heading-2 {
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.5s;
  writing-mode: vertical-lr;
  width: 100%;
  height: 100%;
  left: 8.8%;
}
@media screen and (max-width: 768px) {
  .section-heading-2 {
    left: 25px;
  }
}
.section-heading-2 p {
  display: block;
  overflow: hidden;
}
.section-heading-2 span {
  display: table;
  transform: translateX(100%);
  transition: 1s;
}
.section-heading-2.is-onscreen {
  opacity: 1;
}
.section-heading-2.is-onscreen span {
  transform: translateX(0);
}
.section-heading-2.is-fixed {
  position: sticky;
  opacity: 1;
}
.section-heading-2-jp {
  font-size: 3.5vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 49px;
}
@media screen and (max-width: 768px) {
  .section-heading-2-jp {
    font-size: 20px;
  }
}
.section-heading-2-en {
  font-size: 12px;
  font-family: "Poppins", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section-heading-2-en {
    font-size: 8px;
  }
}

.lineup-swiper {
  position: relative;
  width: 77%;
  margin-left: 23%;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineup-swiper {
    width: calc(100% - 109px);
    margin-left: 109px;
    padding-bottom: 50px;
  }
}
.lineup-swiper .swiper-pagination-lock {
  display: block;
}

.lineup-swiper__img {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup-swiper__img {
    border-radius: 6px;
  }
}
.lineup-swiper__img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #36291E;
  top: 0;
  left: 0;
  transition: 1s;
  transition-delay: 0.2s;
}
.lineup-swiper__img img {
  transform: translateY(100px);
  transition: 1.2s;
}
.is-onscreen .lineup-swiper__img:after {
  height: 0;
}
.is-onscreen .lineup-swiper__img img {
  transform: translateY(0px);
}

.lineup-swiper__en {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 12px 0 6px;
}
@media screen and (max-width: 768px) {
  .lineup-swiper__en {
    font-size: 10px;
  }
.lineup-swiper__img:after {
  background: #3A2B1F;
  top: 0;
}
}

.lineup-swiper__jp {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin: 0px 0 6px;
}
@media screen and (max-width: 768px) {
  .lineup-swiper__jp {
    font-size: 12px;
  }
}

.lineup-swiper__item {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .lineup-swiper__item {
    margin-bottom: 20px;
  }
}

.lineup-swiper__num {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lineup-swiper__num {
    font-size: 10px;
  }
}

.lineup-swiper__price {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .lineup-swiper__price {
    font-size: 10px;
  }
}

.swiper-button {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 49px;
  width: calc(100% - 8.8%);
}
@media screen and (max-width: 768px) {
  .swiper-button {
    width: calc(100% - 25px);
    height: 37px;
  }
}
.swiper-button:after {
  content: "";
  width: 100%;
  position: absolute;
  top: -12px;
  left: 0;
  height: 1px;
  background: #362e2e;
}
@media screen and (max-width: 768px) {
  .swiper-button:after {
    width: calc(100% - 0px);
  }
}
.swiper-button .swiper-button-prev {
  top: 19px !important;
  left: 0 !important;
  width: 36px !important;
}
@media screen and (max-width: 768px) {
  .swiper-button .swiper-button-prev {
    top: 12px !important;
    left: 0 !important;
    width: 24px !important;
  }
}
.swiper-button .swiper-button-next {
  top: 19px !important;
  left: 54px !important;
  width: 36px !important;
}
@media screen and (max-width: 768px) {
  .swiper-button .swiper-button-next {
    top: 12px !important;
    left: 34px !important;
    width: 24px !important;
  }
}
.swiper-button .swiper-pagination {
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .swiper-button .swiper-pagination {
    font-size: 10px;
    bottom: 18px;
    right: 25px !important;
  }
}
.swiper-button .line {
  width: 1px;
  margin: 0 12px;
  height: 12px;
  display: inline-block;
  background: #332c27;
  vertical-align: middle;
}

.other {
  overflow: hidden;
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .other {
    padding-bottom: 120px;
  }
}
.other .swiper-wrapper {
  transition-timing-function: linear;
}
.other .swiper-slide {
  display: flex;
  justify-content: center;
  /* 左右の中央揃え */
  align-items: center;
}
.other .swiper-slide img {
  align-self: center;
  /* 上下の中央揃え */
  max-height: 100%;
  max-width: 100%;
  width: auto;
  border-radius: 4px;
}

.other-swiper__item {
  margin: 0 13px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .other-swiper__item {
    margin: 0 6px;
  }
}
.other-swiper__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #36291E;
  top: 0;
  left: 0;
  transition: 1s;
  transition-delay: 0.2s;
}
.other-swiper__item img {
  transform: translateY(100px);
  transition: 1s;
}
.is-onscreen .other-swiper__item:after {
  height: 0;
}
.is-onscreen .other-swiper__item img {
  transform: translateY(0px);
}

.other-swiper__img--1 img {
  width: 166px;
}
@media screen and (max-width: 768px) {
  .other-swiper__img--1 img {
    width: 83px;
  }
.other-swiper__item:after {
  background: #3A2B1F;
}
}
.other-swiper__img--2 img {
  width: 262px;
}
@media screen and (max-width: 768px) {
  .other-swiper__img--2 img {
    width: 131px;
  }
}
.other-swiper__img--3 img {
  width: 358px;
}
@media screen and (max-width: 768px) {
  .other-swiper__img--3 img {
    width: 179px;
  }
}

.info {
  background-color: #E2D5CC;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 80px 25px 80px;
    background: #E6D5CC;
  }
}

.info__msgText {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .info__msgText {
    font-size: 12px;
  }
}

.info__ttl {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-top: 8px;
  position: relative;
  margin-bottom: 30px;
  display: table;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .info__ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.info__link {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-top: 8px;
  position: relative;
  margin-bottom:15px;
  display: table;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .info__link {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.info__link a {
  color: #362e2e;
}

.info__msgText:before,
.info__msgText:after {
  content: "";
  background-color: #824921;
  width: 18px;
  width: 1.125rem;
  height: 1px;
  height: 0.0625rem;
}

@media screen and (min-width: 768px) {
  .info__msgText:before,
.info__msgText:after {
    height: 0.125rem;
    width: 2.5rem;
  }
}
.info__msgText:before {
  transform: rotate(75deg);
}

.info__msgText:after {
  transform: rotate(-75deg);
}

.info__link .info__btn a {
  width: 24px;
  height: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info__link .info__btn a {
    width: 15px;
    height: 12px;
  }
}

.info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .info__btn {
    right: -18px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .info__link .info__btn {
    transition: 0.3s ease-out;
  }
}
@media (hover: hover) and (pointer: fine) {
  .info__link:hover .info__btn span:before {
    transform: translate(33%, 0%);
    opacity: 0;
  }

  .info__link:hover .info__btn span:after {
    transform: translate(0);
    opacity: 1;
  }
}
.info__btn span {
  width: 24px;
  height: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info__btn span {
    width: 15px;
    height: 12px;
  }
}

.info__btn span:before,
.info__btn span:after {
  content: "";
  background-image: url(../images/btn_icon.png);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s, transform 0.3s;
}

.info__btn span:after {
  transform: translate(-50%, 0%);
  opacity: 0;
}

.info__desc {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 2;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .info__desc {
    opacity: 1;
    font-size: 12px;
  }
}

.info__btn {
  position: absolute;
}

.info__row {
  display: flex;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .info__row {
    display: block;
    padding-bottom: 40px;
  }
  .info__row .info__logo {
    display: none;
  }
}
.info__row:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #332c27;
}

.info__detail {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .info__detail {
    width: calc(100% - 0px);
  }
}

.info__logo {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .info__logo {
    display: table;
    margin: 80px auto 0;
  }
}

.info__shop {
  padding-top: 60px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .info__shop {
    padding-top: 40px;
    display: block;
  }
}

.info__shopText {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  opacity: 0.8;
  width: 37%;
}
@media screen and (max-width: 768px) {
  .info__shopText {
    width: calc(100% - 0px);
    font-size: 12px;
    opacity: 1;
    margin-bottom: 40px;
  }
}

.info__shopImg {
  width: 63%;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .info__shopImg {
    width: 100%;
    padding-left: 0px;
  }
}

.info__shopInner {
  display: flex;
  align-items: center;
}

.info__shopDetail {
  width: 42%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .info__shopDetail {
    border-radius: 6px;
  }
}
.info__shopDetail p {
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
}
.info__shopDetail img {
  border-radius: 12px;
}
.info__shopDetail a{
  display: block;
}
.info__shopDetail a:hover{
  opacity: .6;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
@media screen and (max-width: 768px) {
  .info__shopDetail img {
    border-radius: 6px;
  }
}

.info__shopLogo {
  width: 16%;
  text-align: center;
}
.info__shopLogo img {
  width: 21px;
  transform: translateY(-12px);
}
@media screen and (max-width: 768px) {
  .info__shopLogo img {
    width: 16px;
    transform: translateY(-24px);
  }
}

.blank-container {
  height: 100vh;
}

.js-slide-up {
  height: 100%;
}

.lineup-swiper__textarea{
  position: relative;
}
.lineup-swiper__date {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  opacity: 0.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lineup-swiper__num {
    font-size: 10px;
  }
.lineup-swiper__date {
  font-size: 10px;

}
}

.lineup-swiper__btn {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  opacity: 0.6;
  margin-top: 10px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .lineup-swiper__btn {
    font-size: 10px;
  }
}
