@charset "utf-8";
/*
  File Name   : sakurao.css
  Description : SAKURAO GINページ
*/


/* public
============================================================ */
#header {
  opacity: 0;
  visibility: hidden;
  /*transition: opacity 1s ease 3s;*/
  transition: opacity 1s ease ;
}
body.animation-start #header {
  opacity: 1;
  visibility: visible;
}

#container {
  background: #f8f7f1;
}

/* kv
============================================================ */
.kv-inner {
  position: relative;
  height: 100vh;
}
.kv__ttl {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kv__ttl > span {
  display: block;
  width: 100%;
}
.kv__image,
.kv__image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}
.kv-animation-01 {
  transition: opacity 1s ease;
  opacity: 0;
}
.kv-animation-02 {
  transition: opacity 2s ease 1s;
  opacity: 0;
}
.kv-animation-03 {
  transition: opacity 3s ease 1s;
  opacity: 0;
}
.kv-animation-04 {
  transition: opacity 4s ease 2.5s;
  opacity: 0;
}
body.animation-start .kv-animation-01,
body.animation-start .kv-animation-02,
body.animation-start .kv-animation-03,
body.animation-start .kv-animation-04 {
  opacity: 1;
}

@media screen and (max-width: 811px) {
  .kv-inner {
    min-height: 100vw;
  }

  .kv__ttl {
    align-items: flex-end;
  }


}

/* sec-lead
============================================================ */
.sec-lead {
  height: 770px;
  padding-top: 120px;
  text-align: center;
  background: url(/en/assets/img/hamagou2025/bg-lead.jpg) no-repeat center center / cover;
}
.lead__ttl {
  margin-bottom: 1.5em;
  font-size: 30px;
  font-weight: normal;
}
@media screen and (max-width: 811px) {
  .sec-lead {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 20rem;
  }
  .lead__ttl {
    margin-bottom: 1.5em;
    font-size: 1.5rem;
  }
  .lead__txt {
    text-align: left;
    line-height: 1.8;
  }
}


/* sec-product
============================================================ */
.sec-product {
  position: relative;
  padding: 100px 0;
}
.product-txtbox {
  margin-right: 50%;
}
.product__ttl {
  margin-bottom: 20px;
  text-align: center;
}
.product__txt {
  text-align: center;
}

@media screen and (min-width: 812px) {
  .sec-product {
    background: url(/en/assets/img/hamagou2025/img-product.jpg) no-repeat center center / cover;
  }
}

@media screen and (min-width: 812px) and (max-width: 1000px) {
  .sec-product {
    background-position: 70% center;
  }
}

@media screen and (max-width: 811px) {
  .sec-product {
    padding: 5rem 0;
  }
  .product-txtbox {
    margin-right: 0;
  }
  .product__ttl {
    margin: 0 1rem 1rem;
  }
}


/* sec-picture
============================================================ */
.sec-picture {
  margin-top: 80px;
}
.sec-picture :focus {
  outline: none;
}
.sec-picture .slider {
  display: none;
}
.sec-picture .slider.slick-initialized {
  display: block;
}
.picture-thumb-slider-wrap {
  margin: 20px 0 0;
}
.picture-thumb-slider .slider__item {
  padding: 0;
  overflow: hidden;
}
.picture-thumb-slider .slider__item a {
  position: relative;
  display: block;
  cursor: pointer;
  transition: transform 2s cubic-bezier(.19, 1, .22,1);
}
.picture-thumb-slider .slider__item a:hover {
  transition-duration: 6s;
  transform: scale(1.1, 1.1);
}
.picture-slider-control-dots {
  text-align: center;
}
.picture-slider-control-dots li {
  display: inline-block;
  margin: 1.5em .75em;
  vertical-align: middle;
}
.picture-slider-control-dots button {
  display: block;
  position: relative;
  width: 7px;
  height: 7px;
  text-indent: -10em;
  overflow: hidden;
}
.picture-slider-control-dots button:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #b2b2b2;
}
.picture-slider-control-dots .slick-active button:after {
  background: #000;
}

/* overwrite slick */
.slick-dotted.slick-slider {
  margin: 0;
}

@media screen and (max-width: 811px) {
  .sec-picture {
    margin-top: 0;
  }
  /* picture-slider */
  .picture-thumb-slider-wrap {
    margin: 1rem 0 0;
  }
  .picture-thumb-slider .slider__item {
  }
  .picture-slider-control-dots li {
    margin: 1rem .5rem;
  }
  
}


/* sec-botanical
============================================================ */
.sec-botanical {
  margin: 100px 0 120px;
}
.botanical__image-01 {
  text-align: center;
}
.botanical-header {
  position: relative;
  z-index: 0;
}
.botanical-header-txtbox {
  margin-right: 300px;
  padding: 70px 0 140px;
}
.botanical__desc {
  margin-top: 50px;
}
.botanical__image-02 {
  position: absolute;
  top: 0;
  right: -60px;
  width: 390px;
  height: 100%;
  z-index: -1;
}
.botanical-detail + .botanical-detail {
  margin-top: 120px;
}
.botanical-list {
  margin: 0 -25px;
}
.botanical-list li {
  width: 33%;
  padding: 0 25px;
  margin-top: 30px;
}
.botanical__item__image {
  text-align: center;
}
.botanical__item__image img {
  width: 140px;
}
.botanical__item-txtbox dt {
  font-size: 16px;
  font-weight: bold;
}
.botanical__item-txtbox dd {
  font-size: 13px;
}

