@charset "utf-8";
main,
.section-eyecatch {
  max-width: none;
}

.section-eyecatch {
  width: 100%;
}

hr {
  display: none;
}

ul,
li {
  list-style: none;
}

/* 変数 */
:root {
  --font-main: #333333;
  --font-sub: #474141;
  --bg-pink: 255, 196, 196;
  --bg-light-pink: 255, 166, 47;
}

/* font */
.top-main-ttl,
.top-main-ttl small,
.sub-ttl,
.sub-ttl span,
.sub-text,
.lead,
.f-search {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.top-sub-ttl {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.heading-search {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.f-cursive {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  font-size: 70px;
  color: #d9caca;
  opacity: 0.5;
}

.f-wedding {
  font-size: 50px;
}

.section-eyecatch {
  background-image: url(/../images/anniversary2024/bg.jpg);
  background-blend-mode: lighten;
  position: relative;
  height: 100%;
}

.section-eyecatch::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(245, 245, 243, 0.6);
  z-index: -1;
}

#Birthday,
#Anniversary,
#WeddingAnniversary {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
  padding: 62px 0;
}

.br-sp-only {
  display: none;
}

.flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.img-wrap,
.text-wrap {
  width: 50%;
}

.img-wrap img {
  width: 100%;
}

.text-wrap.right {
  padding-left: 48px;
  position: relative;
}

.text-wrap.left {
  padding-right: 48px;
  position: relative;
}

.circle {
  position: absolute;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, rgb(var(--bg-pink)), rgba(var(--bg-light-pink), 30%));
  border-radius: 50%;
  filter: blur(80px);
  width: min(70%, 400px);
  z-index: -1;
}

