@charset "UTF-8";
/*-----------------------------------------
  common
-----------------------------------------*/
:root {
  --font-color:#333333;
  --sub-color:#FFEEC8;
  --sec01-color: #CF8C8A;
  --sec02-color: #E3AE5A;
  --sec03-color: #587AA3;
}

@media screen and (min-width: 769px) {
  .for-sp {
    display: none !important;
  }
  .block-page-top {
    bottom: 80px;
  }
  #block_of_itemhistory {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  .block-page-top.pagenavi-is-active {
    bottom: 75px;
  }
}
.anniversary * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.anniversary h1,
.anniversary h2,
.anniversary h3,
.anniversary h4 {
  font-size: inherit;
  font-weight: inherit;
}

[data-browse-mode=S] .anniversary div, .anniversary span, .anniversary p {
  font-size: inherit;
}

.anniversary a {
  color: inherit;
}

.anniversary a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.anniversary img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.anniversary sup {
  font-size: 0.6em;
  vertical-align: super;
}

.anniversary {
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "源ノ角ゴシック Regular", "源ノ角ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--font-color);
  overflow: clip;
}

.anniversary .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .anniversary {
    min-width: 1200px;
  }
}
/*-----------------------------------------
  mainvisual
-----------------------------------------*/
.anniversary .main-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1920/840;
  background: url("/cms/img/usr/cp/anniversary2025/bg_mv_pc.png") no-repeat center/cover;
  max-height: 840px;
}
@media screen and (max-width: 768px) {
  .anniversary .main-mv {
    max-height: none;
    aspect-ratio: 375/600;
    background-image: url("/cms/img/usr/cp/anniversary2025/bg_mv_sp.png");
  }
}
.anniversary .main-mv img {
  max-width: 1868px;
  width: 100%;
}

/*-----------------------------------------
  message
-----------------------------------------*/
.anniversary .message {
  background: #E2D5BC;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .anniversary .message {
    padding: 25px 10px 30px;
  }
}
.anniversary .message-box {
  position: relative;
  padding: 80px 10px;
  background: #FFF;
  border-radius: 40px;
  border: 5px solid #C7A469;
  text-align: center;
  -webkit-box-shadow: 10px 10px 3px 0 rgba(52, 30, 4, 0.1);
          box-shadow: 10px 10px 3px 0 rgba(52, 30, 4, 0.1);
  font-size: 20px;
  line-height: 2.4;
  color: #311A03;
}
@media screen and (max-width: 768px) {
  .anniversary .message-box {
    padding-top: 45px;
    padding-bottom: 55px;
    border-radius: 10px;
    border: 2px solid #C7A469;
    font-size: 12px;
    line-height: 2.1666666667;
  }
}
.anniversary .message-box span {
  color: #B92827;
  font-weight: 700;
}
.anniversary .message-box:before, .anniversary .message-box:after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.anniversary .message-box:before {
  top: -24px;
  left: -20px;
  background-image: url("/cms/img/usr/cp/anniversary2025/bg_message_01.png");
  width: 244px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .anniversary .message-box:before {
    width: 112px;
    height: 115px;
    top: -11px;
    left: -8px;
  }
}
.anniversary .message-box:after {
  bottom: -12px;
  right: -11px;
  background-image: url("/cms/img/usr/cp/anniversary2025/bg_message_02.png");
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .anniversary .message-box:after {
    width: 68px;
    height: 68px;
    bottom: -5px;
    right: -5px;
  }
}
.anniversary .message-lead {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .anniversary .message-lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.625;
  }
}

/*-----------------------------------------
  pagelink
-----------------------------------------*/
.anniversary .sec-pagelink {
  padding-block: 100px;
  background: url("/cms/img/usr/cp/anniversary2025/bg_pagelink_pc.png") #F7F5ED no-repeat center top/contain;
}

.anniversary .sec-pagelink .pagelink-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.anniversary .sec-pagelink .pagelink-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 25px;
  margin: 85px 0 0;
}

