
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
}


.site-bg {
  background-image: url("shitaji.png");
  background-size: cover;
  background-position: top center;
}

.intro-text {
  text-align: center;   
  font-size: 1rem;      
  margin: 40px 0;       
}


.hero {
  width: 100vw;
  height: 100vh;
  background-image: url("topga.png");
  background-size: cover;
  background-position: center;
  position: relative; 
}

.hero-text {
  position: absolute;
  left: 6%;
  bottom: 7%;
  color: #002815;
}

.hero-text p {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
.hero-text h1 {
  line-height: 1.1;     
  margin: 0;          
}

.hero-text p {
  line-height: 1.2;     
  margin: 5px 0 0 0;    
  display: inline-block; 
}
.hero-text h1 .small {
  font-size: 0.8em;   
  margin-left: 2px;      
}




.comic {
  margin: 0;
}

.comic img {
  width: 100vw;   
  height: auto;
  display: block;
}


.taste-figure {
  max-width: 100vw;
  margin: 120px auto;
  padding: 0 20px;
  text-align: center; 
}

.taste-title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.taste-sub {
  font-size: 0.8rem;
  margin-bottom: 30px;
  text-align: left;
}


.taste-box {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.taste-box-inner {
  position: relative;
  display: inline-block;
}


.taste-box-inner img {
  width: 100%;
  max-width: 360px; 
  height: auto;
  display: block;
}

.taste-box-text {
  position: absolute;
  right: 1%;
  top: 20%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  max-width: 200px; 
}

.taste-note {
  font-size: 0.8rem;
  margin-top: 5px;
  display: block;
}


.taste-point {
  margin-top: 40px;
  text-align: left;
}

.taste-point-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.taste-point-text {
  font-size: 0.9rem;
  line-height: 1.5;
}
