@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

header{
  background-color: #fff;
  text-align: center;
  padding: 15px 0 10px;
}
header img{
  max-width: 80%;
  width: 250px;
}
.swiper{
  padding-top: 0;
}
#catch_area{
  background-color: #8FAADC;
  color: #fff;
}
.catch{
  font-size: 1.1em;
  line-height: 1.7em;
}
.catch h2{
  margin: 5px 0 15px;
}
.items{
  margin: 120px auto;
}
.items .item_detail,
.items .item_list{
  width: 800px;
  max-width: 100%;
}
.items .item_detail h3,
.items .item_list h3{
  margin: 10px 0 10px;
}
.items .item_detail p,
.items .item_list p{
  margin: 0 0 5px;
}
.items .item_detail a,
.items .item_list a{
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  background-color: #8FAADC;
  color: #fff;
  padding: 3px 20px 6px;
  box-sizing: border-box;
}

.items .flex{
  gap: 40px;
  align-items: flex-start;
}
.items .item_list{
  gap: 20px;
}
.catch span{
  font-size: 1.7em;
  font-weight: bold;
  margin: 0 2px;
}
.item_visual{
  position: relative;
  margin-bottom: 60px;
}
.item_visual p{
  position: absolute;
  bottom: 8%;
  right: 5%;
  margin: 0;
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'Shippori Mincho', serif;
  text-shadow: 3px 4px 3px #eee;
}
.item_visual p.wh{
  color: #fff;
  text-shadow: 3px 4px 3px #333;
}
.item_visual p.lt{
  bottom: auto;
  right: auto;
  top: 8%;
  left: 5%;
}

@media screen and (max-width: 768px) {
  .catch{
    text-align: center;
  }
  .catch h2{
    font-size: 1.3em;
  }
  .items{
    margin: 70px auto;
  }
  .item_visual{
    margin-bottom: 30px;
  }
  .item_visual p{
    font-size: 1.2em;
  }
  .items .item_list{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .flex .third{
    width: 45%;
    text-align: center;
  }
  .items .item_detail{
    text-align: center;
    max-width: 80%;
    margin: auto;
  }
  .items .item_list{
    gap: 10px !important;
  }
  .items .item_detail a,
  .items .item_list a{
    margin-top: 15px;
    padding: 1px 15px 3px;
  }
  .items .half,
  .items .third{
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 480px) {

}