.anniversary .sec-pagelink .pagelink {
  width: calc((100% - 50px) / 3);
  position: relative;
  display: block;
  padding: 43px 0 16px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 40px;
  -webkit-box-shadow: 3px 3px 40px rgba(171, 186, 196, 0.3);
          box-shadow: 3px 3px 40px rgba(171, 186, 196, 0.3);
}

.anniversary .sec-pagelink .pagelink-fukidashi {
  position: absolute;
  top: -48px;
  left: -10px;
  width: 108px;
}

.anniversary .sec-pagelink .pagelink-text {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.anniversary .sec-pagelink .pagelink-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 28px;
  margin: 25px auto 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  background: #6B534B;
  border-radius: 20px;
}

.anniversary .sec-pagelink .pagelink-check::after {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  margin: 0 0 0 6px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
  .anniversary .sec-pagelink {
    padding: 60px 0;
    background-image: url("/cms/img/usr/cp/anniversary2025/bg_pagelink_sp.png");
  }
  .anniversary .sec-pagelink .pagelink-title {
    font-size: 20px;
  }
  .anniversary .sec-pagelink .pagelink-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 40px 0 0;
  }
  .anniversary .sec-pagelink .pagelink {
    width: 100%;
    padding: 22px 0 16px;
    border-radius: 100px;
  }
  .anniversary .sec-pagelink .pagelink-fukidashi {
    top: -20px;
    left: 4px;
    width: 88px;
  }
  .anniversary .sec-pagelink .pagelink-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .anniversary .sec-pagelink .pagelink-check {
    width: 88px;
    height: 22px;
    margin: 16px auto 0;
    font-size: 10px;
  }
  .anniversary .sec-pagelink .pagelink-check::after {
    width: 5px;
    height: 4px;
  }
}
/*-----------------------------------------
  navi
-----------------------------------------*/
.anniversary .anniversary-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 999;
  background-color: #980509;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anniversary .anniversary-nav.js-fixed {
  bottom: 0;
}

.anniversary .anniversary-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.anniversary .anniversary-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  height: 65px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-top: 5px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anniversary .anniversary-nav-link:nth-child(1) {
  border-top-color: var(--sec01-color);
}

.anniversary .anniversary-nav-link:nth-child(2),
.anniversary .anniversary-nav-link:nth-child(3) {
  border-top-color: var(--sec02-color);
}

.anniversary .anniversary-nav-link:nth-child(4),
.anniversary .anniversary-nav-link:nth-child(5) {
  border-top-color: var(--sec03-color);
}

.anniversary .anniversary-nav-link:nth-of-type(n+2) {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.anniversary .anniversary-nav-link.active:nth-child(1) {
  background-color: var(--sec01-color);
}

.anniversary .anniversary-nav-link.active:nth-child(2),
.anniversary .anniversary-nav-link.active:nth-child(3) {
  background-color: var(--sec02-color);
}

.anniversary .anniversary-nav-link.active:nth-child(4),
.anniversary .anniversary-nav-link.active:nth-child(5) {
  background-color: var(--sec03-color);
}

@media screen and (max-width: 768px) {
  .anniversary .anniversary-nav .inner {
    padding: 0;
  }
  .anniversary .anniversary-nav-link {
    font-size: 12px;
    text-align: center;
  }
  .anniversary .anniversary-nav-link:nth-of-type(n+2) {
    border-left-width: 1px;
  }
}
/*-----------------------------------------
  section
-----------------------------------------*/
.anniversary .common-title {
  text-align: center;
  margin-bottom: 80px;
}

.anniversary .contents-wrapper {
  position: relative;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 3px 3px 20px 0 rgba(171, 186, 196, 0.2);
          box-shadow: 3px 3px 20px 0 rgba(171, 186, 196, 0.2);
}
.anniversary .contents-wrapper + .contents-wrapper {
  margin-top: 130px;
}

.anniversary .contents-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  background: var(--sub-color);
  border-radius: 40px 40px 0 0;
  z-index: 1;
  color: #482400;
}

