html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 100%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

:root {
  --header-height: 70px;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 120px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  overflow-x: hidden;
}
html.is-open {
  overflow: hidden;
}

body {
  color: #000;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: clip;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-top: 4px solid;
  background-color: #fff;
  border-image: linear-gradient(90deg, #eb6d56 0%, #e53528 100%) 1;
  box-shadow: 6px 0 7px 0 #ccc;
}
@media only screen and (min-width: 768px) {
  .l-header {
    border: none;
    display: flex;
  }
}

.l-contents {
  overflow: hidden;
}

.l-contents--news {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), url(../img/bg_news.jpg);
  background-repeat: no-repeat, repeat;
  background-size: 100% 600px, 77px 40px;
  background-position: 0 100%, 0 0;
  position: relative;
}

@media only screen and (min-width: 1116px) {
  .l-contents--news-list::before {
    content: "";
    position: absolute;
    top: 1000px;
    right: 0;
    background-image: url(../img/bg_section.png);
    width: 41px;
    height: 160px;
  }
}

.l-footer {
  font-family: "Poppins", sans-serif;
}

.l-container {
  margin-inline: auto;
  max-width: calc(1116px + 40px);
  padding: 0 4%;
}
@media only screen and (min-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-container--detail {
  max-width: 824px;
}
@media only screen and (min-width: 900px) {
  .l-container--detail {
    position: relative;
  }
  .l-container--detail::before, .l-container--detail::after {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
  }
  .l-container--detail::before {
    top: -110px;
    left: -213px;
    width: 213px;
    height: 4060px;
    background-image: url(../img/bg_detail01.svg);
  }
  .l-container--detail::after {
    top: 500px;
    right: -196px;
    width: 196px;
    height: 2436px;
    background-image: url(../img/bg_detail02.svg);
  }
}
@media only screen and (min-width: 1116px) {
  .l-container--detail::before {
    left: calc(50% - 50vw - 50px);
  }
  .l-container--detail::after {
    right: calc(50% - 50vw - 50px);
  }
}
@media only screen and (min-width: 1366px) {
  .l-container--detail::before {
    left: calc(50% - 50vw);
  }
  .l-container--detail::after {
    right: calc(50% - 50vw);
  }
}

.l-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (min-width: 768px) {
  .l-grid {
    flex-direction: row;
  }
}
.l-grid > * {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-grid > *.l-grid__item45p {
    width: 45%;
  }
}

.l-grid--0 {
  gap: 0;
}

@media only screen and (min-width: 768px) {
  *[class*=l-grid--col] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
  .l-grid--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #eb6d56 0%, #e53528 100%);
  min-height: 120px;
  padding: 1em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) {
  .c-page-header {
    min-height: 200px;
  }
}

.c-page-header__title {
  line-height: 1.2;
  font-family: "Hina Mincho", serif;
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .c-page-header__title {
    font-size: 2.3125rem;
  }
}

.c-page-header__date {
  font-family: "Poppins", sans-serif;
}

.c-section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5em;
  background-image: url(../img/bg_section_title.png);
  background-size: contain;
  background-position: 100% 0;
  min-height: 108px;
  margin-block: 1.5em;
}
@media only screen and (min-width: 1116px) {
  .c-section-title {
    background: none;
    position: relative;
    margin-block: 5em;
  }
  .l-contents--news-list .c-section-title::after {
    content: "";
    position: absolute;
    bottom: -213px;
    left: -80px;
    background-image: url(../img/bg_section_title.png);
    width: 30px;
    height: 193px;
    background-size: cover;
  }
}

.c-section-title__en {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  color: #caa36a;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 4.625rem;
  }
}

.c-section-title__en--small {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .c-section-title__en--small {
    font-size: 4.625rem;
  }
}

.c-section-title__jp {
  font-family: "Hina Mincho", serif;
  font-size: 1.5rem;
  color: #fff;
  background-color: #caa36a;
  width: 245px;
  line-height: 1.3;
  padding-inline: 0.2em;
}
@media only screen and (min-width: 768px) {
  .c-section-title__jp {
    letter-spacing: -0.05em;
    font-size: 2.3125rem;
    width: 346px;
  }
}

.c-txt-link {
  display: grid;
  grid-gap: 0 5px;
  gap: 0 5px;
  align-items: center;
  width: max-content;
}
@media (hover: hover) {
  .c-txt-link:where(:any-link, :enabled):hover::after {
    transform-origin: left top;
    transform: scale(0);
  }
}
.c-txt-link::after {
  grid-row: 2;
  content: "";
  height: 1px;
  background-color: #000;
  transform: scale(1);
  transform-origin: right;
  transition: transform 0.5s;
}

.c-txt-ext::before {
  content: "";
  background-image: url(../img/bg_extlink.svg);
  background-size: contain;
  width: 10px;
  height: 10px;
  grid-row: 1;
  grid-column: 2;
}

.c-text-main-color {
  color: #e53528;
}

.c-text-bg-color {
  color: #caa36a;
}

.c-txt-nolink {
  pointer-events: none;
}

.c-btn {
  width: 100%;
  max-width: max-content;
  min-width: 264px;
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  grid-gap: 0.5em;
  gap: 0.5em;
  padding: 0.5em 0.5em 0.5em 2em;
  border: 1px solid;
  border-radius: 65px;
  font-size: 1.0625rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .c-btn {
    max-width: 346px;
    transition: color 0.5s background-color 0.5s;
  }
  .c-btn:focus:not(:focus-visible) {
    outline: 0;
  }
}
@media (hover: hover) {
  .c-btn:where(:any-link, :enabled):hover {
    background-color: #000;
    color: #fff;
  }
  .c-btn:where(:any-link, :enabled):hover::after {
    background-image: url(../img/arrow_btn_hov.svg);
  }
}
.c-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/arrow_btn.svg);
  background-size: cover;
  border-radius: 50%;
}

