@charset "UTF-8";
@media screen and (min-width:1920px) {
  /* 1680px以下 */
}
@media screen and (max-width:1440px) {
  /* 1440px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width:1080px) {
  /* 1080px以下 */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  /* 1200x以下 768px以上 */
}
@media screen and (max-width: 1320px) {
  /* 1320px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width: 950px) {
  /* 950px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* root
----------------------------------------------- */
:root {
  --color-bg-dark: #212a47;
  --color-bg-blue: #00155c;
  --color-bg-white: #FFFFFF;
  --color-font-primary: #0e0b09;
  --color-font-gold: #d8b18a;
  --color-font-white: #FFFFFF;
  --color-font-blue: #051242;
  --color-border-gold: #d8b18a;
  --font-jp: "Inter", "Noto Sans JP", sans-serif;
  --font-mincho: "Shippori Mincho", serif;
  --font-base: 400 16px/1.75 var(--font-jp);
  --content-base: 1204px;
}

body {
  color: var(--color-font-primary);
  font: var(--font-base);
  font-optical-sizing: auto;
  letter-spacing: normal;
  font-feature-settings: "palt";
}

/* font
----------------------------------------------- */
.mincho {
  font-family: var(--font-mincho);
}

.en {
  font-family: "EB Garamond", serif;
}

/* text color
----------------------------------------------- */
.grad-gold {
  background-image: linear-gradient(-60deg, #d8b18a 35%, #d6c28a 55%, #efe0d0 60%, #d8b18a 68%, #6c5945);
  background-clip: text;
  color: transparent;
}

/* bg arrow
----------------------------------------------- */
.bg-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 514px;
  background-image: url("/files/user/anniversary/assets/images/bg_arrow.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:1920px) {
  .bg-arrow {
    width: 100vw;
    height: auto;
    aspect-ratio: 960/257;
  }
}

/* indicate
----------------------------------------------- */
.js-indicate.-fade__l2r {
  opacity: 0;
  transform: translateX(-32px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate.-clip__text {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate-start.-fade__l2r {
  opacity: 1;
  transform: translateX(0%);
}
.js-indicate-start.-clip__text {
  clip-path: inset(0%);
}

/* only
----------------------------------------------- */
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.l-wrapper__outer {
  padding: 0 min(110px, 5.7291666667vw);
}
.l-wrapper__inner {
  max-width: var(--content-base);
  margin-inline: auto;
}
.l-wrapper__over {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .l-wrapper__outer {
    padding: 0 14px;
  }
}

.l-container {
  overflow-x: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-image: linear-gradient(-60deg, #005ac8, #001c7b);
  z-index: 100;
}
.l-header__outer {
  padding: 0 25px;
}
.l-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.l-header__logo figure {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header__logo figure img {
  width: 65px;
  height: auto;
}
.l-header__logo figure figcaption {
  color: var(--color-font-white);
  font-size: 14px;
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.l-header__nav__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-header__nav__item {
  position: relative;
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1.875;
}
.l-header__nav__item__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg-white);
  transform: scale(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.3s;
  content: "";
}
.l-header__nav__item__link:hover::after {
  transform: scale(1);
  transform-origin: left;
}
.l-header__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  .l-header__outer {
    padding: 0 16px;
  }
  .l-header__logo figure {
    gap: 8px;
  }
  .l-header__logo figure img {
    width: 55px;
  }
  .l-header__menu {
    gap: 16px;
  }
  .l-header__nav__menu {
    gap: 16px;
  }
  .l-header__nav__item {
    font-size: 14px;
  }
}
@media screen and (max-width:1080px) {
  .l-header {
    padding: 0;
    background: none;
  }
  .l-header__outer {
    padding: 0;
  }
  .l-header__row {
    position: relative;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 14px;
    background-image: linear-gradient(-60deg, #005ac8, #001c7b);
  }
  .l-header__row::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-45deg, #6c5945, #d8b18a 40%, #e8d0b9 50%, #d8b18a 60%, #6c5945);
    content: "";
  }
  .l-header__logo {
    position: relative;
    z-index: 1;
  }
  .l-header__logo figure img {
    width: 50px;
  }
  .l-header__logo figure figcaption {
    font-size: 12px;
  }
  .l-header__menu {
    gap: 6px;
  }
  .l-header__nav {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 21, 92, 0.9);
    transition: height 0.3s;
    overflow: hidden;
  }
  .l-header__nav__menu {
    position: relative;
    padding: 0 16px;
    flex-direction: column;
    gap: 0;
  }
  .l-header__nav__menu::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-45deg, #6c5945, #d8b18a 40%, #e8d0b9 50%, #d8b18a 60%, #6c5945);
    content: "";
  }
  .l-header__nav__item {
    width: 100%;
    font-family: var(--font-mincho);
    font-size: 16px;
    line-height: 1.2;
  }
  .l-header__nav__item__link {
    position: relative;
    width: 100%;
    padding: 22.5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__nav__item__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(1deg, transparent, rgba(169, 141, 93, 0.2) 20%, #a98d5d 50%, rgba(169, 141, 93, 0.1019607843) 80%, transparent);
    content: "";
  }
  .l-header__nav__item__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 10px;
    height: 19px;
    margin: auto;
    background-image: url("/files/user/anniversary/assets/images/pict_navlink.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 10px auto;
    background-color: transparent;
    transform: scale(1);
    transition: none;
    content: "";
  }
  .l-header__nav__item:last-child .l-header__nav__item__link::before {
    content: none;
  }
  .l-header__btns {
    position: relative;
    gap: 6px;
    z-index: 1;
  }
  .l-header__btns .u-btn.-btn-download > a {
    font-size: 0;
  }
  .l-header__btns .u-btn.-btn-download > a::after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--color-font-white);
    font-size: 10px;
    line-height: 1.2;
    background: none;
    content: "資料請求";
  }
}

.l-footer {
  padding: 50px 0 64px;
  background-color: var(--color-bg-blue);
}
.l-footer__logo {
  display: flex;
  justify-content: center;
}
.l-footer__logo img {
  width: 158px;
  height: auto;
}
.l-footer__nav {
  margin-top: 24px;
}
.l-footer__nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.l-footer__nav__item {
  position: relative;
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1.875;
}
.l-footer__nav__item__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg-white);
  transform: scale(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.3s;
  content: "";
}
.l-footer__nav__item__link:hover::after {
  transform: scale(1);
  transform-origin: left;
}
.l-footer__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.l-footer__btn .u-btn > a {
  width: 300px;
  height: 48px;
}
.l-footer__social {
  margin-top: 30px;
}
.l-footer__social__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.l-footer__social__item {
  color: var(--color-font-white);
  font-size: 14px;
}
.l-footer__social__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.3s;
}
.l-footer__social__item__link:hover {
  opacity: 0.6;
}
.l-footer__social__icon {
  background-repeat: no-repeat;
  background-position: top left;
}
.l-footer__social__icon.-fb {
  width: 33px;
  height: 33px;
  background-image: url("/files/user/anniversary/assets/images/icon_fb.svg");
  background-size: 33px auto;
}
.l-footer__social__icon.-youtube {
  width: 36px;
  height: 25px;
  background-image: url("/files/user/anniversary/assets/images/icon_youtube.svg");
  background-size: 36px auto;
}
.l-footer__copyright {
  margin-top: 50px;
  color: #7d839d;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 34px 0 38px;
  }
  .l-footer__logo img {
    width: 120px;
  }
  .l-footer__nav {
    margin-top: 24px;
  }
  .l-footer__nav__menu {
    flex-wrap: wrap;
    gap: 12px 24px;
  }
  .l-footer__nav__item {
    font-size: 14px;
  }
  .l-footer__nav__item__link::after {
    content: none;
  }
  .l-footer__btn {
    margin-top: 20px;
  }
  .l-footer__social__menu {
    flex-direction: column;
    gap: 16px;
  }
  .l-footer__social__item__link:hover {
    opacity: 1;
  }
  .l-footer__social__icon.-fb {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
  .l-footer__social__icon.-youtube {
    width: 28px;
    height: 19px;
    background-size: 28px auto;
  }
  .l-footer__copyright {
    margin-top: 24px;
  }
}

.c-box {
  padding: 2px;
  background-image: linear-gradient(-60deg, #d8b18a 35%, #d6c28a 55%, #efe0d0 60%, #d8b18a 68%, #6c5945);
}
.c-box__inner {
  position: relative;
  padding: 30px 16px;
  background-color: var(--color-bg-blue);
}
.c-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/anniversary/assets/images/bg_pattern.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 54px auto;
  opacity: 0.1;
  pointer-events: none;
}
.c-box__row {
  max-width: 978px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-box__img {
  width: 29.2433537832%;
}
.c-box__img img {
  width: 100%;
  height: auto;
}
.c-box__body {
  width: 67.4846625767%;
}
.c-box__summary {
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.c-box__summary .-gold {
  color: #d8b18a;
}
.c-box__btn {
  margin-top: 26px;
}
.c-box.-card {
  height: 100%;
}
.c-box.-card .c-box__inner {
  height: 100%;
  padding: 0;
}
.c-box.-card .c-box__content {
  position: relative;
  padding: 50px min(30px, 1.5625vw) 28px;
}
.c-box__count {
  position: absolute;
  top: -28.5px;
  right: 0;
  left: 0;
  width: 57px;
  height: 57px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-box__count__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051242;
  border: solid 2px #6c5945;
  transform: rotate(45deg);
}
.c-box__count__label {
  position: relative;
  color: var(--color-font-gold);
  font-size: 36px;
  line-height: 1;
}
.c-box__count.-gold .c-box__count__bg {
  background-image: linear-gradient(-60deg, #6c5945, #d8b18a 37%, #d8b18a 50%, #d8b18a 60%, #6c5945);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-box__count.-gold .c-box__count__bg::before {
  width: 50px;
  height: 50px;
  border: solid 1px #6c5945;
  content: "";
}
.c-box__count.-gold .c-box__count__label {
  color: var(--color-font-primary);
}
.c-box__title {
  color: var(--color-font-white);
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.c-box__title .-gold {
  color: var(--color-font-gold);
}
.c-box__pictset {
  margin-top: 13px;
}
.c-box__pictset__body {
  position: relative;
  margin-top: 17px;
  padding-bottom: 16.5px;
}
.c-box__pictset__body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, rgba(108, 89, 69, 0.1), #d6c28a 50%, rgba(108, 89, 69, 0.1));
  content: "";
}
.c-box__pictset__elem {
  width: 123px;
  height: 123px;
  padding: 2px;
  margin: 0 auto;
  background-image: linear-gradient(-60deg, #d8b18a 35%, #d6c28a 55%, #efe0d0 60%, #d8b18a 68%, #6c5945);
  border-radius: 50%;
}
.c-box__pictset__elem__inner {
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-box__pictset__elem__inner img {
  height: auto;
}
.c-box__pictset__elem.-step01 img {
  width: 55px;
}
.c-box__pictset__elem.-step02 img {
  width: 54px;
}
.c-box__pictset__elem.-step03 img {
  width: 53px;
}
.c-box__pictset__label {
  color: var(--color-font-gold);
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.c-box__text {
  margin-top: 18px;
  color: var(--color-font-white);
  line-height: 2;
  text-align: center;
}
.c-box__lead {
  margin-top: 30px;
  color: var(--color-font-gold);
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-box__inner {
    padding: 24px 20px 100px;
  }
  .c-box__img {
    width: 35.2201257862%;
  }
  .c-box__body {
    width: 60.3773584906%;
  }
  .c-box__summary {
    font-size: 16px;
  }
  .c-box__count {
    top: -27px;
    width: 54px;
    height: 54px;
  }
  .c-box__count__label {
    font-size: 24px;
  }
  .c-box__count.-gold .c-box__count__bg::before {
    width: 36px;
    height: 36px;
  }
  .c-box.-card .c-box__content {
    padding: 34px 20px 36px;
  }
  .c-box__title {
    font-size: 24px;
  }
  .c-box__pictset {
    margin-top: 14px;
  }
  .c-box__pictset__row {
    position: relative;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-box__pictset__row::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(1deg, rgba(108, 89, 69, 0.1), #d6c28a 50%, rgba(108, 89, 69, 0.1));
    content: "";
  }
  .c-box__pictset__head {
    width: 84px;
    flex-shrink: 0;
  }
  .c-box__pictset__body {
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
  }
  .c-box__pictset__body::after {
    content: none;
  }
  .c-box__pictset__elem {
    width: 84px;
    height: 84px;
  }
  .c-box__pictset__elem.-step01 img {
    width: 36px;
  }
  .c-box__pictset__elem.-step02 img {
    width: 36px;
  }
  .c-box__pictset__elem.-step03 img {
    width: 36px;
  }
  .c-box__pictset__label {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  .c-box__text {
    margin-top: 20px;
    font-size: 14px;
  }
  .c-box__lead {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }
}

.p-hero {
  position: relative;
  min-height: 880px;
  height: 100vh;
  height: calc(var(--vh) * 100);
  padding-top: 72px;
  padding-bottom: 50px;
  background-image: url("/files/user/anniversary/assets/images/bg_hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  content: "";
}
.p-hero .l-wrapper__outer {
  position: relative;
  height: 100%;
}
.p-hero__inner {
  height: 100%;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
}
.p-hero__foot {
  margin-top: auto;
}
.p-hero__label {
  position: relative;
  padding-right: 125px;
  padding-bottom: 30px;
  color: var(--color-font-gold);
  font-size: 25px;
  line-height: 1;
  display: inline-flex;
}
.p-hero__label::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, #d8b18a 35%, #d6c28a 55%, #efe0d0 60%, #d8b18a 68%, rgba(108, 89, 69, 0.3019607843));
  content: "";
}
.p-hero__copy {
  margin-top: 33px;
}
.p-hero__copy__label {
  color: var(--color-font-white);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.5);
}
.p-hero__copy__label .kana {
  font-size: 60px;
}
.p-hero__copy__label .gold {
  position: relative;
  display: inline-block;
}
.p-hero__copy__label .gold::after {
  position: absolute;
  top: 2px;
  right: -40px;
  width: 93px;
  height: 46.5px;
  background-image: url("/files/user/anniversary/assets/images/effect.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 93px auto;
  pointer-events: none;
  content: "";
}
.p-hero__summary {
  margin-top: 23px;
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.p-hero__btn {
  margin-top: 33px;
}
.p-hero__leaf {
  position: relative;
  width: 290px;
  height: 115px;
  margin-top: 40px;
  padding: 4px 30px;
  background-image: url("/files/user/anniversary/assets/images/bg_leaf.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-hero__leaf__title {
  position: relative;
  padding-bottom: 10px;
  color: var(--color-font-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.p-hero__leaf__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, transparent, rgba(169, 141, 93, 0.2) 20%, #a98d5d 50%, rgba(169, 141, 93, 0.1019607843) 80%, transparent);
  content: "";
}
.p-hero__leaf__label {
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1;
}
.p-hero__leaf__label .en {
  position: relative;
  margin-right: 10px;
  font-size: 65px;
}
.p-hero__leaf__label .en::after {
  position: absolute;
  top: -45px;
  right: -30px;
  width: 72px;
  height: 144px;
  background-image: url("/files/user/anniversary/assets/images/effect2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72px auto;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-hero {
    min-height: auto;
    padding-bottom: 40px;
    background-image: url("/files/user/anniversary/assets/images/bg_hero_sp.jpg");
    background-position: bottom center;
  }
  .p-hero__inner {
    padding-top: 24px;
    justify-content: flex-end;
  }
  .p-hero__foot {
    margin-top: 0;
  }
  .p-hero__label {
    padding-right: 100px;
    padding-bottom: 14px;
    font-size: 16px;
  }
  .p-hero__copy {
    margin-top: 12px;
  }
  .p-hero__copy__label {
    font-size: 42px;
  }
  .p-hero__copy__label .kana {
    font-size: 34px;
  }
  .p-hero__copy__label .gold::after {
    top: -2px;
    right: -24px;
    width: 62px;
    height: 31px;
    background-size: 62px auto;
  }
  .p-hero__summary {
    margin-top: 11px;
    color: var(--color-font-white);
    font-size: 16px;
  }
  .p-hero__btn {
    margin-top: 15px;
  }
  .p-hero__btn .u-btn > a {
    max-width: 250px;
  }
  .p-hero__leaf {
    width: 200px;
    height: 76px;
    margin-top: 30px;
    padding: 4px 20px;
  }
  .p-hero__leaf__title {
    padding-bottom: 6px;
    font-size: 14px;
  }
  .p-hero__leaf__label {
    font-size: 12px;
  }
  .p-hero__leaf__label .en {
    margin-right: 8px;
    font-size: 42px;
  }
  .p-hero__leaf__label .en::after {
    top: -30px;
    right: -22px;
    width: 48px;
    height: 96px;
    background-size: 48px auto;
  }
}

.p-intro {
  position: relative;
  padding: 60px 0 96px;
  background-image: url("/files/user/anniversary/assets/images/bg_blue.png");
  background-repeat: repeat;
  background-position: top left;
}
.p-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(1deg, transparent, #ffffff);
  content: "";
}
.p-intro__content {
  position: relative;
}
.p-intro__point {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.p-intro__point__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 32px;
}
.p-intro__point__item {
  width: calc(33.3333333333% - 32px + 10.6666666667px);
  display: flex;
  flex-direction: column;
}
.p-intro__point__item__num {
  margin-bottom: -7px;
  color: #212a47;
  font-size: 48px;
  line-height: 1;
}
.p-intro__point__item__title {
  padding: 3px 4px;
  color: var(--color-font-white);
  font-size: 22px;
  font-weight: 700;
  background-color: var(--color-bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-intro__point__item__body {
  padding: 24px 16px;
  text-align: center;
  background-color: var(--color-bg-white);
  flex: auto;
}
.p-intro__point__item__summary {
  font-size: 18px;
  line-height: 1.45;
}
.p-intro__point__item__summary .-gold {
  color: #a28568;
}
.p-intro__msg {
  position: relative;
  max-width: 988px;
  margin: 53px auto 0;
}
.p-intro__msg .bg-arrow {
  margin-top: -60px;
}
.p-intro__msg__human {
  position: absolute;
  top: -196px;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  z-index: 1;
}
.p-intro__msg__human.-man {
  left: 0;
  width: 68px;
  height: 296px;
  background-image: url("/files/user/anniversary/assets/images/man.png");
  background-size: 68px auto;
}
.p-intro__msg__human.-woman {
  right: 0;
  width: 63px;
  height: 313px;
  background-image: url("/files/user/anniversary/assets/images/woman.png");
  background-size: 63px auto;
}
.p-intro__msg__summary {
  position: relative;
  color: var(--color-font-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-intro__msg__summary .-gold {
  color: var(--color-font-gold);
}
.p-intro__box {
  margin-top: 153px;
}
.p-intro__box .c-box {
  position: relative;
}
.p-intro__box .c-box::after {
  position: absolute;
  right: -30px;
  bottom: -10px;
  width: 92px;
  height: 157px;
  background-image: url("/files/user/anniversary/assets/images/elem_intro_01.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 92px auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 25px 0 56px;
  }
  .p-intro__point {
    margin-top: 20px;
  }
  .p-intro__point__row {
    flex-direction: column;
    gap: 10px;
  }
  .p-intro__point__item {
    width: 100%;
  }
  .p-intro__point__item__num {
    margin-bottom: -4px;
    font-size: 32px;
    text-align: center;
  }
  .p-intro__point__item__title {
    font-size: 18px;
  }
  .p-intro__point__item__body {
    padding: 15px 8px;
  }
  .p-intro__point__item__summary {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-intro__msg {
    margin-top: 50px;
  }
  .p-intro__msg .bg-arrow {
    margin-top: -80px;
  }
  .p-intro__msg__human {
    top: -87px;
  }
  .p-intro__msg__human.-man {
    width: 35px;
    height: 152px;
    background-size: 35px auto;
  }
  .p-intro__msg__human.-woman {
    width: 32px;
    height: 157px;
    background-size: 32px auto;
  }
  .p-intro__msg__summary {
    font-size: 18px;
  }
  .p-intro__box {
    margin-top: 120px;
  }
  .p-intro__box .c-box::after {
    right: -10px;
    bottom: -16px;
    width: 36px;
    height: 61px;
    background-size: 36px auto;
  }
  .p-intro__box .c-box__btn {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    width: 320px;
    margin-top: 0;
    margin-inline: auto;
  }
}

.p-concept {
  position: relative;
  padding: 64px 0 96px;
  background-image: url("/files/user/anniversary/assets/images/bg_dark.png");
  background-repeat: repeat;
  background-position: top left;
}
.p-concept::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/anniversary/assets/images/bg_concept.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto;
  content: "";
}
.p-concept__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-concept__layer::before, .p-concept__layer::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto;
  content: "";
}
.p-concept__layer::before {
  top: 0;
  background-image: url("/files/user/anniversary/assets/images/bg_concept-top.png");
}
.p-concept__layer::after {
  bottom: 0;
  background-image: url("/files/user/anniversary/assets/images/bg_concept-bottom.png");
}
.p-concept__content {
  position: relative;
}
.p-concept__body {
  margin-top: 28px;
}
.p-concept__lead {
  color: var(--color-font-white);
  text-align: center;
}
.p-concept__img {
  position: relative;
  margin-top: 10px;
}
.p-concept__img::before {
  position: absolute;
  top: -16.6112956811%;
  right: -12.4584717608%;
  width: 49.8338870432%;
  aspect-ratio: 1/1;
  background-image: url("/files/user/anniversary/assets/images/elem_concept_01.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
  content: "";
}
.p-concept__img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.p-concept__point {
  margin-top: 37px;
}
.p-concept__point__lead {
  color: var(--color-font-white);
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}
.p-concept__point__lead .-gold {
  color: var(--color-font-gold);
}
.p-concept__point__body {
  position: relative;
  margin-top: 73px;
}
.p-concept__point__row {
  display: flex;
  gap: 32px;
}
.p-concept__point__item {
  position: relative;
  width: calc(33.3333333333% - 32px + 10.6666666667px);
}
.p-concept__point__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  width: 38px;
  height: 72px;
  margin: auto;
  background-image: url("/files/user/anniversary/assets/images/step_arrow-r.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 38px auto;
  content: "";
}
.p-concept__deco {
  position: absolute;
  top: -13px;
  left: -22px;
  width: 80px;
  height: 132px;
  background-image: url("/files/user/anniversary/assets/images/elem_concept_02.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 80px auto;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding: 38px 0 56px;
  }
  .p-concept__body {
    margin-top: 15px;
  }
  .p-concept__lead {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-concept__img {
    margin-top: 15px;
  }
  .p-concept__img::before {
    position: absolute;
    top: -12.1037463977%;
    right: -13.6887608069%;
    width: 54.7550432277%;
  }
  .p-concept__point {
    margin-top: 17px;
  }
  .p-concept__point__lead {
    font-size: 18px;
  }
  .p-concept__point__body {
    margin-top: 55px;
  }
  .p-concept__point__row {
    flex-direction: column;
    gap: 54px;
  }
  .p-concept__point__item {
    width: 100%;
  }
  .p-concept__point__item:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 48px;
    height: 25px;
    background-image: url("/files/user/anniversary/assets/images/step_arrow-down.png");
    background-size: 48px auto;
  }
  .p-concept__deco {
    display: none;
  }
}

.p-strengths {
  padding: 64px 0 96px;
  background-image: url("/files/user/anniversary/assets/images/bg_light.png");
  background-repeat: repeat;
  background-position: top left;
}
.p-strengths__body {
  margin-top: 66px;
}
.p-strengths__elem + .p-strengths__elem {
  margin-top: 30px;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__head {
  order: 2;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__body {
  order: 1;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__body .p-strengths__elem__body__inner {
  margin-right: -190px;
  margin-left: auto;
}
.p-strengths__elem__row {
  display: flex;
}
.p-strengths__elem__head {
  position: relative;
  width: 50%;
  z-index: 1;
}
.p-strengths__elem__head picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.p-strengths__elem__head picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-strengths__elem__body {
  width: 50%;
  display: flex;
  align-items: center;
}
.p-strengths__elem__body__inner {
  max-width: 792px;
  width: calc(100% + 170px);
  margin-left: -190px;
  padding: 46px 0;
}
.p-strengths__elem__body .c-box.-card {
  position: relative;
  z-index: 1;
}
.p-strengths__elem__body .c-box.-card .c-box__inner {
  padding: 4px;
}
.p-strengths__elem__body .c-box.-card .c-box__content {
  padding: 40px min(56px, 2.9166666667vw);
  border: solid 1px var(--color-border-gold);
}
.p-strengths__elem__body .c-box.-card .c-box__count {
  right: auto;
  left: 64px;
}
.p-strengths__elem__body .c-box.-card .c-box__title {
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  text-align: left;
}
.p-strengths__elem__body .c-box.-card .c-box__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 420px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, #a98d5d 40%, transparent);
  content: "";
}
.p-strengths__elem__body .c-box.-card .c-box__text {
  margin-top: 12px;
  line-height: 1.75;
  text-align: left;
}
.p-strengths__elem__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  z-index: 1;
}
.p-strengths__elem__deco.-deco1 {
  bottom: 0;
  left: -64px;
  width: 75px;
  height: 148px;
  background-image: url("/files/user/anniversary/assets/images/elem_strengths_01.png");
  background-size: 75px auto;
}
.p-strengths__msg {
  position: relative;
  margin-top: 193px;
}
.p-strengths__msg .bg-arrow {
  margin-top: -60px;
}
.p-strengths__msg__summary {
  position: relative;
  color: var(--color-font-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-strengths__msg__summary .-gold {
  color: var(--color-font-gold);
}
.p-strengths__table {
  margin-top: 170px;
}
.p-strengths__table__content {
  position: relative;
}
.p-strengths__table__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.p-strengths__table__bg span {
  position: relative;
}
.p-strengths__table__bg span:first-child {
  width: 240px;
}
.p-strengths__table__bg span:last-child {
  width: calc(100% - 240px);
}
.p-strengths__table__bg span:last-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: calc(100% + 4px);
  background-image: linear-gradient(-45deg, #6c5945, #d8b18a 40%, #d6c28a 50%, #d8b18a 60%, #6c5945);
  content: "";
}
.p-strengths__table__bg span:last-child::after {
  position: absolute;
  top: -16px;
  left: -68px;
  width: 71px;
  height: 110px;
  background-image: url("/files/user/anniversary/assets/images/elem_strengths_02.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 71px auto;
  z-index: 1;
  pointer-events: none;
  content: "";
}
.p-strengths__table__item:first-child .p-strengths__table__item__head::after, .p-strengths__table__item:last-child .p-strengths__table__item__head::after {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem::after, .p-strengths__table__item:last-child .p-strengths__table__item__elem::after {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__head {
  min-height: auto;
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem {
  min-height: auto;
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem .p-strengths__table__item__elem__inner {
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child {
  min-height: 74px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__label {
  margin-top: -8px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:last-child {
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:last-child .p-strengths__table__item__elem__inner {
  min-height: 48px;
  height: auto;
  width: 100%;
  background-color: var(--color-bg-blue);
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__inner {
  justify-content: center;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label {
  color: var(--color-font-white);
  font-size: 20px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label::before {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label.-l {
  font-size: 24px;
}
.p-strengths__table__item__row {
  display: flex;
}
.p-strengths__table__item__head {
  position: relative;
  width: 240px;
  min-height: 65px;
  padding: 0 14px;
  background-color: var(--color-bg-blue);
}
.p-strengths__table__item__head::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 14px);
  height: 1px;
  margin: auto;
  background-color: #e8d0b9;
  content: "";
}
.p-strengths__table__item__head__inner {
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths__table__item__head__label {
  color: var(--color-font-white);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.p-strengths__table__item__body {
  width: calc(100% - 240px);
}
.p-strengths__table__item__body__row {
  width: 100%;
  height: 100%;
  display: flex;
}
.p-strengths__table__item__elem {
  position: relative;
  width: 50%;
  min-height: 65px;
  padding: 0 14px;
}
.p-strengths__table__item__elem:first-child {
  padding: 0 4px;
}
.p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__inner {
  position: relative;
  background-color: var(--color-bg-white);
}
.p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  margin: auto;
  background-color: var(--color-bg-white);
  content: "";
}
.p-strengths__table__item__elem:last-child {
  background-color: var(--color-bg-white);
}
.p-strengths__table__item__elem::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 14px);
  height: 1px;
  margin: auto;
  background-color: #e8d0b9;
  content: "";
}
.p-strengths__table__item__elem__inner {
  width: 100%;
  height: 100%;
  padding: 0 min(40px, 10.152284264%);
  margin-inline: auto;
  display: flex;
  align-items: center;
}
.p-strengths__table__item__elem__label {
  color: #535869;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths__table__item__elem__label.-l {
  color: #362d23;
  font-size: 20px;
}
.p-strengths__table__item__elem__label::before {
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: top left;
  flex-shrink: 0;
  content: "";
}
.p-strengths__table__item__elem__label.-circle::before {
  width: 34px;
  height: 34px;
  background-image: url("/files/user/anniversary/assets/images/pict_circle.svg");
  background-size: 34px auto;
}
.p-strengths__table__item__elem__label.-triangle::before {
  width: 34px;
  height: 29px;
  background-image: url("/files/user/anniversary/assets/images/pict_triangle.svg");
  background-size: 34px auto;
}
.p-strengths__btn {
  margin-top: 68px;
}
.p-strengths__btn .u-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-strengths {
    padding: 38px 0 56px;
  }
  .p-strengths__body {
    margin-top: 30px;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__head {
    order: 1;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__body {
    order: 2;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__body .p-strengths__elem__body__inner {
    margin-right: 0;
    margin-left: 0;
  }
  .p-strengths__elem__row {
    flex-direction: column;
  }
  .p-strengths__elem__head {
    width: 100%;
  }
  .p-strengths__elem__head picture img {
    position: relative;
    height: auto;
  }
  .p-strengths__elem__body {
    width: 100%;
    padding: 0 14px;
  }
  .p-strengths__elem__body__inner {
    margin-top: -75px;
    margin-left: 0;
    padding: 0;
  }
  .p-strengths__elem__body .c-box.-card .c-box__content {
    padding: 30px 15px 15px;
  }
  .p-strengths__elem__body .c-box.-card .c-box__count {
    right: 0;
    left: 0;
    width: 42px;
    height: 42px;
  }
  .p-strengths__elem__body .c-box.-card .c-box__title {
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .p-strengths__elem__body .c-box.-card .c-box__title::after {
    right: 0;
    margin: auto;
    background-image: linear-gradient(1deg, rgba(108, 89, 69, 0.1), #d6c28a 50%, rgba(108, 89, 69, 0.1));
  }
  .p-strengths__elem__body .c-box.-card .c-box__text {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-strengths__elem__deco {
    bottom: -50px;
    left: -12px;
    width: 37px;
    height: 110px;
    background-image: url("/files/user/anniversary/assets/images/elem_strengths_01_sp.png");
    background-size: 37px auto;
  }
  .p-strengths__msg {
    margin-top: 50px;
  }
  .p-strengths__msg .bg-arrow {
    margin-top: -80px;
  }
  .p-strengths__msg__summary {
    font-size: 18px;
  }
  .p-strengths__table {
    margin-top: 160px;
  }
  .p-strengths__table__bg span:first-child {
    width: 80px;
  }
  .p-strengths__table__bg span:last-child {
    width: calc(100% - 80px);
  }
  .p-strengths__table__bg span:last-child::after {
    top: -8px;
    left: -30px;
    width: 41px;
    height: 64px;
    background-size: 41px auto;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child {
    min-height: 52px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__label {
    margin-top: -6px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem__label {
    font-size: 12px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem__label.-l {
    font-size: 14px;
  }
  .p-strengths__table__item__head {
    width: 80px;
    min-height: 50px;
    padding: 0 4px;
  }
  .p-strengths__table__item__head__label {
    font-size: 12px;
    line-height: 1.3;
  }
  .p-strengths__table__item__body {
    width: calc(100% - 80px);
  }
  .p-strengths__table__item__elem {
    min-height: 50px;
  }
  .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__inner {
    position: relative;
    background-color: var(--color-bg-white);
  }
  .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__inner::after {
    height: 6px;
  }
  .p-strengths__table__item__elem__inner {
    padding: 0 8px;
    justify-content: center;
  }
  .p-strengths__table__item__elem__label {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  .p-strengths__table__item__elem__label.-l {
    font-size: 12px;
  }
  .p-strengths__table__item__elem__label::before {
    content: none;
  }
  .p-strengths__btn {
    margin-top: 36px;
  }
  .p-strengths__btn .u-btn > a {
    max-width: 362px;
  }
}

.p-solutions {
  position: relative;
  padding: 64px 0 96px;
  background-image: url("/files/user/anniversary/assets/images/bg_dark.png");
  background-repeat: repeat;
  background-position: top left;
}
.p-solutions::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/anniversary/assets/images/bg_solutions.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-solutions__head {
  position: relative;
}
.p-solutions__body {
  position: relative;
  margin-top: 90px;
}
.p-solutions__foot .u-btn__set {
  margin-top: 64px;
}
.p-solutions__row {
  margin-top: 30px;
  display: flex;
}
.p-solutions__item {
  width: 33.3333333333%;
}
.p-solutions__item.-item01 .p-solutions__item__wrap {
  background-image: url("/files/user/anniversary/assets/images/bg_solutions_item_01.png");
}
.p-solutions__item.-item02 .p-solutions__item__wrap {
  background-image: url("/files/user/anniversary/assets/images/bg_solutions_item_02.png");
}
.p-solutions__item.-item03 .p-solutions__item__wrap {
  background-image: url("/files/user/anniversary/assets/images/bg_solutions_item_03.png");
}
.p-solutions__item__wrap {
  min-height: 606px;
  height: 100%;
  padding: 32px min(32px, 1.6666666667vw) 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  transition: opacity 0.3s;
}
.p-solutions__item__wrap:hover {
  opacity: 0.6;
}
.p-solutions__item__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-solutions__item__heading {
  position: relative;
  max-width: 345px;
  width: 100%;
  min-height: 45px;
  margin-inline: auto;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-solutions__item__heading::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/anniversary/assets/images/label.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  content: "";
}
.p-solutions__item__heading__label {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
.p-solutions__item__img {
  margin-top: 30px;
}
.p-solutions__item__img img {
  width: 100%;
  height: auto;
}
.p-solutions__item__title {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  color: var(--color-font-gold);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.p-solutions__item__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, rgba(108, 89, 69, 0.1), #d6c28a 50%, rgba(108, 89, 69, 0.1));
  content: "";
}
.p-solutions__item__summary {
  margin-top: 12px;
  margin-bottom: 25px;
  color: var(--color-font-white);
  font-size: 14px;
  line-height: 1.7;
}
.p-solutions__item__link {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.p-solutions__item__link__label {
  color: var(--color-font-gold);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-solutions__item__link__label::after {
  width: 9.5px;
  height: 18px;
  margin-top: -1px;
  background-image: url("/files/user/anniversary/assets/images/step_arrow-r.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 9.5px auto;
  content: "";
}
.p-solutions__box {
  margin-top: 63px;
}
.p-solutions__box .c-box__inner {
  padding: 46px 16px 48px;
}
.p-solutions__box .c-box__content {
  max-width: 813px;
  margin-inline: auto;
}
.p-solutions__box .c-box__row {
  align-items: flex-start;
}
.p-solutions__box .c-box__img {
  width: 21.4022140221%;
}
.p-solutions__box .c-box__body {
  width: 74.7847478475%;
}
.p-solutions__box .c-box__text {
  margin-top: 10px;
  color: var(--color-font-white);
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-solutions {
    padding: 44px 0 42px;
  }
  .p-solutions__body {
    margin-top: 30px;
  }
  .p-solutions__foot .u-btn__set {
    margin-top: 28px;
  }
  .p-solutions__row {
    margin-top: 16px;
    flex-direction: column;
  }
  .p-solutions__item {
    width: 100%;
  }
  .p-solutions__item__wrap {
    min-height: 458px;
    height: 100%;
    padding: 36px 14px 25px;
  }
  .p-solutions__item__wrap:hover {
    opacity: 1;
  }
  .p-solutions__item__heading {
    max-width: 270px;
    min-height: 36px;
  }
  .p-solutions__item__heading__label {
    font-size: 14px;
  }
  .p-solutions__item__img {
    margin-top: 16px;
  }
  .p-solutions__item__title {
    padding-bottom: 15px;
    margin-top: 15px;
    color: var(--color-font-gold);
    font-size: 18px;
  }
  .p-solutions__item__summary {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .p-solutions__item__link__label {
    font-size: 12px;
  }
  .p-solutions__box {
    margin-top: 42px;
  }
  .p-solutions__box .c-box__inner {
    padding: 26px 20px;
  }
  .p-solutions__box .c-box__img {
    width: 36.9636963696%;
  }
  .p-solutions__box .c-box__body {
    width: 59.4059405941%;
  }
  .p-solutions__box .c-box__content {
    position: relative;
    padding-top: 60px;
  }
  .p-solutions__box .c-box__summary {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-solutions__box .c-box__text {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-cases {
  padding: 64px 0 82px;
  background-image: url("/files/user/anniversary/assets/images/bg_light.png");
  background-repeat: repeat;
  background-position: top left;
}
.p-cases__body {
  margin-top: 70px;
}
.p-cases__elem {
  position: relative;
  background-color: #e8d0b9;
}
.p-cases__elem + .p-cases__elem {
  margin-top: 32px;
}
.p-cases__elem::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/anniversary/assets/images/bg_pattern.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 54px auto;
  opacity: 0.3;
  pointer-events: none;
  content: "";
}
.p-cases__elem__inner {
  position: relative;
  padding: 40px min(63px, 5.2325581395%) 54px;
}
.p-cases__elem__head {
  padding-left: 80px;
}
.p-cases__elem__body {
  margin-top: 45px;
}
.p-cases__elem__num {
  position: absolute;
  top: 33px;
  left: 0;
  width: 126px;
  height: 80px;
  padding-left: 26px;
  background-image: url("/files/user/anniversary/assets/images/bg_cases_num.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 126px auto;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.p-cases__elem__num__label {
  margin-top: 1px;
  color: var(--color-font-gold);
  font-size: 43px;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.p-cases__elem__num__label span {
  font-size: 16px;
  letter-spacing: 0.2em;
}
.p-cases__elem__title {
  color: var(--color-font-blue);
  font-size: 24px;
  line-height: 1.5;
}
.p-cases__elem__guest {
  margin-top: 6px;
  color: #6c5945;
  font-size: 18px;
  line-height: 1.5;
}
.p-cases__elem__row {
  display: flex;
  justify-content: space-between;
}
.p-cases__elem__img {
  width: 48.5157699443%;
}
.p-cases__elem__img img {
  width: 100%;
  height: auto;
}
.p-cases__elem__txt {
  width: 48.4693877551%;
  display: flex;
  flex-direction: column;
}
.p-cases__elem__summary {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.7;
}
.p-cases__elem__btn {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.p-cases__elem__btn .u-btn {
  width: 100%;
}
.p-cases__elem__btn .u-btn > a {
  max-width: 380px;
  width: 100%;
  margin-left: auto;
}
.p-cases__deco {
  position: absolute;
  top: -20px;
  right: -16px;
  width: 85px;
  height: 165px;
  background-image: url("/files/user/anniversary/assets/images/elem_cases_01.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 85px auto;
  pointer-events: none;
  z-index: 1;
}
.p-cases__btn {
  margin-top: 64px;
}
.p-cases__btn .u-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:1080px) {
  .p-cases__elem__head {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-cases {
    padding: 38px 0 56px;
  }
  .p-cases__body {
    margin-top: 32px;
  }
  .p-cases__elem + .p-cases__elem {
    margin-top: 11px;
  }
  .p-cases__elem__inner {
    padding: 33px 20px 28px;
  }
  .p-cases__elem__head {
    padding-left: 60px;
  }
  .p-cases__elem__body {
    margin-top: 13px;
  }
  .p-cases__elem__num {
    top: 27px;
    width: 90px;
    height: 57px;
    padding-left: 14px;
    background-image: url("/files/user/anniversary/assets/images/bg_cases_num_sp.png");
    background-size: 90px auto;
  }
  .p-cases__elem__num__label {
    font-size: 32px;
  }
  .p-cases__elem__num__label span {
    font-size: 10px;
  }
  .p-cases__elem__title {
    font-size: 18px;
    line-height: 1.4;
  }
  .p-cases__elem__guest {
    margin-top: 8px;
    font-size: 12px;
  }
  .p-cases__elem__row {
    flex-direction: column;
    gap: 10px;
  }
  .p-cases__elem__img {
    width: 100%;
  }
  .p-cases__elem__txt {
    width: 100%;
  }
  .p-cases__elem__summary {
    margin-bottom: 10px;
  }
  .p-cases__elem__btn {
    justify-content: center;
  }
  .p-cases__elem__btn .u-btn > a {
    max-width: 320px;
    margin-inline: auto;
  }
  .p-cases__deco {
    top: -10px;
    right: -8px;
    width: 33px;
    height: 64px;
    background-size: 33px auto;
  }
  .p-cases__btn {
    margin-top: 28px;
  }
  .p-cases__btn .u-btn > a {
    max-width: 362px;
  }
}

.p-faq {
  padding: 64px 0 100px;
  background-image: url("/files/user/anniversary/assets/images/bg_blue.png");
  background-repeat: repeat;
  background-position: top left;
}
.p-faq__body {
  margin-top: 55px;
}
.p-faq__foot {
  margin-top: 46px;
}
.p-faq__elem {
  background-color: var(--color-bg-white);
}
.p-faq__elem + .p-faq__elem {
  margin-top: 24px;
}
.p-faq__elem__head {
  cursor: pointer;
}
.p-faq__elem__body {
  overflow: hidden;
  transition: height 0.3s;
}
.p-faq__elem__body .p-faq__elem__txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cacfe3;
  content: "";
}
.p-faq__elem__row {
  display: flex;
}
.p-faq__elem__qa {
  width: 72px;
  min-height: 72px;
  padding-top: 16px;
  display: flex;
  justify-content: center;
}
.p-faq__elem__qa__label {
  color: var(--color-font-white);
  font-size: 30px;
  line-height: 1;
}
.p-faq__elem__qa.-q {
  padding-top: 0;
  background-color: var(--color-bg-blue);
  align-items: center;
}
.p-faq__elem__qa.-q .p-faq__elem__qa__label {
  margin-top: -8px;
}
.p-faq__elem__qa.-a {
  background-color: #a28568;
}
.p-faq__elem__txt {
  position: relative;
  width: calc(100% - 72px);
  padding-top: 22.5px;
  padding-right: 80px;
  padding-bottom: 22.5px;
  padding-left: 25px;
}
.p-faq__elem__title {
  font-size: 18px;
  line-height: 1.5;
}
.p-faq__elem__summary {
  font-size: 16px;
  line-height: 1.5;
}
.p-faq__elem__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__elem__icon span {
  position: relative;
  width: 20px;
  height: 20px;
}
.p-faq__elem__icon span::before, .p-faq__elem__icon span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #a28568;
  transition: opacity 0.3s;
  content: "";
}
.p-faq__elem__icon span::before {
  width: 100%;
  height: 2px;
}
.p-faq__elem__icon span::after {
  width: 2px;
  height: 100%;
}
.p-faq__elem.isOpen .p-faq__elem__icon span::after {
  opacity: 0;
}
.p-faq__msg {
  color: #3e424f;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 38px 0 54px;
  }
  .p-faq__body {
    margin-top: 28px;
  }
  .p-faq__foot {
    margin-top: 25px;
  }
  .p-faq__elem + .p-faq__elem {
    margin-top: 14px;
  }
  .p-faq__elem__body .p-faq__elem__txt {
    padding-right: 25px;
  }
  .p-faq__elem__qa {
    width: 42px;
    min-height: 42px;
    padding-top: 16px;
  }
  .p-faq__elem__qa__label {
    font-size: 24px;
  }
  .p-faq__elem__qa.-q .p-faq__elem__qa__label {
    margin-top: -4px;
  }
  .p-faq__elem__txt {
    width: calc(100% - 42px);
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 14px;
  }
  .p-faq__elem__title {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-faq__elem__summary {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-faq__elem__icon {
    width: 50px;
  }
  .p-faq__elem__icon span {
    width: 14px;
    height: 14px;
  }
  .p-faq__msg {
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-cta {
  position: relative;
  padding: 72px 0 80px;
  background-image: url("/files/user/anniversary/assets/images/bg_dark.png");
  background-repeat: repeat;
  background-position: top left;
  border: solid 1px var(--color-border-gold);
}
.p-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/anniversary/assets/images/bg_cta.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  content: "";
}
.p-cta__content {
  position: relative;
}
.p-cta__title {
  color: var(--color-font-gold);
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
.p-cta__summary {
  margin-top: 6px;
  color: var(--color-font-white);
  font-size: 16px;
  text-align: center;
}
.p-cta__btns {
  margin-top: 40px;
}
.p-cta__btns .u-btn__set .u-btn > a {
  min-height: 96px;
}
.p-cta__btns .u-btn__set .u-btn > a .u-btn__label {
  text-align: center;
}
.p-cta__btns .u-btn__set .u-btn > a .u-btn__label .mincho {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.p-cta__deco {
  position: absolute;
  top: -106px;
  right: -40px;
  width: 89px;
  height: 151px;
  background-image: url("/files/user/anniversary/assets/images/elem_cta_01.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 89px auto;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 35px 0 40px;
  }
  .p-cta__title {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-cta__summary {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-cta__btns {
    margin-top: 24px;
  }
  .p-cta__btns .u-btn__set .u-btn > a {
    max-width: 362px;
    min-height: 70px;
  }
  .p-cta__btns .u-btn__set .u-btn > a .u-btn__label .mincho {
    font-size: 18px;
  }
  .p-cta__deco {
    top: -70px;
    right: -10px;
    width: 51px;
    height: 87px;
    background-size: 51px auto;
  }
}

.p-columns {
  padding: 64px 0 82px;
  background-image: url("/files/user/anniversary/assets/images/bg_light.png");
  background-repeat: repeat;
  background-position: top left;
}
.p-columns__body {
  position: relative;
  margin-top: 70px;
}
.p-columns__row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.p-columns__elem {
  width: calc(50% - 32px + 16px);
  min-height: 472px;
}
.p-columns__elem .c-box {
  height: 100%;
  display: block;
  transition: opacity 0.3s;
}
.p-columns__elem .c-box .c-box__inner {
  height: 100%;
  padding: 32px min(32px, 5.4982817869%);
  display: flex;
  flex-direction: column;
}
.p-columns__elem .c-box .c-box__head {
  position: relative;
}
.p-columns__elem .c-box .c-box__img {
  width: 100%;
}
.p-columns__elem .c-box .c-box__summary {
  position: relative;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-size: 20px;
}
.p-columns__elem .c-box .c-box__summary::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, rgba(108, 89, 69, 0.1), #d6c28a 50%, rgba(108, 89, 69, 0.1));
  content: "";
}
.p-columns__elem .c-box .c-box__link {
  position: relative;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.p-columns__elem .c-box .c-box__link__label {
  color: var(--color-font-gold);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-columns__elem .c-box .c-box__link__label::after {
  width: 9.5px;
  height: 18px;
  margin-top: -1px;
  background-image: url("/files/user/anniversary/assets/images/step_arrow-r.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 9.5px auto;
  content: "";
}
.p-columns__elem .c-box:hover {
  opacity: 0.6;
}
.p-columns__btn {
  margin-top: 64px;
}
.p-columns__btn .u-btn {
  display: flex;
  justify-content: center;
}
.p-columns__deco {
  position: absolute;
  bottom: -75px;
  left: -84px;
  width: 106px;
  height: 177px;
  background-image: url("/files/user/anniversary/assets/images/elem_columns_01.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 106px auto;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-columns {
    padding: 38px 0 56px;
  }
  .p-columns__body {
    margin-top: 32px;
  }
  .p-columns__row {
    flex-direction: column;
    gap: 20px;
  }
  .p-columns__elem {
    width: 100%;
    min-height: 309px;
  }
  .p-columns__elem .c-box .c-box__inner {
    padding: 20px;
  }
  .p-columns__elem .c-box .c-box__summary {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .p-columns__elem .c-box .c-box__link__label {
    font-size: 12px;
  }
  .p-columns__elem .c-box:hover {
    opacity: 1;
  }
  .p-columns__btn {
    margin-top: 28px;
  }
  .p-columns__btn .u-btn > a {
    max-width: 362px;
  }
  .p-columns__deco {
    bottom: -26px;
    left: -8px;
    width: 42px;
    height: 71px;
    background-size: 42px auto;
  }
}

.u-btn > a {
  position: relative;
  width: 380px;
  min-height: 64px;
  padding: 4px 30px;
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1.2;
  background-color: var(--color-bg-blue);
  border: solid 1px var(--color-border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.u-btn > a::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 8px;
  height: 16px;
  margin: auto;
  background-image: url("/files/user/anniversary/assets/images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 8px auto;
  content: "";
}
.u-btn > a:hover {
  opacity: 0.6;
}
.u-btn.-gold > a {
  color: var(--color-font-primary);
  background-image: linear-gradient(-45deg, #6c5945, #d8b18a 40%, #e8d0b9 50%, #d8b18a 60%, #6c5945);
}
.u-btn.-s > a {
  width: 220px;
  min-height: 48px;
}
.u-btn.-pict > a {
  padding: 4px;
  gap: 4px;
}
.u-btn.-pict > a::after {
  content: none;
}
.u-btn.-rich > a {
  width: 100%;
  min-height: 84px;
  padding-right: 60px;
  padding-left: min(40px, 6.8259385666%);
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 400;
  justify-content: flex-start;
}
.u-btn.-rich > a::after {
  right: 30px;
  width: 16px;
  height: 30px;
  background-image: url("/files/user/anniversary/assets/images/icon_arrow-rich.png");
  background-size: 16px auto;
}
@media screen and (max-width: 1280px) {
  .u-btn.-s > a {
    width: 180px;
    min-height: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width:1080px) {
  .u-btn.-s > a {
    width: 64px;
    min-height: 68px;
    font-size: 10px;
  }
  .u-btn.-pict > a {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .u-btn > a {
    position: relative;
    max-width: 320px;
    width: 100%;
    min-height: 52px;
    padding: 4px 20px;
    font-size: 12px;
  }
  .u-btn > a::after {
    right: 8px;
    width: 6px;
    height: 11px;
    background-size: 6px auto;
  }
  .u-btn > a:hover {
    opacity: 1;
  }
  .u-btn.-rich > a {
    max-width: 347px;
    min-height: 56px;
    padding-right: 32px;
    padding-left: 14px;
    font-size: 18px;
  }
  .u-btn.-rich > a::after {
    right: 14px;
    width: 10px;
    height: 19px;
    background-size: 10px auto;
  }
}

.u-btn__set {
  display: flex;
  gap: 32px;
}
.u-btn__set .u-btn {
  width: calc(50% - 32px + 16px);
}
.u-btn__set .u-btn > a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .u-btn__set {
    flex-direction: column;
    gap: 14px;
  }
  .u-btn__set .u-btn {
    width: 100%;
  }
  .u-btn__set .u-btn > a {
    margin-inline: auto;
  }
}

.u-hamburger {
  display: none;
}
@media screen and (max-width:1080px) {
  .u-hamburger {
    width: 52px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .u-hamburger__btn {
    position: relative;
    width: 29px;
    height: 18px;
  }
  .u-hamburger__btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-border-gold);
    transition: 0.3s;
  }
  .u-hamburger__btn span:nth-child(1) {
    top: 0;
  }
  .u-hamburger__btn span:nth-child(2) {
    top: 8.5px;
  }
  .u-hamburger__btn span:nth-child(3) {
    bottom: 0;
  }
  .u-hamburger__btn.isOpen span:nth-child(1) {
    transform: translateY(8.5px) rotate(-45deg);
  }
  .u-hamburger__btn.isOpen span:nth-child(2) {
    opacity: 0;
  }
  .u-hamburger__btn.isOpen span:nth-child(3) {
    transform: translateY(-8.5px) rotate(45deg);
  }
}

.u-heading__elem {
  display: flex;
  justify-content: center;
}
.u-heading__elem__tex {
  position: relative;
  min-height: 81.5px;
  padding: 0 82px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.u-heading__elem__tex::before, .u-heading__elem__tex::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 66px;
  height: 81px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 66px auto;
  content: "";
}
.u-heading__elem__tex::before {
  left: 0;
  background-image: url("/files/user/anniversary/assets/images/heading_elem-l.png");
}
.u-heading__elem__tex::after {
  right: 0;
  background-image: url("/files/user/anniversary/assets/images/heading_elem-r.png");
}
.u-heading__elem__label {
  color: var(--color-font-blue);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.u-heading__elem .-s {
  font-size: 24px;
}
.u-heading__elem .-gold {
  color: #a28568;
}
.u-heading__elem .-white {
  color: var(--color-font-white);
}
.u-heading__l2 {
  text-align: center;
}
.u-heading__l2__label {
  color: #514334;
  font-size: 16px;
  line-height: 1.2;
}
.u-heading__l2__title {
  margin-top: 12px;
  font-size: 96px;
  line-height: 1;
  overflow-wrap: break-word;
}
.u-heading__l2__lead {
  margin-top: 24px;
  color: #001c7b;
  font-size: 36px;
  line-height: 1.3;
}
.u-heading__l2.-dark .u-heading__l2__label {
  color: var(--color-font-white);
}
.u-heading__l2.-dark .u-heading__l2__lead {
  color: var(--color-font-gold);
}
@media screen and (max-width: 767px) {
  .u-heading__elem__tex {
    min-height: 38px;
    padding: 0 38px;
  }
  .u-heading__elem__tex::before, .u-heading__elem__tex::after {
    width: 31px;
    height: 38px;
    background-size: 31px auto;
  }
  .u-heading__elem__label {
    font-size: 19px;
    line-height: 1.1;
  }
  .u-heading__elem .-s {
    font-size: 14px;
  }
  .u-heading__l2__label {
    font-size: 12px;
  }
  .u-heading__l2__title {
    margin-top: 14px;
    font-size: 54px;
  }
  .u-heading__l2__lead {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.4;
  }
  .u-heading__l2.-dark .u-heading__l2__label {
    color: var(--color-font-white);
  }
  .u-heading__l2.-dark .u-heading__l2__lead {
    color: var(--color-font-gold);
  }
}

.u-pict {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 32px auto;
}
.u-pict.-download {
  background-image: url("/files/user/anniversary/assets/images/pict_download.svg");
}
.u-pict.-mail {
  background-image: url("/files/user/anniversary/assets/images/pict_mail.svg");
}

.u-pagetop {
  position: fixed;
  right: 20px;
  bottom: 35px;
  width: 48px;
  height: 48px;
  background-color: #333;
  background-image: url("/files/user/anniversary/assets/images/page_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  border-radius: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, background 0.4s, opacity 0.4s;
  cursor: pointer;
  z-index: 1000;
}
.u-pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media (any-hover:hover) {
  .u-pagetop:hover {
    background-color: #cc0000;
  }
}
@media screen and (max-width: 767px) {
  .u-pagetop {
    display: none;
  }
}

/* Foundation
----------------------------------------------- */
/* Layout
----------------------------------------------- */
/* Object
----------------------------------------------- */
/* component */

/*# sourceMappingURL=style.css.map */
