@charset "UTF-8";
/* CSS Document */

@media only print, only screen and (min-width: 18.75em){

#main{
  padding: 0;
}

#mainContents{
  background: #fff;
}

#btnScroll{
  width: 100px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
  z-index: 1111;
}

#btnScroll.active{
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}

#btnScroll img{
  animation: spin 30s linear infinite;
}

@keyframes spin{
  0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}

#iconArrow{
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/arrow_scroll.svg") center no-repeat;
  display: block;
  animation-play-state: paused;	
}

#popup{
  width: 320px;
  height: 108px;
  background: #fff;
  position: fixed;
  z-index: 3333;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  border-radius: 10px;
  display: none;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#popupInner{
  width: 260px;
  position: relative;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#popupImg{
  width: 70px;
  float: left;
}

#popupTxt{
  float: right;
}

#popupTxt h6{
  margin: 8px 0 6px;
}

#popupTxt p{
  font-size: 12px;
  line-height: 1.667;
}

#btnClose{
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  display: block;
}

section{
  position: relative;
}

section.bg{
  background: #fff;
}

#bgMainVideoSp{
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("https://baycrews.jp/src/feature/20240216_slobe_15th/vid/01_bg_spring.mp4") center no-repeat;
  background-size: cover;
}

#bgSubVideoSp{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -111;
  background: url("https://baycrews.jp/src/feature/20240216_slobe_15th/vid/01_bg_spring.mp4") center no-repeat;
  background-size: cover;
}

#bgMainVideo video{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#bgSubVideo video{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#bgHigh{
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0;
  mix-blend-mode: soft-light;
}

/* intro */

#intro{
  width: 100%;
  height: 100vh;
}

#introLogo{
  width: 79.2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 162px;
  transform: translate(-50%, -50%);
}

#introLogo a{
  display: block;
}

/* message */

#message{
  width: 100%;
  height: 100vh;
  color: #fff;
}

#messageInner{
  width: 320px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#message h2{
  margin-bottom: 40px;
  float: non;
  font-family: "garamond-premier-pro", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 46px;
}

#message h3{
  float: non;
  margin-top: -6px;
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2.316;
}

/* pickup */

#pickup{
  padding: 120px 0 0;
}

#pickupSlider{
  width: 320px;
  margin: 0 auto;
  padding: 20px 0.5px 20px 0;
  margin-bottom: 0;
  overflow: hidden;
}

#pickupSlider ul{
  pointer-events: none;
}

#pickupSlider li{
  width:70%;
  pointer-events: auto;
}

.pickupImg img{
  width: 100%;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.swiper-slide{
  background: none;
}

.swiper-slide .featureDetail{
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}

.swiper-slide-active .featureDetail{
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
}

#feature{
  padding: 120px 0;
}

#feature{
  width: 340px;
  margin: 0 auto;
  overflow: hidden;
}

#feature ul{
  width: calc(340px + 18px);
}

#feature li{
  width: calc(100% / 2 - 20px);
  height: 260px;
  float: left;
  margin: 0 20px 65px 0;
}

.featureListGas .thumb img,
#feature li .featureImg img{
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  transition-duration: 0.5s;
}

#feature li:hover .featureImg img{
  border-radius: 0;
  box-shadow: none;
  transition-duration: 0.5s;
}

.featureDetailImg{
  width: 36px;
  float: left;
  margin-right: 20px;
}

.featureListGas .title{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.643;
  position: relative;
}