.c-btn--02 {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #eb6d56 0%, #e53528 100%);
  border: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-btn--02 {
    grid-template-columns: 1fr 43px;
    min-height: 65px;
  }
}
@media (hover: hover) {
  .c-btn--02:where(:any-link, :enabled):hover {
    border: 1px solid #e53528;
    background: #fff;
    color: #e53528;
  }
  .c-btn--02:where(:any-link, :enabled):hover::after {
    background-image: url(../img/arrow_btn02_hov.svg);
  }
}
.c-btn--02::after {
  background-color: #fff;
  background-image: url(../img/arrow_btn02.svg);
}
@media only screen and (min-width: 768px) {
  .c-btn--02::after {
    width: 43px;
    height: 43px;
  }
}

.c-list {
  margin: 1em 0;
}
.c-list li {
  padding-left: 1em;
  position: relative;
}
.c-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.c-list-num {
  counter-reset: ol_li;
  margin: 1em 0;
}
.c-list-num li {
  padding-left: 1em;
  position: relative;
}
.c-list-num li::before {
  font-weight: bold;
  content: counter(ol_li) ". ";
  counter-increment: ol_li;
  position: absolute;
  inset: 0 auto auto 0;
  margin: auto;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border: solid #707070;
  border-width: 1px 1px 0 0;
}
.c-table th,
.c-table td {
  border: solid #707070;
  border-width: 0 0 1px 1px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .c-table th {
    vertical-align: top;
  }
}

.c-table--resp th,
.c-table--resp td {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-table--resp th,
  .c-table--resp td {
    display: table-cell;
  }
}

.c-media {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.c-media iframe,
.c-media object,
.c-media video,
.c-media embed {
  width: 100%;
  height: 100%;
}

.c-media--mov {
  aspect-ratio: 16/9;
}

.p-news-list {
  border-top: 1px solid #caa36a;
}

.p-news-list__link {
  border-bottom: 1px solid #caa36a;
  padding: 1em 0.8em;
  display: grid;
  grid-template-columns: 1fr 37px;
  grid-gap: 0 0.5em;
  gap: 0 0.5em;
}
.p-news-list__link:not(a) {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .p-news-list__link {
    padding: 2em 2.53em;
    grid-template-columns: 1fr 57px;
  }
}
@media (hover: hover) {
  .p-news-list__link:where(:any-link, :enabled):hover::after {
    background-image: url(../img/arrow_news_hov.svg);
    transition: 0.5s;
  }
}
.p-news-list__link[href]::after {
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(../img/arrow_news.svg);
  background-size: cover;
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
}
@media only screen and (min-width: 768px) {
  .p-news-list__link[href]::after {
    width: 57px;
    height: 57px;
  }
}

.p-news-list__title {
  line-height: 1.5;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .p-news-list__title {
    font-size: 1.5rem;
  }
}

.p-news-list__date {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) {
  .p-news-list__date {
    font-size: 1.25rem;
  }
}

.p-ap-list__item {
  position: relative;
}
.p-ap-list--02 .p-ap-list__item:nth-child(even)::before, .p-ap-list--02 .p-ap-list__item:nth-child(even)::after,
.p-ap-list--02 .p-ap-list__item:nth-child(even) .p-ap-list__inner::before,
.p-ap-list--02 .p-ap-list__item:nth-child(even) .p-ap-list__inner::after {
  background-image: url(../img/bg_ap02.svg);
}
.p-ap-list__item::before, .p-ap-list__item::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/bg_ap01.svg);
  background-size: cover;
}
.p-ap-list__item::before {
  left: 0;
  top: 0;
}
.p-ap-list__item::after {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}

.p-ap-list__inner {
  position: relative;
  height: 100%;
}
.p-ap-list__inner::before, .p-ap-list__inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/bg_ap01.svg);
  background-size: cover;
}
.p-ap-list__inner::before {
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}
.p-ap-list__inner::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.p-ap-list__link {
  border: 2px solid #e53528;
  clip-path: polygon(31px 0, calc(100% - 31px) 0, 100% 31px, 100% calc(100% - 31px), calc(100% - 31px) 100%, 31px 100%, 0 calc(100% - 31px), 0 31px);
  background-color: #fff;
  display: grid;
  grid-gap: 0.5em;
  gap: 0.5em;
  padding: 1em 1em 2em;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-ap-list__link {
    padding: 1.5em 1.5em 2em;
  }
}
@media (hover: hover) {
  .p-ap-list__link:where(:any-link, :enabled):hover .p-ap-list__more {
    color: #e53528;
  }
  .p-ap-list__link:where(:any-link, :enabled):hover .p-ap-list__more::after {
    background-color: #e53528;
  }
}
.p-ap-list--02 .p-ap-list__item:nth-child(even) .p-ap-list__link {
  border: 2px solid #caa36a;
}

.p-ap-list__title {
  font-size: 1rem;
}

.p-ap-list__fig {
  grid-row: 1;
  display: grid;
  place-items: center;
}
.p-ap-list__fig img[src$=".jpg"] {
  border-radius: 1em;
  border: 1px solid #ccc;
  width: 100%;
}

.p-ap-list__link--logo_100th img {
  width: 55%;
}

