@import url("https://use.typekit.net/dni6ebe.css"); /*Mencken Std Head Compress_Regular*/
@import url("https://use.typekit.net/cmj8nxv.css"); /*Mencken Std*/
@import url("https://use.typekit.net/vxk0hch.css"); /*Instrument Serif*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap"); /*Noto Serif*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
/*
html{
  font-size: 2.666vw;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #000;
}
*/
/*
body{
  img,svg{ width: 100%; height: auto; vertical-align: bottom;}
}
*/
a {
  color: #000;
}
a:active, a:hover, a:visited {
  color: #222;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #695C95;
    color: #fff;
  }
  ::selection {
    background: #695C95;
    color: #fff;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1.1s ease;
}

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

/* --------------------------------------------------
header / footer 
-------------------------------------------------- */
.ftool-wrapper p {
  margin-bottom: 0;
}

.container {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #000;
}
.container img, .container svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  width: 100%;
  background: #E4E3DF;
}

.mainVisual {
  width: 100%;
  position: relative;
}
.mainVisual__img ul li {
  position: relative;
}
.mainVisual__img ul li .img1 {
  opacity: 0;
  animation: fadeIn 1s ease 0.1s forwards;
}
.mainVisual__img ul li.img2 {
  opacity: 0;
  animation: fadeIn 1s ease 0.5s forwards;
}
.mainVisual__img ul li .img3 {
  opacity: 0;
  animation: fadeIn 1s ease 0.9s forwards;
}
.mainVisual__img ul li .title, .mainVisual__img ul li .sub-title {
  opacity: 0;
  animation: fadeIn 1s ease 1.4s forwards;
}
.mainVisual__img ul li .title {
  width: calc(348 / 390 * 100vw);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(12 / 390 * 100vw);
  margin: auto;
}
.mainVisual__img ul li .sub-title {
  width: calc(154 / 390 * 100vw);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(50 / 390 * 100vw);
  margin: auto;
}
.mainVisual__lead {
  width: calc(350 / 390 * 100vw);
  margin: 40px auto;
}
.mainVisual__lead p {
  margin-bottom: 16px;
}
.mainVisual__lead p:last-child {
  margin-bottom: 0;
}

