@charset "UTF-8";
@import url("https://baycrews.jp/src/feature/assets/css/swiper-bundle.min.css");
/* ------------------------------------------------------------------------------------------------------------------------ */
:root {
  --font-ja: "hiragino-kaku-gothic-pron", sans-serif;
  --font-en: "acumin-pro-condensed", sans-serif;
  --font-number: "alternate-gothic-extra-cond", sans-serif;
  --primary: #101C02;
  --background: #F7F5F1;
}

.ftool-wrapper > .article,
.ftool-wrapper .description,
.ftool-wrapper p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.ftool-wrapper h2 {
  font-size: 1em;
}
.ftool-wrapper h3 {
  margin-bottom: 0;
}
.ftool-wrapper #sec01 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
.ftool-wrapper .ref-item {
  font-size: 10px;
  margin-bottom: 8px;
}
.ftool-wrapper .ref-item .thumb {
  width: 40px;
}
.ftool-wrapper .ref-item .brand {
  margin-left: 50px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .name {
  margin-left: 50px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 50px;
  font-size: 10px;
  color: var(--primary);
}
.ftool-wrapper .line_up_two {
  width: 100%;
  margin-bottom: 0;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .ftool-wrapper .line_up_two {
    width: 50%;
  }
}

.ss-article-main-image {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.mb60 {
  margin-bottom: 0 !important;
}

html,
body {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

@media (hover: hover) {
  a {
    transition: 0.6s;
  }
  a:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
  }
  .js-thumb {
    transition: opacity 0.6s;
  }
  .js-thumb:hover {
    opacity: 0.8;
  }
}
#container {
  width: 100%;
  margin-inline: auto;
  font-size: 12px;
  line-height: 170%;
  font-family: var(--font-ja);
  font-weight: 300;
  font-style: normal;
  position: relative;
  color: var(--primary);
  background-color: var(--background);
  font-variant-numeric: lining-nums;
}
#container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#container .l-articleLayout__wrap {
  margin: 0 auto;
  display: flow-root;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  #container .l-articleLayout__wrap {
    width: 100%;
  }
}
#container .l-articleLayout__article {
  float: right;
  width: 50%;
  max-width: 640px;
  transition: 0.85s ease;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  #container .l-articleLayout__article {
    float: none;
    left: 0;
    margin: 0 auto;
    width: auto;
  }
}
#container .l-articleLayout__title {
  position: sticky !important;
  float: left;
  width: 50%;
}
#container .d-fixed-area {
  position: relative;
}
#container .d-fixed-element {
  position: absolute;
  top: 0;
}
#container .d-fixed-element.is-fixed {
  position: fixed;
}
#container .l-articleLayout {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}
#container .main__visual {
  position: relative;
}
#container .main__visual .title__wrap {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #container #contents {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #container .contentsBlock {
    max-width: 560px;
    margin: 0 auto;
  }
}
#container .lookBlock__button .arrow {
  width: 15%;
  margin-right: 8px;
}