.p-ap-list__more {
  text-transform: uppercase;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .p-ap-list__more {
    font-size: 0.8125rem;
    margin-top: auto;
  }
}
.p-ap-list__more::after {
  content: "";
  display: block;
  height: 1px;
  width: 160px;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .p-ap-list__more::after {
    max-width: 236px;
    transition: 0.5s;
  }
}

.p-header {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 70px;
  line-height: 1;
  padding: 0 10px 0 15px;
}
@media only screen and (min-width: 768px) {
  .p-header {
    gap: min(30px, 2.196vw);
    padding: min(20px, 1.4vw) min(55px, 4vw);
    height: 120px;
    width: 100%;
    max-width: 1366px;
    margin-inline: auto;
  }
}

.p-header-logo {
  display: flex;
  align-items: center;
  width: 178px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-header-logo {
    width: min(245px, 18vw);
  }
}

.p-header-logo-100th {
  width: 60px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-header-logo-100th {
    width: min(85px, 6vw);
  }
}

.p-menuBtn {
  margin-left: auto;
  flex: 0 0 auto;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: linear-gradient(0deg, #eb6d56 0%, #e53528 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-menuBtn {
    display: none;
  }
}
.p-menuBtn::after {
  line-height: 1;
  content: "menu";
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #fff;
}
.p-menuBtn[aria-expanded=true] .p-menuBtn__item {
  background-color: transparent;
}
.p-menuBtn[aria-expanded=true] .p-menuBtn__item::before {
  transform: translateY(6px) rotate(-45deg);
}
.p-menuBtn[aria-expanded=true] .p-menuBtn__item::after {
  transform: translateY(-6px) rotate(45deg);
}

.p-menuBtn__wrap {
  height: 26px;
}

.p-menuBtn__item {
  position: relative;
  display: block;
  top: 13px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
}
.p-menuBtn__item::before, .p-menuBtn__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  transition: 0.5s;
  background-color: #fff;
}
.p-menuBtn__item::before {
  top: -6px;
}
.p-menuBtn__item::after {
  bottom: -6px;
}

.p-gnav {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 70px;
  width: 100%;
  height: calc(100dvh - 70px);
  background-color: #fff;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p-gnav {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    left: inherit;
    top: inherit;
    max-width: 820px;
    height: auto;
    padding-top: 0;
    margin-left: auto;
  }
}

.p-gnav__list {
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media only screen and (min-width: 768px) {
  .p-gnav__list {
    height: auto;
    overflow-y: inherit;
    flex-direction: inherit;
    justify-content: space-between;
    gap: min(35px, 2vw);
  }
}

.p-gnav__item {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-gnav__item {
    flex: 0 0 auto;
  }
}

.p-gnav__link {
  font-size: 1.1875rem;
  font-weight: 500;
  position: relative;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .p-gnav__link {
    font-size: clamp(1rem, 1.7vw, 1.1875rem);
  }
}
@media (hover: hover) {
  .p-gnav__link:where(:any-link, :enabled):hover::after {
    transform-origin: left top;
    transform: scale(0);
  }
}
.p-gnav__link::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #000;
  transform: scale(1);
  transform-origin: right;
  transition: transform 0.5s;
}

.p-footer__upper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 80px;
  background-image: url(../img/bg_footer.jpg);
  background-size: 375px;
  background-position: 50% 100%;
}
@media only screen and (min-width: 768px) {
  .p-footer__upper {
    max-width: 1366px;
    margin-inline: auto;
    gap: 10px;
    justify-content: inherit;
    padding: 110px 50px 30px;
    background-size: inherit;
    background-position: right 30px bottom;
  }
}

.p-footer__logo {
  width: 205px;
}
@media only screen and (min-width: 768px) {
  .p-footer__logo {
    width: 257px;
    margin-right: 20px;
  }
}

.p-footer__link {
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: grid;
  grid-gap: 0 5px;
  gap: 0 5px;
  align-items: center;
}
@media (hover: hover) {
  .p-footer__link:where(:any-link, :enabled):hover::after {
    transform-origin: left top;
    transform: scale(0);
  }
}
.p-footer__link::before {
  content: "";
  background-image: url(../img/bg_extlink.svg);
  background-size: contain;
  width: 10px;
  height: 10px;
  grid-row: 1;
  grid-column: 2;
}
.p-footer__link::after {
  grid-row: 2;
  content: "";
  height: 1px;
  background-color: #000;
  transform: scale(1);
  transform-origin: right;
  transition: transform 0.5s;
}

.p-footer__instagram {
  width: 46px;
}

