@charset "UTF-8";
@import url("https://use.typekit.net/hbl6ouw.css");
@import url("https://use.typekit.net/hpj7hno.css");
.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  color: #000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #656e5e;
  color: #fff;
}

::selection {
  background: #656e5e;
  color: #fff;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

/*intro*/
#intro {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#intro p {
  min-width: 400px;
  width: 30%;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease 0s forwards;
          animation: fadeIn 1s ease 0s forwards;
}

.wrapper {
  display: none;
}

/*navi*/
.naviBox {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  display: none;
}
.naviBox .naviIn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.naviBox .naviIn .heading {
  width: 540px;
  margin: 0 auto 60px;
}
.naviBox .naviIn .store {
  text-align: center;
  font-size: 20px;
}
.naviBox .naviIn ul {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #000;
}
.naviBox .naviIn ul li {
  width: 33%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 32px;
  text-align: center;
}
.naviBox .naviIn ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.naviBox .naviIn ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.naviBox .naviIn ul li p {
  font-size: 23px;
}
.naviBox .naviIn ul li p span {
  display: block;
}
.naviBox .naviIn ul li p span.num {
  font-size: 13px;
  margin-bottom: 4px;
}
.naviBox .naviIn ul li p span.occupation {
  font-size: 13px;
  margin-top: 4px;
}

.main_menu-trigger {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 30px;
  z-index: 200;
}
.main_menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
}
.main_menu-trigger span:nth-of-type(1) {
  top: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_menu-trigger span:nth-of-type(2) {
  top: 16px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main_menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-30deg);
}
.main_menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(30deg);
}

#container {
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
  font-feature-settings: "palt";
}
#container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*content*/
#mainVisual {
  width: 100%;
  height: 100vh;
  margin-bottom: 180px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#mainVisual .photo {
  width: calc(100% - 385px);
  min-height: 655px;
  background: url("https://baycrews.jp/src/feature/20221202_relumeM/main_pc.jpg") center center/cover no-repeat;
}
#mainVisual .txtWrap {
  width: 412px;
  padding: 0 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainVisual .txtWrap .txt h1 {
  width: 338px;
  margin: 0 0 60px auto;
}
#mainVisual .txtWrap .txt h2 {
  width: 138px;
  margin: 0 0 20px auto;
}
#mainVisual .txtWrap .txt .leadTxt {
  width: 248px;
  font-size: 12px;
  margin: 0 0 60px auto;
  line-height: 1.9;
}
#mainVisual .txtWrap .txt .leadTxt p {
  text-align: justify;
}
#mainVisual .txtWrap .txt .chapter {
  margin-left: auto;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
}
#mainVisual .txtWrap .txt .chapter span {
  display: block;
}
#mainVisual .txtWrap .txt .chapter span.num {
  font-size: 13px;
  margin-bottom: 4px;
}
#mainVisual .txtWrap .txt .chapter span.occupation {
  font-size: 13px;
  margin-top: 4px;
}
#mainVisual .subTit {
  width: 12px;
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
#mainVisual .logo {
  width: 100px;
  position: absolute;
  left: 20px;
  top: 25px;
}
#mainVisual .line {
  display: block;
  position: absolute;
  display: block;
  bottom: 20px;
  right: 30px;
  width: 1px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 10;
}
#mainVisual .line:before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-animation: lineAnime 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation: lineAnime 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@-webkit-keyframes lineAnime {
  0% {
    top: -100px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100px;
  }
}

