@charset "UTF-8";
/* stylelint-disable selector-class-pattern, selector-disallowed-list, rule-empty-line-before, comment-empty-line-before, at-rule-empty-line-before, selector-pseudo-element-colon-notation -- 旧サイトの年別商品ページを忠実に移植するため、テンプレートパートと対応する既存クラスを保持する。 */
/*
  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;
}

/*
 * 旧ページの本文は、旧共通CSSのクラス名をそのまま保持している。
 * 新テーマでは同じ役割がFLOCSS名に置き換わっているため、このページ内だけ
 * 旧定義を補完する。特に panel layout と clearfix がないと、ボタニカルの
 * 3列表示と宮島紹介の左右カラムが崩れる。
 */
#hamagou2026 .content-inner {
  /* Cocoon の border-box でも旧サイト実測（本文幅1002px）と揃える。 */
  max-width: 1042px;
  margin: 0 auto;
  padding: 0 20px;
}
#hamagou2026 .mod-ft-gothic {
  font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Arial, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-font-feature-settings: "normal";
}
#hamagou2026 .mod-svgtxt {
  height: 0.75em;
  vertical-align: middle;
}
#hamagou2026 .mod-clearfix::before,
#hamagou2026 .mod-clearfix::after {
  display: table;
  content: " ";
}
#hamagou2026 .mod-clearfix::after {
  clear: both;
}
#hamagou2026 .mod-panel-layout {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -0.4em;
  box-sizing: border-box;
}
#hamagou2026 .mod-panel-layout .panel-layout-child,
#hamagou2026 .mod-panel-layout > article,
#hamagou2026 .mod-panel-layout > figure,
#hamagou2026 .mod-panel-layout > li,
#hamagou2026 .mod-panel-layout > div,
#hamagou2026 .mod-panel-layout > p,
#hamagou2026 .mod-panel-layout > section {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  word-spacing: normal;
  box-sizing: border-box;
}
@media screen and (max-width: 811px) {
  #hamagou2026 .content-inner {
    padding: 0 1rem;
  }
}

/* =========================
   HAMAGOU2026 HEADER
========================= */
/* ロゴ・JP/EN */
/* KV：白 */
body:not(.nav-color-white) #hamagou2026 .color-normal {
  display: block;
}

body:not(.nav-color-white) #hamagou2026 .color-white {
  display: none;
}

/* sec-lead以降：黒 */
body:not(.nav-color-white) #hamagou2026 .color-normal {
  display: block;
}

body:not(.nav-color-white) #hamagou2026 .color-white {
  display: none;
}

/* ハンバーガー */
/* KV：白 */
body.nav-color-white #hamagou2026 .btn-global-nav .icon-bars:before {
  background-image: url(../img/common/icon-bars-w.svg);
}

/* sec-lead以降：黒 */
body:not(.nav-color-white) #hamagou2026 .btn-global-nav .icon-bars:before {
  background-image: url(../img/common/icon-bars.svg);
}

#hamagou2026 .header-nav li a {
  margin-bottom: 0.75em;
}

#hamagou2026 .header__logo,
#hamagou2026 .header-nav,
#hamagou2026 .btn-global-nav {
  opacity: 0;
  transform: translateY(10px);
}

#hamagou2026.animation-start .header__logo,
#hamagou2026.animation-start .header-nav,
#hamagou2026.animation-start .btn-global-nav {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 2.5s ease 6.5s, transform 2.5s ease 6.5s;
}

/* 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 背景 image-set 化（フェーズ5・WebP+フォールバック）。汎用クラスだが本CSSは hamagou2026 専用 enqueue */
.kv-inner.pc-only .kv-animation-01 > div {
  background-image: url(../img/hamagou2026/img-kv-01.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-01.webp) type("image/webp"), url(../img/hamagou2026/img-kv-01.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-01.webp) type("image/webp"), url(../img/hamagou2026/img-kv-01.jpg) type("image/jpeg"));
}

.kv-inner.pc-only .kv-animation-02 > div {
  background-image: url(../img/hamagou2026/img-kv-02.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-02.webp) type("image/webp"), url(../img/hamagou2026/img-kv-02.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-02.webp) type("image/webp"), url(../img/hamagou2026/img-kv-02.jpg) type("image/jpeg"));
}

.kv-inner.pc-only .kv-animation-03 > div {
  background-image: url(../img/hamagou2026/img-kv-03.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-03.webp) type("image/webp"), url(../img/hamagou2026/img-kv-03.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-03.webp) type("image/webp"), url(../img/hamagou2026/img-kv-03.jpg) type("image/jpeg"));
}

.kv-inner.pc-only .kv-animation-04 > div {
  background-image: url(../img/hamagou2026/img-kv-04.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-04.webp) type("image/webp"), url(../img/hamagou2026/img-kv-04.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-04.webp) type("image/webp"), url(../img/hamagou2026/img-kv-04.jpg) type("image/jpeg"));
}