.anniversary .contents-title .small {
  position: relative;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
  background: url(/cms/img/usr/cp/anniversary2025/bg_fukidashi.png) no-repeat center top/cover;
  color: #FFF;
  line-height: 1;
  border-radius: 12px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  margin-top: -10px;
}
.anniversary .contents-title .small .small01 {
  font-size: 38px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.anniversary .contents-title .small .small02 {
  font-size: 20px;
}
.anniversary .contents-title .small .small03 {
  font-size: 14px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.anniversary .contents-title .small .small04 {
  font-size: 22px;
}
.anniversary .contents-title .small:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 14px;
  background: url(/cms/img/usr/cp/anniversary2025/icon_arrow.png) no-repeat center top/100% auto;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.anniversary .contents-title .small:has(.small01) {
  padding-top: 8px;
}

.anniversary .contents-title--icon .icon01 {
  position: absolute;
  top: -25px;
  left: -53px;
  z-index: 2;
}

.anniversary .contents-title--icon .icon02 {
  position: absolute;
  top: -13px;
  right: -82px;
  z-index: 2;
}

.anniversary .contents-fukidashi {
  position: absolute;
  top: -50px;
  left: 80px;
  z-index: 3;
}

.anniversary .contents-inner {
  padding: 30px 15px 40px;
  text-align: center;
}

.anniversary .contents-text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.anniversary .common-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 580px;
  height: 70px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80px;
  margin-top: 40px;
  letter-spacing: 0.08em;
  background: #6B534B;
}

.anniversary .common-btn span {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
}

.anniversary .common-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.anniversary .common-btn._color1 {
  background: #E2D5BC;
  color: #333333;
}
.anniversary .common-btn._color1:after {
  background: #333333;
}

.anniversary .common-btn.is-comingsoon {
  pointer-events: none;
  background: #a9a9a9;
}

.anniversary .sec01 {
  padding: 120px 0 140px;
  background: url(/cms/img/usr/cp/anniversary2025/bg_sec01_pc.png) #EACBC8 no-repeat center top/contain;
}

.anniversary .sec02 {
  padding: 160px 0 120px;
  background: url(/cms/img/usr/cp/anniversary2025/bg_sec02_pc.png) #F7F5ED no-repeat center top/contain;
}

.anniversary .sec03 {
  padding: 150px 0 120px;
  background: url(/cms/img/usr/cp/anniversary2025/bg_sec03_pc.png) #B2D4EA no-repeat center top/contain;
}

@media screen and (max-width: 768px) {
  .anniversary .common-title {
    margin-bottom: 60px;
  }
  .anniversary .contents-wrapper {
    border-radius: 40px 40px 20px 20px;
  }
  .anniversary .contents-wrapper + .contents-wrapper {
    margin-top: 70px;
  }
  .anniversary .contents-title {
    height: 100px;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .anniversary .contents-title .small {
    height: 38px;
    padding-inline: 10px;
    font-size: 13px;
    border-radius: 8px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    margin-top: 0;
    letter-spacing: 0.08em;
  }
  .anniversary .contents-title .small .small01 {
    font-size: 25px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .anniversary .contents-title .small .small02 {
    font-size: 13px;
  }
  .anniversary .contents-title .small .small03 {
    font-size: 9px;
  }
  .anniversary .contents-title .small .small04 {
    font-size: 14px;
  }
  .anniversary .contents-title .small:after {
    width: 14px;
    height: 10px;
  }
  .anniversary .contents-title .small:has(.small01) {
    padding-top: 3px;
  }
  .anniversary .contents-title--icon .icon01 {
    top: 38px;
    left: -12px;
    width: 50px;
    height: 50px;
  }
  .anniversary .contents-title--icon .icon02 {
    top: 25px;
    right: -11px;
    width: 50px;
    height: 62px;
  }
  .anniversary .contents-fukidashi {
    top: -64px;
    left: -4px;
    width: 88px;
  }
  .anniversary .contents-inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .anniversary .contents-text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .anniversary .common-btn {
    width: 325px;
    height: 60px;
    font-size: 14px;
    margin-top: 30px;
  }
  .anniversary .common-btn span {
    font-size: 12px;
  }
  .anniversary .common-btn::after {
    right: 16px;
  }
  .anniversary .sec01 {
    padding: 40px 0 60px;
    background-image: url(/cms/img/usr/cp/anniversary2025/bg_sec01_sp.png);
  }
  .anniversary .sec02 {
    padding: 80px 0 60px;
    background-image: url(/cms/img/usr/cp/anniversary2025/bg_sec02_sp.png);
  }
  .anniversary .sec03 {
    padding: 80px 0 60px;
    background-image: url(/cms/img/usr/cp/anniversary2025/bg_sec03_sp.png);
  }
}
/*-----------------------------------------
  present
-----------------------------------------*/
.anniversary #present .contents-title {
  background: #F7F5ED;
}

.anniversary #present .contents-text {
  color: #482400;
}

/*-----------------------------------------
  set
-----------------------------------------*/
.anniversary #set .contents-title {
  background: #E0D6A7;
}

