html{
  scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    background: #f7a726;
    color: #A25000;
    font-family: "Kiwi Maru", serif;
  }
  h2{
    font-family: "Pangolin", cursive;
    font-size: 40px;
  }
  
  /* Header */
  .header {
    background-image: url(./image/nav-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 15px 40px;
    top: -5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: sticky;
    z-index: 10;
  }
  
  .header ul {
    display: flex;
    gap: 50px;
    list-style: none;
    padding-right: 100px;
    padding-bottom: 30px;
  }

  header li{
    width: 90px;
    text-align: center;
  }
  .header li :hover{
    background-image: url(./image/button-brown.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #f6a623;
  }
  
  .header a {
    text-decoration: none;
    color: #A25000;
    font-weight: bold;
    font-size: 20px;
    font-family: "Pangolin", cursive;
    padding: 15px 20px;
  }
  
  /* Hero */
  .hero {
    background: #f7a726;
    color: #FFF5D6;
    padding: 30px 150px;
    position: relative;
    background-image: url(./image/hero\ bg\ wave.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1100px;
  }

  .hero-content{
    display: flex;
  }
  
  
  .title {
    padding: 20px 5% 20px 150px;
    font-size: 60px;
    line-height: 1.1;
    margin-left: 40px;
    margin-bottom: 10px;
  }
.title{
  position: relative;
  filter:drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.5));
}

.hero-right{
  position: relative;
  right: 0;
}

  .subtitle {
    margin-top: 10px;
    font-size: 60px;
    padding-left: 50px;
  }

.hero-subimg{
  position: relative;
  display: block;
  text-align: center;
}

.hero-subimg img{
  filter:drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.5));
  
}

.hero-subimg1{
  padding-left: 200px;
  animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
}
.hero-subimg2{
  padding-right: 200px;
  animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(10px);
            }

            100% {
                transform: translateY(0);
            }
}
.hero-subimg3{
  padding-left: 160px;
  animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }

            100% {
                transform: translateY(0);
            }
}
  

  
  .concept {
    padding: 20px 10px;
    margin-left: 20px;
    border-radius: 10px;
    max-width: 560px;
    color: #FFF5D6;
  }

  
  /* Lineup section */