.kv-inner.pc-only .kv-animation-05 > div {
  background-image: url(../img/hamagou2026/img-kv-05.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-05.webp) type("image/webp"), url(../img/hamagou2026/img-kv-05.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-05.webp) type("image/webp"), url(../img/hamagou2026/img-kv-05.jpg) type("image/jpeg"));
}

.kv-inner.sp-only .kv-animation-01 > div {
  background-image: url(../img/hamagou2026/img-kv-01-sp.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-01-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-01-sp.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-01-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-01-sp.jpg) type("image/jpeg"));
}

.kv-inner.sp-only .kv-animation-02 > div {
  background-image: url(../img/hamagou2026/img-kv-02-sp.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-02-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-02-sp.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-02-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-02-sp.jpg) type("image/jpeg"));
}

.kv-inner.sp-only .kv-animation-03 > div {
  background-image: url(../img/hamagou2026/img-kv-03-sp.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-03-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-03-sp.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-03-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-03-sp.jpg) type("image/jpeg"));
}

.kv-inner.sp-only .kv-animation-04 > div {
  background-image: url(../img/hamagou2026/img-kv-04-sp.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-04-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-04-sp.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-04-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-04-sp.jpg) type("image/jpeg"));
}

.kv-inner.sp-only .kv-animation-05 > div {
  background-image: url(../img/hamagou2026/img-kv-05-sp.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2026/img-kv-05-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-05-sp.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2026/img-kv-05-sp.webp) type("image/webp"), url(../img/hamagou2026/img-kv-05-sp.jpg) type("image/jpeg"));
}

/* KV画像共通 */
.kv__image {
  opacity: 0;
}

body.animation-start .kv-animation-01 {
  animation: kv-fade-01 8s ease forwards;
}

body.animation-start .kv-animation-02 {
  animation: kv-fade-02 8s ease forwards;
}

body.animation-start .kv-animation-03 {
  animation: kv-fade-03 8s linear forwards;
}

body.animation-start .kv-animation-04 {
  animation: kv-fade-04 8s linear forwards;
}

body.animation-start .kv-animation-05 {
  animation: kv-fade-05 8s linear forwards;
}

/* ロゴ */
.kv-animation-06 {
  opacity: 0;
  transform: scale(0.96) translateY(10px);
}

body.animation-start .kv-animation-06 {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: opacity 2.5s ease 6.5s, transform 2.5s ease 6.5s;
}

@keyframes kv-fade-01 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
@keyframes kv-fade-02 {
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes kv-fade-03 {
  28% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@keyframes kv-fade-04 {
  45% {
    opacity: 0;
  }
  /* 海フェードイン */
  55% {
    opacity: 0.15;
  }
  65% {
    opacity: 0.45;
  }
  75% {
    opacity: 0.75;
  }
  82% {
    opacity: 1;
  }
  /* 海を見せる */
  96% {
    opacity: 1;
  }
  /* 最後だけゆっくり消える */
  97% {
    opacity: 0.8;
  }
  98% {
    opacity: 0.55;
  }
  99% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kv-fade-05 {
  75% {
    opacity: 0;
  }
  82% {
    opacity: 0.1;
  }
  87% {
    opacity: 0.25;
  }
  92% {
    opacity: 0.5;
  }
  96% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
/* 左上コピー */
.kv-inner {
  position: relative;
}

.kv__copy {
  position: absolute;
  top: 130px;
  left: 43%;
  width: 1140px;
  transform: translateX(-50%);
  padding-left: 20px;
  z-index: 20;
}

.kv__copy p {
  margin: 0;
  opacity: 0;
  transform: translateY(-20px);
}

.kv__copy img {
  display: block;
  width: 40%;
}

body.animation-start .kv__copy p:nth-child(1) {
  animation: copy-in 1.8s ease 0.3s forwards, copy-out 1s ease 3s forwards;
}

body.animation-start .kv__copy p:nth-child(2) {
  animation: copy-in 1.8s ease 1.5s forwards, copy-out 1s ease 3s forwards;
}

@keyframes copy-in {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes copy-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 811px) {
  .kv-inner {
    min-height: 100vw;
  }
  .kv__ttl {
    align-items: flex-end;
  }
  .kv__copy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .kv__copy img {
    width: 30%;
    margin: 0 auto;
  }
  .kv__ttl.kv-animation-06 {
    display: none;
  }
}
/* sec-lead
============================================================ */
.sec-lead {
  height: 770px;
  padding-top: 120px;
  text-align: center;
  background: url(../img/hamagou2026/bg-lead.jpg) no-repeat center center/cover;
}

.lead__ttl {
  margin-bottom: 1.5em;
  font-size: 30px;
  font-weight: 400;
}

@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;
  }
}
/* 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(../img/hamagou2026/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(0.19, 1, 0.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 0.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;
}

/* Cocoon の ul 余白を打ち消し、旧サイトと同じスライダー高にする。 */
#hamagou2026 .picture-main-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 811px) {
  .sec-picture {
    margin-top: 0;
  }
  /* picture-slider */
  .picture-thumb-slider-wrap {
    margin: 1rem 0 0;
  }
  .picture-slider-control-dots li {
    margin: 1rem 0.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;
}

/* 互換用 .mod-panel-layout の指定より優先して、旧ページ本来のカード余白を適用する。 */
#hamagou2026 .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: 700;
}

.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 {
    /* カード本文の左端を1rem空けつつ、2カラム全体は旧ページと同じ幅にする。 */
    margin: 0 -1rem;
  }
  .botanical-list li {
    width: 50%;
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
  #hamagou2026 .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: 0.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: 400;
}

.place__item__caption {
  line-height: 1.8;
  font-size: 21px;
  font-weight: 400;
}

.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: 0.5em 0;
  font-size: 20px;
  font-weight: 400;
}