.anniversary .set-more {
  max-width: 920px;
  width: 100%;
  position: relative;
  margin: 57px auto 0;
  padding: 66px 0 40px;
  background: rgba(211, 185, 170, 0.2);
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .anniversary .set-more {
    margin: 32px 0 0;
    border-radius: 12px;
    padding: 38px 0 20px;
  }
}

.anniversary .set-more-fukidashi {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 50px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background: #D16100;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .anniversary .set-more-fukidashi {
    top: -8px;
    width: 82px;
    height: 28px;
    font-size: 12px;
    border-radius: 4px;
  }
}

.anniversary .set-more-fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 20px;
  height: 12px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .anniversary .set-more-fukidashi::after {
    width: 11px;
    height: 7px;
  }
}

.anniversary .set-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .anniversary .set-title {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.583;
  }
}

.anniversary .set-more-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .anniversary .set-more-img {
    width: 55px;
    margin-inline: auto;
    margin-bottom: 15px;
  }
}

.anniversary .set-note {
  color: #888888;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .anniversary .set-note {
    font-size: 10px;
  }
}

/*-----------------------------------------
  outdoor
-----------------------------------------*/
.anniversary #outdoor .contents-title {
  background: #D1E0D1;
}

/*-----------------------------------------
  youtube
-----------------------------------------*/
.anniversary #youtube .contents-title {
  background: #F7F5ED;
}

.anniversary .youtube-detail {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .anniversary .youtube-detail {
    margin-top: 15px;
  }
}
.anniversary .youtube-lead {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .anniversary .youtube-lead {
    font-size: 14px;
  }
}
.anniversary .youtube-detail p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .anniversary .youtube-detail p {
    font-size: 12px;
    line-height: 2;
  }
}
.anniversary .youtube-detail a {
  text-decoration: underline;
}
.anniversary .youtube-detail a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .anniversary #youtube .common-btn {
    margin-top: 30px;
  }
}
/*-----------------------------------------
  jaccs
-----------------------------------------*/
.anniversary #jaccs .contents-title {
  background: #F7F5ED;
}

.anniversary .jaccs-contents .jaccs-text {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.75;
}

.anniversary .jaccs-contents .jaccs-img {
  margin: 25px 0 22px;
}

.anniversary .jaccs-contents .ex {
  position: relative;
  max-width: 950px;
  margin: 40px auto 0;
  padding: 45px 30px 25px;
  border: 1px solid #F2F2F2;
}

.anniversary .jaccs-contents .ex-label {
  position: absolute;
  top: -18px;
  left: 46px;
  width: 150px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  background: #181231;
  padding: 3px 0;
}

.anniversary .jaccs-contents .ex h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 28px;
}

.anniversary .jaccs-contents .ex-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.anniversary .jaccs-contents .ex-detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  width: 460px;
  margin-left: -20px;
}

.anniversary .jaccs-contents .ex-detail .item figure {
  width: 250px;
}