.p-footer__small {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  background-image: url();
  background: linear-gradient(90deg, #eb6d56 0%, #e53528 100%);
  font-size: 0.875rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-footer__small {
    font-size: 1rem;
  }
}

.p-footer__pagetop {
  opacity: 0;
  transition: 0.5s;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(180deg, #e53528 0%, #eb6d56 80.5625%);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  z-index: 2;
}
.p-footer__pagetop::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  top: 3px;
  left: 3px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-footer__pagetop {
    right: 30px;
    bottom: 30px;
  }
}
.is-scroll .p-footer__pagetop {
  opacity: 0.8;
  visibility: visible;
}
.p-footer__pagetop img {
  width: 20px;
  height: 20px;
}

.p-top-swiper {
  position: relative;
  margin: 2em auto;
  padding-bottom: 50px;
  width: 273px;
}
@media only screen and (min-width: 768px) {
  .p-top-swiper {
    width: 100%;
  }
}
@media only screen and (min-width: 1116px) {
  .p-top-swiper {
    margin-block: 3em 0;
  }
}
.p-top-swiper .swiper-slide {
  height: auto;
}
.p-top-swiper .swiper-button-prev,
.p-top-swiper .swiper-button-next {
  bottom: -10px;
  top: inherit;
  color: #e53528;
  transition: 0.5s;
}
@media only screen and (min-width: 1116px) {
  .p-top-swiper .swiper-button-prev,
  .p-top-swiper .swiper-button-next {
    bottom: -55px;
  }
  .p-top-swiper .swiper-button-prev:hover,
  .p-top-swiper .swiper-button-next:hover {
    color: #fff;
  }
  .p-top-swiper .swiper-button-prev:hover::before,
  .p-top-swiper .swiper-button-next:hover::before {
    background-color: #e53528;
  }
}
.p-top-swiper .swiper-button-prev::before,
.p-top-swiper .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  border: 3px solid #e53528;
  border-radius: 50%;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .p-top-swiper .swiper-button-prev::before,
  .p-top-swiper .swiper-button-next::before {
    width: 55px;
    height: 55px;
  }
}
.p-top-swiper .swiper-button-prev::after,
.p-top-swiper .swiper-button-next::after {
  z-index: 1;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .p-top-swiper .swiper-button-prev::after,
  .p-top-swiper .swiper-button-next::after {
    font-size: 1.375rem;
  }
}
.p-top-swiper .swiper-button-prev {
  left: -25px;
}
@media only screen and (min-width: 768px) {
  .p-top-swiper .swiper-button-prev {
    left: 8%;
  }
}
@media only screen and (min-width: 1116px) {
  .p-top-swiper .swiper-button-prev {
    left: -10px;
  }
}
.p-top-swiper .swiper-button-next {
  right: -25px;
}
@media only screen and (min-width: 768px) {
  .p-top-swiper .swiper-button-next {
    right: 8%;
  }
}
@media only screen and (min-width: 1116px) {
  .p-top-swiper .swiper-button-next {
    right: 375px;
  }
}
.p-top-swiper .swiper-scrollbar {
  width: 217px;
  height: 3px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .p-top-swiper .swiper-scrollbar {
    width: 70%;
  }
}
@media only screen and (min-width: 1116px) {
  .p-top-swiper .swiper-scrollbar {
    width: 570px;
    left: 26px;
    bottom: -35px;
    margin-left: 30px;
  }
}
.p-top-swiper .swiper-scrollbar-drag {
  background-color: #e53528;
}

.p-top .c-section-title__jp {
  width: 180px;
}
@media only screen and (min-width: 768px) {
  .p-top .c-section-title__jp,
  .p-top .c-btn:not(.c-btn--02) {
    width: 265px;
  }
}

.p-top-sec1 {
  font-family: "Hina Mincho", serif;
  font-size: 4vw;
  text-align: center;
  letter-spacing: 0.2em;
  background-image: url(../img/top/bg_sec01_sp.png);
  background-size: cover;
  height: 116.267vw;
  display: grid;
  justify-items: center;
  align-content: center;
  grid-gap: 0.5em;
  gap: 0.5em;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-top-sec1 {
    font-size: 1.977vw;
    background-image: url(../img/top/bg_sec01.png);
    height: 57.467vw;
    grid-template-rows: 25.622vw 1fr;
    padding-top: 4.612vw;
    gap: 2em;
  }
}
.p-top-sec1 h1 {
  width: 44.8vw;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-top-sec1 h1 {
    width: 26.354vw;
  }
}
.p-top-sec1 img {
  width: 100%;
}
.p-top-sec1 p {
  z-index: 1;
}
.p-top-sec1 span {
  font-size: 2.853vw;
}
@media only screen and (min-width: 768px) {
  .p-top-sec1 span {
    font-size: 1.369vw;
  }
}

.p-top-sec2 {
  background-image: url(../img/bg_news.jpg);
  background-repeat: repeat;
  background-size: 77px 40px;
  margin-top: -8vw;
  padding-block: 14.667vw 5em;
}
@media only screen and (min-width: 900px) {
  .p-top-sec2 {
    background-image: url(../img/bg_section.png), url(../img/bg_news.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 40px 160px, 77px 40px;
    background-position: 0 100px, 0 0;
    padding-block: 10.542vw 11em;
    position: relative;
  }
  .p-top-sec2::before {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    background-image: url(../img/top/bg_sec02.svg);
    width: 201px;
    height: 439px;
    bottom: 200px;
  }
}
.p-top-sec2 > * {
  position: relative;
}

.p-top-sec3 {
  background: linear-gradient(0deg, #eb6d56 0%, #e53528 66%);
  padding-block: 2em 3em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-sec3 {
    padding-block: 1em 4em;
  }
  .p-top-sec3::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #e53528;
    left: 0;
    top: -49px;
    clip-path: url(#topCurve);
  }
}
.p-top-sec3::after {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background-image: url(../img/top/txt_sec03.png);
  background-size: cover;
  background-position: 50%;
  width: 368px;
  height: 58px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec3::after {
    width: 822px;
    max-width: 100%;
    height: 131px;
    top: -6em;
  }
}

.p-top-sec3__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-sec3__inner {
    max-width: 1268px;
    padding: 0 20px;
  }
}
.p-top-sec3__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -75px;
  left: -70px;
  z-index: 2;
  background-image: url(../img/top/bg_sec04_01.svg);
  background-size: cover;
  width: 205px;
  height: 67px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec3__inner::before {
    bottom: -100px;
    left: -130px;
    width: 357px;
    height: 117px;
  }
}