/* 共通フォント */
.sub-ttl {
  font-size: 45px;
  color: var(--font-main);
  margin-bottom: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #7d5e32, #d1916b, #ab6b21);
  background: -webkit-linear-gradient(135deg, #7d5e32, #d1916b, #ab6b21);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-ttl span {
  font-size: 35px;
  font-weight: 700;
}

.sub-text {
  color: var(--font-sub);
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
}

/* ------------top */
.fv {
  max-width: 1080px;
  padding: 68px 18px 0 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.top-text {
  width: 50%;
  position: relative;
  text-align: center;
}

.top-img {
  width: 50%;
}

.top-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.top-sub-ttl {
  font-size: 45px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  display: inline-block;
  background: linear-gradient(135deg, #7d5e32, #d1916b, #ab6b21);
  background: -webkit-linear-gradient(135deg, #7d5e32, #d1916b, #ab6b21);
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-main-ttl,
.top-main-ttl {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: inline-block;
  background: linear-gradient(135deg, #7d5e32, #d1916b, #ab6b21);
  background: -webkit-linear-gradient(135deg, #7d5e32, #d1916b, #ab6b21);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle-top {
  width: min(100%, 800px);
  top: -200px;
  left: -200px;
  opacity: 0.6;
}

.lead {
  text-align: center;
  color: var(--font-sub);
  font-size: 18px;
  line-height: 1.75;
  margin-top: 40px;
  margin-bottom: 62px;
  padding: 0 18px;
}

/* -------------誕生日 */
.circle01 {
  top: -100px;
  left: 70px;
  opacity: 0.5;
}

/* ------------記念日 */
.flex-wrap.reserve {
  flex-direction: row-reverse;
}

.circle02 {
  top: -90px;
  left: 40px;
  opacity: 0.4;
}

/* --------------結婚30周年 */
.circle03 {
  top: -80px;
  left: 100px;
  opacity: 0.5;
}

.br-item03 {
  display: none;
}

/* -----------検索 */

.heading-search {
  color: var(--font-main);
  text-align: center;
  font-size: 47px;
}

.heading-search span {
  display: block;
  font-size: 20px;
}

.circle.circle-search-category {
  width: min(100%, 100px);
  position: absolute;
  right: 45.5%;
  top: 55px;
  filter: blur(40px);
  opacity: 0.6;
}

.circle.circle-search-price {
  width: min(100%, 100px);
  position: absolute;
  right: 45.5%;
  top: 330px;
  filter: blur(40px);
  opacity: 0.6;
}

/* tab */
.tab {
  max-width: 1080px;
  margin: auto;
  margin-top: 60px;
}

.tab-list {
  display: flex;
  justify-content: space-around;
}

.tab-list-item01,
.tab-list-item02,
.tab-list-item03 {
  width: 31%;
  text-align: center;
  cursor: pointer;
}

.tab-list-item01 span,
.tab-list-item02 span,
.tab-list-item03 span {
  display: block;
  padding: 0 0 10px 0;
  border-bottom: 1px solid;
  text-align: center;
  cursor: pointer;
  color: #ababab;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
}

.tab-contents01,
.tab-contents02,
.tab-contents03 {
  display: none;
  margin-top: 42px;
  padding: 0 18px;
}

.is-btn-active {
  border-bottom: 2px solid #333333;
}

.is-btn-active span {
  color: #181818;
}

.is-contents-active {
  display: block;
  color: #181818;
}

.cert,
.brand-name,
.product-name,
.product-price {
  text-align: left;
}

/* --------------search */
#item-search {
  padding: 32px 0;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.item-list-tab {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}

.info-item {
  width: 22%;
  padding-bottom: 32px;
}

.info-item img {
  width: 100%;
  box-shadow: 0px 1px 10px 1px #b9acac;
}

.info-item > a:hover {
  opacity: 0.6;
}

.info-text-wrap {
  padding-left: 8px;
}

.brand-name {
  margin: 8px 0;
}

.product-name {
  line-height: 1.1;
}

.product-name span {
  display: block;
}

.cert span {
  padding: 2px;
  background: #ddcfcf;
  font-size: 13px;
}

.product-price {
  line-height: 2;
  font-size: 16px;
}

.product-price span {
  font-size: 12px;
}

/* btn */

.select-btn {
  max-width: 765px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.select-btn li {
  width: 30%;
  border-radius: 40px;
  border: 1px solid #333333;
  background: #ffffff;
  list-style: none;
  text-align: center;
  margin: 50px 0;
}

.select-btn li:hover {
  background: #dddcdc;
}

.f-search {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #181818;
  font-size: 18px;
  transition: 0.3s;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  .top-main-ttl {
    font-size: 30px;
  }

  .text-wrap.right {
    padding-left: 25px;
  }

  .sub-ttl {
    font-size: 32px;
  }

  .sub-ttl span {
    font-size: 26px;
  }

  .f-wedding {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    display: block;
  }

  .top-main-ttl {
    margin-bottom: 15px;
  }

  .top-text {
    width: 100%;
  }
  .top-img {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  #Birthday,
  #Anniversary,
  #WeddingAnniversary {
    padding-bottom: 0;
  }

  .lead {
    text-align: left;
  }

  .circle02 {
    left: 70px;
  }

  .circle03 {
    left: 80px;
  }

  .circle.circle-search-category {
    top: 30px;
    right: 43%;
  }

  .circle.circle-search-price {
    top: 450px;
    right: 43%;
  }

  .img-wrap {
    padding: 28px 0;
  }
  .flex-wrap {
    flex-direction: column-reverse;
  }

  .flex-wrap.reserve {
    flex-direction: column-reverse;
  }

  .img-wrap,
  .text-wrap {
    width: 100%;
  }

  .text-wrap.right,
  .text-wrap.left {
    padding: 0 20px;
  }

  /* ------top */

  .top-sub-ttl {
    font-size: 35px;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
  }

  .item-list-tab {
    flex-wrap: wrap;
  }

  .sub-ttl {
    text-align: center;
    font-size: 40px;
  }

  .sub-ttl span {
    font-size: 35px;
  }

  .sub-text {
    text-align: justify;
    font-size: 16px;
  }

  .info-item {
    width: 45%;
    margin: 0 auto;
  }

  .item-search-category {
    margin-bottom: 60px;
  }

  .select-btn {
    display: block;
  }

  .select-btn li {
    width: 280px;
    margin: 30px auto;
  }

  .heading-search span {
    font-size: 16px;
  }
}

/* ---------------結婚30周年 */
.br-item03 {
  display: block;
}

.span-item03 {
  line-height: 0.8;
}

@media screen and (max-width: 550px) {
  .circle-top {
    left: -100px;
  }
  .tab-list-item span {
    font-size: 18px;
  }

  .circle01,
  .circle02,
  .circle03 {
    left: 0px;
  }

  .select-btn li {
    width: 230px;
  }

  .heading-search {
    font-size: 34px;
  }

  .pc-only {
    display: none;
  }

  .tab-list-item01 span,
  .tab-list-item02 span,
  .tab-list-item03 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .top-main-ttl {
    font-size: 25px;
  }

  .br-sp-only {
    display: block;
  }
  .sub-ttl {
    font-size: 30px;
  }

  .sub-ttl span {
    font-size: 24px;
  }

  .tab-list-item span {
    font-size: 16px;
  }

  .f-cursive {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  .top-main-ttl {
    font-size: 20px;
  }

  .heading-search {
    font-size: 28px;
  }

  .tab-contents01,
  .tab-contents02,
  .tab-contents03 {
    padding: 0 5px;
  }

  .tab-list-item01 span,
  .tab-list-item02 span,
  .tab-list-item03 span {
    font-size: 14px;
  }
}