.main .contents {
  position: relative;
}
.main .contents .item__img .inner {
  width: 100%;
  position: absolute;
  top: 15px;
}
.main .contents .item__img .inner p {
  text-align: center;
  color: #FFF;
  font-family: "mencken-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.main .contents .item__img .inner p:nth-child(1) {
  font-size: 26px;
  margin-bottom: 8px;
}
.main .contents .item__img .inner p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 19px;
}
.main .contents .item__img .inner .creditLink {
  text-align: center;
}
.main .contents .item__img .inner .creditLink .item-d-none a {
  display: none;
}
.main .contents .item__img .inner .creditLink a {
  background-color: #695C95;
  border: 1px solid #695C95;
  color: #FFF;
  padding: 5px 16px;
  box-sizing: border-box;
  line-height: 1;
  transition: all 0.3s ease;
}
.main .contents .item__img .inner .creditLink a span.buy {
  font-weight: 700;
  margin-left: 13px;
}
.main .contents .item__img .inner .creditLink a:hover {
  background-color: #FFF;
  color: #695C95;
}
.main .contents .item__img .inner .creditLink .noLink {
  display: none;
  background-color: #695C95;
  color: #FFF;
  padding: 6px 16px;
  box-sizing: border-box;
  line-height: 1;
}
.main .contents .item__img .inner .creditLink .item-d-none .noLink {
  display: inline-block;
}
.main .contents .item__text {
  background-color: #A1977E;
  padding: 30px 20px;
  box-sizing: border-box;
}
.main .contents .item__text .inner p {
  margin-bottom: 20px;
  position: relative;
}
.main .contents .item__text .inner p::before {
  position: relative;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  top: -2px;
  background: url("https://baycrews.jp/src/feature/20251022_jsl/check.png") 0 0/contain no-repeat;
}
.main .contents .item__text .inner p:last-child {
  margin-bottom: 0;
}
.main .contents__style {
  padding-top: 70px;
}
.main .contents .style__num {
  font-family: "mencken-std-head-compress", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  color: #695C95;
  line-height: 1;
  margin-bottom: 3px;
}
.main .contents .style__title {
  position: relative;
  width: calc(150 / 390 * 100vw);
  margin-inline: auto;
  z-index: 5;
}
.main .contents .style__heading {
  position: relative;
  z-index: 5;
}
.main .contents .style__main {
  margin: -18px 0 8px;
  position: relative;
  z-index: 1;
}
.main .contents .style__profile {
  width: calc(100% - 20px);
  margin: 0 auto 50px;
}
.main .contents .style__profile div {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #000;
  padding: 8px 0 5px;
}
.main .contents .style__profile dt, .main .contents .style__profile dd {
  line-height: 1;
}
.main .contents .style__profile dt {
  width: 82px;
  font-size: 10px;
  font-weight: 700;
}
.main .contents .style__profile dd {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.main .contents .style__profile dd span {
  width: 14px;
  height: 14px;
  font-size: 0;
}
.main .contents .style__interview {
  background: #A1977E;
  padding: 30px 20px;
  box-sizing: border-box;
}
.main .contents .style__interview .txtQ {
  position: relative;
  font-weight: 700;
  margin-bottom: 16px;
}
.main .contents .style__interview .txtQ::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #695C95;
  margin-right: 7px;
  vertical-align: middle;
  top: -2px;
}
.main .contents .style__interview .txtA {
  margin-bottom: 36px;
  line-height: 1.5;
}
.main .contents .style__interview .txtA.last {
  margin-bottom: 0;
}
.main .contents .style .img1-2 {
  width: calc(350 / 390 * 100vw);
  margin-bottom: 50px;
}
.main .contents .style .img1-3 {
  width: calc(250 / 390 * 100vw);
  margin: 0 0 50px auto;
}
.main .contents .style .img1-4 {
  width: calc(310 / 390 * 100vw);
  margin: 0 auto 50px;
}
.main .contents .style .img1-5 {
  width: 100%;
  margin-bottom: 50px;
}
.main .contents .style .img2-2 {
  width: calc(350 / 390 * 100vw);
  margin-bottom: 50px;
}
.main .contents .style .img2-3 {
  width: 100%;
  margin-bottom: 50px;
}
.main .contents .style .img2-4 {
  width: calc(310 / 390 * 100vw);
  margin: 0 auto 50px;
}
.main .contents .style .img2-5 {
  width: calc(370 / 390 * 100vw);
  margin: 0 auto 50px;
}
.main .contents .style .img3-2 {
  width: calc(370 / 390 * 100vw);
  margin: 0 auto 50px;
}
.main .contents .style .img3-3 {
  width: calc(310 / 390 * 100vw);
  margin: 0 auto 50px;
}
.main .contents .style .img3-4 {
  width: calc(330 / 390 * 100vw);
  margin-bottom: 50px;
}
.main .contents .style .img3-5 {
  width: calc(250 / 390 * 100vw);
  margin: 0 0 50px auto;
}
.main .contents .style .img3-6 {
  width: calc(370 / 390 * 100vw);
  margin-bottom: 50px;
}
.main .contents__footer .footer__staff {
  padding-top: 60px;
  text-align: center;
  font-size: 12px;
  font-family: "mencken-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main .contents__footer .footer__logo {
  width: calc(150 / 390 * 100vw);
  margin-inline: auto;
  padding: 30px 0;
}
.main .contents__footer .footer__link {
  padding: 30px 0;
  border-top: 1px solid #000;
}
.main .contents__footer .footer__link li {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  font-family: "instrument-serif", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .mainVisual__img ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .mainVisual__img ul li {
    position: relative;
  }
  .mainVisual__img ul li .title {
    width: calc(369 / 1280 * 100vw);
    bottom: calc(273 / 1280 * 100vw);
  }
  .mainVisual__img ul li .sub-title {
    width: calc(200 / 1280 * 100vw);
    bottom: calc(273 / 1280 * 100vw);
  }
  .mainVisual__lead {
    width: 762px;
    margin: 80px auto;
    text-align: center;
  }
  .mainVisual__lead p {
    margin-bottom: 24px;
  }
  .main .contents .item {
    width: 892px;
    margin: 0 auto;
    display: flex;
  }
  .main .contents .item__img {
    width: 444px;
    position: relative;
  }
  .main .contents .item__img .inner {
    top: 22px;
  }
  .main .contents .item__img .inner p:nth-child(1) {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .main .contents .item__img .inner p:nth-child(2) {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .main .contents .item__text {
    width: 448px;
    padding: 0 50px;
    display: flex;
    align-items: center;
  }
  .main .contents .item__text .inner p {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .main .contents .item__text .inner p:last-child {
    margin-bottom: 0;
  }
  .main .contents .item__text .inner p .item-d-none .items__credit span.buy {
    display: none;
  }
  .main .contents__style {
    padding-top: 100px;
  }
  .main .contents .style__num {
    font-size: 100px;
    margin-bottom: 18px;
  }
  .main .contents .style__title {
    width: calc(360 / 1280 * 100vw);
  }
  .main .contents .style__main {
    width: calc(1150 / 1280 * 100vw);
    margin: calc(-40 / 1280 * 100vw) auto 8px;
  }
  .main .contents .style__profile {
    width: 460px;
    margin: 0 calc(65 / 1280 * 100vw) calc(80 / 1280 * 100vw) auto;
  }
  .main .contents .style__profile div {
    padding: 16px 0 5px;
  }
  .main .contents .style__profile dt {
    width: 92px;
    font-size: 12px;
  }
  .main .contents .style__profile dd {
    font-size: 14px;
    gap: 8px;
  }
  .main .contents .style__profile dd span {
    width: 18px;
    height: 18px;
  }
  .main .contents .style__profile dd span a {
    transition: all 0.3s ease;
  }
  .main .contents .style__profile dd span a:hover {
    opacity: 0.6;
  }
  .main .contents .style__interview {
    padding: calc(40 / 1280 * 100vw) 0;
  }
  .main .contents .style__interview .inner {
    width: 890px;
    margin: 0 auto;
  }
  .main .contents .style__interview .txtQ {
    margin-bottom: 16px;
  }
  .main .contents .style__interview .txtA {
    margin-bottom: 24px;
  }
  .main .contents .style .flexContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .main .contents .style .img1-2 {
    width: calc(546 / 1280 * 100vw);
    margin-bottom: 0;
  }
  .main .contents .style .img1-3 {
    width: calc(502 / 1280 * 100vw);
    margin: calc(410 / 1280 * 100vw) calc(67 / 1280 * 100vw) 0 0;
  }
  .main .contents .style .img1-4 {
    width: calc(460 / 1280 * 100vw);
    margin: 0 auto 80px;
  }
  .main .contents .style .img1-5 {
    width: calc(765 / 1280 * 100vw);
    margin: 0 auto 80px;
  }
  .main .contents .style .img2-2 {
    width: calc(390 / 1280 * 100vw);
    margin: calc(189 / 1280 * 100vw) 0 0 calc(128 / 1280 * 100vw);
  }
  .main .contents .style .img2-3 {
    width: calc(643 / 1280 * 100vw);
    margin-bottom: 50px;
  }
  .main .contents .style .img2-4 {
    width: calc(600 / 1280 * 100vw);
    margin: 0 0 0 calc(64 / 1280 * 100vw);
  }
  .main .contents .style .img2-5 {
    width: calc(415 / 1280 * 100vw);
    margin: calc(139 / 1280 * 100vw) calc(98 / 1280 * 100vw) 0 0;
  }
  .main .contents .style .img3-2 {
    width: calc(500 / 1280 * 100vw);
    margin: 0 0 0 calc(65 / 1280 * 100vw);
  }
  .main .contents .style .img3-3 {
    width: calc(400 / 1280 * 100vw);
    margin: calc(75 / 1280 * 100vw) calc(128 / 1280 * 100vw) 0 0;
  }
  .main .contents .style .img3-4 {
    width: calc(693 / 1280 * 100vw);
    margin-bottom: 0;
  }
  .main .contents .style .img3-5 {
    width: calc(459 / 1280 * 100vw);
    margin: calc(175 / 1280 * 100vw) 0 0 0;
  }
  .main .contents .style .img3-6 {
    width: calc(768 / 1280 * 100vw);
    margin: 0 auto 80px;
  }
  .main .contents__footer .footer__logo {
    width: calc(150 / 1280 * 100vw);
    padding: 50px 0;
  }
  .main .contents__footer .footer__link li a:hover {
    text-decoration: underline;
  }
}/*# sourceMappingURL=common.css.map */