.p-top-sec4 {
  background-image: url(../img/bg_news.jpg);
  background-repeat: repeat;
  background-size: 77px 40px;
  position: relative;
  padding-block: 1em 4em;
}
@media only screen and (min-width: 768px) {
  .p-top-sec4 {
    padding-block: 5em;
  }
}
.p-top-sec4::after {
  content: "";
  display: block;
  position: absolute;
  top: -255px;
  right: -15px;
  background-image: url(../img/top/bg_sec04_02.svg);
  background-size: cover;
  width: 98px;
  height: 290.5px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec4::after {
    width: 196px;
    height: 581px;
    top: -500px;
    right: 0;
  }
}

.p-top-sec5 {
  position: relative;
  padding-block: 3em;
}
@media only screen and (min-width: 768px) {
  .p-top-sec5 {
    padding-top: 5em;
  }
}
.p-top-sec5::before, .p-top-sec5::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
}
.p-top-sec5::before {
  background-image: url(../img/top/bg_sec05.svg);
  width: 107.2px;
  height: 216.4px;
  top: -110px;
  left: -55px;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .p-top-sec5::before {
    width: 268px;
    height: 541px;
    top: -100px;
    left: 0;
  }
}
.p-top-sec5::after {
  background-image: url(../img/bg_section.png);
  width: 25px;
  height: 103px;
  top: -90px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .p-top-sec5::after {
    width: 40px;
    height: 159px;
    top: -50px;
  }
}

.p-top-crossfade__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 127.067vw;
  opacity: 0;
  transition: opacity 1.5s ease;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-top-crossfade__item {
    height: 63.763vw;
  }
}
.p-top-crossfade__item.is-active {
  opacity: 1;
}

.p-top-crossfade__item--01 {
  background-image: url(../img/top/bg_fade01_sp.png);
}
@media only screen and (min-width: 768px) {
  .p-top-crossfade__item--01 {
    background-image: url(../img/top/bg_fade01.png);
  }
}

.p-top-crossfade__item--02 {
  background-image: url(../img/top/bg_fade02_sp.png);
}
@media only screen and (min-width: 768px) {
  .p-top-crossfade__item--02 {
    background-image: url(../img/top/bg_fade02.png);
  }
}

.p-top-crossfade__item--03 {
  background-image: url(../img/top/bg_fade03_sp.png);
}
@media only screen and (min-width: 768px) {
  .p-top-crossfade__item--03 {
    background-image: url(../img/top/bg_fade03.png);
  }
}

.p-top-countdown {
  color: #caa36a;
  margin-inline: auto;
}
@media only screen and (min-width: 900px) {
  .p-top-countdown {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1116px) {
  .p-top-countdown {
    max-width: 1022px;
  }
}
.is-100th .p-top-countdown {
  height: 0;
  opacity: 0;
  z-index: -10;
}
.p-top-countdown p {
  font-family: "Hina Mincho", serif;
  font-size: 6.133vw;
}
@media only screen and (min-width: 768px) {
  .p-top-countdown p {
    font-size: 1.9375rem;
  }
}
.p-top-countdown span {
  font-size: 9.733vw;
}
@media only screen and (min-width: 768px) {
  .p-top-countdown span {
    font-size: 3.0625rem;
  }
}

.p-top-countdown__txt {
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-top-countdown__txt {
    line-height: 2;
  }
}

.p-top-countdown__timer {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  font-weight: 500;
  font-size: 4vw;
}
@media only screen and (min-width: 768px) {
  .p-top-countdown__timer {
    gap: 11px;
    font-size: min(2.489vw, 2.125rem);
  }
}

.p-top-countdown__num {
  border: 1px solid;
  width: 1em;
  height: 1.2em;
  border-radius: 5px;
  display: grid;
  align-content: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 6.667vw;
}
@media only screen and (min-width: 768px) {
  .p-top-countdown__num {
    width: min(5.198vw, 71px);
    height: min(6.223vw, 85px);
    font-size: min(4.466vw, 3.8125rem);
  }
}

.p-top-countdown__unit {
  margin-right: auto;
}

@media only screen and (min-width: 900px) {
  .p-top-news {
    margin-top: 6em;
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 10em auto;
    align-items: start;
    grid-gap: 0 min(5.271vw, 4.5em);
    gap: 0 min(5.271vw, 4.5em);
  }
}
@media only screen and (min-width: 1366px) {
  .p-top-news {
    margin-right: calc((100% - 1366px) / 2);
  }
}

.p-top-news__inner {
  margin-right: -5%;
}
@media only screen and (min-width: 900px) {
  .p-top-news__inner {
    display: contents;
  }
}

.p-top-news__title {
  background-image: url(../img/bg_section.png);
}
@media only screen and (min-width: 768px) {
  .p-top-news__title {
    background-position: 98% 0;
  }
}
@media only screen and (min-width: 900px) {
  .p-top-news__title {
    background: none;
    margin: 0;
    overflow: hidden;
  }
}

@media only screen and (min-width: 900px) {
  .p-top-news__list {
    grid-column: 2;
    grid-row: 1/3;
  }
}

.p-top-news__btn {
  margin: 30px auto 0;
}
@media only screen and (min-width: 900px) {
  .p-top-news__btn {
    margin: 0;
  }
}

.p-top-greeting {
  color: #fff;
  font-family: "Hina Mincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.19em;
  line-height: 2;
}
@media only screen and (min-width: 900px) {
  .p-top-greeting {
    font-size: 1.4375rem;
    line-height: 2.7;
    text-align: center;
    position: relative;
  }
}
@media only screen and (min-width: 1116px) {
  .p-top-greeting::before, .p-top-greeting::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.7em;
    background-size: cover;
  }
  .p-top-greeting::before {
    left: -130px;
    width: 165px;
    height: 119px;
    background-image: url(../img/top/bg_greeting_01.svg);
  }
  .p-top-greeting::after {
    right: -130px;
    width: 238px;
    height: 119px;
    background-image: url(../img/top/bg_greeting_02.svg);
  }
}
.p-top-greeting span {
  font-size: 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .p-top-greeting span {
    font-size: 0.9375rem;
  }
}

