@import url("https://use.typekit.net/ngt3ykw.css"); /*Avenir Next Condensed*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #222;
  background-color: #FBFBDB;
}

body img, body svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body video {
  width: 100%;
  height: auto;
}

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

.pc {
  display: none;
}

.sp {
  display: block;
}

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

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

.fadein2 {
  opacity: 0;
  transform: translate(0, 5px);
  transition: all 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

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

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #EED165;
    color: #fff;
  }
  ::selection {
    background: #EED165;
    color: #fff;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 1.3rem;
  line-height: 1.8;
}
.container.active {
  opacity: 1;
}

.mainVisual__lead {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  margin: 5.5rem 0;
}

.main {
  /*style*/
}
.main .intro {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto 50px;
}
.main .itemList {
  width: calc(100% - 20px);
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.main .itemList li {
  position: relative;
}
.main .itemList li span {
  position: absolute;
  width: 100%;
  top: calc(12 / 390 * 100vw);
  font-family: "avenir-next-lt-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #FFF;
}
.main .styleWrap {
  margin-bottom: 100px;
}
.main .style {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto 80px;
}
.main .style p, .main .style .box {
  position: relative;
}
.main .style .right {
  margin-left: auto;
}
.main .style .mb10 {
  margin-bottom: calc(10 / 390 * 100vw);
}
.main .style .mb20 {
  margin-bottom: calc(20 / 390 * 100vw);
}
.main .style .mb30 {
  margin-bottom: calc(30 / 390 * 100vw);
}
.main .style .mb40 {
  margin-bottom: calc(40 / 390 * 100vw);
}
.main .style .mb60 {
  margin-bottom: calc(60 / 390 * 100vw);
}
.main .style .text {
  font-family: "avenir-next-lt-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
  position: absolute;
  z-index: 5;
}
.main .style .text.text1 {
  color: #EED165;
  top: 10px;
  left: 10px;
}
.main .style .text.text2 {
  color: #394C9E;
  bottom: calc(-20 / 390 * 100vw);
  left: 0;
}
.main .style .text.text3 {
  color: #9F9C9F;
  top: 5px;
  left: calc(30 / 390 * 100vw);
  writing-mode: vertical-rl;
}
.main .style .text.text4 {
  color: #EED165;
  bottom: calc(-52 / 390 * 100vw);
  left: 10px;
}
.main .style .half {
  width: calc(180 / 390 * 100vw);
}
.main .style .img4-1 {
  width: calc(334 / 390 * 100vw);
}
.main .style .img7-4 {
  width: calc(300 / 390 * 100vw);
  margin: 0 auto calc(30 / 390 * 100vw);
}
.main .style .img8-2 {
  width: calc(200 / 390 * 100vw);
  margin: 0 auto calc(80 / 390 * 100vw);
}
.main .style .img8-3 {
  width: calc(330 / 390 * 100vw);
  margin-inline: auto;
}
.main .style .flex-container {
  display: flex;
  justify-content: space-between;
}
.main .style .flex-container p {
  width: calc(180 / 390 * 100vw);
}
.main .style .comment {
  position: relative;
  padding: 12px 12px;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: center;
  margin-top: 2rem;
}
.main .style .comment::before, .main .style .comment::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
}
.main .style .comment::before {
  left: 0;
  top: 0;
}
.main .style .comment::after {
  right: 0;
  bottom: 0;
}
.main .style .comment.yellow::before {
  border-top: 1px solid #EED165;
  border-left: 1px solid #EED165;
}
.main .style .comment.yellow::after {
  border-bottom: 1px solid #EED165;
  border-right: 1px solid #EED165;
}
.main .style .comment.blue::before {
  border-top: 1px solid #394C9E;
  border-left: 1px solid #394C9E;
}
.main .style .comment.blue::after {
  border-bottom: 1px solid #394C9E;
  border-right: 1px solid #394C9E;
}
.main .style .comment.gray::before {
  border-top: 1px solid #9F9C9F;
  border-left: 1px solid #9F9C9F;
}
.main .style .comment.gray::after {
  border-bottom: 1px solid #9F9C9F;
  border-right: 1px solid #9F9C9F;
}
.main .style .profile {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.main .style .profile li {
  width: 49%;
  color: #000;
  font-size: 1.4rem;
  font-family: "avenir-next-lt-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main .style .profile li p {
  line-height: 1.6;
  text-align: center;
}
.main .style .profile li p span {
  font-size: 1.8rem;
}
.main .style .profile li p a {
  text-decoration: underline;
}
.main .style .profile li p a:hover {
  text-decoration: none;
}
.main .style__credits {
  margin-top: 10px;
}
.main .style__credits .items__credit {
  font-size: 1.3rem;
  font-family: "avenir-next-lt-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}
.main .style__credits .items__credit span {
  display: inline-block;
}
.main .style__credits .items__credit span.yen {
  font-size: 1.1rem;
}
.main .style__credits .items__credit span.tax {
  margin-left: 1px;
  font-size: 1.1rem;
}
.main .style__credits .items__credit span.buy {
  margin-left: 10px;
  line-height: 1;
  border-bottom: 1px solid #333;
}
.main .style__credits .items__credit span.buy:hover {
  text-decoration: none;
}
.main .style__credits .item-d-none .items__credit span.buy {
  display: none;
}
.main .style .btn {
  width: 100%;
  margin: 20px auto 0;
  height: 54px;
  font-size: 12px;
}
.main .style .btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #c30d23;
  background-color: #c30d23;
  color: #FFF;
  box-sizing: border-box;
  transition: all 0.4s ease 0s;
}
.main .style .btn a:hover {
  color: #333;
  background-color: #FFF;
  text-decoration: none;
}
.main .style .information, .main .style .lineup {
  width: calc(100% - 20px);
  margin-inline: auto;
  box-sizing: border-box;
  border: 1px solid #c30d23;
}
.main .style .information .title, .main .style .lineup .title {
  font-family: "avenir-next-lt-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  color: #c30d23;
}
.main .style .lineup {
  padding: 40px 20px 30px;
  margin-bottom: 50px;
  background-color: #F5DE9A;
}
.main .style .information {
  padding: 40px 30px;
  background-color: #FFF;
}
.main .style .information p {
  margin-bottom: 16px;
  font-size: 12px;
}
.main .style .information p:last-child {
  margin-bottom: 0;
}
.main .style .information p a {
  text-decoration: underline;
}
.main .style .information p span {
  font-weight: 500;
}

/*main*/
@media screen and (min-width: 769px) {
  .container {
    font-size: 1.4rem;
  }
  .mainVisual__lead {
    font-size: 1.4rem;
    margin: 10rem 0;
  }
  .main {
    /*style*/
  }
  .main .intro {
    width: 982px;
    margin: 0 auto 10rem;
  }
  .main .itemList {
    width: 800px;
    margin: 0 auto 20rem;
    gap: 16px;
  }
  .main .itemList li span {
    top: 33px;
    font-size: 2.5rem;
  }
  .main .styleWrap {
    margin-bottom: 100px;
  }
  .main .style {
    width: 1080px;
    margin: 0 auto 18rem;
  }
  .main .style.w800 {
    width: 840px;
  }
  .main .style .w600 {
    width: 600px;
    margin-inline: auto;
  }
  .main .style .right {
    margin-left: auto;
  }
  .main .style .mb10 {
    margin-bottom: calc(20 / 1280 * 100vw);
  }
  .main .style .mb20 {
    margin-bottom: calc(20 / 1280 * 100vw);
  }
  .main .style .mb30 {
    margin-bottom: calc(30 / 1280 * 100vw);
  }
  .main .style .mb40 {
    margin-bottom: calc(40 / 1280 * 100vw);
  }
  .main .style .mb60 {
    margin-bottom: calc(60 / 1280 * 100vw);
  }
  .main .style .text {
    font-size: 38px;
  }
  .main .style .text.text1 {
    top: initial;
    left: initial;
    right: -70px;
    bottom: 120px;
    writing-mode: vertical-rl;
  }
  .main .style .text.text2 {
    bottom: -28px;
    left: -42px;
  }
  .main .style .text.text3 {
    top: 55px;
    left: 533px;
  }
  .main .style .text.text4 {
    top: 30px;
    bottom: initial;
    left: 406px;
  }
  .main .style .half {
    width: calc(180 / 1280 * 100vw);
  }
  .main .style .mainImg {
    width: 600px;
    margin: 0 auto 10rem;
  }
  .main .style .img4-1 {
    width: 100%;
  }
  .main .style .img6, .main .style .img8 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10rem;
  }
  .main .style .img6-1, .main .style .img8-1 {
    width: 600px;
  }
  .main .style .img6-2 {
    width: 400px;
  }
  .main .style .img6-3 {
    width: 600px;
    margin-inline: auto;
  }
  .main .style .img7-4 {
    width: 760px;
    margin: 0 auto 8rem;
  }
  .main .style .img8-2 {
    width: 400px;
    margin: 0;
  }
  .main .style .img8-3 {
    width: 600px;
  }
  .main .style .flex-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .main .style .flex-container p {
    width: 100%;
  }
  .main .style .comment {
    padding: 24px 24px;
    font-size: 1.3rem;
    margin: 3rem auto 0;
    width: 600px;
  }
  .main .style .comment::before, .main .style .comment::after {
    width: 32px;
    height: 32px;
  }
  .main .style .profile {
    width: 420px;
    margin: 2rem auto 0;
  }
  .main .style .profile li {
    font-size: 1.7rem;
  }
  .main .style .profile li p span {
    font-size: 2.2rem;
  }
  .main .style__credits {
    margin-top: 10px;
  }
  .main .style__credits .items__credit {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .main .style__credits .items__credit span.yen {
    font-size: 1.2rem;
  }
  .main .style__credits .items__credit span.tax {
    margin-left: 1px;
    font-size: 1.2rem;
  }
  .main .style__credits .items__credit span.buy {
    margin-left: 14px;
  }
  .main .style__credits .item-d-none .items__credit span.buy {
    display: none;
  }
  .main .style .btn {
    width: 100%;
    margin: 30px auto 0;
    height: 60px;
    font-size: 14px;
  }
  .main .style .information, .main .style .lineup {
    width: 680px;
  }
  .main .style .information .title, .main .style .lineup .title {
    font-size: 40px;
    margin-bottom: 36px;
  }
  .main .style .lineup {
    padding: 80px;
    margin-bottom: 80px;
  }
  .main .style .information {
    padding: 80px;
  }
  .main .style .information p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .main .style .information p:last-child {
    margin-bottom: 0;
  }
  .main .style .information p a {
    text-decoration: underline;
  }
  .main .style .information p span {
    font-weight: 500;
  }
  /*main*/
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  text-align: left;
  width: 100%;
  padding: 40px 15px 30px;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "avenir-next-lt-pro-condensed", sans-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: #333;
}

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 {
  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 {
  opacity: 0.5;
}

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 30px 10px;
  }
  footer .pgtop a {
    font-size: 1rem;
  }
  footer .infoot {
    width: 65%;
  }
  footer .infoot ul {
    margin-bottom: 30px;
  }
  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: #FBFBDB;
  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: 380px;
  height: 200px;
  background-image: url("https://baycrews.jp/src/feature/20251107_spick/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: #c30d23;
  display: block;
}

#loader.complete {
  opacity: 0;
}

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