.featureListGas .title::after{
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  left: -56px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.featureListGas .test01 .title::after{
  background: url("../img/feature/icon/icon_feature01.jpg");
  background-size: cover;
}

.featureListGas .test02 .title::after{
  background: url("../img/feature/icon/icon_feature02.jpg");
  background-size: cover;
}

.featureListGas .test03 .title::after{
  background: url("../img/feature/icon/icon_feature03.jpg");
  background-size: cover;
}

.featureListGas .test04 .title::after{
  background: url("../img/feature/icon/icon_feature04.jpg");
  background-size: cover;
}

.featureListGas .test05 .title::after{
  background: url("../img/feature/icon/icon_feature05.jpg");
  background-size: cover;
}

.featureListGas .test06 .title::after{
  background: url("../img/feature/icon/icon_feature06.jpg");
  background-size: cover;
}

.featureListGas .test07 .title::after{
  background: url("../img/feature/icon/icon_feature07.jpg");
  background-size: cover;
}

.featureListGas .test08 .title::after{
  background: url("../img/feature/icon/icon_feature08.jpg");
  background-size: cover;
}

.featureListGas .test09 .title::after{
  background: url("../img/feature/icon/icon_feature09.jpg");
  background-size: cover;
}

.featureListGas .test10 .title::after{
  background: url("../img/feature/icon/icon_feature10.jpg");
  background-size: cover;
}

.featureListGas .test11 .title::after{
  background: url("../img/feature/icon/icon_feature11.jpg");
  background-size: cover;
}

.featureListGas .test12 .title::after{
  background: url("../img/feature/icon/icon_feature12.jpg");
  background-size: cover;
}

#pickup .featureDetailTxt{
  width: calc(100% - 40px);
  margin: 0 auto;
}

.featureListGas .data{
  width: calc(100% - 56px);
  float: right;
}

.featureTtl{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.643;
}

.featureSubTtl{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.featureListGas .date,
.featureDate{
  font-size: 10px;
}

.featureListGas .title{
  font-size: 12px !important;
  word-break: break-all;
}

.featureListGas .brand{
  display: none !important;
}

.featureListGas .thumb img{
  width: 100%;
  height: auto;
}

/* collection */

#collection{
  width: 100%;
  height: 100vh;
  position: relative;
}

#bgCollection{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("../img/bg_collection.jpg") center no-repeat;
  background-size: cover;
}

#collectionInner{
  width: 100%;
  height: 100vh;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#collectionInner h2{
  color: #fff;
  font-family: "garamond-premier-pro", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  line-height: 1.905;
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  letter-spacing: 0.31em;
}

#collectionImg h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b6ffa7;
  font-family: "garamond-premier-pro", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  letter-spacing: 0.31em;
}

#collectionImgSp{
  width: 320px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#collectionImgSp img{
  border-radius: 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

/* blog */

#blog{
  padding: 180px 0 160px;
}

#blogList{
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}

#blogList ul{
  width: 336px;
}

#blogList li{
  width: calc(100% / 2 - 36px);
  height: 180px;
  margin: 0 36px 100px 0;
  float: left;
  text-align: center;
}

.blogListGas .date,
.blogListDate{
  margin-bottom: 20px;
  font-size: 12px;
}

.blogListGas img,
.blogListImg{
  width: 103px;
  height: auto;
  margin: 0 auto 20px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}

.blogListImg::after{
  content: '';
  width: 103px;
  height: 103px;
  box-shadow: inset 0 0 5px 5px rgba(255,255,255, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.blogListGas .title,
.blogListTtl{
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.692;
}

.blogListGas .shop{
  display: none;
}

.blogListSubTtl{
  font-size: 10px;
}

/* youtube */

#youtube{
  width: 100%;
  height: 1055px;
  position: relative;
}

#youtube a{
  color: #fff;
}

#bgYoutube{
  width: 100%;
  height: 900px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("../img/bg_youtube.jpg") center no-repeat;
  background-size: cover;
}

#youtubeInnerList{
  width: 320px;
  margin: 0 auto;
  padding-top: 115px;
  position: relative;
  overflow: hidden;
}

#youtubeInnerList ul{
  width: calc(1090px + 60px);
}

#youtubeInnerList li{
  width: 320px;
  margin: 0 60px 75px 0;
  float: none;
  color: #fff;
  text-align: center;
}

.youtubeImg{
  width: 234px;
  margin: 0 auto 30px;
}

.youtubeImg img{
  border-radius: 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#youtubeInner{
  width: 100%;
  height: 100%;
  position: relative;
}

.youtubeInnerListDate{
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.youtubeInnerListTtl{
  font-size: 12px;
  line-height: 1.75;
}

#headerTtl{
  display: none;
}

/* footer */