.p-top-greeting__title {
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 1em;
  font-size: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .p-top-greeting__title {
    font-size: 2.6875rem;
    max-width: 684px;
    margin: 0 auto 0.5em;
  }
}

.p-top-logo {
  position: relative;
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
  .p-top-logo {
    margin-top: 3em;
  }
}
.p-top-logo::before, .p-top-logo::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/top/bg_logo.svg);
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-top-logo::before, .p-top-logo::after {
    width: 60px;
    height: 60px;
  }
}
.p-top-logo::before {
  left: 0;
  top: 0;
}
.p-top-logo::after {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}

.p-top-logo__inner {
  position: relative;
}
.p-top-logo__inner::before, .p-top-logo__inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/top/bg_logo.svg);
  background-size: cover;
}
@media only screen and (min-width: 900px) {
  .p-top-logo__inner::before, .p-top-logo__inner::after {
    width: 60px;
    height: 60px;
  }
}
.p-top-logo__inner::before {
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}
.p-top-logo__inner::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  z-index: 2;
}

.p-top-logo__inner02 {
  border: 5px double #caa36a;
  clip-path: polygon(31px 0, calc(100% - 31px) 0, 100% 31px, 100% calc(100% - 31px), calc(100% - 31px) 100%, 31px 100%, 0 calc(100% - 31px), 0 31px);
  background-color: #fff;
  padding: 1em;
  position: relative;
  z-index: 1;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 900px) {
  .p-top-logo__inner02 {
    border-width: 10px;
    clip-path: polygon(62px 0, calc(100% - 62px) 0, 100% 62px, 100% calc(100% - 62px), calc(100% - 62px) 100%, 62px 100%, 0 calc(100% - 62px), 0 62px);
    padding: 0.5em 2em;
  }
}

.p-top-logo__info {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 900px) {
  .p-top-logo__info {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    grid-gap: 0 1.5em;
    gap: 0 1.5em;
    padding-bottom: 1em;
  }
}

.p-top-logo__title {
  font-size: 1.1875rem;
  line-height: 2.5;
  letter-spacing: -0.03em;
  text-align: center;
  color: #caa36a;
  font-weight: 500;
  border-bottom: 1px solid;
}
@media only screen and (min-width: 900px) {
  .p-top-logo__title {
    font-size: 2.125rem;
    letter-spacing: 0;
    grid-column: 1/3;
  }
}

.p-top-logo__fig {
  width: 190px;
  margin: 1.5em auto;
}
@media only screen and (min-width: 900px) {
  .p-top-logo__fig {
    width: 380px;
    margin: 0 0.5em;
  }
}

.p-top-logo__body h4 {
  margin-top: 1em;
}
.p-top-logo__body h4:nth-of-type(2) {
  border-top: 1px solid #707070;
  padding-top: 0.5em;
}

.p-top-history {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 900px) {
  .p-top-history {
    max-width: 1268px;
    padding: 3em 5em 0;
    display: grid;
    grid-template-columns: 1fr min(58.032%, 643px);
    grid-template-rows: 13em auto;
    align-items: start;
    grid-gap: 1em;
    gap: 1em;
    background-image: url(../img/bg_section_title.png);
  }
}

.p-top-history__title {
  margin-block: 1.5em;
}
@media only screen and (min-width: 900px) {
  .p-top-history__title {
    margin: 0;
  }
}

@media only screen and (min-width: 900px) {
  .p-top-history__fig {
    grid-column: 2;
    grid-row: 1/3;
  }
}
.p-top-history__fig img {
  width: 100%;
}

.p-top-history__btn {
  margin: 30px auto 0;
  display: none;
}
@media only screen and (min-width: 900px) {
  .p-top-history__btn {
    margin: 0;
    align-self: start;
  }
}

@media only screen and (min-width: 768px) {
  .p-top-aplist {
    max-width: 1102px;
    padding: 0 20px;
  }
}

.p-top-aplist__header {
  text-align: center;
  display: grid;
  grid-gap: 1em;
  gap: 1em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-aplist__header {
    font-size: 1.4375rem;
    letter-spacing: 0.1em;
  }
}

.p-top-aplist__title {
  font-family: "Hina Mincho", serif;
  position: relative;
  z-index: 1;
  width: max-content;
  margin: auto;
  padding-inline: 1.5em;
  background-image: url(../img/top/bg_title_sec05.svg), url(../img/top/bg_title_sec05.svg);
  background-position: 0 50%, 100% 50%;
  background-size: contain;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .p-top-aplist__title {
    font-size: 3.5625rem;
    line-height: 1.3;
  }
}

.p-top-aplist__btn {
  margin: auto;
}
@media only screen and (min-width: 1116px) {
  .p-top-aplist__btn {
    margin: 0 -30px 0 auto;
  }
}

.l-container--detail figcaption:not([class]) {
  color: #e53528;
  font-size: 0.875rem;
  line-height: 1.2;
  border: solid;
  border-width: 0 1px 1px;
  border-radius: 0 0 20px 20px;
  margin-top: 0.5em;
  padding: 0 1em 0.5em;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 768px) {
  .l-container--detail figcaption:not([class]) {
    border-radius: 0 0 30px 30px;
  }
}
.l-container--detail a:not([class]) {
  color: #e53528;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-container--detail a:not([class]):where(:any-link, :enabled):hover {
    text-decoration: none;
  }
}

