@import url("https://use.typekit.net/zgb1ilt.css");
@import url("https://use.typekit.net/pjf1qcl.css");
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body video {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px #000);
}

a {
  color: #333;
}
a:active, a:hover, a:visited {
  color: #333;
}

svg {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.4;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.4;
}

._font_small {
  font-size: 1.2rem;
}

._txt_justify {
  text-align: justify;
  word-break: break-all;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.container {
  font-size: 1.3rem;
  line-height: 1.8; /*opacity: 0; animation: fadeIn 1.2s ease 0.1s forwards;*/
}

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #000;
    color: #fff;
  }
  ::selection {
    background: #000;
    color: #fff;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  ._main {
    margin-bottom: 28px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  animation: fadeIn 1.3s ease 0.1s forwards;
}
.container.active {
  opacity: 1;
}

.mainVisual {
  position: relative;
}
.mainVisual__title {
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  margin: 5rem 0 1.2rem;
}
.mainVisual__lead {
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 5rem;
}

.main .style {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto 10rem;
}
.main .style:last-child {
  margin-bottom: 7rem;
}
.main .style .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 40px;
}
.main .style .img {
  width: 72vw;
  margin: 0 auto 40px;
}
.main .style .img2 {
  width: 56.5vw;
}
.main .style .img3 {
  width: 76vw;
  margin: 0 auto 40px;
}
.main .style .img4 {
  width: 61vw;
}
.main .style .right {
  margin-left: auto;
}
.main .style .center {
  margin: 0 auto;
}
.main .style .mb {
  margin-bottom: 20px;
}
.main .style__credits .items__credit {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}
.main .style__credits .items__credit span {
  display: inline-block;
}
.main .style__credits .items__credit span.itemName {
  margin-right: 10px;
}
.main .style__credits .items__credit span.yen {
  font-size: 12px;
}
.main .style__credits .items__credit span.tax {
  font-size: 12px;
}
.main .style__credits .items__credit span.buy {
  margin-left: 10px;
  line-height: 1;
  font-size: 11px;
  border: 1px solid #000;
  background-color: #000;
  padding: 4px 8px 3px;
  color: #FFF;
}
.main .style__credits .items__credit span.buy:hover {
  background-color: #FFF;
  color: #000;
}
.main .style__credits .item-d-none .items__credit span.buy {
  display: none;
}

.staff {
  text-align: center;
  margin: 60px 0;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}

@media (min-width: 768px) {
  .mainVisual__title {
    font-size: 2.2rem;
    margin: 8rem 0 2.2rem;
  }
  .mainVisual__lead {
    margin-bottom: 10rem;
  }
  .main .style {
    width: 1080px;
    margin: 0 auto 16rem;
  }
  .main .style:last-child {
    margin-bottom: 10rem;
  }
  .main .style .grid2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 80px;
  }
  .main .style .img {
    width: 72%;
    margin: 0 auto 80px;
  }
  .main .style .img2 {
    width: 50.5%;
  }
  .main .style .img3 {
    width: 67%;
    margin: 0 auto 80px;
  }
  .main .style .img4 {
    width: 58%;
  }
  .main .style .mb {
    margin-bottom: 40px;
  }
  .main .style__credits .items__credit {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
  }
  .main .style__credits .items__credit span {
    display: inline-block;
  }
  .main .style__credits .items__credit span.itemName {
    margin-right: 10px;
  }
  .main .style__credits .items__credit span.yen {
    font-size: 12px;
  }
  .main .style__credits .items__credit span.tax {
    font-size: 12px;
  }
  .main .style__credits .items__credit span.buy {
    margin-left: 10px;
    line-height: 1;
    font-size: 11px;
    border: 1px solid #000;
    background-color: #000;
    padding: 4px 8px 3px;
    color: #FFF;
  }
  .main .style__credits .items__credit span.buy:hover {
    background-color: #FFF;
    color: #000;
  }
  .main .style__credits .item-d-none .items__credit span.buy {
    display: none;
  }
  .staff {
    margin: 100px 0;
    font-size: 13px;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
  width: 100%;
  padding: 40px 15px 30px;
  border-top: solid 1px #000;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

footer .pgtop a {
  color: #000;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}

footer .pgtop a:hover {
  color: #6545BA;
}

footer .infoot {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}

footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in 0s;
}

footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #6545BA;
}

footer .infoot p {
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 60px 10px;
  }
  footer .pgtop a {
    font-size: 1rem;
  }
  footer .infoot {
    width: 65%;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    font-size: 1.2rem;
  }
  footer .infoot p {
    font-size: 1rem;
  }
}
/* --------------------------------------------------
loading
-------------------------------------------------- */
@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;
  }
}
#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 1s ease-in-out 0.3s;
}

#loader .logo {
  width: 128px;
  height: 71px;
  background-image: url("https://baycrews.jp/src/feature/20250320_lechoppe/logo.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: 10px;
  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.complete {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #loader .logo {
    width: 50px;
    height: 28px;
  }
}/*# sourceMappingURL=common.css.map */