.description > #container {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  #container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: calc(500 / 1280 * 100vw);
    max-width: 500px;
    margin-inline: auto;
  }
}
#container .visualBlock {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
  height: calc(610 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #container .visualBlock {
    height: calc(843 / 1280 * 100vw);
    max-height: 843px;
    width: calc(515 / 1280 * 100vw);
    max-width: 515px;
  }
}
#container .visualBlock__title {
  width: calc(148 / 375 * 100vw);
  left: calc(10 / 375 * 100vw);
  bottom: calc(10 / 375 * 100vw);
  z-index: 2;
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #container .visualBlock__title {
    width: calc(203 / 1280 * 100vw);
    max-width: 203px;
    left: calc(14 / 1280 * 100vw);
    bottom: calc(20 / 1280 * 100vw);
  }
}
#container .visualBlock__logo {
  width: 14%;
  right: calc(12 / 375 * 100vw);
  top: calc(6 / 375 * 100vw);
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #container .visualBlock__logo {
    right: calc(14 / 1280 * 100vw);
    top: calc(14 / 1280 * 100vw);
    max-width: 80px;
  }
}
#container .visualBlock__image img {
  position: absolute;
}
#container .visualBlock__image .image1 {
  top: calc(20 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
  width: calc(120 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #container .visualBlock__image .image1 {
    top: min(calc(27 / 1280 * 100vw), 27px);
    left: min(calc(27 / 1280 * 100vw), 27px);
    width: calc(165 / 1280 * 100vw);
    max-width: 165px;
  }
}
#container .visualBlock__image .image2 {
  top: calc(100 / 375 * 100vw);
  left: calc(100 / 375 * 100vw);
  width: calc(103 / 375 * 100vw);
  z-index: 4;
}
@media screen and (min-width: 768px) {
  #container .visualBlock__image .image2 {
    top: min(calc(137 / 1280 * 100vw), 137px);
    left: min(calc(138 / 1280 * 100vw), 138px);
    width: calc(141 / 1280 * 100vw);
    max-width: 141px;
  }
}
#container .visualBlock__image .image3 {
  top: calc(40 / 375 * 100vw);
  right: calc(32 / 375 * 100vw);
  width: calc(107 / 375 * 100vw);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #container .visualBlock__image .image3 {
    top: min(calc(56 / 1280 * 100vw), 56px);
    right: min(calc(44 / 1280 * 100vw), 44px);
    width: calc(147 / 1280 * 100vw);
    max-width: 147px;
  }
}
#container .visualBlock__image .image4 {
  top: calc(230 / 375 * 100vw);
  left: calc(32 / 375 * 100vw);
  width: calc(172 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #container .visualBlock__image .image4 {
    top: min(calc(316 / 1280 * 100vw), 316px);
    left: min(calc(44 / 1280 * 100vw), 44px);
    width: calc(236 / 1280 * 100vw);
    max-width: 236px;
  }
}
#container .visualBlock__image .image5 {
  top: calc(173 / 375 * 100vw);
  left: calc(156 / 375 * 100vw);
  width: calc(122 / 375 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #container .visualBlock__image .image5 {
    top: min(calc(238 / 1280 * 100vw), 238px);
    left: min(calc(214 / 1280 * 100vw), 214px);
    width: calc(168 / 1280 * 100vw);
    max-width: 168px;
  }
}
#container .visualBlock__image .image6 {
  top: calc(221 / 375 * 100vw);
  right: calc(10 / 375 * 100vw);
  width: calc(65 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #container .visualBlock__image .image6 {
    top: min(calc(306 / 1280 * 100vw), 306px);
    right: min(calc(14 / 1280 * 100vw), 14px);
    width: calc(90 / 1280 * 100vw);
    max-width: 90px;
  }
}
#container .visualBlock__image .image7 {
  bottom: calc(63 / 375 * 100vw);
  right: calc(20 / 375 * 100vw);
  width: calc(140 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #container .visualBlock__image .image7 {
    bottom: min(calc(87 / 1280 * 100vw), 87px);
    right: min(calc(27 / 1280 * 100vw), 27px);
    width: calc(192 / 1280 * 100vw);
    max-width: 192px;
  }
}
#container .visualBlock__image .image8 {
  bottom: calc(0 / 375 * 100vw);
  right: calc(92 / 375 * 100vw);
  width: calc(134 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #container .visualBlock__image .image8 {
    bottom: min(calc(0 / 1280 * 100vw), 0px);
    right: min(calc(126 / 1280 * 100vw), 126px);
    width: calc(184 / 1280 * 100vw);
    max-width: 184px;
  }
}

@media screen and (min-width: 768px) {
  .visualBlockWrap {
    height: 100vh;
    position: relative;
    width: calc(515 / 1280 * 100vw);
    max-width: 515px;
    margin-inline: auto;
    overflow: hidden;
  }
}

.visual-fadeIn {
  opacity: 0;
}
.visual-fadeIn.show {
  animation: visualFadeIn 2s ease-out forwards;
}