#footer{
  color: #fff;
}

}

@media only print, only screen and (min-width: 1000px){

#main{
  padding: 0;
}

#mainContents{
  background: #fff;
}

#btnScroll{
  width: 138px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
  z-index: 1111;
}

#btnScroll.active{
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}

#btnScroll img{
  animation: spin 30s linear infinite;
}

@keyframes spin{
  0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}

#iconArrow{
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/arrow_scroll.svg") center no-repeat;
  display: block;
  animation-play-state: paused;	
}

#popup{
  width: 311px;
  height: 100px;
  background: #fff;
  position: fixed;
  z-index: 3333;
  left: 30px;
  bottom: 30px;
  transform: translate(0);
  border-radius: 10px;
  display: none;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#popupInner{
  width: 246px;
  position: relative;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

#popupImg{
  width: 70px;
  float: left;
}

#popupTxt{
  float: right;
}

#popupTxt h6{
  font-size: 15px;
  margin: 8px 0 8px;
}

#popupTxt p{
  font-size: 13px;
  line-height: 1.667;
}

#popupTxt p span{
  font-size: 11px;
  line-height: 1.667;
  display: inline-block;
}

#btnClose{
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  display: block;
}

section{
  position: relative;
}

section.bg{
  background: #fff;
}

#bgMainVideo{
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#bgSubVideo{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

#bgMainVideo video{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#bgSubVideo video{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#bgHigh{
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0;
  mix-blend-mode: soft-light;
}

/* intro */

#intro{
  width: 100%;
  height: 100vh;
}

#introLogo{
  width: 49.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 0 38px 10px;
  padding-bottom: 80px;
  transform: translate(-50%, -50%);
}

#introLogo a{
  display: block;
}

/* message */

#message{
  width: 100%;
  height: 100vh;
  color: #fff;
}

#messageInner{
  width: 960px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#message h2{
  margin-bottom: 0;
  float: left;
  font-family: "garamond-premier-pro", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 46px;
  letter-spacing: 0.13em;
}

#message h3{
  float: right;
  margin-top: -10px;
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 2.316;
}

/* pickup */

#pickup{
  padding: 120px 0 0;
}

#pickupSlider{
  width: 1120px;
  margin: 0 auto;
  padding: 20px 0.5px 20px 0;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: inset 0 0 6px 0px rgba(255, 255, 255, 0.7);
}

#pickupSlider ul{
  pointer-events: none;
}

#pickupSlider li{
  width:70%;
  pointer-events: auto;
}

.pickupImg img{
  width: 100%;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.swiper-slide{
  background: none;
}

.swiper-slide .featureDetail{
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}

.swiper-slide-active .featureDetail{
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
}

#featureDummy{
  width: 800px;
  margin: 0 auto;
}

/* feature */

#feature{
  width: 1140px;
  margin: 0 auto;
  padding: 120px 0;
  overflow: hidden;
}

#feature ul{
  width: calc(1140px + 30px);
}

#feature li{
  width: 260px;
  height: auto;
  float: left;
  margin: 0 30px 65px 0;
}

.featureDetailImg{
  width: 36px;
  float: left;
  margin-right: 20px;
}

#pickup .featureDetailTxt{
  width: calc(100% - 40px);
  height: 68px;
  margin: 0 auto;
}

.featureSubTtl{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.featureListGas .date,
.featureDate{
  font-size: 12px;
}

.featureListGas .title{
  position: relative;
}

.featureListGas .title::after{
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  left: -56px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.featureListGas .test01 .title::after{
  background: url("../img/feature/icon/icon_feature01.jpg");
  background-size: cover;
}

.featureListGas .test02 .title::after{
  background: url("../img/feature/icon/icon_feature02.jpg");
  background-size: cover;
}

.featureListGas .test03 .title::after{
  background: url("../img/feature/icon/icon_feature03.jpg");
  background-size: cover;
}

.featureListGas .test04 .title::after{
  background: url("../img/feature/icon/icon_feature04.jpg");
  background-size: cover;
}

.featureListGas .test05 .title::after{
  background: url("../img/feature/icon/icon_feature05.jpg");
  background-size: cover;
}

.featureListGas .test06 .title::after{
  background: url("../img/feature/icon/icon_feature06.jpg");
  background-size: cover;
}

.featureListGas .test07 .title::after{
  background: url("../img/feature/icon/icon_feature07.jpg");
  background-size: cover;
}

.featureListGas .test08 .title::after{
  background: url("../img/feature/icon/icon_feature08.jpg");
  background-size: cover;
}

.featureListGas .test09 .title::after{
  background: url("../img/feature/icon/icon_feature09.jpg");
  background-size: cover;
}

.featureListGas .test10 .title::after{
  background: url("../img/feature/icon/icon_feature10.jpg");
  background-size: cover;
}

.featureListGas .test11 .title::after{
  background: url("../img/feature/icon/icon_feature11.jpg");
  background-size: cover;
}

.featureListGas .test12 .title::after{
  background: url("../img/feature/icon/icon_feature12.jpg");
  background-size: cover;
}

.featureListGas .data{
  width: calc(100% - 56px);
  float: right;
}

.featureListGas .title{
  font-size: 14px !important;
}

.featureListGas .brand{
  display: none !important;
}

.featureListGas .thumb img{
  width: 100%;
  height: auto;
}

.featureListGas .thumb img,
#feature li .featureImg img{
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  transition-duration: 0.5s;
}

.featureListGas li:hover .thumb img,
#feature li:hover .featureImg img{
  border-radius: 0;
  box-shadow: none;
  transition-duration: 0.5s;
}

.featureListGas .title{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.643;
}

/* collection */

#collection{
  width: 100%;
  height: 100vh;
  position: relative;
}

#bgCollection{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("../img/bg_collection.jpg") center no-repeat;
  background-size: cover;
}

#collectionInner{
  width: 100%;
  height: 100vh;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#collectionInner h2{
  color: #fff;
  font-family: "garamond-premier-pro", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  line-height: 1.905;
  width: 100%;
  position: absolute;
  bottom: 80px;
  text-align: center;
  letter-spacing: 0.31em;
}

#collectionImg h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b6ffa7;
  font-family: "garamond-premier-pro", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  letter-spacing: 0.31em;
}

#collectionImg{
  width: 520px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#collectionImg img{
  border-radius: 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

/* blog */

#blog{
  padding: 180px 0 160px;
}

#blogList{
  width: 972px;
  margin: 0 auto;
  overflow: hidden;
}

#blogList ul{
  width: calc(900px + 108px);
}

#blogList li{
  width: 300px;
  height: auto;
  margin: 0 36px 100px 0;
  float: left;
  text-align: center;
}

.blogListGas .date,
.blogListDate{
  margin-bottom: 20px;
  font-size: 12px;
}

.blogListGas img,
.blogListImg{
  width: 103px;
  height: auto;
  margin: 0 auto 20px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}

.blogListImg::after{
  content: '';
  width: 103px;
  height: 103px;
  box-shadow: inset 0 0 5px 5px rgba(255,255,255, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.blogListGas .title,
.blogListTtl{
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.blogListGas .shop{
  display: none;
}

.blogListSubTtl{
  font-size: 10px;
}

/* youtube */

#youtube{
  width: 100%;
  height: 100vh;
  position: relative;
}

#youtube a{
  color: #fff;
}

#youtubeInnerList{
  width: 1090px;
  position: relative;
  top: 50%;
  left: 50%;
  margin: 0;
  padding-top: 0;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

#youtubeInnerList ul{
  width: calc(1090px + 60px);
}

#youtubeInnerList li{
  width: 320px;
  margin: 0 60px 0 0;
  float: left;
  color: #fff;
  text-align: center;
}

.youtubeImg{
  width: 234px;
  margin: 0 auto 30px;
}

.youtubeImg img{
  border-radius: 15px;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#youtubeInner{
  width: 100%;
  height: 100vh;
  position: relative;
}

.youtubeInnerListDate{
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.youtubeInnerListTtl{
  font-size: 12px;
  line-height: 1.75;
}

/* footer */

#footer{
  color: #fff;
}

}