.p-detail-title-lv2 {
  color: #fff;
  background: linear-gradient(0deg, #eb6d56 0%, #e53528 100%);
  text-align: center;
  padding: 0.3em;
  margin: 2em -5% 1em;
  font-weight: 500;
  font-size: 1.4375rem;
}
@media only screen and (min-width: 768px) {
  .p-detail-title-lv2 {
    border-radius: 30px;
    margin: 3em 0 1em;
    font-size: 1.5rem;
  }
}

.p-detail-video {
  border: 1px solid #707070;
}

.p-detail-bgbox {
  background-color: #caa36a;
  color: #fff;
  border-radius: 20px;
  padding: 1em;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media only screen and (min-width: 768px) {
  .p-detail-bgbox {
    border-radius: 30px;
    padding: 1.5em;
    text-align: left;
    flex-direction: row;
    align-items: center;
    gap: 2em;
  }
  .p-detail-bgbox img {
    width: 45%;
  }
}

.p-detail-postnav {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  gap: 1em;
}
@media only screen and (min-width: 768px) {
  .p-detail-postnav {
    grid-template-columns: 8em 1fr 8em;
    justify-items: center;
    align-items: center;
  }
}

@media (hover: hover) {
  .p-detail-postnav__link:where(:any-link, :enabled):hover {
    transition: 0.5s;
    color: #e53528;
  }
}

.p-detail-postnav__link--prev {
  position: relative;
}
.p-detail-postnav__link--prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-detail-postnav__link--prev::after {
  left: 1em;
  border-width: 3.5px 5px 3.5px 0;
  border-color: transparent #e53528 transparent transparent;
}
.p-detail-postnav__link--prev {
  padding-left: 2em;
  grid-column: 1;
}

.p-detail-postnav__link--next {
  text-align: right;
  position: relative;
}
.p-detail-postnav__link--next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-detail-postnav__link--next::after {
  right: 1em;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #e53528;
}
.p-detail-postnav__link--next {
  padding-right: 2em;
  grid-column: 2;
}
@media only screen and (min-width: 768px) {
  .p-detail-postnav__link--next {
    text-align: left;
    grid-column: 3;
  }
}

.p-detail-postnav__link--list {
  grid-column: 1/3;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-detail-postnav__link--list {
    grid-column: 2;
    grid-row: 1;
  }
}

.u-fwn {
  font-weight: 400 !important;
}

.u-fwb {
  font-weight: 500 !important;
}

@media only screen and (min-width: 768px) {
  .u-fwn--pc {
    font-weight: 400 !important;
  }
  .u-fwb--pc {
    font-weight: 500 !important;
  }
}
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

@media only screen and (min-width: 768px) {
  .u-tac--pc {
    text-align: center !important;
  }
  .u-tal--pc {
    text-align: left !important;
  }
  .u-tar--pc {
    text-align: right !important;
  }
}
.u-ma {
  margin: 0 auto;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt0--pc {
    margin-top: 0px !important;
  }
  .u-mr0--pc {
    margin-right: 0px !important;
  }
  .u-mb0--pc {
    margin-bottom: 0px !important;
  }
  .u-ml0--pc {
    margin-left: 0px !important;
  }
  .u-pt0--pc {
    padding-top: 0px !important;
  }
  .u-pr0--pc {
    padding-right: 0px !important;
  }
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
  .u-pl0--pc {
    padding-left: 0px !important;
  }
  .u-mt10--pc {
    margin-top: 10px !important;
  }
  .u-mr10--pc {
    margin-right: 10px !important;
  }
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
  .u-ml10--pc {
    margin-left: 10px !important;
  }
  .u-pt10--pc {
    padding-top: 10px !important;
  }
  .u-pr10--pc {
    padding-right: 10px !important;
  }
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
  .u-pl10--pc {
    padding-left: 10px !important;
  }
  .u-mt20--pc {
    margin-top: 20px !important;
  }
  .u-mr20--pc {
    margin-right: 20px !important;
  }
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
  .u-ml20--pc {
    margin-left: 20px !important;
  }
  .u-pt20--pc {
    padding-top: 20px !important;
  }
  .u-pr20--pc {
    padding-right: 20px !important;
  }
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
  .u-pl20--pc {
    padding-left: 20px !important;
  }
  .u-mt30--pc {
    margin-top: 30px !important;
  }
  .u-mr30--pc {
    margin-right: 30px !important;
  }
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
  .u-ml30--pc {
    margin-left: 30px !important;
  }
  .u-pt30--pc {
    padding-top: 30px !important;
  }
  .u-pr30--pc {
    padding-right: 30px !important;
  }
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
  .u-pl30--pc {
    padding-left: 30px !important;
  }
  .u-mt40--pc {
    margin-top: 40px !important;
  }
  .u-mr40--pc {
    margin-right: 40px !important;
  }
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
  .u-ml40--pc {
    margin-left: 40px !important;
  }
  .u-pt40--pc {
    padding-top: 40px !important;
  }
  .u-pr40--pc {
    padding-right: 40px !important;
  }
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
  .u-pl40--pc {
    padding-left: 40px !important;
  }
  .u-mt50--pc {
    margin-top: 50px !important;
  }
  .u-mr50--pc {
    margin-right: 50px !important;
  }
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
  .u-ml50--pc {
    margin-left: 50px !important;
  }
  .u-pt50--pc {
    padding-top: 50px !important;
  }
  .u-pr50--pc {
    padding-right: 50px !important;
  }
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
  .u-pl50--pc {
    padding-left: 50px !important;
  }
  .u-mt60--pc {
    margin-top: 60px !important;
  }
  .u-mr60--pc {
    margin-right: 60px !important;
  }
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
  .u-ml60--pc {
    margin-left: 60px !important;
  }
  .u-pt60--pc {
    padding-top: 60px !important;
  }
  .u-pr60--pc {
    padding-right: 60px !important;
  }
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
  .u-pl60--pc {
    padding-left: 60px !important;
  }
  .u-mt70--pc {
    margin-top: 70px !important;
  }
  .u-mr70--pc {
    margin-right: 70px !important;
  }
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
  .u-ml70--pc {
    margin-left: 70px !important;
  }
  .u-pt70--pc {
    padding-top: 70px !important;
  }
  .u-pr70--pc {
    padding-right: 70px !important;
  }
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
  .u-pl70--pc {
    padding-left: 70px !important;
  }
  .u-mt80--pc {
    margin-top: 80px !important;
  }
  .u-mr80--pc {
    margin-right: 80px !important;
  }
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
  .u-ml80--pc {
    margin-left: 80px !important;
  }
  .u-pt80--pc {
    padding-top: 80px !important;
  }
  .u-pr80--pc {
    padding-right: 80px !important;
  }
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
  .u-pl80--pc {
    padding-left: 80px !important;
  }
  .u-mt90--pc {
    margin-top: 90px !important;
  }
  .u-mr90--pc {
    margin-right: 90px !important;
  }
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
  .u-ml90--pc {
    margin-left: 90px !important;
  }
  .u-pt90--pc {
    padding-top: 90px !important;
  }
  .u-pr90--pc {
    padding-right: 90px !important;
  }
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
  .u-pl90--pc {
    padding-left: 90px !important;
  }
  .u-mt100--pc {
    margin-top: 100px !important;
  }
  .u-mr100--pc {
    margin-right: 100px !important;
  }
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
  .u-ml100--pc {
    margin-left: 100px !important;
  }
  .u-pt100--pc {
    padding-top: 100px !important;
  }
  .u-pr100--pc {
    padding-right: 100px !important;
  }
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
  .u-pl100--pc {
    padding-left: 100px !important;
  }
}
.u-fs10 {
  font-size: 0.625rem !important;
}

.u-fs11 {
  font-size: 0.6875rem !important;
}

.u-fs12 {
  font-size: 0.75rem !important;
}

.u-fs13 {
  font-size: 0.8125rem !important;
}

.u-fs14 {
  font-size: 0.875rem !important;
}

.u-fs15 {
  font-size: 0.9375rem !important;
}

.u-fs16 {
  font-size: 1rem !important;
}

.u-fs17 {
  font-size: 1.0625rem !important;
}

.u-fs18 {
  font-size: 1.125rem !important;
}

.u-fs19 {
  font-size: 1.1875rem !important;
}

.u-fs20 {
  font-size: 1.25rem !important;
}

.u-fs21 {
  font-size: 1.3125rem !important;
}

.u-fs22 {
  font-size: 1.375rem !important;
}

.u-fs23 {
  font-size: 1.4375rem !important;
}

.u-fs24 {
  font-size: 1.5rem !important;
}

.u-fs25 {
  font-size: 1.5625rem !important;
}

.u-fs26 {
  font-size: 1.625rem !important;
}

.u-fs27 {
  font-size: 1.6875rem !important;
}

.u-fs28 {
  font-size: 1.75rem !important;
}

.u-fs29 {
  font-size: 1.8125rem !important;
}

.u-fs30 {
  font-size: 1.875rem !important;
}

@media only screen and (min-width: 768px) {
  .u-fs10--pc {
    font-size: 0.625rem !important;
  }
  .u-fs11--pc {
    font-size: 0.6875rem !important;
  }
  .u-fs12--pc {
    font-size: 0.75rem !important;
  }
  .u-fs13--pc {
    font-size: 0.8125rem !important;
  }
  .u-fs14--pc {
    font-size: 0.875rem !important;
  }
  .u-fs15--pc {
    font-size: 0.9375rem !important;
  }
  .u-fs16--pc {
    font-size: 1rem !important;
  }
  .u-fs17--pc {
    font-size: 1.0625rem !important;
  }
  .u-fs18--pc {
    font-size: 1.125rem !important;
  }
  .u-fs19--pc {
    font-size: 1.1875rem !important;
  }
  .u-fs20--pc {
    font-size: 1.25rem !important;
  }
  .u-fs21--pc {
    font-size: 1.3125rem !important;
  }
  .u-fs22--pc {
    font-size: 1.375rem !important;
  }
  .u-fs23--pc {
    font-size: 1.4375rem !important;
  }
  .u-fs24--pc {
    font-size: 1.5rem !important;
  }
  .u-fs25--pc {
    font-size: 1.5625rem !important;
  }
  .u-fs26--pc {
    font-size: 1.625rem !important;
  }
  .u-fs27--pc {
    font-size: 1.6875rem !important;
  }
  .u-fs28--pc {
    font-size: 1.75rem !important;
  }
  .u-fs29--pc {
    font-size: 1.8125rem !important;
  }
  .u-fs30--pc {
    font-size: 1.875rem !important;
  }
}
.u-mainColor {
  background-color: #e53528;
}

.u-subColor {
  background-color: #eb6d56;
}

.u-bgColor {
  background-color: #caa36a;
}

.u-bdrColor {
  background-color: #707070;
}

.u-textColor {
  background-color: #000;
}

.is-pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
