@import url("./normalize.css");
/* モーダル */
.l-modals {
  background: #fff;
}

.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;
}

.modal__logo {
  z-index: 2;
}

.c-close {
  z-index: 999;
}/*# sourceMappingURL=style.css.map */
/* モーダル */

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #1779B5;
}

body.looking {
  overflow: hidden;
}

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

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

h1 {
  margin: 0;
}

@media (hover: hover) {
  .footer__link a:hover {
    opacity: 0.6;
    cursor: pointer;  
  }
}

.l-thumbs img {
  width: 100%;
  display: block;
}

.l-thumbs {
  display: flex;
  flex-flow: wrap;
}

.navigation a {
  color: #FFFBE9;
}

.footer a {
  color: #FFDE50;
}

.footer__copy {
  color: #FFDE50;
}

.c-font {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.c-number {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFBE9;
}

.footer {
  text-align: center;
}

.footer__link {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 80px;
}

.footer__logo {
  margin: 0 auto;
  padding-bottom: 50px;
}

.thumbs__number {
  position: absolute;
}

.credit__list .item-d-none .button {
  display: none;
}

.credit__list .item-d-none a {
  pointer-events: none;
}

.l-modals {
  background: rgba(23,121,181,0.95);
}

.credit__list a {
  color: #FFFBE9;
  text-decoration: none;
}

.creditWrap {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 12px 0;
}

.credit:first-child {
  padding-top: 0;
}

.credit {
  background-size: 8px 2px;
  background-image: linear-gradient(to right, #FFFBE9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.creditWrap .button {
  width: 50px;
  height: 20px;
  line-height: 2rem;
  background: #FFDE50;
  color: #1E81BE;
  display: flex;
  border: solid 1px #FFDE50;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.creditWrap .button:hover {
  color: #FFDE50;
  border: solid 1px #FFDE50;
  background-color: #1E81BE;
}


@keyframes slideInAndClip {
  0% {
    clip-path: inset(0 100% 0 0); 
    opacity: 0;
    transform: translateX(0); 
  }
  50% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0); 
    opacity: 1;
    transform: translateX(0); 
  }
}

.headerWrap .title img {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  animation: slideInAndClip 1.4s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-delay: 0.5s;
}

.headerWrap .title img {
  width: 437px; 
  height: auto;
  display: block;
}

.contents {
  opacity: 0;
  transition: opacity 1s ease-in-out;
 }

/* PCスタイルここから */
@media screen and (min-width: 767px) {
.sp {
  display: none;
}

.footer__logo img {
  width: 160px;
}

.contents {
  max-width: 990px;
  margin: 60px auto;
}

.credit__list {
  font-size: 12px;
  width: 335px;
}

.creditWrap .inner:hover {
  opacity: 0.6;
  cursor: pointer;
}

.fixedWrap {
  display: flex;
  justify-content: space-between; 
  align-items: center;            
  max-width: 760px;              
  width: 100%;                   
  padding-top: 60px;
  position: fixed;
  top: 0;
  left: 50%;                     
  transform: translateX(-50%);    
  z-index: 9999;
}

.l-modal {
    display: flex;                   
    justify-content: space-between;  
    align-items: flex-end;          
    padding: 50px 0;                  
}

.modal1 {
  padding-top: 24px;
}

.l-modal__image {
    flex: 1;                         
    max-width: 398px;                  
}

.l-modal__image img {
  width: 100%;                     
  height: auto;                  
  object-fit: cover;               
}

.modal__logo img {
  max-width: 300px;
}

.js-close img {
    height: auto;
}

.js-thumb::after {
  content: "";
  display: block;
  background-image: url(https://baycrews.jp/src/feature/20241115_outdoor/images/plus.svg);
  background-size: 100%;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
}

.modals {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 130px;
}

.js-thumb {
  width: calc(100% / 3);
  position: relative;
}

.headerWrap .title img {
  width: 437px;
}

.headerWrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.nav__logo img {
  width: 120px;
}

.nav__link {
  text-align: right;
  display: flex;
  align-self: stretch;
  font-size: 12px;
  gap: 10px;
  flex-direction: row;
}

.nav__link a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.navigation a {
  flex-shrink: 0;
}

.footer {
  padding: 60px 0 60px 0;
  border-top: solid 1px #FFDE50;
}

.c-number {
  font-size: 40px;
  line-height: 2rem;
  top: 10px;
  left: 10px;
}

.js-close {
  margin-right: -80px;
}

}
/* PCスタイルここまで */

/* SPスタイルここから */
@media screen and (max-width: 767px) {
.pc {
  display: none;
}

.footer__logo img {
  width: 42%;
}

.modals {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 28%;
}

.fixedWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  width: 100%;
  padding-top: 40px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.contents {
  margin: 0 0 50px 0;
}


.c-close img {
  width: 40px;
}

.js-close {
  margin-right: -2%;
}

.modal__logo img {
  width: 200px;
}

.l-modal {
  padding-bottom: 80px;
}

.l-modal__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.credit__list {
  padding-top: 8px;
}

.lookWrap {
  max-width: 95%;
  margin: 0 auto;
}

.credit__list {
  font-size: 12px;
}
.c-number {
  font-size: 28px;
  line-height: 1rem;
  top: 5px;
  left: 5px;
}

.js-thumb {
  width: calc(100% / 2);
  position: relative;
}

.js-thumb::after {
  content: "";
  display: block;
  background-image: url(https://baycrews.jp/src/feature/20241115_outdoor/images/plus.svg);
  background-size: 100%;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  right: 5px;
}

.footer {
  padding: 50px 0 50px 0;
  border-top: solid 1px #FFDE50;
}

.headerWrap .title img {
  width: 95%;
}

.headerWrap .title {
  display: flex;
  justify-content: center;
  border-top: solid 1px #FFDE50;
  padding-top: 30px;
  padding-bottom: 15px;
}

.navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  justify-content: flex-end;
  padding: 20px 10px 20px 0;
}

.nav__link {
  text-align: right;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  gap: 10px;
  flex-direction: row;
}

.nav__logo img {
  width: 90px;
  display: flex;
  justify-content: flex-end;
}

.nav__logo {
  display: flex;
  justify-content: flex-end;
}

.headerWrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

}
/* SPスタイルここまで */
