
html, body {
  width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #000;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a.active {
  color: #999;
}
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;
}
*{
  margin: 0;
  padding: 0;
}
.sp { display: none;}
.pc { display: block;}
.font {
  font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}

@-webkit-keyframes fadeInUp {from {opacity: 0;-webkit-transform: translate3d(0, 1%, 0);transform: translate3d(0, 5%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
@keyframes fadeInUp {from {opacity: 0;-webkit-transform: translate3d(0, 5%, 0);transform: translate3d(0, 15%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
.invisible {visibility: hidden;}
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
  text-align: center;
}
#loader .load .city_logo {
  width: 200px;
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: #fff;
  animation: flash 1s linear infinite;
  text-align: center;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
#loader.complete {
  opacity: 0;
  pointer-events: none;
}
.kv {
  width: 87%;
  max-width: 1000px;
  margin: 100px auto;
}
.kv .logo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.kv .logo_wrap .marge {
  width: 40%;
}
.kv .logo_wrap .city {
  width: 37%;
}
.kv .kv_img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kv .kv_img li {
  position: relative;
  width: 32%;
  margin-bottom: 20px;
}
.kv .kv_img li.vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-bottom: 0;
}
.kv .kv_img li.vertical:nth-of-type(1) {
  left: -4%;
  width: 10px;
}
.kv .kv_img li.vertical:nth-of-type(2) {
  right: -4%;
  width: 12px;
}
.kv .kv_img li:nth-of-type(7) span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 52%;
  max-width: 180px;
}
.kv .kv_img li .dli-plus span {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 1vw;
  bottom: 2vh;
  z-index: 10;
}
.kv .kv_img li .dli-plus span::before {
  content: "";
  display: block;
  background: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
  top: 48%;
  width: 107%;
  left: -3%;
  position: absolute;
  height: 1px;
}
.kv .kv_img li .dli-plus span::after {
  content: "";
  display: block;
  background: #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 48%;
  width: 107%;
  left: -3%;
  position: absolute;
  height: 1px;
}
.kv .lead {
  font-size: 12px;
  line-height: 2;
  margin: auto;
}
/* .typing-effect {
  opacity: 0;
  width: 100ch;
  -webkit-animation: typing 2s steps(40);
          animation: typing 2s steps(40);
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes typing {
  from {
    opacity: 0;
    width: 0;
  }
  1%, 100% {
    opacity: 1;
  }
}
@keyframes typing {
  from {
    opacity: 0;
    width: 0;
  }
  1%, 100% {
    opacity: 1;
  }
} */
.typing-effect {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #000; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
.looks {
  max-width: 1000px;
  width: 96%;
  margin: auto;
}
.looks .look {
  position: relative;
  margin-top: 160px;
}
.looks .look .sub_ttl {
  position: relative;
  background-image: url(https://baycrews.jp/src/feature/20221103_frame/pare1.png),url(https://baycrews.jp/src/feature/20221103_frame/pare2.png),url(https://baycrews.jp/src/feature/20221103_frame/pare3.png),url(https://baycrews.jp/src/feature/20221103_frame/pare4.png);
  background-position: top left,top right,bottom left,bottom right;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 40px 24px 24px;
}
.looks .look .sub_ttl p {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 4em;
  width: 90%;
  text-align: center;
  color: #fff;
}
.looks .look .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.looks .look .flex .img {
  width: 50%;
}
.looks .l3 .flex {
  margin-top: -100px;
  align-items: center;
}
.looks .l3 .flex .img:nth-of-type(1) {
  width: 47%;
}
.looks .l3 .flex .img:nth-of-type(2) {
  width: 53%;
}
.looks .l4 .flex {
  justify-content: space-between;
}
.looks .l4 .flex .img {
  width: 49%;
}
.looks .l4 .flex:nth-of-type(6) {
  margin-top: -100px;
  align-items: flex-start;
}
.looks .l4 .flex:nth-of-type(6) .img:nth-of-type(1) {
  width: 52%;
}
.looks .l4 .flex:nth-of-type(6) .img:nth-of-type(2) {
  width: 48%;
}
.looks .l5 .flex:nth-of-type(3) {
  margin-top: -400px;
}
.looks .look .img {
  max-width: 600px;
  width: 60%;
  margin-top: 50px;
}
.looks .look .sheer {
  opacity: .8;
}
.looks .look .right {
  margin-right: 0;
  margin-left: auto;
}
.looks .look .center {
  margin-right: auto;
  margin-left: auto;
}
.looks .look .mtm {
  margin-top: -600px;
}
.looks .l1 .i2 {
  width: 50%;
}
.looks .l1 .i4 {
  position: absolute;
  top: 56%;
  left: 5%;
  width: 45%;
}
.looks .l1 .i5 {
  margin-top: -80px;
}
.looks .l2 .i1 {
  width: 45%;
}
.looks .l2 .i4 {
  position: absolute;
  top: 54%;
  right: 5%;
  width: 45%;
}
.looks .l2 .i5 {
  margin-top: -80px;
}
.looks .l3 .i1 {
  margin-top: 100px;
}
.looks .l3 .i2 {
  position: absolute;
  width: 50%;
  right: 0;
  top: 16%;
}
.looks .l3 .i3 {
  position: relative;
  z-index: 3;
}
.looks .l4 .i3 {
  position: relative;
  z-index: 3;
}
.looks .l5 .i1 {
  position: relative;
  z-index: 3;
  width: 50%;
}
.looks .l5 .slider {
  margin-top: 100px;
  padding-left: 1%;
  box-sizing: border-box;
}

.credits {
  max-width: 400px;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.credits.vertical {
  position: absolute;
  transform: rotate(90deg);
}
.looks .l1 .credits.vertical {
  right: 0%;
  top: 80%;
  margin: 0;
}
.looks .l2 .credits.vertical {
  left: 0%;
  top: 80%;
  margin: 0;
}
.looks .l3 .credits.vertical {
  top: 54%;
  right: -7%;
}
.looks .l4 .credits.vertical {
  top: 52%;
  right: -7%;
}
.looks .l5 .credits.vertical {
  top: 83%;
  right: -9%;
}
.looks .l5 .flex .i3 {
  margin-top: 130px;
}
.credits.left {
  margin-left: 5%;
}
.creditBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.2;
}
.creditBox .items__name {
  width: 82%;
}
.creditBox .items__name span:first-of-type::after {
  content: ":";
  padding: 0 4px;
}
.creditBox .items__name span.items__price::before {
  content: "";
  padding-left: 10px;
}
.creditBox .items__buy .items__a {
  display: inline-block;
  background-color: #000;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 4px;
}
.creditBox .disable .items__credit {
  display: none;
}


footer {
  width: 100%;
  padding: 50px 0 200px;
  margin: 100px auto 0;
  position: relative;
  border-top: 1px solid;
}
footer .inner {
  width: 80%;
  margin: auto;
}
footer .inner dl {
margin-bottom: 40px;
}
footer .inner dt {
font-weight: 700;
}
footer .inner dd p {
margin-top: 10px;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul:first-of-type li:first-of-type {
  margin: 0 0 7px 0;
}
footer .inner ul:first-of-type li:first-of-type img {
  width: 23px;
}
footer .inner ul li a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
footer .inner ul li a:hover,
footer .inner dd p a:hover {
  text-decoration: underline;
  opacity: 0.7;
  color: #000;
}
footer .inner p {
  color: #000;
  font-size: 12px;
  text-align: right;
  font-weight: 400;
  line-height: 1;
}
footer .pgtop {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
footer .pgtop a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 3em;
  background: currentColor;
}
footer .pgtop a::before {
  content: '';
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}
footer .pgtop a:hover {
  opacity: 0.7;
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp { display: block;}
  .pc { display: none;}
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .logo h2 {
    width: 100%;
    height: 35px;
    position: static;
  }
  #loader .load .city_logo {
    width: 230px;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }
  .kv {
    margin: 70px auto;
  }
  .kv .logo_wrap {
    margin-bottom: 30px;
  }
  .kv .logo_wrap .marge {
    width: 50%;
    position: relative;
    left: -3%;
  }
  .kv .logo_wrap .city {
    width: 47%;
    position: relative;
    right: -3%;
  }
  .kv .kv_img li {
    margin-bottom: 10px;
  }
  .kv .kv_img li.vertical:nth-of-type(1) {
    left: -5%;
  }
  .kv .kv_img li.vertical:nth-of-type(2) {
    right: -5.5%;
  }
  .kv .kv_img li .dli-plus span {
    width: 17px;
    height: 17px;
    right: 2%;
    bottom: 4%;
  }
  .kv .lead {
    font-size: 11px;
  }

  .looks .look {
    margin-top: 100px;
  }
  .looks .look .sub_ttl p {
    font-size: 2em;
  }
  .looks .look .img {
    margin-top: 30px;
  }
  .looks .look .mtm {
    margin-top: -220px;
  }
  .looks .l1 .i4 {
    position: absolute;
    top: 57%;
    left: 3%;
    width: 44%;
  }
  .looks .l1 .i5 {
    margin-top: 0 !important;
  }
  .looks .l2 .i4 {
    top: 57%;
  }
  .looks .l2 .i5 {
    margin-top: 0px !important;
  }
  .looks .l3 .flex {
    margin-top: -30px;
    align-items: flex-start;
  }
  .looks .l3 .i2 {
    top: 15%;
  }
  .looks .l3 .i3 {
    margin-left: 10%;
  }
  .looks .l4 .flex:nth-of-type(6) {
    margin-top: 0px;
  }
  .looks .l4 .flex:nth-of-type(6) .img {
    margin-top: 0;
  }
  .looks .l4 .i3 {
    margin-left: 10%;
  }
  .looks .l5 .flex .i3 {
    margin-top: 50px !important;
  }
  .looks .l5 .flex:nth-of-type(3) {
    margin-top: -110px;
  }
  .looks .l5 .flex .img {
    width: 50%;
    margin-top: 0;
  }
  .looks .l5 .slider {
    margin-top: 50px !important;
  }
  .creditBox {
    line-height: 1.1;
    align-items: center;
  }
  .credits {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 11.2px;
  }
  .flex_sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .creditBox .items__buy .items__a {
    font-size: 11px;
  }
  .credits.vertical {
    width: 78%;
  }
  .looks .l1 .credits.vertical {
    right: -19%;
    top: 40%;
  }
  .looks .l2 .credits.vertical {
    left: -20%;
    top: 40%;
  }
  .looks .l3 .credits.vertical {
    top: 60%;
    right: -24%;
    margin: 0;
  }
  .looks .l4 .credits.vertical {
    top: 55%;
    right: -22%;
  }
  .looks .l5 .credits.vertical {
    position: unset;
    transform: rotate(0deg);
    width: 90%;
  }
  


  footer {
    padding: 60px 0 20px 0;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    margin: 0px auto 40px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
  }
  footer .inner ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  footer .inner p {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 3%;
  }
  footer .inner ul:first-of-type li:first-of-type img {
    width: 20px;
  }
  footer .pgtop {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
  footer .pgtop a {

  }
  footer .pgtop a:hover {
    opacity: 0.7;
  }
}