@charset "UTF-8";
/*Bebas Neue Pro SemiExpanded*/
@import url("https://use.typekit.net/tox4lnm.css");
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
  margin-bottom: calc(50 / 390 * 100vw);
}
.mainVisual__img {
  margin-bottom: calc(40 / 390 * 100vw);
}
.mainVisual__title {
  text-align: center;
  font-weight: 500;
  margin-bottom: calc(16 / 390 * 100vw);
  font-size: 2rem;
}
.mainVisual__lead {
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: center;
}

.main {
  width: calc(100% - 20px);
  margin-inline: auto;
  /*style*/
  /*point*/
  /*recommend*/
}
.main .style {
  position: relative;
  margin-bottom: 7rem;
}
.main .style__title {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  font-size: 2.4rem;
  text-align: center;
  padding: 6px 0 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: calc(15 / 390 * 100vw);
}
.main .style__text {
  text-align: center;
  padding-bottom: calc(18 / 390 * 100vw);
  border-bottom: 1px solid #000;
  margin-bottom: calc(40 / 390 * 100vw);
}
.main .style__btn a {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: 1px solid #000;
}
.main .style .itemList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.main .style .itemList .item {
  margin-bottom: calc(30 / 390 * 100vw);
  overflow-wrap: anywhere;
}
.main .style .itemList .item__img {
  margin-bottom: calc(8 / 390 * 100vw);
}
.main .style .itemList .item__credits {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.4rem;
}
.main .style .itemList .item__credits span {
  display: inline-block;
}
.main .style .itemList .item__credits span.yen {
  font-size: 1.2rem;
}
.main .style .itemList .item__credits span.buy {
  margin-left: 8px;
  text-decoration: underline;
}
.main .style .itemList .item__credits span.buy:hover {
  border-bottom: none;
}
.main .style .itemList .item__credits .item-d-none .items__credit span.buy {
  display: none;
}
.main .point {
  margin-bottom: 6rem;
}
.main .point__point {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.main .point__num {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.1rem;
  text-align: center;
  line-height: 1;
  margin-bottom: calc(10 / 390 * 100vw);
  display: flex;
  align-items: center;
}
.main .point__num::before, .main .point__num::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
.main .point__num::before {
  margin-right: 1rem;
}
.main .point__num::after {
  margin-left: 1rem;
}
.main .point__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: calc(5 / 390 * 100vw);
}
.main .point__text {
  text-align: center;
  margin-bottom: 3rem;
}
.main .point__img {
  width: 100%;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.main .point__img .text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 2.4rem;
  font-size: 1.7rem;
  color: #FFF;
  z-index: 2;
}
.main .point__img .text.fSmall {
  font-size: 1.2rem;
}
.main .point__img .mb {
  margin-bottom: 1rem;
}
.main .point .point__detail {
  margin-bottom: 2rem;
}
.main .point .point__detail .title {
  font-size: 1.6rem;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  display: inline-block;
}
.main .point .point__detail .title span {
  font-size: 1.2rem;
}
.main .point .point__detail .text {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  margin-top: -1px;
}
.main .recommend {
  margin-bottom: 6rem;
}
.main .recommend__title {
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  padding: 8px 0;
  border: 1px solid #000;
}
.main .recommend__itemList {
  border: 1px solid #000;
  margin-top: -1px;
  display: flex;
}
.main .recommend__itemList .itemBox {
  width: 50%;
}
.main .recommend__itemList .itemBox:first-child {
  border-right: 1px solid #000;
}
.main .recommend__itemList .itemBox .itemCategory {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #000;
}
.main .recommend__itemList .itemBox .itemWrap {
  padding: 10px;
  padding-bottom: 0;
}
.main .recommend__itemList .itemBox .item {
  margin-bottom: calc(18 / 390 * 100vw);
  overflow-wrap: anywhere;
}
.main .recommend__itemList .itemBox .item__img {
  margin-bottom: calc(8 / 390 * 100vw);
}
.main .recommend__itemList .itemBox .item__credits {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.4rem;
}
.main .recommend__itemList .itemBox .item__credits span {
  display: inline-block;
}
.main .recommend__itemList .itemBox .item__credits span.yen {
  font-size: 1.2rem;
}
.main .recommend__itemList .itemBox .item__credits span.buy {
  margin-left: 8px;
  text-decoration: underline;
}
.main .recommend__itemList .itemBox .item__credits span.buy:hover {
  border-bottom: none;
}
.main .recommend__itemList .itemBox .item__credits .item-d-none .items__credit span.buy {
  display: none;
}

