@charset 'UTF-8';

html {
  scroll-behavior: smooth;
}

body {
  font-family: MFW-HiraKakuProN-W4, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.akkurat {
  font-family: 'Akkurat-Regular';
}

li {
  list-style: none;
}

.a1gothic-R {
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
  font-weight: 400;
}

.a1gothic-M {
  font-family: "MFW-PA1GothicStd-Medium", sans-serif;
  font-weight: 500;
}

.a1gothic-B {
  font-family: "MFW-PA1GothicStd-Bold", sans-serif;
  font-weight: 600;
}

.longevity {
  background: #6A1800 url("/assets/specials/longevity/bg/bg02_2.png") repeat center center;
  background-size: 26.5px;
  background-attachment: fixed;
}

.pc_show {
  display: none;
}

@media screen and (min-width: 768px) {
  .wrapper {
    display: flex;
    width: 100%;
  }

  .longevity_left {
    width: calc(50% - 187.5px);
  }

  .left_inner {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
  }

  .pc_show {
    display: block;
  }

  .longevity_right {
    width: calc(50% - 187.5px);
  }

  .right_inner {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
  }
  /* mainVisual */
  .longevity_inner {
    background: #F4F0E5;
    filter: drop-shadow(8px 0px 10px rgba(0, 0, 0, 0.6));
  }

  .pc-page-navi-list-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pc-page-navi-list-item li {
    list-style: none;
  }

  .pc-page-navi-list-item a {
    text-decoration: none;
    background-color: #C6AF74;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    display: block;
    width: 210px;
    height: 33px;
    position: relative;
    border-radius: 17px;
    padding: 0 18px;
  }

  .pc-page-navi-list-item a:after {
    content: '';
    display: block;
    width: 11px;
    height: 33px;
    background: url("/assets/specials/longevity/icon/arrow04.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 10;
  }
}

.longevity_left .pc-logo {
  position: absolute;
  top: 20px;
  left: 34px;
}

.longevity_left .pc-logo img {
  width: 78px;
  height: auto;
}

.longevity_inner {
  background: #F4F0E5;
  max-width: 375px;
  margin: 0 auto;
}

.pc-page-title {
  position: absolute;
  left: calc(50% - 196px/2);
  top: calc(46vh - 23.5px);
}

.longevity .leftTitle {
  position: relative;
  font-style: normal;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 0.1em;
}

.longevity .leftTitle::before {
  content: '';
  display: block;
  width: 51px;
  height: 47px;
  background: url("/assets/specials/longevity/bg/turtle02.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: -40px;
  bottom: -31px;
  z-index: 10;
}

.longevity .leftTitle::after {
  content: '';
  display: block;
  width: 67px;
  height: 66px;
  background: url("/assets/specials/longevity/bg/crane02.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: -34px;
  top: -44px;
  z-index: 10;
}

.pc-page-navi {
  right: calc(50% - 210px/2);
  position: absolute;
  top: calc(46vh - 136px/2);
}

.longevity .leftTitle span {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 37px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.longevity-60th-birthday {
  background-color: #6A1800;
}

.longevity .pageHero {
  max-width: 1440px;
  margin: 0 auto;
  background: url("/assets/specials/longevity/bg/bg01.gif") repeat center center;
}

.longevity.longevity-60th-birthday .pageHero {
  max-width: 1440px;
  margin: 0 auto;
  background: #6A1800 url("/assets/specials/longevity/child/bg/bg01.png") repeat center center;
}

.longevity .pageHeroHeadline {
  position: relative;
}

.longevity .pageHeroTitle {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.longevity .longevity_inner .pageHeroTitle {
  position: absolute;
  left: calc(50% - 319px/2);
  top: 37px;
  z-index: 5;
  text-align: right;
}

.longevity .pageHeroTitle .pageHeroTitleSpan {
  font-weight: 600;
  font-size: 74px;
  line-height: 37px;
  letter-spacing: 0.1em;
}

.longevity.longevity-60th-birthday .longevity_inner .pageHeroTitle {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  position: absolute;
  left: auto;
  right: 15px;
  top: auto;
  bottom: 33px;
}

.longevity.longevity-60th-birthday .longevity_inner .pageHeroTitle span {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 37px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.longevity .pageHeroInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.longevity .pageHeroBody {
  max-width: 640px;
}

.longevity .pageHeroImages {
  position: relative;
  width: 100%;
}

.longevity .pageHeroImage {
  display: block;
  width: 100%;
  height: auto;
}

.longevity .pageHeroImages.slider .pageHeroImage:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
  27秒周期・3枚均等（各9秒）のクロスフェード。
  各画像は約1秒かけて重なりながら切り替わり、残りは完全に非表示。
  以前はフェードアウトが約15秒続き、ディレイも不均等だったためカクついて見えていた。
*/
.longevity .pageHeroImages.slider .pageHeroImage {
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-animation: pageHeroImageFade 27s linear infinite;
  animation: pageHeroImageFade 27s linear infinite;
}

.longevity .pageHeroImages.slider .pageHeroImage:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.longevity .pageHeroImages.slider .pageHeroImage:nth-child(2) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.longevity .pageHeroImages.slider .pageHeroImage:nth-child(3) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes pageHeroImageFade {
  0% {
    opacity: 0;
  }
  3.7% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  37.04% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pageHeroImageFade {
  0% {
    opacity: 0;
  }
  3.7% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  37.04% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .longevity .pageHeroImages.slider .pageHeroImage {
    -webkit-animation: none;
    animation: none;
    opacity: 0;
    will-change: auto;
  }

  .longevity .pageHeroImages.slider .pageHeroImage:first-child {
    opacity: 1;
  }
}

.longevity .pageHeroText {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
  padding: 0 35px 50px 28px;
  margin-top: -43%;
  z-index: 4;
  position: relative;
  gap: 27px;
}

.longevity .pageHeroText p:first-child {
  width: calc(100% - 86px);
  padding-top: 100px;
  color: #fff;
}

.longevity.longevity-60th-birthday .pageHeroText {
  margin-top: -100px;
}

.longevity.longevity-60th-birthday .pageHeroText p:first-child {
  padding-top: 80px;
  width: 100%;
}

.longevity .whatIsLongevity {
  border-top: 10px solid #6A1800;
  background: #F4F0E5 url("/assets/specials/longevity/bg/bg02.png") repeat center center;
  background-size: 26px;
  border-bottom: 10px solid #6A1800;
  color: #6A1800;
}

.longevity.longevity-60th-birthday .whatIsLongevity {
  border-top: 10px solid #C6AF74;
  background: #F4F0E5 url("/assets/specials/longevity/bg/bg02.png") repeat center center;
  background-size: 26px;
  border-bottom: 10px solid #C6AF74;
  color: #6A1800;
}

.longevity .whatIsLongevityInner {
  margin: 0 auto;
}

.longevity .whatIsLongevity .section-text {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 6px;
}

.longevity .whatIsLongevityTitle {
  margin: 0 0 11px;
  width: 100%;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  color: #6A1800;
  padding: 0;
}

.longevity .whatIsLongevityTitle + p {
  padding: 0 59px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.longevity .whatIsLongevityInner a {
  background: #6A1800;
  padding: 5px 18px 0px 0px;
  border-radius: 16px 0 0;
  text-decoration: none;
  text-align: right;
  color: #fff;
  font-size: 13px;
  line-height: 27px;
  font-family: 'Akkurat-Regular', MFW-HiraKakuProN-W6;
  font-weight: bold;
  width: 136px;
  display: block;
  position: relative;
  margin: 0 0 0 auto;
}

.longevity .whatIsLongevityInner a:before {
  content: " ";
  position: absolute;
  top: calc(50% - 4.75px);
  left: 21px;
  width: 13.5px;
  height: 13.5px;
  background: url("/assets/specials/longevity/icon/arrow01.svg") no-repeat center center;
  display: block;
}

.longevity .whatIsLongevityContent {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  background: #B01313;
  width: 281px;
  height: 37px;
  border-radius: 19px;
  gap: 54px;
  position: relative;
  margin: 15px auto 30px;
}

.longevity .whatIsLongevityContent::before {
  content: "";
  position: absolute;
  top: calc(50% - 8.5px);
  left: 50%;
  width: 2px;
  height: 17px;
  background: #fff;
  border-radius: 1px;
}

.longevity .whatIsLongevityContent p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #F4F0E5;
}

.longevityNaviInner {
  background: #F4F0E5 url("/assets/specials/longevity/bg/bg01.gif") repeat center center;
  padding: 30px 0px 160px 0px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.longevity.longevity-60th-birthday .longevityNaviInner {
  background: #6A1800 url("/assets/specials/longevity/child/bg/bg01.png") repeat center center;
}

.longevityNaviInner .section_subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 155%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 0px;
  margin-top: 0px;
  color: #6A1800;
  display: block;
  margin-bottom: 20px;
}

.longevity.longevity-60th-birthday .longevityNaviInner .section-option a {
  color: #C6AF74;
}

.longevityNaviInner .section-content .section-lineup {
  margin-top: 20px;
  padding: 0 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.longevity.longevity-60th-birthday .section-content.age-content {
  display: none;
}

.longevity.longevity-60th-birthday .longevityNaviFooter .section-content.age-content {
  display: block;
}

.longevityNaviInner .section-content .section-lineup li {
  list-style: none;
  width: 100px;
}

.longevityNaviInner .section-content .section-lineup li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100px;
}

.longevityNaviInner .section-content .section-lineup li img {
  width: 90px;
  height: auto;
}

.longevityNaviInner .section-content .section-lineup li h3 {
  height: 40px;
  font-family: MFW-HiraKakuProN-W6;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  display: flex;
  text-align: left;
  letter-spacing: 0.1em;
  color: #FFFAEC;
}

.longevityNaviInner .section-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section-optionNav {
  display: none;
}

.longevityNavi .section-optionNav {
  display: block;
}

.longevityNaviInner .section-option li {
  list-style: none;
}

.longevityNaviInner .section-option a {
  font-family: MFW-HiraKakuProN-W6;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 190%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6A1800;
  flex: none;
  order: 1;
  flex-grow: 0;
  position: relative;
  padding-left: 21px;
}

.longevity.longevity-60th-birthday .section_subtitle {
  color: #F4F0E5;
}

.longevityNaviInner .section-option a:before {
  content: " ";
  position: absolute;
  top: calc(50% - 6.75px);
  left: 0px;
  width: 13.5px;
  height: 13.5px;
  background: url("/assets/specials/longevity/icon/arrow02.svg") no-repeat center center;
  display: block;
}

.longevityNaviInner .section-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  padding: 0;
  width: 345px;
  list-style: none;
  margin: 0 auto;
}

.longevityNaviInner .section-age li {
  list-style: none;
}

.longevityNaviInner .section-age a {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  min-width: 140px;
  padding: 15px 20px;
  border: 1px solid #FFFAEC;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
}

.longevityNaviInner .section-age a.red_buttun {
  background: #B01313;
}

.longevityNaviInner .section-age a.violet_buttun {
  background: #653E9A;
}

.longevityNaviInner .section-age a.purple_buttun {
  background: #4A2C71;
}

.longevityNaviInner .section-age a.gold_buttun {
  background: #C7A43A;
}

.longevityNaviInner .section-price, .longevityNaviInner .section-recipient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  list-style: none;
  max-width: 325px;
  margin: 0 auto;
  width: auto;
}

.longevityNaviInner .section-price li {
  list-style: none;
}

.longevityNaviInner .section-price a.white_buttun, .longevityNaviInner .section-recipient a.white_buttun {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #FFFAEC;
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-family: 'Akkurat-Regular', MFW-HiraKakuProN-W6;
  font-style: normal;
  font-weight: bold;
}

.longevityGift {
  padding-bottom: 90px;
}

.longevity .longevityGiftInner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 65px;
  padding-top: 40px;
}

.longevity .longevityGiftInner:first-child {
  padding-top: 0px;
  margin-top: -95px;
}

.longevity .longevityGiftVisual {
  display: block;
  width: 100%;
  height: auto;
}

.longevity .gift_detail {
  padding: 20px 20px 30px 20px;
}

.longevity .gift_detail h2 {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #6A1800;
  margin-bottom: 10px;
}

.longevity .gift_detail p {
  font-family: MFW-HiraKakuProN-W4;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 190%;
  text-align: justify;
  color: #2D3B4E;
}

.catalog_img {
  width: auto;
  min-width: 124px;
  position: relative;
}

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

.itemCard-h3-name {
  font-family: MFW-HiraKakuProN-W6, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  color: #2D3B4E;
  margin-bottom: 4px;
}

.catalogContainer {
  display: flex;
  padding: 0 15px;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 12px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .longevity .catalogContainer, .longevity .longevityNaviInner .section-content .section-lineup, .longevity .longevityListContent {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
    scrollbar-width: auto;
  }

  .longevity .catalogContainer.is-dragging, .longevity .longevityNaviInner .section-content .section-lineup.is-dragging, .longevity .longevityListContent.is-dragging {
    cursor: grabbing;
  }

  .longevity .catalogContainer::-webkit-scrollbar, .longevity .longevityNaviInner .section-content .section-lineup::-webkit-scrollbar, .longevity .longevityListContent::-webkit-scrollbar {
    display: block;
    height: 6px;
  }

  .longevity .catalogContainer::-webkit-scrollbar-thumb, .longevity .longevityNaviInner .section-content .section-lineup::-webkit-scrollbar-thumb, .longevity .longevityListContent::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(106, 24, 0, 0.35);
  }

  .longevity.longevity-60th-birthday .longevityNaviInner .section-content .section-lineup::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(217, 184, 141, 0.35);
  }

  .longevity .catalogContainer::-webkit-scrollbar-track, .longevity .longevityNaviInner .section-content .section-lineup::-webkit-scrollbar-track, .longevity .longevityListContent::-webkit-scrollbar-track {
    background: rgba(106, 24, 0, 0.08);
  }

  .longevity.longevity-60th-birthday .longevityNaviInner .section-content .section-lineup::-webkit-scrollbar-track {
    background: rgba(227, 170, 72, 0.08);
  }

  .longevity .longevityNaviInner .section-content .section-lineup, .longevity .longevityListContent {
    padding-bottom: 12px;
  }

  .longevity .catalog, .longevity .section-lineup li, .longevity .longevityListContent .card {
    flex-shrink: 0;
  }

  .longevity.longevity-60th-birthday .catalogContainer {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 15px;
    gap: 12px;
  }

  .longevity.longevity-60th-birthday .catalog {
    width: 124px;
    flex-shrink: 0;
  }
}

.longevity.longevity-60th-birthday .catalogContainer {
  display: flex;
  padding: 0 43px;
  gap: 40px;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.catalog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 124px;
}

.catalog_inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog_inner,.catalog_price_info_button {
  flex-grow: 3;
}

.catalog_price_info_button {
  display: flex;
  align-items: end;
  flex-grow: 1;
}

.longevity.longevity-60th-birthday .catalog {
  width: calc(50% - 20px);
}

.catalog_price {
  position: absolute;
  bottom: 8px;
  left: 8px;
  height: 28px;
  padding: 4px 8px;
  border-radius: 20px;
  background: #6A1800;
  font-weight: 700;
  font-size: 12px;
  line-height: 170%;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.itemCard-p-description {
  font-family: MFW-HiraKakuProN-W4;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #6A1800;
}

.catalog_price_info_button p {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #6A1800;
  border-radius: 4px;
  padding: 6px 8px;
  text-decoration: none;
  width: 100%;
  height: 32px;
  font-family: MFW-HiraKakuProN-W6;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #6A1800;
}

.review {
  padding: 32px 0;
  gap: 10px;
  isolation: isolate;
  background: #6A1800;
  border-radius: 10px;
  margin: 25px 20px 0;
}

.longevity.longevity-60th-birthday .review {
  background: #C6AF74;
}

.review_title {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background-image: url("/assets/specials/longevity/bg/line.svg");
  background-repeat: no-repeat;
  background-position: -20px bottom;
  padding-bottom: 45px;
  margin-bottom: 10px;
  background-size: 112%;
}

.longevity.longevity-60th-birthday .review_title {
  background-image: url("/assets/specials/longevity/child/bg/line.svg");
  background-repeat: no-repeat;
  background-position: -20px bottom;
  padding-bottom: 45px;
  margin-bottom: 10px;
  background-size: 112%;
}

.review_text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  margin: 0 32px;
  color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: -10px;
}

.review_item {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  margin: 0 32px;
  color: #FFFFFF;
  display: block;
  text-align: right;
}

.review_item a {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: end;
}

.review_item a span:first-child {
  display: block;
  background: #C6AF74;
  border-radius: 14px 0 0 14px;
  padding: 0 7px 0 15px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.15em;
}

.longevity.longevity-60th-birthday .review_item a span:first-child {
  display: block;
  background: #6A1800;
}

.review_item a span:nth-child(2) {
  display: block;
  background: #fff;
  color: #6A1800;
  padding: 0 10px;
  line-height: 28px;
  border-radius: 0 14px 14px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.card {
  min-width: 286px;
  min-height: 364px;
  position: relative;
  width: 76.5%;
}

.longevityListInner {
  width: 100%;
  background: url("/assets/specials/longevity/bg/bg01.gif") repeat center center;
  margin: 0 auto;
  padding: 54px 0 50px;
}

.longevityListInner h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #6A1800;
  margin-bottom: 34px;
}

.longevityListContent {
  margin-top: 20px;
  padding: 0 30px 4px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 30px;
}

.longevityGift_btn {
  margin: 0 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  height: 50px;
  background: #6A1800;
  border-radius: 4px;
  flex: none;
  order: 5;
  flex-grow: 0;
  font-family: MFW-HiraKakuProN-W6;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  color: #FFFFFF;
}

.longevityGift_btn::after {
  content: "";
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("/assets/specials/longevity/icon/arrow03.svg") no-repeat center center;
  background-size: auto;
}

.card::after {
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  z-index: 0;
}

.card::before {
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  z-index: 0;
}

.kanreki::after {
  background: #B01313;
}

.kanreki::before {
  border: 1px solid #B01313;
}

.koki::after {
  background: #653E9A;
}

.koki::before {
  border: 1px solid #653E9A;
}

.kizyu::after {
  background: #4A2C71;
}

.kizyu::before {
  border: 1px solid #4A2C71;
}

.sannzyu::after {
  background: #C7A43A;
}

.sannzyu::before {
  border: 1px solid #C7A43A;
}

.beiju::after {
  background: #E8C547;
}

.beiju::before {
  border: 1px solid #E8C547;
}

.cardInner {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 27px 21px 20px 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cardInner:before {
  content: "";
  position: absolute;
  background: url("/assets/specials/longevity/bg/turtle.svg") no-repeat center center;
  bottom: 23px;
  left: 12px;
  width: 38px;
  height: 36px;
  z-index: 1;
  background-size: cover;
}

.cardInner:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 21px;
  z-index: 1;
  width: 52px;
  height: 50px;
  background: url("/assets/specials/longevity/bg/crane.svg") no-repeat center center;
  background-size: cover;
}

.longevity .cardTitle {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #fff;
}

.longevity .cardTitle h3 {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
}

.longevity .cardTitle .cardMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
}

.longevity .cardText {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 12px;
  padding: 13px 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.longevity .cardText p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #2D3B4E;
  text-align: justify;
}

.longevity .cardLink {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 0 0 auto;
  padding-right: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
}

.longevity .cardLink:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("/assets/specials/longevity/icon/arrow03.svg") no-repeat center center;
  background-size: auto;
}

.longevityMannerInner {
  padding: 54px 15px 50px;
  background: #F4F0E5 url("/assets/specials/longevity/bg/bg02.png") repeat center top;
  background-size: 26px;
}

.accordionItem {
  margin-bottom: 20px;
}

.longevityMannerTitle {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #6A1800;
  margin-bottom: 34px;
}

.accordion_question {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
  height: 59px;
  width: 100%;
  margin: 0;
  background: #5E1800;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: MFW-HiraKakuProN-W6;
  line-height: 30px;
  text-align: left;
  padding: 17px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.accordion_answer {
  display: none;
  font-family: MFW-HiraKakuProN-W4;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 190%;
  color: #2D3B4E;
  background-color: #fff;
  margin: 0;
  padding: 20px;
}
/* howtouse */
.longevity .body-title-s {
  font-family: MFW-HiraKakuProN-W6;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #12243C;
}

.longevity .body-p-s {
  font-family: MFW-HiraKakuProN-W4;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 190%;
  color: #12243C;
}

.longevity .section.section-howtouse {
  position: relative;
  padding: 60px 0;
  background: #F4F0E5 url("/assets/specials/longevity/bg/bg02.png") repeat center top;
  background-size: 26px;
}

.longevity .section-howtouse .section_heading {
  margin-top: 0px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.longevity .section-howtouse .section_title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  color: #6A1800;
  text-align: center;
}

.longevity .howtouse {
  margin: 30px auto 0;
  padding: 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.longevity .howtouse_tabContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.longevity .howtouse_tab {
  width: 50%;
  height: 44px;
  padding: 10px 0;
  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;
  border-bottom: 2px solid #939393;
  cursor: pointer;
}

.longevity .howtouse_tab.active {
  border-radius: 8px 8px 0 0;
  background: #6A1800;
  border-bottom: none;
}

.longevity .howtouse_tab + .howtouse_tab.active {
  background: #B28111;
}

.longevity .howtouse_tab_heading {
  margin: 0;
  color: #ACA08D;
  text-align: center;
}

.longevity .howtouse_tab.active .howtouse_tab_heading {
  color: #fff;
}

.longevity .howtouse_contentsContainer {
  width: 100%;
  padding: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.longevity .howtouse_contents {
  display: none;
}

.longevity .howtouseSlider {
  width: 310px;
  margin-top: 30px;
}

.longevity .howtouse_item {
  width: 310px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.longevity .howtouse_text {
  margin: 10px 0 0;
  min-height: 75px;
}

.longevity .howtouse_contents.active {
  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;
}

.longevity .howtouseSlider_prev, .longevity .howtouseSlider_next {
  cursor: pointer;
  z-index: 1;
}

.longevity .howtouseSlider_prev {
  position: relative;
  left: 20px;
}

.longevity .howtouseSlider_next {
  position: relative;
  right: 20px;
}

.longevity .howtouseSlider_dots {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.longevity .howtouseSlider_dots li {
  width: 8px;
  height: 8px;
  background: #DDD4C5;
  border-radius: 50%;
  cursor: pointer;
}

.longevity .howtouseSlider_dots li:hover, .longevity .howtouseSlider_dots li.slick-active {
  background: #6A1800;
}

.longevity #howtoegift_contents .howtouseSlider_dots li:hover, .longevity #howtoegift_contents .howtouseSlider_dots li.slick-active {
  background: #B28111;
}

.longevity .howtouseSlider_dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.longevity .howtouse_img {
  width: 180px;
  padding: 10px 0;
}

.longevity .howtouse_img img {
  display: block;
  width: 100%;
  height: auto;
}

.longevity .howtouse_heading {
  margin: 0;
  padding: 0;
  text-align: center;
}

.longevitySend {
  background: #F4F0E5 url("/assets/specials/longevity/bg/bg01.gif") repeat center top;
}

.longevitySendInner {
  padding: 54px 20px 50px;
}

.longevitySendInner .sendContainer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}

.longevitySend .sectionTitle {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  margin: 0 0 30px 0;
}

.longevitySend .sectionTitle_ja {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  color: #6A1800;
  text-align: center;
}

.longevitySend .sectionTitle_text {
  margin: 0;
  width: 100%;
  text-align: justify;
  padding: 24px 25px;
  background: #F4F0E5;
  border-radius: 15px;
  position: relative;
  margin-bottom: 13px;
}

.longevitySend .sectionTitle_text:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -13px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #F4F0E5 transparent transparent transparent;
  z-index: 0;
}

.longevitySend .sectionTitle_text p {
  font-family: MFW-HiraKakuProN-W4;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 190%;
  color: #6A1800;
}

.longevitySend .send_img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.longevitySend .send_img img {
  width: 100%;
  vertical-align: bottom;
}

.longevitySend .send_img_price {
  position: absolute;
  bottom: 14px;
  right: 15px;
  font-family: 'Akkurat-Regular', MFW-HiraKakuProN-W6;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.6;
  color: #6A1800;
  padding: 10px 15px;
  background: #F4F0E5;
  border-radius: 20px;
}

.longevitySend .send_heading {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #6A1800;
}

.longevitySend .send_text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  color: #FFFFFF;
}

.longevitySend .send_notice_text {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #6A1800;
}

.longevitySend .send_btn {
  text-align: center;
  line-height: 50px;
  background: #6A1800;
  border-radius: 4px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  flex: none;
  order: 5;
  align-self: stretch;
  flex-grow: 0;
  z-index: 5;
  font-family: MFW-HiraKakuProN-W6;
  align-items: center;
  display: block;
  height: 50px;
  letter-spacing: 0.1em;
}

.longevityNaviFooter .longevityNaviInner {
  padding-bottom: 50px;
  padding-top: 50px;
}