.anniversary .jaccs-contents .ex-detail .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.anniversary .jaccs-contents .ex-detail .item .name {
  font-weight: bold;
  font-size: 24px;
}

.anniversary .jaccs-contents .ex-detail .item .price dt {
  margin: 17px 0 0;
  font-size: 14px;
  color: #7A7A7A;
}

.anniversary .jaccs-contents .ex-detail .item .price dd {
  margin: 5px 0 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

.anniversary .jaccs-contents .ex-detail .item .price dd span {
  font-size: 19px;
  margin: 0 0 0 10px;
}

.anniversary .jaccs-contents .ex-detail .info {
  width: 432px;
}

.anniversary .jaccs-contents .ex-detail .info .head {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.anniversary .jaccs-contents .ex-detail .info .head b {
  font-weight: bold;
  font-size: 32px;
}

.anniversary .jaccs-contents .ex-detail .info .commission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  margin: 0 0 10px;
  border-top: 1px solid #181231;
  border-bottom: 1px solid #181231;
  font-weight: bold;
  line-height: 1;
}

.anniversary .jaccs-contents .ex-detail .info .commission p {
  font-size: 24px;
  text-align: center;
  width: 100%;
}

.anniversary .jaccs-contents .ex-detail .info .default {
  position: relative;
  padding: 0 90px 0 0;
  margin: 0 24px 0 0;
  font-size: 49px;
}

.anniversary .jaccs-contents .ex-detail .info .default:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #E6E7E9;
}

.anniversary .jaccs-contents .ex-detail .info .default span,
.anniversary .jaccs-contents .ex-detail .info .special span {
  color: #404040;
  font-size: 33px;
  margin: 0 0 0 8px;
}

.anniversary .jaccs-contents .ex-detail .info .special {
  color: #EC6C00;
  font-size: 98px;
}

.anniversary .jaccs-contents .ex-detail .comment {
  text-align: center;
}

.anniversary .jaccs-contents .ex .note {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 20px 0 0;
  margin: 35px 15px 0;
  border-top: 1px solid #C6C6C6;
}

