@charset "UTF-8";

/* =========================
  共通設定
========================= */

body {
  margin: 0;
  font-family: 'EB Garamond', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  background-color: #fff6ed;
  color: #291f1d;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.view-more {
  display: inline-block;
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.view-more:hover {
  border-bottom: 1px solid #555;
}


/* =========================
  ヘッダー
========================= */

.header {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 28px;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;

  background-color: rgba(85, 44, 23, 0.7);

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}

.global-nav ul {
  display: flex;
  gap: 30px;
}

.global-nav a {
  color: #fff;
  font-size: 14px;
  padding-bottom: 6px;
}

.global-nav a:hover {
  border-bottom: 1px solid #fff;
}

.hamburger {
  display: none;
}


/* =========================
  メインビジュアル
========================= */

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  position: absolute;
  top: 0;
  left: 0;

  opacity: 0;
  animation: fadeHero 18s infinite;
}

.hero img:nth-child(1) {
  animation-delay: 0s;
}

.hero img:nth-child(2) {
  animation-delay: 6s;
}

.hero img:nth-child(3) {
  animation-delay: 12s;
}

@keyframes fadeHero {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  41% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


/* =========================
  TOP共通セクション
========================= */

.top-section {
  width: 100%;
  padding: 120px 0;
  display: flex;
  align-items: center;
}

.top-shop {
  padding-bottom: 80px;
}

.top-gift {
  padding-top: 80px;
}

.top-section-text {
  width: 35%;
  text-align: center;
}

.top-section-text h2,
.top-news h2 {
  margin: 0;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.top-section-image {
  width: 65%;
}

.top-section-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


/* =========================
  GIFT
========================= */

.top-gift-images {
  width: 65%;
  display: flex;
  gap: 20px;
}

.top-gift-images img {
  width: calc((100% - 40px) / 3);
  height: 280px;
  object-fit: cover;
  display: block;
}


/* =========================
  NEWS
========================= */

.top-news {
  width: 55%;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  padding-top: 80px; 
}

.news-list {
  margin-top: 50px;
  max-height: 220px;
  overflow-y: auto;
  border-top: 1px solid #ddd;
  text-align: left;
}

.news-list li {
  display: flex;
  gap: 40px;
  padding: 22px 20px;
  border-bottom: 1px solid #ddd;
}

.news-list span {
  width: 120px;
}

.news-list a {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.news-list a:hover {
  border-bottom: 1px solid #555;
}

.news-list p,
.news-list a  {
  margin: 0;
  font-size: 15px;
}

.news-list a,
.news-title a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.news-list a:hover,
.news-title a:hover {
  border-bottom: 1px solid #555;
}

.news-more {
  margin-top: 50px;
  margin-bottom: 40px;
}


/* =========================
  フッター
========================= */

.footer {
  padding: 25px 20px 15px;
  background-color: transparent;
  color: #291f1d;
  text-align: center;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footer-nav a {
  font-size: 13px;
  padding-bottom: 6px;
}

.footer-nav a:hover {
  border-bottom: 1px solid #291f1d;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 11px;
  opacity: 0.8;
}

/* =========================
  SHOPページ
========================= */

.shop-page {
  width: 90%;
  margin: 0 auto;
  padding-top: 140px;
}

.shop-main {
  text-align: center;
  margin-bottom: 90px;
}

.shop-main h2 {
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.shop-info {
  width: 75%;
  margin: 0 auto 100px;
}

.shop-info-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.shop-info-list {
  width: 55%;
}

.shop-info-list div {
  display: flex;
  padding: 18px 0;
}

.shop-info-list dt {
  width: 130px;
  font-weight: normal;
}

.shop-info-list dd {
  margin: 0;
  line-height: 1.8;
}

.shop-info-image {
  width: 38%;
}

.shop-info-image img {
  width: 100%;
  display: block;
}

.shop-about {
  width: 85%;
  margin: 90px auto 120px;
}

.shop-about h3 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.shop-about-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.shop-about-text {
  width: 45%;
}

.shop-about-text p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 2.2;
}

.shop-about-image {
  width: 35%;
}

.shop-about-image img {
  width: 100%;
  display: block;
}

/* =========================
  GIFTページ
========================= */

.gift-page {
  width: 90%;
  margin: 0 auto;
  padding-top: 140px;
}

.gift-main {
  text-align: center;
  margin-bottom: 80px;
}

.gift-main h2 {
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.gift-lead {
  margin-top: 24px;
  font-size: 15px;
  line-height: 2;
}

.gift-gallery {
  width: 65%;
  margin: 0 auto 100px;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gallery-list img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.gallery-note {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}

.gift-notes {
  width: 70%;
  margin: 70px auto 0;
  padding: 24px 30px;

  background-color: #f3e7db;
}

.gift-notes li {
  margin: 8px 0;
  padding-left: 18px;
  position: relative;

  font-size: 14px;
  line-height: 1.8;
}

/* =========================
  NEWSページ
========================= */

.news-page {
  width: 65%;
  margin: 0 auto;
  padding-top: 140px;
}

.news-main {
  text-align: center;
  margin-bottom: 80px;
}

.news-main h2 {
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.news-lead {
  margin-top: 15px;
  font-size: 14px;
}

.news-archive {
  width: 65%;
  margin: 0 auto 120px;
}

.news-archive-list {
  border-top: 1px solid #ddd;
}

.news-archive-list li {
  display: flex;
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid #ddd;
}

.news-date {
  width: 120px;
  font-size: 14px;
}

.news-title {
  margin: 0;
  font-size: 15px;
}

/* =========================
  NEWS詳細ページ
========================= */

.news-detail-page {
  width: 90%;
  margin: 0 auto;
  padding-top: 140px;
}

.news-detail-main {
  text-align: center;
  margin-bottom: 70px;
}

.news-detail-date {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  color: #777;
}

.news-detail-main h1 {
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.news-detail-lead {
  margin-top: 25px;
  font-size: 15px;
  line-height: 2;
}

.news-detail-content {
  width: 60%;
  margin: 0 auto 120px;
}

.news-detail-content img {
  width: 50%;
  margin: 0 auto 60px;
  display: block;
}

.news-detail-content p {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 2.2;
}

.detail-back {
  margin-top: 70px;
  text-align: center;
}

.detail-back a {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.detail-back a:hover {
  border-bottom: 1px solid #555;
}

/* =========================
  MAILページ
========================= */

.mail-page {
  width: 90%;
  margin: 0 auto;
  padding-top: 140px;
}

.mail-main {
  text-align: center;
  margin-bottom: 80px;
}

.mail-main h2 {
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.mail-lead {
  margin-top: 15px;
  font-size: 14px;
}

.mail-form-wrap {
  width: 45%;
  margin: 0 auto 120px;
}

.form-row {
  margin-bottom: 35px;
}

.form-row label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
}

.form-row textarea {
  height: 220px;
  resize: vertical;
}

.form-submit {
  text-align: center;
}

.form-submit button {
  background: none;
  border: none;
  padding: 0;

  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #291f1d;

  border-bottom: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.form-submit button:hover {
  border-bottom: 1px solid #555;
}

/* =========================
  タブレット
========================= */

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

  .header {
    padding: 16px 20px;
  }

  .site-logo {
    font-size: 34px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
  }

  .hamburger span {
    width: 28px;
    height: 2px;
    background-color: #fff;
    display: block;
  }

  .global-nav {
    position: fixed;
    top: 68px;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: rgba(85, 44, 23, 0.95);
    transition: 0.3s;
  }

  .global-nav.active {
    right: 0;
  }

  .global-nav ul {
    flex-direction: column;
    gap: 24px;
    padding: 40px 24px;
  }

  .hero {
    height: 70vh;
  }

  .top-section {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0;
    flex-direction: column;
  }

  .top-section-text {
    width: 100%;
    margin-bottom: 40px;
  }

  .top-section-image,
  .top-gift-images {
    width: 100%;
  }

  .top-section-image img {
    height: 360px;
  }

  .top-news {
    width: 85%;
  }
}


/* =========================
  スマホ
========================= */

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

  .header {
    padding: 12px 15px;
  }

  .site-logo {
    font-size: 26px;
  }

  .global-nav {
    position: fixed;
    top: 56px;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: rgba(85, 44, 23, 0.95);
    transition: 0.3s;
  }

  .global-nav.active {
    right: 0;
  }

  .hero {
    height: 280px;
  }

  .top-section {
    width: 90%;
    padding: 60px 0;
  }

  .top-section-text {
    margin-bottom: 30px;
  }

  .top-section-text h2,
  .top-news h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }

  .top-section-image img {
    height: 240px;
  }

  .top-shop {
    padding-bottom: 40px;
  }  

  .top-shop-image img {
    height: 200px;
    object-fit: cover;
  }

  .top-gift {
    padding-top: 40px;
  }

  .top-gift-images {
    gap: 10px;
  }

  .top-gift-images img {
    width: calc((100% - 20px) / 3);
    height: auto;
  }

  .top-news {
    width: 90%;
    padding: 70px 0;
  }

  .news-list p,
  .news-list a,
  .news-title,
  .news-title a {
    font-size: 13px;
  }

  .news-list li {
    flex-direction: column;
    gap: 6px;
    padding: 18px 10px;
  }

  .news-list span {
    width: auto;
    font-size: 13px;
  }

  .view-more {
  font-size: 14px;
  }

  .footer-nav ul {
    gap: 18px;
    flex-wrap: wrap;
  }

  .footer-nav a {
    font-size: 12px;
  }

  /* SHOPページ */
  .shop-page {
    width: 90%;
    padding-top: 100px;
  }

  .shop-main {
    margin-bottom: 60px;
  }

  .shop-main h2 {
    font-size: 32px;
  }

  .shop-info {
    width: 100%;
    margin-bottom: 80px;
  }

  .shop-info-inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .shop-info-list {
    width: 100%;
  }

  .shop-info-list div {
    flex-direction: column;
    gap: 6px;
    padding: 14px 0;
  }

  .shop-info-list dt,
  .shop-info-list dd {
    width: auto;
    font-size: 14px;
  }

  .shop-info-image {
    width: 100%;
  }

  .shop-about {
    width: 100%;
    margin: 80px auto 100px;
  }

  .shop-about h3 {
    margin-bottom: 50px;
    font-size: 28px;
  }

  .shop-about-inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .shop-about-text,
  .shop-about-image {
    width: 100%;
  }

  .shop-about-text p {
    font-size: 14px;
    line-height: 2;
  }

  /* GIFTページ */
  .gift-page {
    width: 90%;
    padding-top: 100px;
  }

  .gift-main {
    margin-bottom: 60px;
  }

  .gift-main h2 {
    font-size: 32px;
  }

  .gift-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .gift-gallery {
    width: 90%;
  }

  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .gallery-note {
    margin-top: 35px;
    font-size: 12px;
  }

  .gift-notes {
    width: 90%;
    padding: 15px;
    box-sizing: border-box;
  }

  .gift-notes li {
    font-size: 13px;
  }

  /* NEWSページ */
  .news-page {
    width: 90%;
    padding-top: 100px;
  }

  .news-main {
    margin-bottom: 60px;
  }

  .news-main h2 {
    font-size: 32px;
  }

  .news-archive {
    width: 100%;
    margin-bottom: 80px;
  }

  .news-archive-list li {
    flex-direction: column;
    gap: 6px;
    padding: 18px 0;
  }

  .news-date {
    width: auto;
    font-size: 13px;
  }

  .news-title {
    font-size: 14px;
  }

  /* NEWS詳細ページ */
  .news-detail-page {
    width: 90%;
    padding-top: 100px;
  }

  .news-detail-main {
    margin-bottom: 50px;
  }

  .news-detail-main h1 {
    font-size: 26px;
  }

  .news-detail-lead {
    font-size: 14px;
  }

  .news-detail-content {
    width: 100%;
    margin-bottom: 80px;
  }

  .news-detail-content img {
    margin-bottom: 40px;
  }

  .news-detail-content p {
    font-size: 14px;
    line-height: 2;
  }

  .detail-back {
    margin-top: 50px;
  }

  /* MAILページ */  
  .mail-page {
    width: 90%;
    padding-top: 100px;
  }

  .mail-form-wrap {
    width: 100%;
    margin-bottom: 80px;
  }

  .mail-main {
    margin-bottom: 60px;
  }

  .mail-main h2 {
    font-size: 32px;
  }

  .form-row {
    margin-bottom: 25px;
  }

  .form-row textarea {
    height: 180px;
  }


}