@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.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;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: normal;
}

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

body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

body.loaded {
  position: static;
}

body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

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

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 {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */

#container{
  position: relative;
}

#container .kv-wrapper {
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
  background-color: #E6E5D3;
  position: relative;
  z-index: 30;
}

#container .kv-wrapper .kv{
  position: relative;
}

#container .kv-wrapper .kv .ttl{
  position: absolute;
  right: 3%;
  left:auto;
  top:48%;
  width:22%;
}

#container .kv-wrapper .kv .top-slide{
  margin: 0 auto 50px;
}

#container .kv-wrapper .kv .bottom-slide{
  margin: 20px auto 0px;
}

.slick-slide {
  margin-right: 25px;
}

#container .kv-wrapper .logo{
  padding-top: 100px;
  padding-bottom: 100px;
}

#container .kv-wrapper .logo img{
  width:130px;
  margin: 0 auto;
}

#container .main-wrapper {
  position: relative;
}

#container .main-wrapper p{
  color: #8E2D1D;
}

#container .main-wrapper p a{
  color: #8E2D1D;
}


#container .main-wrapper .inner .bg-box{
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}

#container .main-wrapper .inner .bg-box .bg{
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(https://baycrews.jp/src/feature/20250201_iena/bg.jpg);
}

#container .main-wrapper .inner .lead-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  margin-top: -2px;
}

#container .main-wrapper .inner .lead-box .lead {
  width: 100%;
}

#container .main-wrapper .inner .lead-box .lead p {
  text-align: center;
  color: #8E2D1D;
  line-height: 1.3;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 12px;
}

#container .main-wrapper .inner .look-box .look{
  margin-bottom: 150px;
}

#container .main-wrapper .inner .look-box .lk1{
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 650px;
}

#container .main-wrapper .inner .look-box .lk2{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 450px;
}

#container .main-wrapper .inner .look-box .lk3 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto;
}

#container .main-wrapper .inner .look-box .lk3 .flex .f-lk{
  width:47%;
}

#container .main-wrapper .inner .look-box .lk4{
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  max-width: 550px;
}

#container .main-wrapper .inner .look-box .lk4 .flex{
  display: flex;
  flex-wrap: wrap;
}


#container .main-wrapper .inner .look-box .lk4 .flex .f-lk:first-child{
  margin-bottom: 30px;
}

#container .main-wrapper .inner .look-box .lk5{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 450px;
}

#container .main-wrapper .inner .look-box .lk6{
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 700px;
}

#container .main-wrapper .inner .look-box .lk7{
  width: 85%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#container .main-wrapper .inner .look-box .lk7 .flex{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

#container .main-wrapper .inner .look-box .lk7 .flex .img{
  width: 50%;
}

#container .main-wrapper .inner .look-box .lk7 .flex .f-2{
  transform: rotate( 5deg );
}

#container .main-wrapper .inner .look-box .lk7 .flex .f-2 img{
  margin-top: -40px;
  margin-left: -20px;
}

#container .main-wrapper .inner .look-box .lk7 .flex .f-4{
  transform: rotate( -5deg );
}

#container .main-wrapper .inner .look-box .lk7 .flex .f-4 img{
  margin-top: -40px;
}

#container .main-wrapper .inner .look-box .lk8 .flex{
  display: flex;
  flex-wrap: wrap;
  width:85%;
  margin-right: 0;
  margin-left: auto;
  gap:20%;
}

#container .main-wrapper .inner .look-box .lk8 .flex .f-lk:first-child{
  width: 45%;
  max-width: 450px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 50px;
}

#container .main-wrapper .inner .look-box .lk8 .flex .f-lk:last-child{
  width: 50%;
  max-width: 550px;
  margin-right: auto;
  margin-left: 5%;
  margin-top: -45%;
}

#container .main-wrapper .inner .look-box .lk8 .flex .f-lk:last-child .img{
  border: #8E2D1D 20px solid;
}

#container .main-wrapper .inner .look-box .lk9{
  margin-bottom: 100px;
}