.anniversary .jaccs-contents .ex .note span {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .anniversary .jaccs-contents .common-btn {
    width: 690px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .anniversary .jaccs-contents .jaccs-inner {
    padding: 12px 15px 30px;
  }
  .anniversary .jaccs-contents .jaccs-text {
    margin: 12px 0 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.833;
  }
  .anniversary .jaccs-contents .jaccs-img {
    margin: 8px 0 10px;
  }
  .anniversary .jaccs-contents .ex {
    margin: 25px 0;
    padding: 20px 10px;
  }
  .anniversary .jaccs-contents .ex-label {
    top: -11px;
    left: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1em 2px;
    font-size: 12px;
  }
  .anniversary .jaccs-contents .ex h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 13px;
  }
  .anniversary .jaccs-contents .ex-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .anniversary .jaccs-contents .ex-detail .item {
    gap: 10px;
    width: 100%;
    margin: 0 0 30px;
  }
  .anniversary .jaccs-contents .ex-detail .item figure {
    width: 58%;
  }
  .anniversary .jaccs-contents .ex-detail .item .name {
    font-size: 17px;
  }
  .anniversary .jaccs-contents .ex-detail .item .price dt {
    margin: 14px 0 0;
    font-size: 9px;
  }
  .anniversary .jaccs-contents .ex-detail .item .price dd {
    font-size: 17px;
    line-height: 1.3;
  }
  .anniversary .jaccs-contents .ex-detail .item .price dd span {
    font-size: 14px;
    margin: 0 0 0 5px;
  }
  .anniversary .jaccs-contents .ex-detail .info {
    width: 100%;
  }
  .anniversary .jaccs-contents .ex-detail .info .head {
    font-size: 13px;
    margin: 0 0 9px;
  }
  .anniversary .jaccs-contents .ex-detail .info .head b {
    font-size: 22px;
    padding: 0 2px;
  }
  .anniversary .jaccs-contents .ex-detail .info .commission {
    padding: 23px 0 20px;
  }
  .anniversary .jaccs-contents .ex-detail .info .commission p {
    font-size: 17px;
  }
  .anniversary .jaccs-contents .ex-detail .info .default {
    padding: 0 35px 0 0;
    margin: 0 15px 0 0;
    font-size: 40px;
  }
  .anniversary .jaccs-contents .ex-detail .info .default:after {
    top: 9px;
    border-width: 15px 0 15px 25px;
  }
  .anniversary .jaccs-contents .ex-detail .info .default span,
  .anniversary .jaccs-contents .ex-detail .info .special span {
    font-size: 22px;
    margin: 0 0 0 5px;
  }
  .anniversary .jaccs-contents .ex-detail .info .special {
    font-size: 72px;
    line-height: 0.9;
  }
  .anniversary .jaccs-contents .ex-detail .comment {
    font-size: 12px;
  }
  .anniversary .jaccs-contents .ex .note {
    padding: 20px 0 0;
    margin: 25px 0 0;
    font-size: 12px;
  }
  .anniversary .jaccs-contents .ex .note span {
    font-size: 10px;
  }
  .anniversary .jaccs-contents .common-btn {
    line-height: 1.42;
  }
}
/* ---------------
Warranty
------------------ */
.anniversary .secWarranty {
  padding: 120px 0;
  background: #F5F5F5;
}
.anniversary .secWarranty .warranty--bg {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
.anniversary .secWarranty .warranty--ttl {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.anniversary .secWarranty .warranty--cap {
  font-size: 16px;
  color: #8B2B2B;
  text-align: center;
  border: 1px solid #8B2B2B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 23px;
  margin: 0 auto 20px;
}
.anniversary .secWarranty .warranty--text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 14px;
}
.anniversary .secWarranty .warranty-table {
  margin: 0 auto;
}
.anniversary .secWarranty .warranty-table .bold {
  font-weight: bold;
  color: #8B2B2B;
}
.anniversary .secWarranty .warranty-table th,
.anniversary .secWarranty .warranty-table td {
  border-collapse: collapse;
  border: 6px solid #fff;
  border-top: none;
  border-bottom: none;
}
.anniversary .secWarranty .warranty-table th {
  padding: 14px 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #8B2B2B;
  width: 230px;
}
.anniversary .secWarranty .warranty-table th.year-first {
  background-color: #000000;
}
.anniversary .secWarranty .warranty-table td {
  font-size: 22px;
  background-color: #F5F5F5;
  text-align: center;
  height: 157px;
}
.anniversary .secWarranty .warranty-table td.posi {
  position: relative;
}
.anniversary .secWarranty .warranty-table td.posi .posi-ab {
  position: absolute;
  left: 0;
  top: 20px;
  white-space: nowrap;
}
.anniversary .secWarranty .warranty-table td.posi .arw {
  display: block;
  height: 20px;
  width: calc(100% - 15px);
  background-color: #4082C3;
  position: relative;
  margin-top: 21px;
}
.anniversary .secWarranty .warranty-table td.posi .arw::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 19px;
  border-color: transparent transparent transparent #4082C3;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.anniversary .secWarranty .warranty-table td.posi.year-first .posi-ab {
  width: 103%;
}
.anniversary .secWarranty .warranty-table td.posi.year-second .posi-ab {
  width: 206%;
}
.anniversary .secWarranty .warranty-table td.posi.year-second .arw {
  background-color: #E2D300;
}
.anniversary .secWarranty .warranty-table td.posi.year-second .arw::after {
  border-color: transparent transparent transparent #E2D300;
}
.anniversary .secWarranty .table-bottom-text {
  margin: 22px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.anniversary .secWarranty .warranty-note {
  color: #000000;
}
.anniversary .secWarranty .warranty-note:not(:first-child) {
  margin-top: 40px;
}
.anniversary .secWarranty .warranty-note a {
  text-decoration: underline;
}
.anniversary .secWarranty .warranty-note p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
}
.anniversary .secWarranty .note-ttl {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid var(--font-color);
}
.anniversary .secWarranty .note-ttl::before {
  content: "■";
}
.anniversary .secWarranty .note-list {
  margin-top: 30px;
}
.anniversary .secWarranty .note-list li {
  margin-left: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-indent: -1em;
}
.anniversary .secWarranty .note-contact {
  line-height: 2;
}
.anniversary .secWarranty .note-contact-item {
  margin-top: 30px;
}
.anniversary .secWarranty .note-contact-ttl {
  margin-left: 1em;
  font-size: 14px;
  font-weight: 400;
  text-indent: -1em;
}
.anniversary .secWarranty .note-contact-ttl::before {
  content: "●";
}
.anniversary .secWarranty .note-contact_desc {
  font-size: 14px;
  font-weight: 400;
}
.anniversary .secWarranty .note-contact_desc a {
  color: #1D54A3;
}

