@import url("https://use.typekit.net/hwu4elb.css"); /*Norman Variable*/
@import url("https://use.typekit.net/vor4daj.css"); /*Reina Regular*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap"); /*Noto Sans JP Regular*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #000000;
}

body img, body svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #222;
}
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: #000;
    color: #fff;
  }
  ::selection {
    background: #000;
    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);
}

/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  font-size: 1.4rem;
  opacity: 0;
  animation: fadeIn 1.1s ease 0.1s forwards;
}

.content {
  display: block;
}
.content__left {
  display: none;
}
.content__right {
  width: 100%;
}

.mainVisual {
  width: 100%;
  position: relative;
}
.mainVisual__img {
  margin-bottom: 40px;
}
.mainVisual__img .titleWrap {
  position: absolute;
  top: calc(260 / 390 * 100vw);
  left: 0;
  right: 0;
  margin: auto;
  width: calc(250 / 390 * 100vw);
}
.mainVisual__img .titleWrap .title {
  width: 100%;
  margin-bottom: calc(13 / 390 * 100vw);
}
.mainVisual__img .titleWrap .subTitle {
  width: calc(180 / 390 * 100vw);
  margin-inline: auto;
}
.mainVisual__lead {
  margin-bottom: 40px;
  text-align: center;
}

.intro {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.intro .box {
  background-color: #F1F1F1;
  padding: 18px 28px;
  box-sizing: border-box;
}
.intro__img1 {
  margin-bottom: 20px;
}
.intro__img1 p:first-child {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}
.intro__img2 {
  margin-bottom: 70px;
}
.intro__img2 p:first-child {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.intro__img2 p:last-child {
  width: calc(154 / 390 * 100vw);
  margin-inline: auto;
}
.intro__month {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}

.month {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
  display: flex;
}
.month__title {
  font-size: 68px;
  line-height: 0.8;
}
.month__title span {
  font-size: 11px;
  display: block;
}
.month__line {
  font-size: 56px;
  line-height: 1.3;
  margin-left: 4px;
}
.month__period {
  font-family: "reina-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 8px 0 0 10px;
}
.month__period li {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 3px;
}
.month__period li:last-child {
  margin-bottom: 0;
}
.month__period li a {
  text-decoration: underline;
}
.month__period li a:hover {
  text-decoration: none;
}
.month.off {
  display: block;
  color: #999;
}
.month.off .inner {
  display: flex;
  align-items: center;
}
.month.off .inner .month__title {
  font-size: 43px;
}
.month.off .inner .month__title span {
  font-size: 10px;
  margin-bottom: 4px;
}
.month.off .inner .month__line {
  font-size: 36px;
  margin-top: 6px;
}
.month.off .inner .month__period {
  margin: 13px 0 0 8px;
}
.month.off .inner .month__period li {
  font-size: 10px;
  margin-bottom: 0;
}
.month.off .coming {
  font-family: "reina-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.fixedMonthPc {
  display: none;
}

.fixedMonth {
  position: fixed;
  left: 20px;
  top: calc(20 / 390 * 100vw);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
.fixedMonth.active {
  opacity: 1;
  visibility: visible;
}
.fixedMonth .month:first-child {
  margin-bottom: 16px;
}
.fixedMonth .month__title {
  font-size: 50px;
  line-height: 1;
}
.fixedMonth .month__line {
  font-size: 42px;
  line-height: 1.2;
  margin-left: 5px;
}
.fixedMonth .month__period {
  margin: 8px 0 0 8px;
}
.fixedMonth .month__period li {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 1px;
}
.fixedMonth .month__period li a {
  transition: color 0.2s ease;
}
.fixedMonth .month__period li a.active {
  text-decoration: none;
  color: #D10000;
}
.fixedMonth .month__period li.off {
  color: #999;
}
.fixedMonth .month__period li:last-child {
  margin-bottom: 0;
}

.switchBtn {
  width: 54px;
  position: fixed;
  right: 20px;
  bottom: calc(30 / 390 * 100vw);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
.switchBtn.active {
  opacity: 1;
  visibility: visible;
}

.main {
  background-color: #F5F5F5;
  transition: background-color 0.3s ease;
}
.main .contents {
  position: relative;
}
.main .contents .style {
  padding: 40px 0 100px;
  border-bottom: 1px solid #000;
}
.main .contents .style__box.low {
  display: none;
}
.main .contents .style__headTxt {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto 10px;
  text-align: right;
  font-family: "m-plus-2p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.main .contents .style__temperature {
  margin-bottom: 10px;
}
.main .contents .style__temperature p:first-child {
  font-size: 11px;
}
.main .contents .style__temperature p:last-child {
  font-size: 15px;
  position: relative;
}
.main .contents .style__temperature p:last-child::before {
  content: "";
  display: inline-block;
}
.main .contents .style__temperature p.sunny::before {
  width: 13px;
  height: 13px;
  background: url("https://baycrews.jp/src/feature/20251023_switch/icon_sunny.svg") 0 0/contain no-repeat;
  transform: translate(-4px, 1px);
}
.main .contents .style__temperature p.moon::before {
  width: 10px;
  height: 10px;
  background: url("https://baycrews.jp/src/feature/20251023_switch/icon_moon.svg") 0 0/contain no-repeat;
  transform: translate(-5px, -1px);
}
.main .contents .style__heading {
  font-size: 20px;
  font-family: "m-plus-2p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
.main .contents .style__main {
  width: 100%;
  margin-bottom: 10px;
}
.main .contents .style__inner {
  width: calc(350 / 390 * 100vw);
  margin-inline: auto;
}
.main .contents .style__sub1 {
  width: calc(273 / 390 * 100vw);
  margin-bottom: 10px;
}
.main .contents .style__sub2 {
  width: calc(273 / 390 * 100vw);
  margin: 0 0 30px auto;
}
.main .contents .style__text {
  position: relative;
  padding: 10px 19px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.main .contents .style__text::before, .main .contents .style__text::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}
.main .contents .style__text::before {
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
  top: 0;
  left: 0;
}
.main .contents .style__text::after {
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  bottom: 0;
  right: 0;
}
.main .contents .style__name {
  font-size: 18px;
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 520;
}
.main .contents .style__link {
  text-align: right;
  font-size: 12px;
}
.main .contents .style__link a {
  text-decoration: underline;
}
.main .contents .style__link a:hover {
  text-decoration: none;
}
.main .contents .style__creditWrap {
  margin-bottom: 10px;
}
.main .contents .style__creditWrap .kimawashi {
  font-size: 10px;
}
.main .contents .style__credit li {
  font-size: 12px;
}
.main .contents .style__credit li span.buy {
  text-decoration: underline;
}
.main .contents .style__credit li span.buy:hover {
  text-decoration: none;
}
.main .contents .style__credit .item-d-none .items__credit span.buy {
  display: none;
}
.main.low {
  background-color: #E1E1E1;
}
.main.low .style__box.high {
  display: none;
}
.main.low .style__box.low {
  display: block;
}

footer {
  width: 100%;
  padding: 40px 15px 8px;
  border-top: solid 1px #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
footer .copy {
  font-size: 10px;
}
footer .pgtop a {
  color: #000;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .container {
    font-size: 1.4rem;
  }
  .content {
    display: flex;
    justify-content: space-between;
  }
  .content__left {
    width: calc(390 / 1280 * 100vw);
    padding-left: calc(36 / 1280 * 100vw);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    height: 100svh;
  }
  .content__right {
    width: calc(890 / 1280 * 100vw);
    padding: 0 calc(60 / 1280 * 100vw) 0 calc(120 / 1280 * 100vw);
    box-sizing: border-box;
  }
  .content__right .intro {
    width: 90%;
  }
  .content__right .intro .intro__month {
    width: 550px;
    margin-inline: auto;
    align-items: center;
  }
  .mainVisual__img {
    margin-bottom: 60px;
  }
  .mainVisual__img .titleWrap {
    top: calc(260 / 1280 * 100vw);
    width: calc(460 / 1280 * 100vw);
  }
  .mainVisual__img .titleWrap .title {
    margin-bottom: calc(19 / 1280 * 100vw);
  }
  .mainVisual__img .titleWrap .subTitle {
    width: calc(340 / 1280 * 100vw);
  }
  .mainVisual__lead {
    margin-bottom: 60px;
  }
  .intro {
    width: 100%;
    margin: 0 auto 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
  }
  .intro.none {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .intro .box {
    background-color: #F1F1F1;
    padding: 18px 28px;
    box-sizing: border-box;
  }
  .intro__img1 {
    margin: 100px 0 20px;
  }
  .intro__img1 p:first-child {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .intro__img2 {
    margin-bottom: 70px;
  }
  .intro__img2 p:first-child {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .intro__img2 p:last-child {
    width: calc(154 / 1280 * 100vw);
    margin-inline: auto;
  }
  .month__title {
    font-size: 85px;
    line-height: 0.8;
  }
  .month__title span {
    font-size: 16px;
  }
  .month__line {
    font-size: 72px;
    margin-left: 4px;
  }
  .month__period {
    margin: 8px 0 0 10px;
  }
  .month__period li {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
  .month.off .inner .month__title {
    font-size: 66px;
  }
  .month.off .inner .month__title span {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .month.off .inner .month__line {
    font-size: 61px;
    margin-top: 6px;
  }
  .month.off .inner .month__period {
    margin: 20px 0 0 8px;
  }
  .month.off .inner .month__period li {
    font-size: 18px;
    margin-bottom: 0;
  }
  .month.off .coming {
    font-size: 14px;
    margin-top: 4px;
  }
  .fixedMonth {
    display: none;
  }
  .switchBtn {
    width: 70px;
    right: 30px;
    bottom: calc(60 / 1280 * 100vw);
  }
  .fixedMonthPc {
    display: block;
  }
  .fixedMonthPc .month__title {
    font-size: 68px;
    line-height: 0.8;
  }
  .fixedMonthPc .month__title span {
    font-size: 11px;
    display: block;
  }
  .fixedMonthPc .month__line {
    font-size: 56px;
    line-height: 1.3;
    margin-left: 4px;
  }
  .fixedMonthPc .month__period {
    margin: 8px 0 0 10px;
  }
  .fixedMonthPc .month__period li {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
  .fixedMonthPc .month__period li.off {
    color: #999;
  }
  .fixedMonthPc .month__period li:last-child {
    margin-bottom: 0;
  }
  .fixedMonthPc .month__period li a {
    transition: color 0.2s ease;
  }
  .fixedMonthPc .month__period li a.active {
    text-decoration: none;
    color: #D10000;
  }
  .main .contents .style {
    padding: 40px 0 180px;
  }
  .main .contents .style__headTxt {
    width: 90%;
    margin: 0 auto 20px;
  }
  .main .contents .style__temperature {
    margin-bottom: 20px;
  }
  .main .contents .style__temperature p:first-child {
    font-size: 14px;
  }
  .main .contents .style__temperature p:last-child {
    font-size: 17px;
  }
  .main .contents .style__temperature p.sunny::before {
    width: 15px;
    height: 15px;
    transform: translate(-4px, 1px);
  }
  .main .contents .style__temperature p.moon::before {
    width: 13px;
    height: 13px;
    transform: translate(-5px, -1px);
  }
  .main .contents .style__heading {
    font-size: 25px;
  }
  .main .contents .style__main {
    width: 100%;
    margin-bottom: 20px;
  }
  .main .contents .style__inner {
    width: 90%;
  }
  .main .contents .style__sub1 {
    width: 77%;
    margin-bottom: 20px;
  }
  .main .contents .style__sub2 {
    width: 77%;
    margin: 0 0 60px auto;
  }
  .main .contents .style__text {
    padding: 12px 22px;
    margin-bottom: 10px;
  }
  .main .contents .style__text::before, .main .contents .style__text::after {
    width: 25px;
    height: 25px;
  }
  .main .contents .style__name {
    font-size: 22px;
  }
  .main .contents .style__link {
    text-align: right;
    font-size: 14px;
  }
  .main .contents .style__creditWrap {
    margin-bottom: 10px;
  }
  .main .contents .style__creditWrap .kimawashi {
    font-size: 11px;
  }
  .main .contents .style__credit li {
    font-size: 14px;
  }
  footer {
    padding: 40px 15px 30px;
  }
  footer .copy {
    font-size: 12px;
  }
  footer .pgtop a {
    font-size: 12px;
  }
}/*# sourceMappingURL=common.css.map */