/* visualのフェードイン */
@keyframes visualFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leadBlock {
  width: 82%;
  margin-inline: auto;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .leadBlock {
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
  }
}

.lookBlock {
  padding-top: calc(50 / 375 * 100vw);
  padding-bottom: calc(60 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock {
    padding-top: calc(50 / 1280 * 100vw);
    padding-bottom: calc(60 / 1280 * 100vw);
  }
}
.lookBlock--bg {
  background-color: #FFF;
}
.lookBlock__name {
  font-size: 18px;
  line-height: 100%;
  font-family: var(--font-en);
  display: flex;
  gap: 4px;
  padding-bottom: 8px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .lookBlock__name {
    font-size: 24px;
  }
}
.lookBlock__number {
  font-size: 56px;
  line-height: 100%;
  font-family: var(--font-number);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .lookBlock__number {
    font-size: 70px;
  }
}
.lookBlock__head {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .lookBlock__head {
    gap: 12px;
  }
}
.lookBlock__head--right {
  justify-content: flex-end;
  padding-right: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock__head--right {
    padding-right: min(calc(16 / 1280 * 100vw), 16px);
  }
}
.lookBlock__head--left {
  padding-left: calc(10 / 375 * 100vw);
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .lookBlock__head--left {
    padding-left: min(calc(16 / 1280 * 100vw), 16px);
  }
}
.lookBlock__head--center {
  padding-left: calc(40 / 375 * 100vw);
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .lookBlock__head--center {
    padding-left: min(calc(56 / 1280 * 100vw), 56px);
  }
}
.lookBlock__main--overwrap .lookBlock__mainImage {
  position: absolute;
}
.lookBlock__mainImages {
  position: relative;
  height: calc(850 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock__mainImages {
    height: calc(1138 / 1280 * 100vw);
    max-height: 1138px;
  }
}
.lookBlock__mainImages--right .lookBlock__mainImage--top {
  right: 0;
}
.lookBlock__mainImages--right .lookBlock__mainImage--bottom {
  left: 0;
}
.lookBlock__mainImages--left .lookBlock__mainImage--top {
  left: 0;
}
.lookBlock__mainImages--left .lookBlock__mainImage--bottom {
  right: 0;
}
.lookBlock__mainImage {
  width: calc(315 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock__mainImage {
    width: calc(420 / 1280 * 100vw);
    max-width: 420px;
  }
}
.lookBlock__mainImage--top {
  width: calc(315 / 375 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lookBlock__mainImage--top {
    width: calc(420 / 1280 * 100vw);
    max-width: 420px;
  }
}
.lookBlock__mainImage--bottom {
  width: calc(280 / 375 * 100vw);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .lookBlock__mainImage--bottom {
    width: calc(373 / 1280 * 100vw);
    max-width: 373px;
  }
}
.lookBlock__mainImage .l-thumbs {
  position: relative;
}
.lookBlock__mainImage--right {
  margin-left: auto;
}
.lookBlock__mainImage--center {
  margin-inline: auto;
}
.lookBlock__other {
  margin-top: calc(24 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock__other {
    margin-top: min(calc(32 / 1280 * 100vw), 32px);
  }
}
.lookBlock__button {
  position: absolute;
  width: calc(26 / 375 * 100vw);
  z-index: 2;
  bottom: calc(10 / 375 * 100vw);
  left: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock__button {
    width: calc(26 / 1280 * 100vw);
    bottom: min(calc(10 / 1280 * 100vw), 10px);
    left: min(calc(10 / 1280 * 100vw), 10px);
    max-width: 26px;
  }
}
.lookBlock__button--right {
  left: auto;
  right: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock__button--right {
    right: min(calc(10 / 1280 * 100vw), 10px);
  }
}
.lookBlock--01 .lookBlock__otherImage {
  width: calc(276 / 375 * 100vw);
  margin-left: auto;
  padding-right: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock--01 .lookBlock__otherImage {
    width: calc(368 / 1280 * 100vw);
    padding-right: min(calc(26 / 1280 * 100vw), 26px);
    max-width: 368px;
  }
}
.lookBlock--02 .lookBlock__otherImage {
  width: calc(220 / 375 * 100vw);
  margin-right: auto;
  padding-left: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock--02 .lookBlock__otherImage {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    padding-left: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--03 .lookBlock__otherImage, .lookBlock--06 .lookBlock__otherImage {
  width: calc(280 / 375 * 100vw);
  margin-right: auto;
  padding-left: calc(20 / 375 * 100vw);
  padding-top: calc(16 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock--03 .lookBlock__otherImage, .lookBlock--06 .lookBlock__otherImage {
    width: calc(373 / 1280 * 100vw);
    max-width: 373px;
    padding-left: min(calc(26 / 1280 * 100vw), 26px);
    padding-top: min(calc(24 / 1280 * 100vw), 24px);
  }
}
.lookBlock--04 .lookBlock__other {
  margin-top: calc(40 / 375 * 100vw);
  height: calc(497 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lookBlock--04 .lookBlock__other {
    margin-top: min(calc(56 / 1280 * 100vw), 56px);
    height: calc(663 / 1280 * 100vw);
    max-height: 663px;
  }
}
.lookBlock--04 .lookBlock__otherImage--top {
  position: absolute;
  width: calc(220 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lookBlock--04 .lookBlock__otherImage--top {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    left: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--04 .lookBlock__otherImage--bottom {
  position: absolute;
  width: calc(160 / 375 * 100vw);
  top: calc(120 / 375 * 100vw);
  right: 0;
}
@media screen and (min-width: 768px) {
  .lookBlock--04 .lookBlock__otherImage--bottom {
    width: calc(213 / 1280 * 100vw);
    max-width: 213px;
    top: min(calc(160 / 1280 * 100vw), 160px);
  }
}
.lookBlock--05 .lookBlock__other {
  margin-top: calc(40 / 375 * 100vw);
  height: calc(497 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lookBlock--05 .lookBlock__other {
    margin-top: min(calc(56 / 1280 * 100vw), 56px);
    height: calc(663 / 1280 * 100vw);
    max-height: 663px;
  }
}
.lookBlock--05 .lookBlock__otherImage--top {
  position: absolute;
  width: calc(220 / 375 * 100vw);
  right: calc(20 / 375 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lookBlock--05 .lookBlock__otherImage--top {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    right: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--05 .lookBlock__otherImage--bottom {
  position: absolute;
  width: calc(160 / 375 * 100vw);
  top: calc(120 / 375 * 100vw);
  left: 0;
}
@media screen and (min-width: 768px) {
  .lookBlock--05 .lookBlock__otherImage--bottom {
    width: calc(213 / 1280 * 100vw);
    max-width: 213px;
    top: min(calc(160 / 1280 * 100vw), 160px);
  }
}
.lookBlock--07 .lookBlock__other {
  margin-top: calc(40 / 375 * 100vw);
  height: calc(490 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lookBlock--07 .lookBlock__other {
    margin-top: min(calc(56 / 1280 * 100vw), 56px);
    height: calc(653 / 1280 * 100vw);
    max-height: 653px;
  }
}
.lookBlock--07 .lookBlock__otherImage--top {
  position: absolute;
  width: calc(280 / 375 * 100vw);
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lookBlock--07 .lookBlock__otherImage--top {
    width: calc(373 / 1280 * 100vw);
    max-width: 373px;
  }
}
.lookBlock--07 .lookBlock__otherImage--bottom {
  position: absolute;
  width: calc(220 / 375 * 100vw);
  top: calc(160 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock--07 .lookBlock__otherImage--bottom {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    top: min(calc(213 / 1280 * 100vw), 213px);
    left: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--08 .lookBlock__other, .lookBlock--09 .lookBlock__other {
  margin-top: calc(40 / 375 * 100vw);
  height: calc(590 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lookBlock--08 .lookBlock__other, .lookBlock--09 .lookBlock__other {
    margin-top: min(calc(56 / 1280 * 100vw), 56px);
    height: calc(787 / 1280 * 100vw);
    max-height: 787px;
  }
}
.lookBlock--08 .lookBlock__otherImage--top, .lookBlock--09 .lookBlock__otherImage--top {
  position: absolute;
  width: calc(220 / 375 * 100vw);
  right: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock--08 .lookBlock__otherImage--top, .lookBlock--09 .lookBlock__otherImage--top {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    right: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--08 .lookBlock__otherImage--bottom, .lookBlock--09 .lookBlock__otherImage--bottom {
  position: absolute;
  width: calc(220 / 375 * 100vw);
  top: calc(260 / 375 * 100vw);
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lookBlock--08 .lookBlock__otherImage--bottom, .lookBlock--09 .lookBlock__otherImage--bottom {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    top: min(calc(347 / 1280 * 100vw), 347px);
  }
}
.lookBlock--10 .lookBlock__other {
  margin-top: calc(40 / 375 * 100vw);
  height: calc(490 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lookBlock--10 .lookBlock__other {
    margin-top: min(calc(56 / 1280 * 100vw), 56px);
    height: calc(653 / 1280 * 100vw);
    max-height: 653px;
  }
}
.lookBlock--10 .lookBlock__otherImage--top {
  position: absolute;
  width: calc(220 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lookBlock--10 .lookBlock__otherImage--top {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    left: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--10 .lookBlock__otherImage--bottom {
  position: absolute;
  width: calc(280 / 375 * 100vw);
  top: calc(304 / 375 * 100vw);
  right: 0;
}
@media screen and (min-width: 768px) {
  .lookBlock--10 .lookBlock__otherImage--bottom {
    width: calc(373 / 1280 * 100vw);
    max-width: 373px;
    top: min(calc(405 / 1280 * 100vw), 405px);
  }
}
.lookBlock--11 .lookBlock__otherImage {
  width: calc(220 / 375 * 100vw);
  margin-left: auto;
  padding-right: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock--11 .lookBlock__otherImage {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    padding-right: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--12 .lookBlock__otherImage {
  width: calc(280 / 375 * 100vw);
  margin-left: auto;
  padding-right: calc(20 / 375 * 100vw);
  padding-top: calc(16 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock--12 .lookBlock__otherImage {
    width: calc(373 / 1280 * 100vw);
    max-width: 373px;
    padding-right: min(calc(26 / 1280 * 100vw), 26px);
    padding-top: min(calc(24 / 1280 * 100vw), 24px);
  }
}
.lookBlock--13 .lookBlock__other {
  margin-top: calc(40 / 375 * 100vw);
  height: calc(490 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lookBlock--13 .lookBlock__other {
    margin-top: min(calc(56 / 1280 * 100vw), 56px);
    height: calc(653 / 1280 * 100vw);
    max-height: 653px;
  }
}
.lookBlock--13 .lookBlock__otherImage--top {
  position: absolute;
  width: calc(220 / 375 * 100vw);
  right: 0;
}
@media screen and (min-width: 768px) {
  .lookBlock--13 .lookBlock__otherImage--top {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
  }
}
.lookBlock--13 .lookBlock__otherImage--bottom {
  position: absolute;
  width: calc(280 / 375 * 100vw);
  top: calc(304 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lookBlock--13 .lookBlock__otherImage--bottom {
    width: calc(373 / 1280 * 100vw);
    max-width: 373px;
    top: min(calc(405 / 1280 * 100vw), 405px);
    left: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--14 .lookBlock__other {
  margin-top: calc(40 / 375 * 100vw);
  height: calc(490 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lookBlock--14 .lookBlock__other {
    margin-top: min(calc(56 / 1280 * 100vw), 56px);
    height: calc(653 / 1280 * 100vw);
    max-height: 653px;
  }
}
.lookBlock--14 .lookBlock__otherImage--top {
  position: absolute;
  width: calc(220 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lookBlock--14 .lookBlock__otherImage--top {
    width: calc(293 / 1280 * 100vw);
    max-width: 293px;
    left: min(calc(26 / 1280 * 100vw), 26px);
  }
}
.lookBlock--14 .lookBlock__otherImage--bottom {
  position: absolute;
  width: calc(280 / 375 * 100vw);
  top: calc(304 / 375 * 100vw);
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lookBlock--14 .lookBlock__otherImage--bottom {
    width: calc(373 / 1280 * 100vw);
    max-width: 373px;
    top: min(calc(405 / 1280 * 100vw), 405px);
  }
}

.js-thumb {
  position: relative;
  cursor: pointer;
}

.imageBlock {
  padding-top: calc(70 / 375 * 100vw);
  padding-bottom: calc(80 / 375 * 100vw);
  width: calc(200 / 375 * 100vw);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .imageBlock {
    width: calc(200 / 1280 * 100vw);
    padding-top: calc(50 / 1280 * 100vw);
    padding-bottom: calc(60 / 1280 * 100vw);
  }
}

.footerBlock {
  background-color: #FFF;
  padding-top: calc(60 / 375 * 100vw);
  padding-bottom: calc(80 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .footerBlock {
    padding-top: calc(60 / 1280 * 100vw);
    padding-bottom: calc(40 / 1280 * 100vw);
  }
}
.footerBlock__image {
  width: calc(200 / 375 * 100vw);
  margin-inline: auto;
  padding-bottom: calc(40 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .footerBlock__image {
    width: calc(200 / 1280 * 100vw);
    padding-bottom: calc(40 / 1280 * 100vw);
  }
}
.footerBlock__logo {
  width: calc(80 / 375 * 100vw);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footerBlock__logo {
    width: calc(80 / 1280 * 100vw);
    max-width: 80px;
  }
}
.footerBlock__link {
  font-family: var(--font-en);
  font-size: 13px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: calc(24 / 375 * 100vw);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .footerBlock__link {
    padding-top: calc(24 / 1280 * 100vw);
  }
}

.c-close {
  position: fixed;
  right: 3.3vw;
  width: 8%;
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-close {
    width: 40px;
    right: 6vw;
  }
}

.modals {
  margin-bottom: 250px;
}

.l-modal {
  padding-top: calc(80 / 375 * 100vw);
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-modal {
    max-width: 960px;
    width: calc(960 / 1280 * 100vw);
    margin-inline: auto;
    padding-top: calc(100 / 1280 * 100vw);
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-modal__image {
    width: calc(400 / 1280 * 100vw);
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .l-modal__frame {
    width: calc(480 / 1280 * 100vw);
    max-width: 480px;
  }
}
.l-modal__title {
  font-family: var(--font-en);
  padding-top: calc(24 / 375 * 100vw);
  padding-bottom: calc(20 / 375 * 100vw);
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-modal__title {
    padding-top: calc(8 / 1280 * 100vw);
    padding-bottom: calc(20 / 1280 * 100vw);
  }
}
.l-modal__name {
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
}
.l-modal__info {
  font-size: 16px;
  line-height: 100%;
  display: flex;
  gap: 3px;
  padding-bottom: 2px;
  letter-spacing: 0;
}
.l-modal__detail {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.l-modal__sns {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}
.l-modal__qaQuestion {
  font-size: 13px;
  font-weight: 600;
}
.l-modal__qaAnswer {
  width: 93.5%;
  margin-inline: auto;
}
.l-modal__qaItem {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.l-modal__qa {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: calc(20 / 375 * 100vw);
  padding-bottom: calc(20 / 375 * 100vw);
  border-bottom: 1px dashed #5D5F5B;
  border-top: 1px dashed #5D5F5B;
}
@media screen and (min-width: 768px) {
  .l-modal__qa {
    padding-top: calc(20 / 1280 * 100vw);
    padding-bottom: calc(20 / 1280 * 100vw);
  }
}
.l-modal__credit {
  padding-top: calc(12 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-modal__credit {
    padding-top: calc(12 / 1280 * 100vw);
  }
}

.l-modal__sns a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.l-modal__sns a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://baycrews.jp/src/feature/20260703_iena/images/ig_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.l-modal-reverse {
  flex-direction: row-reverse;
}

.l-modals {
  background-color: var(--background);
  padding-top: 4.25vw;
  position: relative;
}
.l-modals__title {
  top: 52%;
  right: 0.3vw;
  transform: translate(-50%, -50%);
  width: 4%;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-modals__title {
    width: 20px;
    right: 12vw;
    top: 55%;
  }
}

.js-modal {
  width: 100%;
  height: 100vh;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}
.js-modal.active {
  opacity: 1;
  pointer-events: auto;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.fadeIn {
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  opacity: 1;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex !important; /* 念のため明示する */
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  bottom: 5px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 10;
}
.swiper-pagination-bullet {
  position: relative;
  width: 30px !important;
  height: 2px !important;
  background: rgba(237, 237, 235, 0.3) !important;
  margin: 0 3px !important;
  opacity: 0.7 !important;
  overflow: hidden;
  border-radius: 0 !important;
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #FFF;
  z-index: 1;
  transition: width 3s ease-in-out;
}
.swiper-pagination-bullet-active::after {
  width: 100%;
}
.swiper-pagination-bullet.no-transition::after {
  transition: none;
}

@keyframes visualImageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes visualTitleFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.visualBlock .visualBlock__image img,
.visualBlockWrap .visualBlock__image img {
  opacity: 0;
}
.visualBlock .visualBlock__title,
.visualBlock .visualBlock__logo,
.visualBlockWrap .visualBlock__title,
.visualBlockWrap .visualBlock__logo {
  opacity: 0;
}

.is-loaded .visualBlock .visualBlock__image img,
.is-loaded .visualBlockWrap .visualBlock__image img {
  animation: visualImageFadeIn 0.6s ease forwards;
}
.is-loaded .visualBlock .visualBlock__image .image3,
.is-loaded .visualBlockWrap .visualBlock__image .image3 {
  animation-delay: 0.1s;
}
.is-loaded .visualBlock .visualBlock__image .image7,
.is-loaded .visualBlockWrap .visualBlock__image .image7 {
  animation-delay: 0.2s;
}
.is-loaded .visualBlock .visualBlock__image .image1,
.is-loaded .visualBlockWrap .visualBlock__image .image1 {
  animation-delay: 0.3s;
}
.is-loaded .visualBlock .visualBlock__image .image5,
.is-loaded .visualBlockWrap .visualBlock__image .image5 {
  animation-delay: 0.4s;
}
.is-loaded .visualBlock .visualBlock__image .image2,
.is-loaded .visualBlockWrap .visualBlock__image .image2 {
  animation-delay: 0.5s;
}
.is-loaded .visualBlock .visualBlock__image .image8,
.is-loaded .visualBlockWrap .visualBlock__image .image8 {
  animation-delay: 0.7s;
}
.is-loaded .visualBlock .visualBlock__image .image4,
.is-loaded .visualBlockWrap .visualBlock__image .image4 {
  animation-delay: 0.6s;
}
.is-loaded .visualBlock .visualBlock__image .image6,
.is-loaded .visualBlockWrap .visualBlock__image .image6 {
  animation-delay: 0.7s;
}
.is-loaded .visualBlock .visualBlock__title,
.is-loaded .visualBlock .visualBlock__logo,
.is-loaded .visualBlockWrap .visualBlock__title,
.is-loaded .visualBlockWrap .visualBlock__logo {
  animation: visualTitleFadeIn 2s ease forwards;
  animation-delay: 0.7s;
}/*# sourceMappingURL=style.css.map */