#container .main-wrapper .inner .look-box .lk9 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#container .main-wrapper .inner .look-box .lk9 .flex .f-lk{
  width:49%;
}

#container .main-wrapper .inner .look-box .lk10{
  width: 50%;
  max-width: 550px;
  margin-right: 15%;
  margin-left: auto;
}

#container .main-wrapper .inner .look-box .lk11 .flex{
  display: flex;
  flex-wrap: wrap;
  gap:20%;
  width:80%;
  margin: 0 auto;
}

#container .main-wrapper .inner .look-box .lk11 .flex .f-lk:first-child{
  width: 60%;
  max-width: 650px;
  margin-bottom: 100px;
  margin-right:auto;
  margin-left: auto;
}

#container .main-wrapper .inner .look-box .lk11 .flex .f-lk:last-child{
  width: 50%;
  max-width: 550px;
  margin-right:auto;
  margin-left: 0;
}

#container .main-wrapper .inner .look-box .lk12 .flex{
  display: flex;
  flex-wrap: wrap;
  width:80%;
  margin-left: auto;
  margin-right: auto;
}

#container .main-wrapper .inner .look-box .lk12 .flex .f-lk:first-child{
  width: 50%;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

#container .main-wrapper .inner .look-box .lk12 .flex .f-lk:first-child .img{
  border: #8E2D1D 20px solid;
}

#container .main-wrapper .inner .look-box .lk12 .flex .f-lk:last-child{
  width: 60%;
  max-width: 650px;
  margin-right:auto;
  margin-left: auto;
}

#container .main-wrapper .inner .look-box .lk13{
  width: 40%;
  max-width: 450px;
  margin-right:auto;
  margin-left: auto;
  margin-bottom: 50px;
}

#container .main-wrapper .inner .look-box .lk14{
  width: 50%;
  max-width: 550px;
  margin-right:auto;
  margin-left: auto;
}

#container .main-wrapper .inner .look-box .lk15{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#container .main-wrapper .inner .look-box .lk15 .flex{
  display: flex;
  flex-wrap: nowrap;
}

#container .main-wrapper .inner .look-box .lk15 .credit{
  text-align: right;
}

#container .main-wrapper .inner .look-box .lk15 .flex .img-1{
  transform: rotate( -4deg );
}

#container .main-wrapper .inner .look-box .lk15 .flex .img-1 img{
  margin-top: 30px;
}

#container .main-wrapper .inner .look-box .lk15 .flex .img-2{
  transform: rotate( 1deg );
}

#container .main-wrapper .inner .look-box .lk16{
  width: 50%;
  margin-right:auto;
  margin-left: auto;
}

#container .main-wrapper .inner .look-box .lk17{
  width: 40%;
  max-width: 450px;
  margin-right:auto;
  margin-left: auto;
}

#container .main-wrapper .inner .look-box .lk17 .img{
  border: #8E2D1D 20px solid;
}

.bg-area{
  position: relative;
}

.bg-beige{
  background-color:#EDEDE2;
  padding-bottom: 250px;
  height:9100px;
  width:100%;
  position: absolute;
  top:3%;
}


#container .footer-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #8E2D1D;
  color: #DDDCCF;
}

#container .footer-wrapper p{
  color: #DDDCCF;
}

#container .footer-wrapper p a{
  color: #DDDCCF;
}

#container .footer-wrapper .staff p{
  text-align: center;
  line-height: 1.8;
  font-size: 12px;
  margin-bottom: 30px;
}

.footer-wrapper .brand{
  width:130px;
  margin: 0 auto 30px;
}

.footer-wrapper .navi-box {
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}

.footer-wrapper .navi-box ul li a {
  color: #DDDCCF;
}

.footer-wrapper .navi-box ul li {
  margin-bottom: 5px;
}

.footer-wrapper .navi-box ul li img {
  width: 100px;
  margin-bottom: 30px;
}

.footer-wrapper .back {
  text-align: right;
  margin: 130px auto 20px;
  width: 80%;
}