@keyframes lineAnime {
  0% {
    top: -100px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.stylingCon {
  margin-bottom: 200px;
}
.stylingCon h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.stylingCon h4.center {
  text-align: center;
  margin-bottom: 40px;
}
.stylingCon .stylingBox {
  display: flex;
  justify-content: space-between;
}
.stylingCon .stylingBox .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.stylingCon .stylingBox .box {
  width: 50%;
}
.stylingCon .stylingBox .phCon p {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.stylingCon .stylingBox.mb {
  margin-bottom: 180px;
}
.stylingCon .txtBox {
  width: 540px;
  margin: 0 auto;
}
.stylingCon .txt {
  font-size: 12px;
  text-align: justify;
  line-height: 1.9;
}
.stylingCon .txt3 {
  margin: 80px auto;
}

/*img*/
.txtWrap {
  width: 420px;
  padding-top: 100px;
}
.txtWrap p {
  margin-bottom: 16px;
}
.txtWrap.txtR {
  margin-left: 60px;
}
.txtWrap.txtL {
  margin: 0 60px 0 auto;
}
.txtWrap.txtL2 {
  margin: 0 150px 0 auto;
}

.imgY {
  width: 800px;
  margin: 0 auto 80px;
}

.imgBox {
  margin-bottom: 100px;
}

.imgBox2 {
  width: 982px;
  margin: 0 auto 30px;
}
.imgBox2 ul {
  display: flex;
  justify-content: space-between;
}
.imgBox2 ul li {
  width: 32%;
}
.imgBox2 ul li:nth-child(2) {
  margin-top: 80px;
}
.imgBox2 ul li:last-child {
  margin-top: 160px;
}

.img1-1 {
  width: 80%;
  margin: 0 0 40px auto;
  padding-top: 30px;
}

.img1-2 {
  width: 73%;
  margin: 0 0 40px 70px;
  padding-top: 30px;
}

.img1-3 {
  width: 75%;
  margin: 25px 0 40px 100px;
}

.img1-4 {
  width: 86%;
  margin: 0 0 40px 0;
  padding-top: 30px;
}

.img1-5 {
  width: 78%;
  margin: 25px 40px 40px auto;
}

.img3 {
  width: 85%;
  margin-left: auto;
}

.img3-5 {
  width: 84%;
  margin: 0 60px 40px 0;
  padding-top: 30px;
}

.img3-6 {
  width: 80%;
  margin: 0 20px 40px auto;
  padding-top: 30px;
}

.img3-7 {
  width: 82%;
  margin: 25px auto 40px;
}

/*txt*/
.txt1 {
  margin-top: 0;
}

.txt2 {
  width: 460px;
  margin: 80px auto 160px;
}

/*credit*/
.creditWrap .credit {
  width: 100%;
  margin-bottom: 18px;
  list-style: none;
}
.creditWrap .credit p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0 !important;
  overflow-wrap: break-word;
}
.creditWrap .credit p span.supplement {
  display: block;
  font-size: 10.5px;
}
.creditWrap .credit a:hover {
  text-decoration: none;
  color: #656e5e;
}
.creditWrap .credit a span {
  display: inline-block;
  border-bottom: 1px solid #656e5e;
  padding-bottom: 1px;
}

.creditBox2 {
  width: 982px;
  margin: -120px auto 0;
}

.profileBox {
  background: #F1F1F1;
  width: 540px;
  margin: 0 auto 120px;
  padding: 20px 25px;
  font-size: 12px;
  line-height: 1.9;
}
.profileBox .name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 3px;
}

.staffCredit {
  text-align: center;
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 120px;
}

.copyright {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 60px;
}

/* fadein */
.fadein {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 1.1s ease;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #intro p {
    min-width: initial;
    width: 75%;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease 0s forwards;
            animation: fadeIn 1s ease 0s forwards;
  }
  /*navi*/
  .naviBox {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99;
    display: none;
  }
  .naviBox .naviIn {
    font-size: 1.3rem;
    width: calc(100% - 40px);
    margin: 70px auto;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
  .naviBox .naviIn .heading {
    width: 100%;
    margin: 0 auto 30px;
  }
  .naviBox .naviIn .store {
    text-align: center;
    font-size: 20px;
  }
  .naviBox .naviIn ul {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .naviBox .naviIn ul li {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 328x;
    text-align: center;
  }
  .naviBox .naviIn ul li p {
    font-size: 18px;
  }
  .naviBox .naviIn ul li p span {
    display: block;
  }
  .naviBox .naviIn ul li p span.num {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .naviBox .naviIn ul li p span.occupation {
    font-size: 11px;
    margin-top: 4px;
  }
  .main_menu-trigger {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 28px;
    z-index: 200;
  }
  .main_menu-trigger {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 30px;
    z-index: 200;
  }
  .main_menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
  }
  .main_menu-trigger span:nth-of-type(1) {
    top: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main_menu-trigger span:nth-of-type(2) {
    top: 16px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main_menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-30deg);
  }
  .main_menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-4px) rotate(30deg);
  }
  #container {
    background: #fff;
    color: #333;
    font-size: 1.4rem;
    font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
    font-feature-settings: "palt";
  }
  #container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  /*content*/
  #mainVisual {
    width: 100%;
    height: initial;
    margin-bottom: 0;
    padding-bottom: 90px;
    display: block;
    position: relative;
  }
  #mainVisual .photo {
    width: 100%;
    padding-bottom: 60px;
    min-height: initial;
    background: none;
  }
  #mainVisual .txtWrap {
    width: 100%;
    padding: 0 20px;
    display: block;
    margin: 0;
  }
  #mainVisual .txtWrap .txt h1 {
    width: 100%;
    margin: 0 auto 30px 0;
  }
  #mainVisual .txtWrap .txt h2 {
    width: 36.8%;
    margin: 0 auto 20px 0;
  }
  #mainVisual .txtWrap .txt .leadTxt {
    width: 90%;
    font-size: 12px;
    margin: 0 auto 30px 0;
  }
  #mainVisual .txtWrap .txt .leadTxt p {
    text-align: justify;
  }
  #mainVisual .txtWrap .txt .chapter {
    margin-left: auto;
    font-size: 19px;
  }
  #mainVisual .txtWrap .txt .chapter span {
    display: block;
  }
  #mainVisual .txtWrap .txt .chapter span.num {
    font-size: 11px;
    margin-bottom: 4px;
  }
  #mainVisual .txtWrap .txt .chapter span.occupation {
    font-size: 11px;
    margin-top: 4px;
  }
  #mainVisual .subTit {
    display: none;
  }
  #mainVisual .logo {
    width: 65px;
    position: absolute;
    left: 14px;
    top: 12px;
  }
  #mainVisual .line {
    display: none;
  }
  .stylingCon {
    margin-bottom: 100px;
  }
  .stylingCon h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .stylingCon h4.center {
    margin-bottom: 30px;
  }
  .stylingCon .stylingBox {
    display: block;
    justify-content: space-between;
  }
  .stylingCon .stylingBox .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .stylingCon .stylingBox .box {
    width: 100%;
  }
  .stylingCon .stylingBox .phCon p {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .stylingCon .stylingBox.mb {
    margin-bottom: 60px;
  }
  .stylingCon .stylingBox.mb2 {
    margin-bottom: 30px;
  }
  .stylingCon .txtBox {
    width: 90%;
    margin: 0 auto;
  }
  .stylingCon .txt {
    font-size: 12px;
    text-align: justify;
    line-height: 1.9;
  }
  .stylingCon .txt3 {
    margin: 30px auto;
  }
  /*img*/
  .txtWrap {
    width: 100%;
    width: calc(100% - 44px);
    margin: 50px auto 0;
    padding-top: 0;
  }
  .txtWrap h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .txtWrap h4.center {
    margin-bottom: 20px;
  }
  .txtWrap p {
    margin-bottom: 16px;
  }
  .txtWrap.txtR {
    margin-left: auto;
  }
  .txtWrap.txtL {
    margin: 50px auto 0;
  }
  .txtWrap.txtL2 {
    margin: 0 auto 0;
  }
  .imgY {
    width: 90%;
    margin: 0 auto 40px;
  }
  .imgBox {
    margin-bottom: 60px;
  }
  .imgBox2 {
    width: 90%;
    margin: 0 auto 20px;
  }
  .imgBox2 ul {
    display: block;
  }
  .imgBox2 ul li {
    width: 76%;
  }
  .imgBox2 ul li:nth-child(2) {
    margin: -20px 0 0 auto;
    z-index: 10;
  }
  .imgBox2 ul li:last-child {
    margin: -20px 0 0 20px;
  }
  .w100 {
    width: 100%;
  }
  .img1-1 {
    width: 80%;
    margin: 0 20px 40px auto;
    padding-top: 30px;
  }
  .img1-2 {
    width: 73%;
    margin: 0 0 40px 70px;
    padding-top: 30px;
  }
  .img1-3 {
    width: 75%;
    margin: 25px 0 40px 10px;
  }
  .img1-4 {
    width: 86%;
    margin: 0 0 40px 20px;
    padding-top: 30px;
  }
  .img1-5 {
    width: 78%;
    margin: 25px 10px 40px auto;
  }
  .img2-3 {
    width: 86%;
    margin: 0 auto 40px;
    padding-top: 30px;
  }
  .img2-2 {
    width: 73%;
    margin: 0 0 40px 10px;
  }
  .img2-4 {
    width: 82%;
    margin: 25px 10px 30px auto;
  }
  .img3 {
    width: 85%;
    margin: 0 auto 30px;
  }
  .img3-5 {
    width: 84%;
    margin: 0 0 40px 20px;
    padding-top: 30px;
  }
  .img3-6 {
    width: 80%;
    margin: 0 20px 40px auto;
  }
  .img3-7 {
    width: 82%;
    margin: 25px auto 40px;
  }
  /*txt*/
  .txt1 {
    margin-top: 0;
  }
  .txt2 {
    width: 90%;
    margin: 40px auto 80px;
  }
  /*credit*/
  .creditWrap .credit {
    width: 100%;
    margin-bottom: 18px;
    list-style: none;
  }
  .creditWrap .credit p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 0 !important;
  }
  .creditWrap .credit p span.supplement {
    display: block;
    font-size: 10.5px;
  }
  .creditWrap .credit a:hover {
    text-decoration: none;
    color: #CCC;
  }
  .creditWrap .credit a span {
    display: inline-block;
    border-bottom: 1px solid #CCC;
    padding-bottom: 1px;
  }
  .itemBox {
    width: 100%;
    background-color: #EEE;
    padding: 30px 0;
    margin-bottom: 60px;
  }
  .itemBox .box {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .itemBox .box .img {
    width: 90%;
    margin: 0 auto 30px;
  }
  .itemBox .box .txt {
    width: 90%;
    margin: 0 auto;
  }
  .itemBox .box .txt p {
    line-height: 1.9;
  }
  .itemBox .box .txt p:first-child {
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .itemBox .box .txt p:first-child span {
    font-size: 13px;
    display: block;
  }
  .itemBox .box .txt p:last-child {
    font-size: 12px;
    margin-top: 12px;
  }
  .creditBox2 {
    width: 75%;
    margin: 24px 0 0 40px;
  }
  .profileBox {
    background: #F1F1F1;
    width: 90%;
    margin: 0 auto 60px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.9;
    box-sizing: border-box;
  }
  .profileBox .name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .staffCredit {
    text-align: center;
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 80px;
  }
  .copyright {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */