@charset "utf-8";
.loading {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
}
/* スピナー本体 */
.loading::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/* JS が無効なときのスタイル */
@media (scripting: none) {
  .loading {
    display: none;
  }
  .hidden {
    display: block;
  }
}
#syokusouzou {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Shippori Mincho", "Noto Serif JP","Meiryo", "Osaka", "MS PGothic", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	line-height: 1.8;
	color: #111;
	overflow-x: hidden;
}
#syokusouzou img{
	width: 100%;
	vertical-align: bottom;
}
#syokusouzou .pc {
	display: none;
}
#syokusouzou .inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}
#syokusouzou .MVfadeIn{
  opacity: 0;
  transform: translateY(40px);
  filter: blur(10px);
}
#syokusouzou .fadeIn {
  opacity: 0;
  transform: translateY(40px);
}
#syokusouzou #header{
	position: relative;
	width: 100%;
	background: #ffffff;
}
/*MVスワイパー*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
#syokusouzou .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#syokusouzou .hero {
  position: relative;
  width: 100%;
  height: 85svh;
  overflow: hidden;
}
#syokusouzou .hero::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:40%;
  background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
  z-index: 1;
}
#syokusouzou .logo_wrap{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
#syokusouzou h1.logo {
    width: 94%;
    margin: 0 auto;
     opacity: 0;
}
#syokusouzou h2.date {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
     opacity: 0;
}
#syokusouzou h1.logo img,
#syokusouzou h2.date img{
  width:100%;
  height:auto;
  display:block;
  transform:translateZ(0);
}

/*introduction*/
#syokusouzou #intro{
	position: relative;
}
#syokusouzou h2.ttl {
  position: relative;
  font-family: "Crimson Text";
  font-size: 3rem;
  color: #006a93;
  text-align: center;
  padding: 50px 0;
  letter-spacing: 2px;
}
#syokusouzou span.small {
  font-family: "Shippori Mincho";
  font-size: 1.3rem;
  display: block;
  color: #999;
}
#syokusouzou h2.ttl::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #006a93;
}
#syokusouzou .lead{
  position: relative;
  text-align: left;
  z-index: 1;
}
#syokusouzou .video {
    width: 100%;
    margin: 4% auto;
}
#syokusouzou .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
}
#syokusouzou .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 #syokusouzou .introbg {
    height: 500px;
    position: relative;
    clip-path: inset(0);
}
#syokusouzou .introbg img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*story*/
#syokusouzou ul.photo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3%;
}
#syokusouzou ul.photo_list li{
	width: 50%;
}

/*スクロールスワイパー*/
#syokusouzou .photo_swiper{
	overflow: hidden;
	padding: 0 0 15px;
	object-fit: cover;
  pointer-events: none;
}
#syokusouzou .photo_swiper .swiper-wrapper{
	transition-timing-function: linear;
}
#syokusouzou .photo_swiper .swiper-slide{
	width: auto;
}

#syokusouzou .photo_swiper img{
	width: 200px;
	height: auto;
	display: block;
}

/*cast*/
#syokusouzou #cast{
  background: #102b37;
  color: #fff;
}
#syokusouzou ul.cast_list li {
    display: flex;
    flex-direction: column;
    padding-bottom: 7%;
}
#syokusouzou .cast_img {
    width: 90%;
    margin: 0 auto;
}
#syokusouzou .cast_content {
    width: 90%;
    margin: 3% auto;
}
#syokusouzou .cast_name {
    font-size: 2.2rem;
    border-bottom: 1px solid #fff;
}
#syokusouzou .cast_txt {
    font-size: 1.5rem;
    padding: 3% 0%;
}

/*return gift*/
#syokusouzou .gift_image {
    width: 100%;
    margin: 0 auto;
}
#syokusouzou .gift_wrap {
    padding: 4%;
    margin: 4% auto 0;
    border: 1px solid #006a93;
}
#syokusouzou .gift_name {
    font-size: 1.7rem;
    text-align: left;
    margin: 2% 0;
}

#syokusouzou .gift_content {
    padding: 2%;
}
#syokusouzou .gift_info {
    margin: 2% 0;
}
#syokusouzou ul.gift_menu{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  margin: 5% 0;
}
#syokusouzou .gift_recipe {
    padding: 5%;
    background: #f3f3f3;
}
#syokusouzou .ingredient_wrap {
    width: 100%;
    margin-bottom: 4%;
}
#syokusouzou .recipe_item {
    border-bottom: 1px solid #333;
}
#syokusouzou a.btn {
    display: block;
    max-width: 400px;
    margin: 5% auto;
    background: #006a93;
    padding: 10px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}
#syokusouzou a.btn:hover {
    opacity: 0.7;
}

/*sns*/
#syokusouzou #sns {
  background: #ddd;
}
#syokusouzou ul.sns_img {
    display: flex;
    justify-content: center;
}
#syokusouzou ul.sns_img li {
    width: 60px;
    margin: 10px;
}