.staff {
  text-align: center;
  margin: 60px 0;
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.staff p {
  font-size: 12px;
}
.staff p span {
  font-size: 15px;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
.staff p:first-child {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .mainVisual {
    position: relative;
    margin-bottom: 80px;
  }
  .mainVisual__img {
    margin-bottom: 60px;
  }
  .mainVisual__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .mainVisual__lead {
    width: calc(100% - 20px);
  }
  .main {
    width: 1080px;
    margin-inline: auto;
    /*style*/
    /*point*/
    /*recommend*/
  }
  .main .style {
    position: relative;
    margin-bottom: 10rem;
  }
  .main .style__title {
    width: 800px;
    margin: 0 auto 40px;
    font-size: 2.8rem;
    padding: 8px 0 7px;
  }
  .main .style__text {
    width: 800px;
    margin: 0 auto 40px;
    padding-bottom: 40px;
  }
  .main .style__btn a {
    width: 500px;
    margin: 0 auto;
    font-size: 2rem;
  }
  .main .style .itemList {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .main .style .itemList .item {
    margin-bottom: 40px;
  }
  .main .style .itemList .item__img {
    margin-bottom: 10px;
  }
  .main .style .itemList .item__credits {
    font-size: 1.5rem;
  }
  .main .style .itemList .item__credits span {
    display: inline-block;
  }
  .main .style .itemList .item__credits span.yen {
    font-size: 1.4rem;
  }
  .main .style .itemList .item__credits span.buy {
    margin-left: 8px;
    text-decoration: underline;
  }
  .main .style .itemList .item__credits span.buy:hover {
    border-bottom: none;
  }
  .main .style .itemList .item__credits .item-d-none .items__credit span.buy {
    display: none;
  }
  .main .point {
    margin-bottom: 6rem;
  }
  .main .point__point {
    font-size: 1.7rem;
  }
  .main .point__num {
    font-size: 3.8rem;
    width: 800px;
    margin: 0 auto 40px;
  }
  .main .point__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .main .point__text {
    margin-bottom: 60px;
  }
  .main .point__img {
    width: 600px;
    margin: 0 auto 40px;
  }
  .main .point__img.gridImg {
    width: 982px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .main .point__img .text {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 2.4rem;
    font-size: 1.7rem;
    color: #FFF;
    z-index: 2;
  }
  .main .point__img .text.fSmall {
    font-size: 1.2rem;
  }
  .main .point__img .mb {
    margin-bottom: 0;
  }
  .main .point .point__detailWrap {
    width: 600px;
    margin: 0 auto;
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;*/
  }
  .main .point .point__detail {
    width: 100%;
    margin: 0 auto 30px;
  }
  .main .point .point__detail .title {
    font-size: 1.8rem;
    padding: 5px 15px;
  }
  .main .point .point__detail .title span {
    font-size: 1.4rem;
  }
  .main .point .point__detail .text {
    padding: 15px;
  }
  .main .recommend {
    width: 982px;
    margin: 0 auto 6rem;
  }
  .main .recommend__title {
    font-size: 2rem;
    padding: 12px 0;
  }
  .main .recommend__itemList .itemBox .itemCategory {
    font-size: 2rem;
    padding: 12px 0;
  }
  .main .recommend__itemList .itemBox .itemWrap {
    padding: 20px;
    padding-bottom: 0;
  }
  .main .recommend__itemList .itemBox .item {
    margin-bottom: 40px;
  }
  .main .recommend__itemList .itemBox .item__img {
    margin-bottom: 10px;
  }
  .main .recommend__itemList .itemBox .item__credits {
    font-size: 1.5rem;
  }
  .main .recommend__itemList .itemBox .item__credits span {
    display: inline-block;
  }
  .main .recommend__itemList .itemBox .item__credits span.yen {
    font-size: 1.4rem;
  }
  .main .recommend__itemList .itemBox .item__credits span.buy {
    margin-left: 8px;
    text-decoration: underline;
  }
  .main .recommend__itemList .itemBox .item__credits span.buy:hover {
    border-bottom: none;
  }
  .main .recommend__itemList .itemBox .item__credits .item-d-none .items__credit span.buy {
    display: none;
  }
  .staff {
    text-align: center;
    margin: 0 0 120px;
    font-family: "bebas-neue-pro-semiexpanded", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .staff p {
    font-size: 12px;
  }
  .staff p span {
    font-size: 15px;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
  }
  .staff p:first-child {
    margin-bottom: 25px;
  }
}
/* --------------------------------------------------
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: "bebas-neue-pro-semiexpanded", 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: #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;
  }
}
/* --------------------------------------------------
links
-------------------------------------------------- */
.links {
  width: 100%;
  margin-top: 180px;
}
.links img {
  vertical-align: bottom;
}
.links:not(:last-child) {
  margin-bottom: 60px;
}
.links > div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
}
.links > div dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.links > div dl:last-child {
  margin-left: 160px;
}
.links > div dl dt {
  width: 100px;
  margin-bottom: 40px;
}
.links > div dl dd:not(:last-child) {
  margin-bottom: 20px;
}
.links > div dl dd a {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
  color: #000;
  transition: all 0.25s ease-in 0s;
}
.links > div dl dd a:hover {
  color: #999;
}
.links p {
  color: #000;
  font-size: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .links {
    width: 100%;
    margin-top: 100px;
  }
  .links:not(:last-child) {
    margin-bottom: 30px;
  }
  .links > div {
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    align-items: stretch;
  }
  .links > div dl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .links > div dl:last-child {
    margin-left: auto;
  }
  .links > div dl dt {
    width: 100px;
    margin-bottom: 40px;
    flex: 1;
  }
  .links > div dl dd {
    line-height: 1;
    flex: 1;
  }
  .links > div dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  .links > div dl dd a {
    font-size: 1.4rem;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
    color: #000;
    transition: all 0.25s ease-in 0s;
  }
  .links > div dl dd a:hover {
    color: #999;
  }
  .links p {
    color: #000;
    font-size: 1.2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
}
/* --------------------------------------------------
on/offボタン
-------------------------------------------------- */
.switchWrap {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 70px;
  line-height: 1;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
.switchWrap.active {
  opacity: 1;
  visibility: visible;
}

.switchName {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3px;
}

/* === ボタンを表示するエリア ============================== */
.switchArea {
  line-height: 30px;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}

/* === チェックボックス ==================================== */
.switchArea input[type=checkbox] {
  display: none;
}

/* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display: block; /* ボックス要素に変更 */
  box-sizing: border-box; /* 枠線を含んだサイズ */
  height: 30px; /* ボタンの高さ       */
  border: 1px solid #000000; /* 未選択タブのの枠線 */
  border-radius: 28px;
  background-color: #FFF; /* 角丸               */
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type=checkbox]:checked + label {
  border-color: #000000; /* 選択タブの枠線     */
}

/* === 表示する文字（標準） ================================ */
.switchArea label span:after {
  content: "OFF"; /* 表示する文字       */
  padding: 0 0 0 22px; /* 表示する位置       */
  color: #000000; /* 文字色             */
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea input[type=checkbox]:checked + label span:after {
  content: "ON"; /* 表示する文字       */
  padding: 0 22px 0 0; /* 表示する位置       */
  color: #000000; /* 文字色             */
}

/* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
  position: absolute; /* 親要素からの相対位置*/
  width: 26px; /* 丸の横幅           */
  height: 26px; /* 丸の高さ           */
  background: #000000; /* カーソルタブの背景 */
  top: 2px; /* 親要素からの位置   */
  left: 2px; /* 親要素からの位置   */
  border-radius: 24px; /* 角丸               */
  transition: 0.2s; /* 滑らか変化         */
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type=checkbox]:checked ~ #swImg {
  transform: translateX(40px); /* 丸も右へ移動       */
  background: #000000; /* カーソルタブの背景 */
}

@media (min-width: 768px) {
  .switchWrap {
    width: 70px;
    right: 60px;
    bottom: 130px;
  }
}
/* --------------------------------------------------
swiper
-------------------------------------------------- */
.swiper-pagination-slider {
  position: relative;
  overflow: hidden;
}

.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #FFF !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #574D3B !important;
  opacity: 1 !important;
}

.swiper-thumbs {
  margin-top: 1rem;
}

.swiper-slide-thumb-active {
  outline: 2px solid #BB7F3F;
  outline-offset: -2px;
}

.swiper-thumbs .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.swiper-thumbs .swiper-slide {
  width: 100%;
  margin-right: initial;
}

/* --------------------------------------------------
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: 240px;
  height: 152px;
  background-image: url("https://baycrews.jp/src/feature/assets/logo/bk/muse.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: 120px;
    height: 76px;
  }
}/*# sourceMappingURL=common.css.map */