.lineup{
  background-image: url(./image/bubble.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: 0%;
  margin: 0 7%;
  position: sticky;
  z-index: 9;
}


  /* 全体背景 */
.lineup-wrap {
  background: #FFF5D6;
  background-image: url(./image/lineupbg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 60px 0 0 0;
  margin: auto;
  align-content: center;
}

/* タイトル */
.lineup-title {
  text-align: center;
  color: #f6a623;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}

/* 商品 */
.lineup-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 80px auto;
  padding: 0 50px;
  justify-content: center;
}

.lineup img{
  filter:drop-shadow(3px 5px 6px rgba(159, 77, 10, 0.362));
}

/* 左右切り替え */
.lineup-item.left {
  flex-direction: row;
}

.lineup-item.right {

}

/* テキスト */
.lineup-item .text {
  max-width: 400px;
}

.lineup-item h3 {
  color: #f6a623;
  font-size: 35px;
  margin-bottom: 3px;
}
.lineup-item h4 {
  color: #f6a623;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

.lineup-item .sub {
  font-size: 20px;
  color: #5B87D4;
  margin-bottom: 10px;
  font-weight: bold;
}

.lineup-item .desc {
  font-size: 16px;
  line-height: 1.7;
  color: #5B87D4;
}

/* 画像 */
.lineup-item img {
  width: 450px;
  max-width: 100%;
}
  
  /* News */
  .news-section {
    background: #6aa1e0;
    padding: 20px 40px;
    text-align: center;
  }
  
  .news-box-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  
  .news-box-wrapper img {
    width: 500px;
    border-radius: 20px;
  }
  .news-section h2{
    color: #FFF5D6;
  }
  .news-2{width: 500px;}
  .news-1, .news-2{
    color: #FFF1C5;
    border-radius: 20px;
  }
  .news-section p{
    text-align: left;
    padding-left: 10px;
  }
  
  /* Access */
  .access{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #5B87D4;
}
.access h2{
    color: #FFF5D6;
    margin-bottom: 30px;
}
.access iframe{
  border-radius: 20px;
  width: 70%;
}
.access p{
    color: #FFF5D6;
    text-align: left;
    padding-left: 15%;
    padding-top: 8px;
}
.access ul{
  text-align: right;
  padding-right: 15%;
  margin-top: -120px;
  list-style: none;
  }
  .access ul li{
      filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
      padding-top: 10px;
  }
  .access li img:hover{
      opacity: 50%;}
  
  /* Footer */
  .footer {
    background: #6aa1e0;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #FFF5D6;
  }
  
  
  @media (max-width: 768px) {
 body{
  width: 100%;
 }
    /* hero画像を中央に */
    .hero {
      padding: 20px 20px 100%;
      text-align: center;
      position: relative;
      display: block;
      width: 100%;
    }
  .hero-content{
      display: grid;
      grid-template-columns: 1fr;
      text-align: center;
  }
    .hero-left {
      position: absolute;
      margin-top: 20px;
      width: 100%;
      height: 400px;
    }

    
    .taiyakihero img{
      width: 0px;
      position: relative;
    }

    .title img{
      position: absolute;
      width: 80%;
      margin: auto;
      left: 5%;
      padding-top: 150px;
      background-image: url(./image/taiyakihero.png);
      background-repeat: no-repeat;
      background-size: 100%;
    }

    .hero-right {
      position: absolute;
      margin: 100% auto 0;
      width: 100%;
    }
    .hero-subimg1 img{
      width: 20%;
    }
    .concept h2{
      margin: 5px 0 5px;
    }
    .subtitle {
      font-size: 40px;
    }
    

    .header {
      background-image: url(./image/nav-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      padding: 5px 5px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: transparent;
      position: sticky;
      z-index: 10;
      gap: 10px;
    }
    .logo{
      width: 5%;
    }
    
    .header ul {
      display: flex;
      gap: 10px;
      list-style: none;
      padding: 0;
      width: 100%;
    }
  
    header li{
      width: 80px;
      text-align: center;
      padding-bottom: 5px;
    }
    .header li :hover{
      background-image: url(./image/button-brown.png);
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      color: #f6a623;
    }
    
    .header a {
      text-decoration: none;
      color: #A25000;
      font-weight: bold;
      font-size: 20px;
      font-family: "Pangolin", cursive;
      padding: 5px 5px;
    }

    .hero{
      padding: 0;
      padding-bottom: 75%;
      display: block;
    }
    .subtitle{
      padding: 0;
      font-size: 30px;
      margin-top: 40px;
    }
    .concept{
      margin: 0;
      padding: 20px 20px;
    }
    .concept p{
      font-size: 14px;
    }
    
  
    /* lineup全体 */
    .lineup {
      border-radius: 40px;
      padding: 60px 0;
    }

    .lineup-wrap{
      padding: 0;
    }
  
    /* 各商品を縦並び */
    .lineup-item {
      flex-direction: column !important;
      text-align: center;
      padding: 0;
      gap: 5px;
      margin: 5px 0 80px;
    }
    .lineup{
      padding: 0;
    }
    .lineup-item.right img{
      order: 1;
    }

    .lineup-item.right .text{
      order: 2;
    }
  
    .lineup-item img {
      width: 220px;
    }
  
    .lineup-item .text {
      max-width: 80%;
    }
  
    /* テキストを画像の下に */
    .lineup .text h3 {
      font-size: 24px;
    }
    .lineup-item h4 {
      color: #f6a623;
      font-size: 16px;
      margin-bottom: 5px;
      margin-top: 0;
    }
  
    .lineup .sub {
      font-size: 16px;
    }

    .lineup .desc{
      font-size: 12px;
    }
  
    /* Newsを縦 */
    .news-section{
      padding: 20px 20px;
    }
    .news-box-wrapper {
      flex-direction: column;
      gap: 20px;
    }
    .section-title {
      margin-top: 20px;
    }
    .news-1, .news-2{
      width: 100%;
    }
  
    .news-box-wrapper img {
      width: 100%;
      max-width: 400px;
    } 
    .access{
      padding-top: 10px;
    }
    .access ul{
    display: inline-block;
    position: absolute;
    right: 0;
    padding-right: 5%;
    padding-top: 40px;
    gap: 5px;
  }
  .access ul li{
    display: inline-block;
    padding-left: 5px;
  }
  .access ul li img{
    width: 50px;
  }
  }

 