.footer-wrapper .back p {
  text-align: right;
  font-size: 10px;
  color: #DDDCCF;
}

.footer-wrapper .copy {
  text-align: center;
  font-size: 8px;
  margin: 0px auto;
}

.credit{
  margin-top: 10px;
  text-align: left;
  margin-left: 5px;
}

.credit div{
  margin-top: 7px;
}

/*set*/
.flex {
  display: flex;
  vertical-align: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.padd{
  padding:25px;
}

.line{
  border: #8E2D1D 25px solid;
}

.posiR {
  position: relative;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#container .look-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}



/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  width: 100%;
    height: 100%;
    background-size: cover;
    background-position:center;
    background-image: url(https://baycrews.jp/src/feature/20250201_iena/bg.jpg);
  text-align: center;
}

/* Loading画像中央配置　*/

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

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
  width: 300px;
}

.inview-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 1.5s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*スライダーの設定*/
.sliders {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  width:31%;
  height:500px;
}

.slider-list {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
  align-items: center;
  animation: slideShow 40s infinite linear;
  list-style: none;
}

.slider-item {
  margin-bottom: 20px;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 0;
}

@keyframes slideShow {
  0% {
      transform: translateY(0%);
  }

  100% {
      transform: translateY(100%);
  }

}

.slidersA {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  width:32%;
  height:500px;
}

.slider-listA {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
  align-items: center;
  animation: slideShowA 30s infinite linear;
  list-style: none;
}

.slider-itemA {
  margin-bottom: 20px;
}

.slider-itemA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0rem;
}

@keyframes slideShowA {
  0% {
      transform: translateY(100%);
  }

  100% {
      transform: translateY(0%);
  }

}

.slick-slide img {
  display: block;
}

.js-slider-8 img {
  width: calc(100vw / 7);
}

.kv .js-slider-8 .slick-slide {
  height: auto;
}

@media screen and (max-width: 768px) {
  .js-slider-8 img {
    width: calc(100vw / 2.5);
}
}

.slider4-wrap{
  margin-bottom: -1.5px;
}

/*モノクロから色づくCSS*/
.fadeInMonoTrigger {
  filter: grayscale(100%);
}

.fadeInMono {
  animation: fadeInMonoAnime .6s 1s both;
  filter: grayscale(1) brightness(1.1);
  transition: all 0.4s ease-in;
}

@keyframes fadeInMonoAnime {
  0% {}

  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0) brightness(1)
  }
}

.delay {
  animation-delay: 0.4s !important;
}

.delay1 {
  animation-delay: 0.8s !important;
}

.delay2 {
  animation-delay: 1.2s !important;
}

.delay3 {
  animation-delay: 1.5s !important;
}

.delay4 {
  animation-delay: 2.8s !important;
}

.start1 {
  animation: fade 1.2s ease-in 0.2s 1 normal backwards;
}

.start2 {
  animation: fade 1.2s ease-in 0.4s 1 normal backwards;
}

.start3 {
  animation: fade 1.2s ease-in 0.6s 1 normal backwards;
}

