@charset "UTF-8";
@import url("https://use.typekit.net/kpp1uhl.css"); /*Kepler Std Semicondensed Subhead*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
　 html {
  font-size: 2.666vw;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body {
  font-size: 1.2rem;
}
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;
}

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

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

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #BF9B61;
    color: #fff;
  }
  ::selection {
    background: #BF9B61;
    color: #fff;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  font-size: 1.3rem;
  line-height: 1.8;
  opacity: 0;
  animation: fadeIn 1s ease 0.15s forwards;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  background: #F8F8F8;
}

.mainVisual {
  margin-bottom: 50px;
  position: relative;
}
.mainVisual__img {
  margin-bottom: 50px;
}
.mainVisual__lead {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
.mainVisual__lead p:first-child {
  margin-bottom: 8px;
}

.main {
  width: calc(100% - 20px);
  margin-inline: auto;
}
.main .icon4 {
  width: 56px;
  margin: 0 auto 50px;
  font-size: 0;
}
.main .category {
  margin-bottom: 50px;
}
.main .category__heading {
  font-family: "kepler-std-semicondensed-sub", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 29px;
  line-height: 1;
  color: #BF9B61;
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid #BF9B61;
  border-bottom: 1px solid #BF9B61;
  background: #FFF;
  margin-bottom: 20px;
}
.main .category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.main .selector {
  padding: 20px 0;
  background: #FFF;
  border-top: 1px solid #BF9B61;
  border-bottom: 1px solid #BF9B61;
  margin-bottom: 50px;
}
.main .selector__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
}
.main .selector__list li {
  width: 50%;
}
.main .selector__title {
  text-align: center;
  font-family: "kepler-std-semicondensed-sub", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 29px;
  color: #BF9B61;
}
.main .selector__person .inner {
  display: flex;
  align-items: center;
}
.main .selector__person .inner .img {
  width: 50px;
  margin-right: 5px;
}
.main .selector__person .inner .text {
  font-family: "kepler-std-semicondensed-sub", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.main .selector__person .inner .text .name {
  font-size: 21px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.main .selector__person .inner .text .name span {
  display: inline-block;
  font-size: 0;
  width: 20px;
  margin: 0 0 0 5px;
}
.main .selector__person .inner .text .occupation {
  font-size: 12px;
  line-height: 1.1;
}
.main .contents .article {
  padding: 35px 0;
}
.main .contents .article__title {
  margin: 0 auto 12px;
}
.main .contents .article__title.title1 {
  width: calc(152 / 390 * 100vw);
}
.main .contents .article__title.title2 {
  width: calc(152 / 390 * 100vw);
}
.main .contents .article__title.title3 {
  width: calc(171 / 390 * 100vw);
}
.main .contents .article__title.title4 {
  width: calc(124 / 390 * 100vw);
}
.main .contents .article__text {
  font-size: 13px;
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
}
.main .contents .item {
  padding: 40px 0;
  border-bottom: 1px solid #BF9B61;
  background: #FFF;
}
.main .contents .item.top {
  border-top: 1px solid #BF9B61;
}
.main .contents .item__brand, .main .contents .item__name {
  text-align: center;
  color: #BF9B61;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.main .contents .item__brand {
  margin-bottom: 5px;
}
.main .contents .item__name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main .contents .item__inner {
  width: calc(322 / 390 * 100vw);
  margin-inline: auto;
}
.main .contents .item__img {
  margin-bottom: 8px;
}
.main .contents .item__price {
  font-size: 12px;
  color: #BF9B61;
  margin-bottom: 15px;
  display: flex;
  line-height: 1.4;
}
.main .contents .item__price.mb {
  margin-bottom: 5px;
}
.main .contents .item__price small {
  margin-left: 5px;
}
.main .contents .item__price .item-d-none {
  display: none;
}
.main .contents .item__price a {
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  padding: 3px 6px 4px;
  border: 1px solid #BF9B61;
  background: #BF9B61;
  color: #FFF;
  margin-left: 8px;
}
.main .contents .item__price a:hover {
  background: #FFF;
  color: #BF9B61;
}
.main .contents .item__comment {
  position: relative;
  background: #fff;
  padding: 5%;
  border: 1px solid #BF9B61;
  color: #000;
  font-size: 13px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 30px;
}
.main .contents .item__comment::after, .main .contents .item__comment::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: calc(59 / 390 * 100vw);
}
.main .contents .item__comment::after {
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFFFFF;
}
.main .contents .item__comment::before {
  border-color: rgba(191, 155, 97, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  margin-top: 1px;
  border-top-color: #BF9B61;
}
.main .contents .item__person {
  margin-left: 10%;
  display: flex;
  align-items: center;
}
.main .contents .item__person .img {
  width: 50px;
  margin-right: 5px;
}
.main .contents .item__person .text {
  font-family: "kepler-std-semicondensed-sub", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.main .contents .item__person .text .name {
  font-size: 21px;
  margin-bottom: 5px;
}
.main .contents .item__person .text .occupation {
  font-size: 12px;
  line-height: 1.1;
}
.main .contents .item__link {
  margin-top: 25px;
}
.main .contents .item__link a {
  display: block;
  border: #BF9B61 solid 1px;
  text-decoration: none;
  font-size: 15px;
  border-radius: 20px;
  padding: 10px;
  background: #BF9B61;
  width: 100%;
  margin-inline: auto;
  color: #FFF;
  text-align: center;
  transition: 0.6s;
}
.main .contents .item__link a:hover {
  background-color: #FFF;
  color: #BF9B61;
}

@media screen and (min-width: 769px) {
  .mainVisual {
    width: 100%;
    background-color: #BF9B61;
    padding: 20px 0 1px;
  }
  .mainVisual__img {
    width: calc(1209 / 1280 * 100vw);
    margin-inline: auto;
  }
  .mainVisual__lead {
    color: #FFF;
    position: absolute;
    left: calc(640 / 1280 * 100vw);
    top: calc(440 / 1280 * 100vw);
    text-align: left;
    font-size: calc(17 / 1280 * 100vw);
  }
  .main {
    width: 1080px;
    margin-inline: auto;
  }
  .main .icon4 {
    width: 80px;
    margin: 0 auto 50px;
  }
  .main .category {
    margin-bottom: 60px;
  }
  .main .category__heading {
    font-size: 38px;
    padding: 10px 0;
    margin-bottom: 50px;
  }
  .main .category__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .main .selector {
    padding: 16px 140px;
  }
  .main .selector__list {
    row-gap: 0;
  }
  .main .selector__list li {
    width: 25%;
  }
  .main .selector__title {
    font-size: 34px;
  }
  .main .selector__person .inner .img {
    width: 50px;
    margin-right: 5px;
  }
  .main .selector__person .inner .text .name {
    font-size: 21px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .main .selector__person .inner .text .name span {
    display: inline-block;
    font-size: 0;
    width: 20px;
    margin: 0 0 0 5px;
  }
  .main .selector__person .inner .text .occupation {
    font-size: 12px;
    line-height: 1.1;
  }
  .main .contents {
    width: 100%;
  }
  .main .contents .article {
    padding: 80px 0;
    border-bottom: 1px solid #BF9B61;
  }
  .main .contents .article__info {
    margin-bottom: 40px;
  }
  .main .contents .article__title {
    margin: 0 auto 20px;
  }
  .main .contents .article__title.title1 {
    width: calc(182 / 1280 * 100vw);
  }
  .main .contents .article__title.title2 {
    width: calc(182 / 1280 * 100vw);
  }
  .main .contents .article__title.title3 {
    width: calc(205 / 1280 * 100vw);
  }
  .main .contents .article__title.title4 {
    width: calc(148 / 1280 * 100vw);
  }
  .main .contents .article__text {
    font-size: 14px;
    margin: 0 auto 20px;
  }
  .main .contents .article__item {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
  }
  .main .contents .item {
    padding: 40px 0;
    border-top: 1px solid #BF9B61;
    width: calc((100% - 60px) / 3);
  }
  .main .contents .item__brand, .main .contents .item__name {
    font-size: 14px;
  }
  .main .contents .item__brand {
    margin-bottom: 5px;
  }
  .main .contents .item__name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .main .contents .item__inner {
    width: calc(100% - 50px);
  }
  .main .contents .item__img {
    margin-bottom: 8px;
  }
  .main .contents .item__comment {
    position: relative;
    background: #fff;
    padding: 5%;
    border: 1px solid #BF9B61;
    color: #000;
    font-size: 13px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 30px;
  }
  .main .contents .item__comment::after, .main .contents .item__comment::before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: calc(59 / 1280 * 100vw);
  }
  .main .contents .item__comment::after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
  }
  .main .contents .item__comment::before {
    border-color: rgba(191, 155, 97, 0);
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    margin-top: 1px;
    border-top-color: #BF9B61;
  }
  .main .contents .item__person {
    margin-left: 14%;
    display: flex;
    align-items: center;
  }
  .main .contents .item__person .img {
    width: 65px;
    margin-right: 10px;
  }
  .main .contents .item__person .text {
    font-family: "kepler-std-semicondensed-sub", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
  }
  .main .contents .item__person .text .name {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .main .contents .item__person .text .occupation {
    font-size: 14px;
  }
  .main .contents .item__link {
    width: 480px;
    margin: 50px auto 0;
  }
  .main .contents .item__link a {
    font-size: 15px;
    border-radius: 25px;
    padding: 14px;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
/* --------------------------------------------------
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: 300px;
  height: 244px;
  background-image: url("https://baycrews.jp/src/feature/20250815_frame/title_bk.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: #553993;
  display: block;
}

#loader.complete {
  opacity: 0;
}

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