@media screen and (min-width: 769px) {
  .anniversary .secWarranty .warranty--bg + .warranty--bg {
    margin-top: 24px;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .anniversary .secWarranty {
    padding: 40px 0;
    background: #fff;
  }
  .anniversary .secWarranty .warranty--bg {
    padding: 0 5px;
  }
  .anniversary .secWarranty .warranty--bg + .warranty--bg {
    margin-top: 40px;
  }
  .anniversary .secWarranty .warranty--ttl {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .anniversary .secWarranty .warranty--cap {
    margin: 0 auto 10px;
    padding: 2px 14px;
    font-size: 12px;
  }
  .anniversary .secWarranty .warranty--text {
    margin: 10px 0 6px;
    font-size: 14px;
  }
  .anniversary .secWarranty .warranty-table {
    width: 100%;
    table-layout: fixed;
  }
  .anniversary .secWarranty .warranty-table .bold {
    font-size: 12px;
  }
  .anniversary .secWarranty .warranty-table th,
  .anniversary .secWarranty .warranty-table td {
    border: 3px solid #fff;
  }
  .anniversary .secWarranty .warranty-table th {
    padding: 6px;
    font-size: 12px;
    width: 33.3333333333%;
  }
  .anniversary .secWarranty .warranty-table td {
    height: 80px;
    padding: 5px;
    font-size: 12px;
  }
  .anniversary .secWarranty .warranty-table td.posi .posi-ab {
    top: 10px;
  }
  .anniversary .secWarranty .warranty-table td.posi .arw {
    height: 10px;
    width: calc(100% - 12px);
    margin-top: 8px;
  }
  .anniversary .secWarranty .warranty-table td.posi .arw::after {
    border-width: 12px 0 12px 10px;
  }
  .anniversary .secWarranty .warranty-table td.posi .year-second .line {
    width: 3px;
  }
  .anniversary .secWarranty .table-bottom-text {
    margin: 17px 0 0;
    font-size: 12px;
    line-height: 1.75;
  }
  .anniversary .secWarranty .warranty-note:not(:first-child) {
    margin-top: 28px;
  }
  .anniversary .secWarranty .warranty-note p {
    margin-top: 23px;
    font-size: 11px;
    line-height: 2;
  }
  .anniversary .secWarranty .note-ttl {
    padding: 0 0 5px;
    font-size: 11px;
    border-bottom-color: #333;
  }
  .anniversary .secWarranty .note-list {
    margin-top: 20px;
  }
  .anniversary .secWarranty .note-list li {
    font-size: 11px;
  }
  .anniversary .secWarranty .note-contact-item {
    margin-top: 15px;
  }
  .anniversary .secWarranty .note-contact-ttl {
    font-size: 11px;
  }
  .anniversary .secWarranty .note-contact_desc {
    font-size: 11px;
    line-height: 2;
  }
}
/*-----------------------------------------
  animation
-----------------------------------------*/
.js-anime.-sideFade {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0, 1.41, 0.8, 0.92) 0.3s;
  transition: 0.5s cubic-bezier(0, 1.41, 0.8, 0.92) 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.js-anime.-sideFade.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}/*# sourceMappingURL=anniversary2025.css.map */