.start4 {
  animation: fade 1.2s ease-in .9s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.invisible {
  visibility: hidden;
}

/*sp*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .font {
    font-size: 1.9em !important;
  }

  .mb70 {
    margin-bottom: 30px;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .mb150 {
    margin-bottom: 70px;
  }

  .posiR {
    position: relative;
  }

  .small {
    width: 80%;
  }

  .mid {
    width: 90%;
  }

  .large {
    width: 100%;
  }

  .border {
    border-bottom: #000 1px solid;
  }


  body {
    position: relative;
  }

  #container{
    position: relative;
  }
  
  #container .kv-wrapper {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    background-color: #E6E5D3;
    position: relative;
    z-index: 30;
  }
  
  #container .kv-wrapper .kv .top-slide{
    margin: 0 auto 50px;
  }
  
  #container .kv-wrapper .kv .bottom-slide{
    margin: 50px auto 0px;
  }
  
  #container .kv-wrapper .kv .ttl{
    position: absolute;
      top: 50%;
      left: 47%;
      right: auto;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width:48%;
  }
  
  #container .kv-wrapper .logo{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #container .kv-wrapper .logo img{
    width:80px;
    margin: 0 auto;
  }
  
  #container .main-wrapper {
    position: relative;
  }
  
  #container .main-wrapper p{
    color: #8E2D1D;
  }
  
  #container .main-wrapper p a{
    color: #8E2D1D;
  }
  
  
  #container .main-wrapper .inner .bg-box{
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 230px;
    clip-path: inset(0); /* 切り抜き */
    z-index: -1;
  }
  
  #container .main-wrapper .inner .bg-box .bg{
    position: fixed; /* 背景を固定 */
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(https://baycrews.jp/src/feature/20250201_iena/bg.jpg);
  }
  
  #container .main-wrapper .inner .lead-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    margin-top: -2px;
  }
  
  #container .main-wrapper .inner .lead-box .lead {
    width: 100%;
  }
  
  #container .main-wrapper .inner .lead-box .lead p {
    text-align: center;
    color: #8E2D1D;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 10px;
  }
  
  #container .main-wrapper .inner .look-box .look{
    margin-bottom: 100px;
  }
  
  #container .main-wrapper .inner .look-box .lk1{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  
  #container .main-wrapper .inner .look-box .lk2{
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

  #container .main-wrapper .inner .look-box .lk3 .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
  }

  #container .main-wrapper .inner .look-box .lk3 .flex .f-lk{
    width:49%;
  }

  #container .main-wrapper .inner .look-box .lk4{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  #container .main-wrapper .inner .look-box .lk4 .flex{
    display: flex;
    flex-wrap: wrap;
  }

  #container .main-wrapper .inner .look-box .lk4 .flex .f-lk{
    width:100%;
  }

  #container .main-wrapper .inner .look-box .lk4 .flex .f-lk:first-child{
    margin-bottom: 30px;
  }

  #container .main-wrapper .inner .look-box .lk5{
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

  #container .main-wrapper .inner .look-box .lk6{
    width: 100%;
  }

  #container .main-wrapper .inner .look-box .lk7{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  #container .main-wrapper .inner .look-box .lk7 .flex{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  #container .main-wrapper .inner .look-box .lk7 .flex .img{
    width: 50%;
  }

  #container .main-wrapper .inner .look-box .lk7 .flex .f-2{
    transform: rotate( 3deg );
  }

  #container .main-wrapper .inner .look-box .lk7 .flex .f-2 img{
    margin-top: -40px;
    margin-left: -25px;
  }

  #container .main-wrapper .inner .look-box .lk7 .flex .f-4{
    transform: rotate( -5deg );
  }

  #container .main-wrapper .inner .look-box .lk7 .flex .f-4 img{
    margin-top: -40px;
  }

  #container .main-wrapper .inner .look-box .lk8 .flex{
    display: flex;
    flex-wrap: wrap;
  }

  #container .main-wrapper .inner .look-box .lk8 .flex .f-lk:first-child{
    width: 70%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 50px;
  }

  #container .main-wrapper .inner .look-box .lk8 .flex .f-lk:last-child{
    width: 80%;
    margin-right: auto;
    margin-left: 5%;
    margin-top: 0%;
  }

  #container .main-wrapper .inner .look-box .lk8 .flex .f-lk:last-child .img{
    border: #8E2D1D 20px solid;
  }

  #container .main-wrapper .inner .look-box .lk9{
    margin-bottom: 50px;
  }

  #container .main-wrapper .inner .look-box .lk9 .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #container .main-wrapper .inner .look-box .lk9 .flex .f-lk{
    width:49%;
  }

  #container .main-wrapper .inner .look-box .lk9 .flex .f-lk .credit{
    white-space: nowrap;
  }

  #container .main-wrapper .inner .look-box .lk10{
    width: 80%;
    margin-right: 5%;
    margin-left: auto;
  }

  #container .main-wrapper .inner .look-box .lk11 .flex{
    display: flex;
    flex-wrap: wrap;
    width:100%;
  }

  #container .main-wrapper .inner .look-box .lk11 .flex .f-lk:first-child{
    width: 100%;
    margin-bottom: 50px;
  }

  #container .main-wrapper .inner .look-box .lk11 .flex .f-lk:last-child{
    width: 80%;
    margin-right:0;
    margin-left: auto;
  }
  
  #container .main-wrapper .inner .look-box .lk12 .flex{
    display: flex;
    flex-wrap: wrap;
    width:100%;
  }

  #container .main-wrapper .inner .look-box .lk12 .flex .f-lk:first-child{
    width: 90%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  #container .main-wrapper .inner .look-box .lk12 .flex .f-lk:first-child .img{
    border: #8E2D1D 20px solid;
  }

  #container .main-wrapper .inner .look-box .lk12 .flex .f-lk:last-child{
    width: 90%;
    margin-right:auto;
    margin-left: auto;
  }

  #container .main-wrapper .inner .look-box .lk13{
    width: 60%;
    margin-right:auto;
    margin-left: auto;
    margin-bottom: 50px;
  }

  #container .main-wrapper .inner .look-box .lk14{
    width: 80%;
    margin-right:auto;
    margin-left: auto;
  }

  #container .main-wrapper .inner .look-box .lk15{
    width: 93%;
    margin-right: 0;
    margin-left: auto;
  }

  #container .main-wrapper .inner .look-box .lk15 .flex{
    display: flex;
    flex-wrap: nowrap;
  }

  #container .main-wrapper .inner .look-box .lk15 .credit{
    text-align: right;
    margin-left: 0;
    margin-right: 5px;
  }
  
  #container .main-wrapper .inner .look-box .lk15 .flex .img-1{
    transform: rotate( -4deg );
  }

  #container .main-wrapper .inner .look-box .lk15 .flex .img-1 img{
    margin-top: 30px;
  }

  #container .main-wrapper .inner .look-box .lk15 .flex .img-2{
    transform: rotate( 1deg );
  }

  #container .main-wrapper .inner .look-box .lk16{
    width: 90%;
    margin-right:auto;
    margin-left: auto;
  }

  #container .main-wrapper .inner .look-box .lk17{
    width: 80%;
    margin-right:auto;
    margin-left: auto;
  }

  #container .main-wrapper .inner .look-box .lk17 .img{
    border: #8E2D1D 20px solid;
  }


  #container .footer-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #8E2D1D;
    color: #DDDCCF;
  }
  
  #container .footer-wrapper p{
    color: #DDDCCF;
  }
  
  #container .footer-wrapper p a{
    color: #DDDCCF;
  }
  
  #container .footer-wrapper .staff p{
    text-align: center;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 30px;
  }
  
  .footer-wrapper .brand{
    width:130px;
    margin: 0 auto 30px;
  }
  
  .footer-wrapper .navi-box {
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
  }
  
  .footer-wrapper .navi-box ul li a {
    color: #DDDCCF;
  }
  
  .footer-wrapper .navi-box ul li {
    margin-bottom: 5px;
  }
  
  .footer-wrapper .navi-box ul li img {
    width: 100px;
    margin-bottom: 30px;
  }
  
  .footer-wrapper .back {
    text-align: right;
    margin: 130px auto 20px;
    width: 80%;
  }
  
  .footer-wrapper .back p {
    text-align: right;
    font-size: 10px;
    color: #DDDCCF;
  }
  
  .footer-wrapper .copy {
    text-align: center;
    font-size: 8px;
    margin: 0px auto;
  }

  .padd{
    padding:10px;
  }
  
  .line{
    border: #8E2D1D 10px solid;
  }

  #loading_logo img {
    width: 180px;
  }

  #loading_logo {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .bg-beige{
    background-color:#EDEDE2;
    padding-bottom: 250px;
    height:5000px;
    width:100%;
    position: absolute;
    top:2%;
  }

}