.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;
    text-align: center; /* add omo */
  }
  .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;*/ /* add omo */
    margin: 0 auto 1rem auto; /* add omo */
  }
  .place__item:nth-child(4) .place__item__figure { /* add omo */
    text-align: center; /* add omo */
    margin: 0 auto 1rem auto; /* add omo */
  }
  .place__item:nth-child(4) .place__item__figure img {
    width: 10rem;
  }
  .place__item__profile .place__item__image { /* add omo */
    text-align: center; /* add omo */
  }
  .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% - 0.25rem);
  }
}
/* sec-content-link
============================================================ */
.sec-content-link {
  margin-top: 100px;
}

/* 旧 content.css のリンクカード組版を保持する。 */
#hamagou2026 .sec-content-link .content-link-list li a {
  display: block;
  text-align: center;
}

#hamagou2026 .sec-content-link .content-link-list li p {
  margin: 1em 0;
  font-size: 15px;
  line-height: 1.4;
}

.sec-content-link .content-link-list li p:last-child {
  line-height: 1.8;
  font-size: inherit;
}

#hamagou2026 .sec-content-link .content-link-list li p:last-child {
  margin: 1em 0;
  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;
  }
  #hamagou2026 .sec-content-link .content-link-list li {
    width: 100%;
    padding: 1.1rem 0;
  }
  #rekidai-sp .description {
    text-align: center;
  }
  #rekidai-sp {
    margin-top: 20px;
    margin-bottom: -40px;
  }
  /* 旧 content.css のSP用リンクカード文字サイズ・余白。 */
  #hamagou2026 .sec-content-link .content-link-list li p {
    margin: 0.25em 0 0;
    font-size: 120%;
  }
  #hamagou2026 .sec-content-link .content-link-list li p:last-child {
    margin: 0.25em 0 0;
    font-size: inherit;
    line-height: 1.8;
  }
}
/* 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
============================================================ */
/* 歴代HAMAGOU一覧（旧サイトではSSIで読み込んでいたPC用INDEX） */
.p-hamagou2026 #rekidai {
  min-height: 300px;
}

.p-hamagou2026 #rekidai div.content-inner {
  padding: 20px 0;
}

.p-hamagou2026 #rekidai div.content-inner h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
}

.p-hamagou2026 #rekidai div.content-inner div.bottles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-hamagou2026 #rekidai div.content-inner div.bottles::before,
.p-hamagou2026 #rekidai div.content-inner div.bottles::after {
  display: block;
  width: 31%;
  height: 0;
  content: "";
}

.p-hamagou2026 #rekidai div.content-inner div.bottles::before {
  order: 1;
}

.p-hamagou2026 #rekidai div.content-inner div.bottles a {
  width: 31%;
  margin-bottom: 10px;
}

.p-hamagou2026 #rekidai div.content-inner div.bottles a.bottle-box {
  display: block;
  padding-top: 40px;
  text-align: center;
}

.p-hamagou2026 #rekidai div.content-inner div.bottles a.bottle-box picture {
  display: block;
}

.p-hamagou2026 #rekidai div.content-inner div.bottles a.bottle-box picture img {
  max-height: 400px;
  padding: 8px;
  background: #c2d5dc;
}

.p-hamagou2026 #rekidai div.content-inner div.bottles a.bottle-box p.year {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}

.p-hamagou2026 #rekidai div.content-inner div.bottles a.bottle-box p.description {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .p-hamagou2026 #rekidai div.content-inner h3,
  .p-hamagou2026 #rekidai div.content-inner div.bottles {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 812px) {
  .p-hamagou2026 #rekidai {
    min-height: 1112px;
    margin-top: 100px;
  }
  .sec-edition {
    margin-top: 100px;
  }
}
@media screen and (max-width: 811px) {
  .sec-edition {
    margin-top: 5rem;
  }
  #rekidai-sp {
    position: relative;
    top: 0;
    margin-bottom: -2px;
  }
  #rekidai-sp .content__ttl {
    margin-bottom: 0.5em;
  }
}
#rekidai-sp .content__ttl { /* add omo */
  font-size: 250%;
  text-align: center;
}