@media screen and (max-width: 811px) {
  .sec-botanical {
    margin: 5rem 0;
  }
  .botanical__image-01 img {
    width: 10rem;
  }
  .botanical-header-txtbox {
    margin-right: 0;
    padding: 2rem 0;
  }
  .botanical__desc {
    margin-top: 2rem;
  }
  .botanical__image-02 {
    position: static;
    width: 15rem;
    height: auto;
    margin: 0 auto;
  }
  .botanical-detail {
    margin-top: 3rem !important;
  }
  .botanical-list {
    margin: 0 -1rem;
  }
  .botanical-list li {
    width: 50%;
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
  .botanical__item__image img {
    width: 7.5rem;
  }
  .botanical__item-txtbox dt {
    font-size: 1rem;
  }
  .botanical__item-txtbox dd {
    font-size: .9rem;
  }
}


/* sec-place
============================================================ */
.sec-place {
  padding: 100px 0 170px;
  background: #cfe2ea;
}
.place-header {
  margin-bottom: 80px;
  text-align: center;
}
.place__ttl {
  margin: 50px 0;
  line-height: 2;
  font-size: 30px;
  font-weight: normal;
}
.place__item__caption {
  line-height: 1.8;
  font-size: 21px;
  font-weight: normal;
}
.place__item__image {
  margin: 35px 0;
}
.place__item:nth-child(even) .place__item__figure {
  text-align: right;
}
.place-note {
  margin-top: 100px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.place-note-inner + .place-note-inner {
  border-top: 1px solid #b5b5b5;
}
.place-note__ttl {
  line-height: 1.4;
  margin: .5em 0;
  font-size: 20px;
  font-weight: normal;
}
.place-note__image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.place-note__image span {
  display: block;
}

@media screen and (min-width: 1200px) {
  .place__item:nth-child(even) .place__item__figure {
    margin-right: -40px;
  }
}

@media screen and (min-width: 812px) {
  .place__item {
    width: 47.5%;
    max-width: 420px;
  }
  .place__item:nth-child(n+3) {
    margin-top: 100px;
  }
  .place__item:nth-child(odd) {
    float: left;
  }
  .place__item:nth-child(even) {
    float: right;
  }
  .place__item:nth-child(1) .place__item__figure {
    margin: 20px 0;
  }
  .place-note-inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  .place-note-txtbox {
    width: 52%;
  }
  .place-note__image {
    width: 42%;
  }
  .place-note__image span {
    width: calc(50% - 3px);
  }
}

@media screen and (max-width: 811px) {
  .sec-place {
    padding: 5rem 0;
  }
  .place__image-01 img {
    width: 10rem;
  }
  .place-header {
    margin-bottom: 3rem;
  }
  .place__ttl {
    margin: 2rem 0;
    font-size: 1.4rem; 
  }
  .place__item + .place__item {
    margin-top: 3rem;
  }
  .place__item__caption {
    font-size: 1.2rem;
  }
  .place__item__image {
    margin: 1rem 0;
  }
  .place__item:nth-child(1) .place__item__figure {
    width: 6rem;
    /*    margin: 0 1rem 0 auto;*/
    margin: 0 auto 1rem auto;
  }
  .place__item:nth-child(2) .place__item__figure {
    width: 10rem;
    margin: 0 0 0 1rem;
  }
  .place__item:nth-child(4) .place__item__figure img {
    width: 10rem;
  }
  .place-note {
    margin-top: 3rem;
  }
  .place-note-inner {
    padding: 1rem 0;
  }
  .place-note-txtbox {
    width: auto;
  }
  .place-note__ttl {
    font-size: 1.2rem;
  }
  .place-note__txt {
    font-size: 1rem;
  }
  .place-note__image {
    width: auto;
    margin-top: 1rem;
  }
  .place-note__image span {
    width: calc(50% - .25rem);
  }
}

/* sec-content-link
============================================================ */
.sec-content-link {
  margin-top: 100px;
}
.sec-content-link .content-link-list li p:last-child {
  line-height: 1.8;
  font-size: inherit;
}
@media screen and (min-width: 1200px) {
  .sec-content-link .content-link-list {
    margin: 0 -85px;
  }
}
@media screen and (min-width: 812px) and (max-width: 1199px) {
  .sec-content-link .content-link-list {
    margin: 0 -25px;
  }
}
@media screen and (min-width: 812px) {
  .sec-content-link .content-link-list li {
    width: 50%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 811px) {
  .sec-content-link {
    margin-top: 5rem;
  }
}


/* sec-online
============================================================ */
.sec-online {
  margin-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1200px) {
  .online-inner {
    margin: 0 -60px;
  }
}

@media screen and (max-width: 811px) {
  .sec-online {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}


/* sec-edition
============================================================ */

@media screen and (min-width: 812px) {
  .sec-edition {
    margin-top: 100px;
  }
}

@media screen and (max-width: 811px) {
  .sec-edition {
    margin-top: 5rem;
  }
}
