/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/common.scss ***!
  \***************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* GROUND animation
***********************************/
.upShow {
  animation: jsUpShow 1.2s 1s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
}

@keyframes jsUpShow {
  0% {
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes jsDownShow {
  0% {
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes jsFedeShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes jsFedeHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes moveFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveToTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes moveToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes moveToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes moveToBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes maskFromTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskFromLeft {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskFromRight {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskFromBottom {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskToTop {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    visibility: visible;
  }
}
@keyframes maskToLeft {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    visibility: visible;
  }
}
@keyframes maskToRight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    visibility: visible;
  }
}
@keyframes maskToBottom {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    visibility: visible;
  }
}
[data-mask=FromTop] {
  animation: maskFromTop 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=FromLeft] {
  animation: maskFromLeft 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=FromRight] {
  animation: maskFromRight 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=FromBottom] {
  animation: maskFromBottom 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=ToTop] {
  animation: maskToTop 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=ToLeft] {
  animation: maskToLeft 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=ToRight] {
  animation: maskToRight 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=ToBottom] {
  animation: maskToBottom 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes accordionHeight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.jsStanby {
  visibility: hidden;
}

.scrAnim {
  position: relative;
}

.animShow {
  animation: jsUpShow 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes moveAround {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.moveAround {
  animation: moveAround 10s ease-in-out infinite;
}

/* GROUND override
***********************************/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767.4px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1120px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1120px) {
  html {
    font-size: 10px;
  }
}
@media print {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  font-feature-settings: "palt";
  overflow-y: scroll;
  background-color: #f9f8f0;
}
/*
body::after {
  content: "";
  background-color: #FFF;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
body.ready::after {
  animation: fadeOut 1s both;
}
*/
body *, body *:before, body *:after {
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.f-shin {
  font-family: kinuta-shin-stdn, sans-serif;
}

.f-sawa {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
}

.f-robo {
  font-family: "Roboto", sans-serif;
}
.f-robo.bold {
  font-weight: 700;
}

.en {
  font-family: "Roboto", sans-serif;
}

::selection {
  color: #000;
  background-color: #D9D9D9;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:visited {
  color: #000;
}

i {
  display: inline-block;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: top;
  height: auto;
}

canvas, video {
  vertical-align: top;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: inherit;
  white-space: normal;
  cursor: pointer;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

input:focus, textarea:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

select,
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea,
select:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=date]:focus,
textarea:focus {
  padding: 0 1rem;
  border: 2px solid #000;
  width: 335px;
  height: 56px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767.4px) {
  select,
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea,
select:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=date]:focus,
textarea:focus {
    padding: 0 15px;
    height: 42px;
    font-size: 12px;
    border: 1px solid #000;
    width: 100%;
  }
  html.ANDROID select,
html.ANDROID input[type=text],
html.ANDROID input[type=search],
html.ANDROID input[type=tel],
html.ANDROID input[type=url],
html.ANDROID input[type=email],
html.ANDROID input[type=password],
html.ANDROID input[type=number],
html.ANDROID input[type=file],
html.ANDROID input[type=date],
html.ANDROID textarea,
html.ANDROID select:focus,
html.ANDROID input[type=text]:focus,
html.ANDROID input[type=search]:focus,
html.ANDROID input[type=tel]:focus,
html.ANDROID input[type=url]:focus,
html.ANDROID input[type=email]:focus,
html.ANDROID input[type=password]:focus,
html.ANDROID input[type=number]:focus,
html.ANDROID input[type=file]:focus,
html.ANDROID input[type=date]:focus,
html.ANDROID textarea:focus {
    padding: 0 15px;
  }
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

select {
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 767.4px) {
  select {
    background-position: right 1.2rem top 50%;
    background-size: 1.2rem;
  }
}

textarea, textarea:focus {
  font-weight: bold;
  height: 135px;
}

input[type=checkbox],
input[type=radio],
input[type=checkbox]:focus,
input[type=radio]:focus {
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  position: relative;
}
input[type=checkbox][type=radio],
input[type=radio][type=radio],
input[type=checkbox]:focus[type=radio],
input[type=radio]:focus[type=radio] {
  border-radius: 20px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  background-color: #333333;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
input[type=checkbox]:checked[type=radio],
input[type=radio]:checked[type=radio] {
  border-radius: 20px;
}
input[type=checkbox]:checked[type=radio]:before,
input[type=radio]:checked[type=radio]:before {
  border-radius: 20px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

/* header
********************************/
header.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* footer
********************************/
@media (max-width: 767.4px) {
  .archive footer.footer {
    margin-top: 0;
  }
}
@media (min-width: 767.5px) {
  .archive footer.footer .section-inner {
    padding-top: 26vw;
  }
}
@media (max-width: 767.4px) {
  .archive footer.footer .section-inner {
    padding-top: 20.4vw;
  }
}
.archive footer.footer .news-contents {
  display: none;
}

footer.footer {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  background-image: linear-gradient(264.7deg, #EF7D1D -6.1%, #D32D25 51.63%, #A82019 109.35%);
}
@media all and (min-width: 767.5px) {
  footer.footer {
    margin-top: 5rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer {
    margin-top: 4.2rem;
  }
}
@media (min-width: 767.5px) {
  .archive footer.footer, .single footer.footer {
    margin-top: 0 !important;
  }
}
footer.footer .section-inner {
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 767.5px) {
  footer.footer .section-inner {
    padding-top: 22.08vw;
  }
}
@media (max-width: 767.4px) {
  footer.footer .section-inner {
    padding-top: 28.68vw;
  }
}
footer.footer .section-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 27.08vw solid transparent;
  border-left: 100vw solid #f9f8f0;
}
footer.footer .statement-title {
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFF;
}
@media all and (min-width: 767.5px) {
  footer.footer .statement-title {
    font-size: 6rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .statement-title {
    font-size: 3.2rem;
  }
}
footer.footer .news-contents {
  margin: auto;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents {
    width: 108rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents {
    width: 34.3rem;
  }
}
footer.footer .news-contents .-list {
  border-bottom: 1px solid #B5B5B6;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list {
    margin-top: 5.7rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list {
    margin-top: 4.6rem;
  }
}
footer.footer .news-contents .-list .-item {
  box-sizing: border-box;
  border-top: 1px solid #B5B5B6;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-item {
    min-height: 13.9rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-item {
    min-height: 17.9rem;
  }
}
footer.footer .news-contents .-list .-link {
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-link {
    padding: 2.4rem 2.4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-link {
    padding: 2.4rem 0rem;
  }
}
footer.footer .news-contents .-list .-time {
  display: block;
  color: #B5B5B6;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-time {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-time {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-time {
    line-height: 2.5rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-time {
    line-height: 1.9rem;
  }
}
footer.footer .news-contents .-list .-text {
  color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-text {
    margin-top: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-text {
    margin-top: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-text {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-text {
    line-height: 2.5rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-text {
    line-height: 2.2rem;
  }
}
@media (max-width: 767.4px) {
  footer.footer .news-contents .-list .-text {
    -webkit-line-clamp: 3;
  }
}
footer.footer .news-contents .-list .-category {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-category {
    gap: 0.4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-category {
    gap: 0.4rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-category {
    margin-top: 0.6rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-category {
    margin-top: 0.8rem;
  }
}
@media (max-width: 767.4px) {
  footer.footer .news-contents .-list .-category {
    width: calc(100% + 14rem);
  }
}
footer.footer .news-contents .-list .-category-item {
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  background-color: #000;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-category-item {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-category-item {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-category-item {
    padding: 0.4rem 1.2rem 0.5rem 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-category-item {
    padding: 0.4rem 1.2rem 0.5rem 1.2rem;
  }
}
footer.footer .news-contents .-list .-img {
  flex-shrink: 0;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-img {
    width: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-img {
    width: 12rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-img {
    height: 9rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-img {
    height: 6.8rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-img {
    margin-top: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-img {
    margin-top: 3.1rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-list .-img {
    margin-left: 2rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-list .-img {
    margin-left: 2rem;
  }
}
@media (max-width: 767.4px) {
  footer.footer .news-contents .-list .-img {
    margin-left: 2rem;
  }
}
footer.footer .news-contents .-list .-img img,
footer.footer .news-contents .-list .-img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer.footer .news-contents .-more {
  display: block;
  text-align: center;
  border-radius: 100px;
  color: #FFF;
  background-color: #000;
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-more {
    width: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-more {
    width: 16rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-more {
    margin: 4rem auto 0rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-more {
    margin: 2.5rem auto 0rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-more {
    padding: 1rem 0rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-more {
    padding: 1rem 0rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .news-contents .-more {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .news-contents .-more {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents {
    width: 108rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents {
    width: 34.3rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents {
    margin: 8rem auto 5.6rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents {
    margin: 8rem auto 3.2rem;
  }
}
footer.footer .group-contents .-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.footer .group-contents .-item {
  background-color: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-item {
    width: 34.9rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-item {
    width: 34.3rem;
  }
}
@media (max-width: 767.4px) {
  footer.footer .group-contents .-item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
footer.footer .group-contents .-link {
  display: block;
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-link {
    padding: 2rem 2.5rem 4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-link {
    padding: 2rem 2rem 3rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-img.-makmax {
    width: 20rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-img.-makmax {
    width: 20rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-img.-makmax {
    margin: 0.5rem auto 2rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-img.-makmax {
    margin: 0.5rem auto 2rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-img.-tsp {
    width: 22.4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-img.-tsp {
    width: 22.4rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-img.-tsp {
    margin: -0.3rem auto 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-img.-tsp {
    margin: -0.3rem auto 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-img.-actio {
    width: 19.2rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-img.-actio {
    width: 19.2rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-img.-actio {
    margin: 1.3rem auto 1.6rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-img.-actio {
    margin: 1.3rem auto 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-title {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-title {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-text {
    margin-top: 0.8rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-text {
    margin-top: 0.8rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .group-contents .-text {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .group-contents .-text {
    font-size: 1.4rem;
  }
}
footer.footer .-copy {
  text-align: center;
  font-weight: 500;
  color: #FFF;
}
@media all and (min-width: 767.5px) {
  footer.footer .-copy {
    margin-top: 4.2rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .-copy {
    margin-top: 3.4rem;
  }
}
@media all and (min-width: 767.5px) {
  footer.footer .-copy {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  footer.footer .-copy {
    font-size: 1.4rem;
  }
}

.hide {
  display: none;
}

:root {
  --vh: 1vh;
  --vw: 1vw;
  --spHeight: 700px;
}

svg.sprite,
svg.sprite use {
  fill: currentColor;
}

.bg-muted {
  background-color: #F2F2F0;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.underline, .underline_reverse {
  position: relative;
}
.underline::after, .underline_reverse::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
@media (min-width: 767.5px) {
  .underline:hover::after, .underline_reverse:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.underline_reverse::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (min-width: 767.5px) {
  .underline_reverse:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
}

.btn {
  transition: opacity 0.5s;
}
@media (min-width: 767.5px) {
  .btn:hover {
    opacity: 0.5;
  }
  .btn:hover.round {
    opacity: 0.8;
  }
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

@media all and (min-width: 767.5px) {
  .spacerXL {
    height: 9rem;
  }
}
@media all and (max-width: 767.4px) {
  .spacerXL {
    height: 7rem;
  }
}

@media all and (min-width: 767.5px) {
  .spacerLg {
    height: 7rem;
  }
}
@media all and (max-width: 767.4px) {
  .spacerLg {
    height: 5rem;
  }
}

@media all and (min-width: 767.5px) {
  .spacerMd {
    height: 5rem;
  }
}
@media all and (max-width: 767.4px) {
  .spacerMd {
    height: 5rem;
  }
}

@media all and (min-width: 767.5px) {
  .spacerSm {
    height: 3rem;
  }
}
@media all and (max-width: 767.4px) {
  .spacerSm {
    height: 3rem;
  }
}

@media (min-width: 767.5px) {
  .spOnly {
    display: none;
  }

  .btn {
    display: inline-block;
    text-decoration: none;
  }
}
@media (max-width: 767.4px) {
  .pcOnly {
    display: none;
  }
}
.hidden {
  visibility: hidden;
}

svg {
  width: 100%;
  height: auto;
}

.relative {
  position: relative;
}

.w100 {
  width: 100%;
}

.t-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-middle {
  display: flex;
  align-items: center;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.flex-all-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.overflow {
  overflow: hidden;
}

.fsz-m {
  line-height: 2.14;
}
@media all and (min-width: 767.5px) {
  .fsz-m {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .fsz-m {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.4px) {
  .fsz-m {
    line-height: 1.96;
  }
}

@media all and (min-width: 767.5px) {
  .hp_mt_10 {
    margin-top: 1rem;
  }
}
@media all and (max-width: 767.4px) {
  .hp_mt_10 {
    margin-top: 1rem;
  }
}

@media (max-width: 767.4px) {
  .hp_mb_10_sp {
    margin-bottom: 1rem;
  }
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  will-change: transform;
  transform: scale(0.8);
  transition: 0.5s;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  will-change: transform;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

.uk-modal-dialog {
  background-color: #fff;
}

.uk-flex {
  display: flex;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.uk-width-auto {
  width: auto;
}

.uk-switcher > li {
  display: none;
}
.uk-switcher > li.uk-active {
  display: block;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/* Show */
.uk-dropdown {
  display: none;
}
.uk-dropdown.uk-open {
  display: block;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* 共通部分
*******************/
img, svg {
  width: 100%;
  height: auto;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

picture {
  display: block;
}

.icon {
  display: block;
}

@media all and (min-width: 767.5px) {
  .icon-arrow-right {
    width: 2.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .icon-arrow-right {
    width: 2.7rem;
  }
}
@media (min-width: 767.5px) {
  .icon-arrow-right.icon-arrow-right-pc-large {
    width: 2.8rem;
  }
}

@media all and (min-width: 767.5px) {
  .icon-arrow {
    width: 2.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .icon-arrow {
    width: 2.7rem;
  }
}

/* button
*****************************/
.btn-round {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
  border: 0.075rem solid #000;
  border-radius: 1.2rem;
  letter-spacing: 0.2em;
  transition: 0.3s background-color, 0.3s color;
  line-height: 0;
}
@media all and (min-width: 767.5px) {
  .btn-round {
    padding: 1.4rem 2.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .btn-round {
    padding: 1.4rem 2.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .btn-round {
    height: 5.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .btn-round {
    height: 5.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .btn-round {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .btn-round {
    font-size: 1.8rem;
  }
}
.btn-round .icon {
  display: flex;
  align-items: center;
}
@media all and (min-width: 767.5px) {
  .btn-round .icon {
    width: 2.67976rem;
  }
}
@media all and (max-width: 767.4px) {
  .btn-round .icon {
    width: 2.67976rem;
  }
}
@media all and (min-width: 767.5px) {
  .btn-round .icon {
    margin-right: 1rem;
  }
}
@media all and (max-width: 767.4px) {
  .btn-round .icon {
    margin-right: 1rem;
  }
}
.btn-round .icon path {
  transition: 0.3s stroke;
}
@media (min-width: 767.5px) {
  .btn-round:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
  .btn-round:hover svg path {
    stroke: #FFF;
  }
}

body[data-transition="1"] {
  pointer-events: none;
}

/* 共通部分
*******************/
.scroll-wrapper {
  width: 100%;
}

.section {
  position: relative;
}

.content-main {
  display: inline-block;
  width: 100%;
}

.wrap {
  position: relative;
  margin: auto;
  width: 100%;
}

.section-inner {
  position: relative;
}

section .section-inner {
  position: relative;
  padding-top: 1px;
}
section .section-inner * {
  position: relative;
}

@media all and (min-width: 767.5px) {
  .container {
    width: 86rem;
  }
}
@media all and (max-width: 767.4px) {
  .container {
    width: 34rem;
  }
}
@media (min-width: 767.5px) {
  .container {
    max-width: 86rem;
    width: auto;
  }
}

.no-post {
  letter-spacing: 0.13rem;
}
@media all and (min-width: 767.5px) {
  .no-post {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .no-post {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .no-post {
    margin-top: -1rem;
  }
}
@media all and (max-width: 767.4px) {
  .no-post {
    margin-top: -0.7rem;
  }
}
@media all and (min-width: 767.5px) {
  .no-post {
    margin-bottom: 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .no-post {
    margin-bottom: 3.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .no-post {
    margin-left: 1.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .no-post {
    margin-left: 0rem;
  }
}

@media all and (min-width: 767.5px) {
  .section-series_archives .no-post {
    margin-top: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-series_archives .no-post {
    margin-top: 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-series_archives .no-post {
    margin-bottom: 4.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-series_archives .no-post {
    margin-bottom: 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-series_archives .no-post {
    margin-left: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-series_archives .no-post {
    margin-left: 0rem;
  }
}
@media (max-width: 767.4px) {
  .section-series_archives .no-post {
    margin-left: -10rem;
  }
}

@media all and (min-width: 767.5px) {
  .article-inner .no-post {
    margin-top: 5rem;
  }
}
@media all and (max-width: 767.4px) {
  .article-inner .no-post {
    margin-top: 4.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .article-inner .no-post {
    margin-bottom: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .article-inner .no-post {
    margin-bottom: 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .article-inner .no-post {
    margin-left: 1.7rem;
  }
}
@media all and (max-width: 767.4px) {
  .article-inner .no-post {
    margin-left: 1.7rem;
  }
}

.f-yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* section-keyvisual
********************************/
.canvas-holder {
  width: 100%;
  padding-top: max(200vh, 100vw);
  position: absolute;
  top: 0;
}
@media (max-width: 767.4px) {
  .canvas-holder {
    padding-top: 300vw;
  }
}
.canvas-holder canvas {
  position: absolute;
  top: 0;
}

.section-keyvisual {
  position: relative;
  z-index: 1;
}
.section-keyvisual .section-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 767.5px) {
  .section-keyvisual .section-inner {
    height: 55.5555555556vw;
    min-height: 800px;
    align-items: center;
  }
}
@media (max-width: 767.4px) {
  .section-keyvisual .section-inner {
    height: 80rem;
  }
}
.section-keyvisual .logo {
  transform: none !important;
  position: absolute;
  margin: auto;
  height: auto;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
}
@media all and (min-width: 767.5px) {
  .section-keyvisual .logo {
    top: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-keyvisual .logo {
    top: 20rem;
  }
}
@media (min-width: 767.5px) {
  .section-keyvisual .logo {
    width: 33.33%;
    min-width: 480px;
  }
}
@media (max-width: 767.4px) {
  .section-keyvisual .logo {
    width: 82.93%;
  }
}
.section-keyvisual .anniversary-100th {
  margin: auto;
}
@media (min-width: 767.5px) {
  .section-keyvisual .anniversary-100th {
    width: 64.58%;
    margin-top: 9%;
  }
}
@media (max-width: 767.4px) {
  .section-keyvisual .anniversary-100th {
    width: 64.3%;
    margin-top: 9%;
  }
}
.section-keyvisual .-list {
  display: flex;
  justify-content: center;
}
@media (min-width: 767.5px) {
  .section-keyvisual .-list {
    margin-top: 6.25%;
    margin-bottom: 8.9%;
  }
}
@media (max-width: 767.4px) {
  .section-keyvisual .-list {
    justify-content: space-between;
    width: 86%;
    margin: auto;
    margin-top: 6.9%;
    margin-bottom: 8%;
  }
}
.section-keyvisual .-item {
  box-sizing: content-box;
}
@media all and (min-width: 767.5px) {
  .section-keyvisual .-item {
    padding: 0rem 0.3rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-keyvisual .-item {
    padding: 0rem 0rem;
  }
}
@media (min-width: 767.5px) {
  .section-keyvisual .-item {
    width: 28%;
  }
}
@media (max-width: 767.4px) {
  .section-keyvisual .-item {
    width: 31%;
  }
}
@media (max-width: 767.4px) {
  .section-keyvisual .-item.-makmax {
    width: 30%;
  }
}

/* section-statement
********************************/
@media (min-width: 767.5px) {
  .section-statement {
    margin-top: max(180px, 11.8rem);
  }
}
@media (max-width: 767.4px) {
  .section-statement {
    margin-top: 1.5rem;
  }
}
.section-statement .statement-text {
  position: relative;
  margin: auto;
  line-height: 1.85em;
}
.section-statement .statement-text span {
  display: inline-block;
}
@media all and (min-width: 767.5px) {
  .section-statement .statement-text {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-statement .statement-text {
    font-size: 2.2rem;
  }
}
@media (min-width: 767.5px) {
  .section-statement .statement-text {
    text-align: center;
  }
}
@media (max-width: 767.4px) {
  .section-statement .statement-text {
    padding: 0 1.6rem;
    text-align: left;
    box-sizing: border-box;
  }
}

/* section-anniversary
********************************/
@media all and (min-width: 767.5px) {
  .section-anniversary {
    margin-top: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary {
    margin-top: 7.9rem;
  }
}
.section-anniversary .section-inner {
  margin: auto;
  box-sizing: border-box;
}
@media all and (min-width: 767.5px) {
  .section-anniversary .section-inner {
    width: 112rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary .section-inner {
    width: 34.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-anniversary .section-inner {
    padding: 0rem 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary .section-inner {
    padding: 0rem 0rem;
  }
}
@media (min-width: 767.5px) {
  .section-anniversary .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767.4px) {
  .section-anniversary .flex {
    display: block;
  }
}
@media all and (min-width: 767.5px) {
  .section-anniversary .head {
    width: 53.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary .head {
    width: 34.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-anniversary .anniversary-title {
    font-size: 6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary .anniversary-title {
    font-size: 3rem;
  }
}
@media (max-width: 767.4px) {
  .section-anniversary .anniversary-title {
    text-align: center;
  }
}
.section-anniversary .anniversary-title .grad {
  display: inline-block;
  background: linear-gradient(264.7deg, #EF7D1D -6.1%, #D32D25 51.63%, #A82019 109.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (min-width: 767.5px) {
  .section-anniversary .img {
    width: 48.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary .img {
    width: 34.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-anniversary .img {
    margin-top: 7rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary .img {
    margin-top: 4rem;
  }
}
.section-anniversary .text {
  padding: 0;
  line-height: 1.67;
  letter-spacing: 0.07em;
}
@media all and (min-width: 767.5px) {
  .section-anniversary .text {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary .text {
    margin-top: 4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-anniversary .text {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-anniversary .text {
    font-size: 1.6rem;
  }
}

/* section-symbol
********************************/
@media all and (min-width: 767.5px) {
  .section-symbol {
    margin-top: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-symbol {
    margin-top: 8rem;
  }
}
.section-symbol .section-inner {
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
@media all and (min-width: 767.5px) {
  .section-symbol .section-inner {
    width: 107.7rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-symbol .section-inner {
    width: 34.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-symbol .section-inner {
    padding: 0rem 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-symbol .section-inner {
    padding: 0rem 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-symbol .symbol-title {
    font-size: 6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-symbol .symbol-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.4px) {
  .section-symbol .symbol-title {
    text-align: center;
  }
}
.section-symbol .symbol-title .grad {
  display: inline-block;
  background: linear-gradient(264.7deg, #EF7D1D -6.1%, #D32D25 51.63%, #A82019 109.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 767.5px) {
  .section-symbol .img {
    position: absolute;
    top: -2.1rem;
    right: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-symbol .img {
    width: 42.7rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-symbol .img {
    width: 31.1rem;
  }
}
@media (max-width: 767.4px) {
  .section-symbol .img {
    margin: 4rem auto 0;
  }
}
.section-symbol .text {
  padding: 0;
  line-height: 1.67;
  letter-spacing: 0.07em;
}
@media all and (min-width: 767.5px) {
  .section-symbol .text {
    width: 53.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-symbol .text {
    width: 34.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-symbol .text {
    margin-top: 3rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-symbol .text {
    margin-top: 4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-symbol .text {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-symbol .text {
    font-size: 1.6rem;
  }
}

/* section-group
********************************/
.section-group {
  display: flex;
  justify-content: center;
}
.section-group .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-15deg);
  overflow: hidden;
}
.section-group .bg .img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%) skewY(15deg);
  background: no-repeat center center/cover;
  animation: fadeIn 1.25s;
}
@media all and (min-width: 767.5px) {
  .section-group .bg .img {
    height: 144rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .bg .img {
    height: 84.6rem;
  }
}
.section-group .bg .img.n1 {
  background-image: url("../img/top/weareone1.jpg");
}
.section-group .bg .img.n2 {
  background-image: url("../img/top/weareone2.jpg");
}
.section-group .bg .img.n3 {
  background-image: url("../img/top/weareone3.jpg");
}
@media all and (min-width: 767.5px) {
  .section-group {
    height: 73.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group {
    height: 73.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-group {
    margin: 19.5rem 0rem 15.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group {
    margin: 8rem 0rem 7.6rem;
  }
}
.section-group .group-title {
  transform: translate3d(0, 0, 0);
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media all and (min-width: 767.5px) {
  .section-group .group-title {
    width: 47.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .group-title {
    width: 27.1rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-group .group-title {
    margin: 17.4rem auto 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .group-title {
    margin: 8.1rem auto 0rem;
  }
}
.section-group .text {
  padding: 0;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
}
@media all and (min-width: 767.5px) {
  .section-group .text {
    margin-top: 4.3rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .text {
    margin-top: 4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-group .text {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .text {
    font-size: 1.8rem;
  }
}
.section-group .list {
  position: relative;
  margin: auto;
}
@media (min-width: 767.5px) {
  .section-group .list {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 767.5px) {
  .section-group .list {
    width: 98.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .list {
    width: 34.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-group .list {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .list {
    margin-top: 4.5rem;
  }
}
.section-group .-item {
  background-color: #FFF;
}
@media all and (min-width: 767.5px) {
  .section-group .-item {
    width: 31.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .-item {
    width: 32.7rem;
  }
}
@media (max-width: 767.4px) {
  .section-group .-item {
    height: 11.6rem;
    margin-right: auto;
    margin-left: auto;
  }
  .section-group .-item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.section-group .-link {
  display: flex;
  align-items: center;
  height: 100%;
}
@media all and (min-width: 767.5px) {
  .section-group .-link {
    padding: 0.7rem 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .-link {
    padding: 0.7rem 0rem;
  }
}
.section-group .-img {
  margin: auto;
}
@media all and (min-width: 767.5px) {
  .section-group .-img.-makmax {
    width: 20rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .-img.-makmax {
    width: 20rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-group .-img.-tsp {
    width: 22.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .-img.-tsp {
    width: 22.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-group .-img.-actio {
    width: 20.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-group .-img.-actio {
    width: 20.2rem;
  }
}

/* section-message
********************************/
.section-message {
  overflow: hidden;
}
.section-message .message-title {
  text-align: center;
  letter-spacing: 0.04em;
}
@media all and (min-width: 767.5px) {
  .section-message .message-title {
    font-size: 6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .message-title {
    font-size: 3rem;
  }
}
.section-message .message-title .grad {
  display: inline-block;
  background: linear-gradient(264.7deg, #EF7D1D -6.1%, #D32D25 51.63%, #A82019 109.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-message .-anchor {
  display: flex;
  justify-content: center;
}
@media all and (min-width: 767.5px) {
  .section-message .-anchor {
    margin-top: 4.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .-anchor {
    margin-top: 4rem;
  }
}
.section-message .-anchor .scrAnim + .scrAnim {
  margin-left: 1px;
}
.section-message .-anchor .-btn {
  display: inline-block;
  color: #FFF;
  background-color: #000;
}
@media all and (min-width: 767.5px) {
  .section-message .-anchor .-btn {
    padding: 0.5rem 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .-anchor .-btn {
    padding: 0.5rem 1.9rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .-anchor .-btn {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .-anchor .-btn {
    font-size: 2rem;
  }
}
.section-message .-anchor .-btn.-active {
  background: linear-gradient(264.7deg, #EF7D1D -6.1%, #D32D25 51.63%, #A82019 109.35%);
}
.section-message .swiper-message {
  width: 100%;
  transform: translate3d(0, 0, 0);
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message {
    padding-bottom: 1rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message {
    padding-bottom: 1rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .swiper-wrapper {
    margin-top: 8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .swiper-wrapper {
    margin-top: 4rem;
  }
}
.section-message .swiper-message .swiper-slide {
  height: auto;
  background-color: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .swiper-slide {
    width: 74.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .swiper-slide {
    width: 29.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .swiper-slide {
    margin: 0rem 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .swiper-slide {
    margin: 0rem 0.5rem;
  }
}
.section-message .swiper-message .swiper-slide-wrap {
  height: 100%;
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .swiper-slide-wrap {
    padding: 7.5rem 6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .swiper-slide-wrap {
    padding: 2.4rem 2.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-makmax {
    width: 19.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-makmax {
    width: 14rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-makmax {
    margin-top: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-makmax {
    margin-top: 1rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-makmax {
    margin-bottom: 4.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-makmax {
    margin-bottom: 3.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-tsp {
    width: 10.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-tsp {
    width: 7.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-tsp {
    margin-top: -1rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-tsp {
    margin-top: -0.1rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-tsp {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-tsp {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-actio {
    width: 13.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-actio {
    width: 9.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-actio {
    margin-top: -2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-actio {
    margin-top: 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-logo.-actio {
    margin-bottom: 5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-logo.-actio {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 767.5px) {
  .section-message .swiper-message .headline {
    display: flex;
    align-items: center;
  }
}
.section-message .swiper-message .-img {
  flex-shrink: 0;
}
@media (min-width: 767.5px) {
  .section-message .swiper-message .-img {
    width: 16rem;
  }
}
@media (max-width: 767.4px) {
  .section-message .swiper-message .-img {
    width: 100%;
  }
}
.section-message .swiper-message .-title {
  line-height: 1.6em;
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-title {
    margin-top: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-title {
    margin-top: 2.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-title {
    margin-left: 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-title {
    margin-left: 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-title {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-title {
    font-size: 2rem;
  }
}
.section-message .swiper-message .-text {
  line-height: 1.63em;
  letter-spacing: 0.07em;
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-text {
    margin-top: 3.3rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-text {
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-text {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-text {
    font-size: 1.6rem;
  }
}
@media (min-width: 767.5px) {
  .section-message .swiper-message .profile {
    display: flex;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .profile {
    margin-top: 3.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .profile {
    margin-top: 3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-position {
    margin-bottom: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-position {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-position {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-position {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-name {
    margin-left: 2.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-name {
    margin-left: 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-name.-noumura {
    width: 14.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-name.-noumura {
    width: 14.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-name.-tanno {
    width: 12.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-name.-tanno {
    width: 12.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-message .swiper-message .-name.-ikezawa {
    width: 15.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-message .swiper-message .-name.-ikezawa {
    width: 15.6rem;
  }
}

/* section-history
********************************/
.section-history {
  /* アコーディオン */
}
@media all and (min-width: 767.5px) {
  .section-history {
    margin-top: 11rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history {
    margin-top: 6.3rem;
  }
}
.section-history .section-inner {
  margin: auto;
  box-sizing: border-box;
}
@media all and (min-width: 767.5px) {
  .section-history .section-inner {
    width: 112rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .section-inner {
    width: 34.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .section-inner {
    padding: 0rem 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .section-inner {
    padding: 0rem 0rem;
  }
}
.section-history .history-title {
  text-align: center;
}
@media all and (min-width: 767.5px) {
  .section-history .history-title {
    font-size: 6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .history-title {
    font-size: 3.2rem;
  }
}
.section-history .history-title .grad {
  display: inline-block;
  background: linear-gradient(264.7deg, #EF7D1D -6.1%, #D32D25 51.63%, #A82019 109.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-history .movie {
  position: relative;
}
@media all and (min-width: 767.5px) {
  .section-history .movie {
    margin: 6rem auto 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .movie {
    margin: 4rem auto 0rem;
  }
}
@media (min-width: 767.5px) {
  .section-history .movie {
    width: 100%;
    max-width: 760px;
  }
}
@media (max-width: 767.4px) {
  .section-history .movie {
    width: 100%;
  }
}
.section-history .movie:hover {
  cursor: pointer;
}
.section-history .movie .movie-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.section-history .movie video {
  margin: auto;
}
@media (min-width: 767.5px) {
  .section-history .movie video {
    width: 100%;
    max-width: 760px;
  }
}
@media (max-width: 767.4px) {
  .section-history .movie video {
    width: 100%;
  }
}
.section-history .history-ac {
  overflow: hidden;
  border-top: 1px solid #000;
}
@media all and (min-width: 767.5px) {
  .section-history .history-ac {
    margin-top: 8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .history-ac {
    margin-top: 3.9rem;
  }
}
.section-history .-item {
  position: relative;
  border-bottom: 1px solid #000;
}
.section-history .-item:before {
  content: "";
  position: absolute;
  background-color: #000;
  transition: opacity 0.5s;
}
@media all and (min-width: 767.5px) {
  .section-history .-item:before {
    top: 2.1rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-item:before {
    top: 1.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-item:before {
    right: 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-item:before {
    right: 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-item:before {
    width: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-item:before {
    width: 2.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-item:before {
    height: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-item:before {
    height: 2.4rem;
  }
}
@media (min-width: 767.5px) {
  .section-history .-item:hover:before {
    opacity: 0.5;
  }
}
.section-history .-item.uk-open .-headYear:after {
  transform: rotate(0deg);
}
.section-history .-headYear {
  position: relative;
  display: block;
  line-height: 1;
}
@media all and (min-width: 767.5px) {
  .section-history .-headYear {
    padding: 1.6rem 0rem 1.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-headYear {
    padding: 1.4rem 0rem 1rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-headYear {
    font-size: 5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-headYear {
    font-size: 2.4rem;
  }
}
.section-history .-headYear:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
}
@media all and (min-width: 767.5px) {
  .section-history .-headYear:before {
    right: 2.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-headYear:before {
    right: 0.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-headYear:before {
    width: 2.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-headYear:before {
    width: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-headYear:before {
    height: 0.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-headYear:before {
    height: 0.1rem;
  }
}
.section-history .-headYear:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
  transition: all 0.4s;
  transform: rotate(90deg);
}
@media all and (min-width: 767.5px) {
  .section-history .-headYear:after {
    right: 2.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-headYear:after {
    right: 0.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-headYear:after {
    width: 2.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-headYear:after {
    width: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-headYear:after {
    height: 0.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-headYear:after {
    height: 0.1rem;
  }
}
.section-history .uk-accordion-content {
  position: relative;
}
.section-history .uk-accordion-content:before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  background-image: url(/assets/img/top/line-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media all and (min-width: 767.5px) {
  .section-history .uk-accordion-content:before {
    left: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .uk-accordion-content:before {
    left: 1.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .uk-accordion-content:before {
    width: 8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .uk-accordion-content:before {
    width: 3rem;
  }
}
@media (min-width: 767.5px) {
  .section-history .uk-accordion-content:before {
    height: calc(100% - 2.3rem);
  }
}
@media (max-width: 767.4px) {
  .section-history .uk-accordion-content:before {
    height: calc(100% - 1.8rem);
  }
}
.section-history .uk-accordion-content.-lineBlue:before {
  background-image: url(/assets/img/top/line-blue.svg);
}
.section-history .uk-accordion-content.-lineRed:before {
  background-image: url(/assets/img/top/line-red.svg);
}
.section-history .uk-accordion-content.-lineDouble:before {
  background-image: url(/assets/img/top/line-double.svg);
}
.section-history .uk-accordion-content.-lineGray:before {
  background-image: url(/assets/img/top/line-gray.svg);
}
.section-history .uk-accordion-content.-lineTriple:before {
  background-image: url(/assets/img/top/line-triple.svg);
}
.section-history .uk-accordion-content.-lineTriple.-lineLong:before {
  background-image: url(/assets/img/top/line-triple-s.png);
  background-repeat: repeat-y;
}
.section-history .-content {
  border-top: 1px solid #B5B5B6;
}
@media (min-width: 767.5px) {
  .section-history .-content {
    display: flex;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content {
    margin-left: 14.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content {
    margin-left: 6.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content {
    padding: 2.4rem 0rem 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content {
    padding: 1.6rem 0rem 1.7rem;
  }
}
@media (min-width: 767.5px) {
  .section-history .-content.-pb {
    padding-bottom: 5.5rem;
  }
}
.section-history .-content .-year {
  color: #8F8F8F;
  line-height: 1;
  font-weight: bold;
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-year {
    width: 7.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-year {
    width: 7.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-year {
    margin: 1rem 0rem 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-year {
    margin: 0rem 0rem 1.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-year {
    margin-right: 2.3rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-year {
    margin-right: 2.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-year {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-year {
    font-size: 1.9rem;
  }
}
.section-history .-content .-column {
  flex: 1;
  width: auto;
}
.section-history .-content .-column.-txOnly {
  width: auto;
}
@media (min-width: 767.5px) {
  .section-history .-content .-details {
    display: flex;
    justify-content: space-between;
    flex: 1;
  }
}
.section-history .-content .-text {
  letter-spacing: 0.04em;
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-text {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-text.-small {
    margin-top: 0.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-text.-small {
    margin-top: 0.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-text.-small {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-text.-small {
    font-size: 1.2rem;
  }
}
.section-history .-content .-tag {
  display: inline-block;
  font-weight: 700;
  color: #FFF;
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-tag {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-tag {
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-tag {
    padding: 0.6rem 1.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-tag {
    padding: 0.4rem 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-tag {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-tag {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-content .-tag:nth-child(n+2) {
    margin-left: 0.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-content .-tag:nth-child(n+2) {
    margin-left: 0.2rem;
  }
}
.section-history .-content .-tag.-taiyo {
  background-color: #004C9C;
}
.section-history .-content .-tag.-tsp {
  background-color: #D32C32;
}
.section-history .-content .-tag.-actio {
  background-color: #A4A9B7;
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox {
    width: 32.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox {
    width: 28rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox {
    margin-top: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox {
    margin-top: 1.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox {
    margin-left: 1.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox {
    margin-left: 0rem;
  }
}
.section-history .-imgBox .-boxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-history .-imgBox .-imgMain {
  width: 100%;
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox.-single {
    width: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox.-single {
    width: 13.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox.-pair {
    width: 32.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox.-pair {
    width: 28rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox.-pair .-img {
    width: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox.-pair .-img {
    width: 13.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox.-pair .-img {
    margin-top: 0.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox.-pair .-img {
    margin-top: 0.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox.-multiple .-img {
    margin-top: 0.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox.-multiple .-img {
    margin-top: 0.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox.-multiple .-img {
    width: 10.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox.-multiple .-img {
    width: 13.6rem;
  }
}
@media (max-width: 767.4px) {
  .section-history .-imgBox.-multiple .-img:nth-child(n+3) {
    margin-top: 1rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox .-caption {
    margin-top: 0.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox .-caption {
    margin-top: 0.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-history .-imgBox .-caption {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-history .-imgBox .-caption {
    font-size: 1.2rem;
  }
}

/* 404
********************************/
@media all and (min-width: 767.5px) {
  .page-error .page-title-holder {
    margin-top: 6rem;
  }
}
@media all and (max-width: 767.4px) {
  .page-error .page-title-holder {
    margin-top: 6rem;
  }
}
@media all and (min-width: 767.5px) {
  .page-error .page-title-holder {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 767.4px) {
  .page-error .page-title-holder {
    margin-bottom: 3rem;
  }
}
.page-error .page-title {
  text-align: center;
}
@media all and (min-width: 767.5px) {
  .page-error .page-title {
    font-size: 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .page-error .page-title {
    font-size: 2rem;
  }
}

/* en
********************************/
@media all and (min-width: 767.5px) {
  .en .section-group .bg .img {
    height: 144rem;
  }
}
@media all and (max-width: 767.4px) {
  .en .section-group .bg .img {
    height: 89.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .en .section-group {
    height: 73.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .en .section-group {
    height: 76.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .en .section-anniversary .anniversary-title {
    font-size: 5.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .en .section-anniversary .anniversary-title {
    font-size: 3.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .en .section-symbol .symbol-title {
    font-size: 5.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .en .section-symbol .symbol-title {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .en .section-message .message-title {
    font-size: 5.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .en .section-message .message-title {
    font-size: 3.2rem;
  }
}
.en .section-message .swiper-message .headline {
  align-items: flex-start;
}
.en .section-message .swiper-message .-title {
  line-height: 1.4em;
}
@media all and (min-width: 767.5px) {
  .en .section-message .swiper-message .-title {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .en .section-message .swiper-message .-title {
    font-size: 2rem;
  }
}
@media all and (min-width: 767.5px) {
  .en .section-history .history-title {
    font-size: 5.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .en .section-history .history-title {
    font-size: 3.2rem;
  }
}

.section-single .infomation-ttl {
  text-align: center;
}
@media all and (min-width: 767.5px) {
  .section-single .infomation-ttl {
    margin: 0rem auto 5.8rem auto;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .infomation-ttl {
    margin: 0rem auto 4.8rem auto;
  }
}
.section-single .infomation-ttl .-txt {
  display: inline-block;
  background: linear-gradient(262.19deg, #EF7D1D 0.65%, #E7211A 43.82%, #AB1F24 86.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
}
@media all and (min-width: 767.5px) {
  .section-single .infomation-ttl .-txt {
    font-size: 6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .infomation-ttl .-txt {
    font-size: 3.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .infomation-ttl .-txt {
    line-height: 8.9rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .infomation-ttl .-txt {
    line-height: 4.7rem;
  }
}
.section-single .section-inner {
  margin: auto;
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner {
    width: 108rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner {
    width: auto;
  }
}
.section-single .section-inner .content-area {
  z-index: 1;
}
@media (min-width: 767.5px) {
  .section-single .section-inner .content-area {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area {
    padding: 8rem 8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area {
    padding: 0rem 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head {
    padding-bottom: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head {
    padding-bottom: 4rem;
  }
}
.section-single .section-inner .content-area .article-head .date {
  color: #B5B5B6;
  font-weight: 700;
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .date {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .date {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .date {
    line-height: 3.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .date {
    line-height: 3.8rem;
  }
}
.section-single .section-inner .content-area .article-head .main-title {
  font-weight: 700;
  text-align: justify;
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .main-title {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .main-title {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .main-title {
    line-height: 5.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .main-title {
    line-height: 4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .main-title {
    margin-top: 1.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .main-title {
    margin-top: 1.6rem;
  }
}
.section-single .section-inner .content-area .article-head .type-holder {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .type-holder {
    gap: 0.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .type-holder {
    gap: 0.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .type-holder {
    margin-top: 1.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .type-holder {
    margin-top: 1.6rem;
  }
}
.section-single .section-inner .content-area .article-head .type-holder .type {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #000;
  font-weight: 700;
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .type-holder .type {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .type-holder .type {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .article-head .type-holder .type {
    padding: 0.4rem 1.2rem 0.5rem 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .article-head .type-holder .type {
    padding: 0.4rem 1.2rem 0.5rem 1.2rem;
  }
}
.section-single .section-inner .content-area .btn-holder {
  display: flex;
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .btn-holder {
    margin-top: 4.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .btn-holder {
    margin-top: 5.7rem;
  }
}
.section-single .section-inner .content-area .btn-back {
  letter-spacing: 0.12em;
  display: flex;
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .btn-back {
    padding: 1rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .btn-back {
    padding: 1rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .btn-back {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .btn-back {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .btn-back {
    margin: -1rem -1rem -1rem auto;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .btn-back {
    margin: -1rem -1rem -1rem auto;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .content-area .btn-back .icon {
    margin-left: 0.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .content-area .btn-back .icon {
    margin-left: 0.8rem;
  }
}
.section-single .section-inner .page-top-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .page-top-link {
    width: 18.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .page-top-link {
    width: 18.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .page-top-link {
    height: 3.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .page-top-link {
    height: 3.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .page-top-link {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .page-top-link {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .page-top-link {
    border-radius: 1.9rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .page-top-link {
    border-radius: 1.9rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-single .section-inner .page-top-link {
    margin: 4rem auto 0rem 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-single .section-inner .page-top-link {
    margin: 4rem auto 0rem auto;
  }
}

@media all and (min-width: 767.5px) {
  [data-pageid=single] footer.footer {
    margin-top: 8.5rem;
  }
}
@media all and (max-width: 767.4px) {
  [data-pageid=single] footer.footer {
    margin-top: 4.8rem;
  }
}

.articleModules {
  word-break: break-word;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media all and (min-width: 767.5px) {
  .articleModules .en {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .en {
    font-size: 1.5rem;
  }
}
.articleModules > *:first-child {
  margin-top: 0 !important;
}
@media all and (min-width: 767.5px) {
  .articleModules p, .articleModules ul, .articleModules ol, .articleModules h3 {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules p, .articleModules ul, .articleModules ol, .articleModules h3 {
    margin-top: 4rem;
  }
}
.articleModules figure {
  position: relative;
}
@media all and (min-width: 767.5px) {
  .articleModules figure {
    margin-top: 3rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules figure {
    margin-top: 3rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules figure {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules figure {
    margin-bottom: 3rem;
  }
}
.articleModules figure .blocks-gallery-item__caption {
  background: rgba(0, 0, 0, 0.2);
  padding: 0.7rem;
}
@media all and (min-width: 767.5px) {
  .articleModules figure .blocks-gallery-item__caption {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules figure .blocks-gallery-item__caption {
    font-size: 1.2rem;
  }
}
.articleModules figcaption {
  color: #6F686B;
}
@media all and (min-width: 767.5px) {
  .articleModules figcaption {
    margin-top: 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules figcaption {
    margin-top: 2rem;
  }
}
.articleModules h2 {
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media all and (min-width: 767.5px) {
  .articleModules h2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules h2 {
    font-size: 2rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules h2 {
    margin-top: 5rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules h2 {
    margin-top: 4rem;
  }
}
@media (min-width: 767.5px) {
  .articleModules h2 {
    line-height: 1.8;
  }
}
@media (max-width: 767.4px) {
  .articleModules h2 {
    line-height: 1.6;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules h2.en {
    font-size: 3.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules h2.en {
    font-size: 2.2rem;
  }
}
.articleModules h3 {
  font-weight: 700;
}
@media all and (min-width: 767.5px) {
  .articleModules h3 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules h3 {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules h3 {
    line-height: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules h3 {
    line-height: 3rem;
  }
}
.articleModules ul {
  padding: 0 0 0 1.5em;
}
@media all and (min-width: 767.5px) {
  .articleModules ul {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules ul {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules ul {
    line-height: 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules ul {
    line-height: 2.6rem;
  }
}
.articleModules ul li {
  list-style: disc;
}
@media all and (min-width: 767.5px) {
  .articleModules ul li {
    margin-bottom: 0.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules ul li {
    margin-bottom: 0.8rem;
  }
}
.articleModules ol {
  padding: 0 0 0 1.5em;
}
@media all and (min-width: 767.5px) {
  .articleModules ol {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules ol {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules ol {
    line-height: 3.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules ol {
    line-height: 2.6rem;
  }
}
.articleModules ol li {
  list-style: decimal;
}
@media all and (min-width: 767.5px) {
  .articleModules ol li {
    margin-bottom: 0.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules ol li {
    margin-bottom: 0.8rem;
  }
}
.articleModules table, .articleModules td, .articleModules th {
  border-collapse: collapse;
  border: 1px solid black;
}
.articleModules table {
  table-layout: fixed;
  overflow-wrap: break-word;
}
@media (max-width: 767.4px) {
  .articleModules table {
    width: 100%;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules table td, .articleModules table th {
    padding: 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules table td, .articleModules table th {
    padding: 1.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules p {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules p {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules p {
    line-height: 2.9rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules p {
    line-height: 2.9rem;
  }
}
.articleModules p.has-small-font-size {
  line-height: 1.8em;
}
.articleModules p.has-medium-font-size {
  line-height: 1.8em;
}
.articleModules p.has-large-font-size {
  line-height: 1.8em;
}
.articleModules p.has-x-large-font-size {
  line-height: 1.8em;
}
@media all and (min-width: 767.5px) {
  .articleModules .has-text-color {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .has-text-color {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules .has-text-color {
    line-height: 2.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .has-text-color {
    line-height: 2.5rem;
  }
}
.articleModules a {
  text-decoration: underline;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #1a0dab;
}
.articleModules a:hover {
  opacity: 0.5;
}
.articleModules strong {
  font-family: "Midashi Go MB31", "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.articleModules .lh-small {
  line-height: 1.6;
}
@media all and (min-width: 767.5px) {
  .articleModules .has-small-font-size {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .has-small-font-size {
    font-size: 1rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules .has-small-font-size.en {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .has-small-font-size.en {
    font-size: 1.1rem;
  }
}
.articleModules .wp-block-gallery.swiper-container-default {
  overflow: hidden;
}
.articleModules .wp-block-gallery.swiper-container-default .blocks-gallery-grid.swiper-wrapper {
  flex-wrap: nowrap;
}
.articleModules .wp-block-gallery.swiper-container-default .blocks-gallery-grid.swiper-wrapper li {
  margin-bottom: 0;
}
@media all and (min-width: 767.5px) {
  .articleModules .wp-block-gallery.swiper-container-default .blocks-gallery-grid.swiper-wrapper li {
    font-size: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .wp-block-gallery.swiper-container-default .blocks-gallery-grid.swiper-wrapper li {
    font-size: 0rem;
  }
}
.articleModules .blocks-gallery-grid {
  position: relative;
  padding: 0;
}
.articleModules .blocks-gallery-grid li {
  list-style: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media all and (min-width: 767.5px) {
  .articleModules .blocks-gallery-grid li {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .blocks-gallery-grid li {
    font-size: 0rem;
  }
}
@media (max-width: 767.4px) {
  .articleModules .blocks-gallery-grid li {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.articleModules .blocks-gallery-grid figure {
  margin: 0;
}
.articleModules .wp-block-button {
  width: 100%;
}
.articleModules .wp-block-button .wp-block-button__link {
  display: block;
  background-color: #000;
  text-decoration: none;
  border-radius: 0;
}
@media all and (min-width: 767.5px) {
  .articleModules .wp-block-button .wp-block-button__link {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .wp-block-button .wp-block-button__link {
    font-size: 1.9rem;
  }
}
@media (min-width: 767.5px) {
  .articleModules .wp-block-button .wp-block-button__link {
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .articleModules .wp-block-button .wp-block-button__link:hover {
    opacity: unset;
    transition: none;
    transform: translateY(1rem);
  }
}
.articleModules .wp-block-group.has-background {
  line-height: 1.6;
}
@media all and (min-width: 767.5px) {
  .articleModules .wp-block-group.has-background {
    padding: 4rem 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .wp-block-group.has-background {
    padding: 4rem 2rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules .wp-block-group.has-background {
    margin-right: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .wp-block-group.has-background {
    margin-right: -1.5rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules .wp-block-group.has-background {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .wp-block-group.has-background {
    margin-top: 4rem;
  }
}
.articleModules .wp-block-group.has-background .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.articleModules .full-size {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
.articleModules .wp-block-separator {
  border-top: 1px solid black;
  border-bottom: none;
}
.articleModules .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.articleModules .wp-block-image figcaption {
  color: #6F686B;
  line-height: 1.8;
}
@media all and (min-width: 767.5px) {
  .articleModules .wp-block-image figcaption {
    margin-top: 0.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .wp-block-image figcaption {
    margin-top: 0.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules .wp-block-image figcaption {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .wp-block-image figcaption {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 767.5px) {
  .articleModules .wp-block-image figcaption {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articleModules .wp-block-image figcaption {
    font-size: 1.4rem;
  }
}
.articleModules .wp-block-image.is-resized img {
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.articleModules .wp-block-image.size-medium {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 767.5px) {
  .articleModules .wp-block-image.size-medium {
    width: 36rem;
  }
}
@media (max-width: 767.4px) {
  .articleModules .wp-block-image.size-medium {
    width: 100%;
  }
  .articleModules .wp-block-image.size-medium > img {
    display: block;
    width: 22.3rem;
    margin: 0 auto;
  }
}
.articleModules .arrow-down {
  width: 15px;
  height: 15px;
  margin: auto;
  overflow: hidden;
  text-indent: -9999999px;
  background: url(../img/common/icon-arrow-down.svg) no-repeat center/100% auto;
}
.articleModules .uk-accordion + .uk-accordion {
  margin-top: 2rem;
  border-top: 1px solid black;
}
.articleModules .accordion-title {
  position: relative;
  cursor: pointer;
  padding-right: 3rem;
}
.articleModules .accordion-title::after {
  content: "";
  width: 1.8rem;
  height: 1.75em;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/icon-down-slim.svg) no-repeat center/100% auto;
}
.articleModules .uk-open .accordion-title::after {
  transform: rotate(180deg);
}

.archive-header {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 767.5px) {
  .archive-header {
    padding: 2.4rem 2.4rem 1.6rem 2.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header {
    padding: 1.6rem 1.6rem 4rem 1.6rem;
  }
}
.home .archive-header {
  position: absolute;
}
.home .archive-header .anniversary-100th {
  display: none;
}
@media all and (min-width: 767.5px) {
  .archive-header .anniversary-100th {
    width: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .anniversary-100th {
    width: 9.4rem;
  }
}
.archive-header .langage {
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  margin: 0 0 0 auto;
  font-size: 0;
}
@media all and (min-width: 767.5px) {
  .archive-header .langage {
    width: 12rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage {
    width: 10.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .langage {
    border-radius: 1.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage {
    border-radius: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .langage {
    padding: 0.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage {
    padding: 0.2rem;
  }
}
.archive-header .langage::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(262.19deg, #EF7D1D 0.65%, #E7211A 43.82%, #AB1F24 86.99%);
}
@media all and (min-width: 767.5px) {
  .archive-header .langage::before {
    width: 5.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage::before {
    width: 4.7rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .langage::before {
    height: 2.7rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage::before {
    height: 1.9rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .langage::before {
    border-radius: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage::before {
    border-radius: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .langage::before {
    margin: 0.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage::before {
    margin: 0.2rem;
  }
}
[data-lang=en] .archive-header .langage::before {
  left: auto;
  right: 0;
}
.archive-header .langage .-txt {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media all and (min-width: 767.5px) {
  .archive-header .langage .-txt {
    height: 2.7rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage .-txt {
    height: 1.9rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .langage .-txt {
    font-size: 2rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage .-txt {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .langage .-txt {
    border-radius: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage .-txt {
    border-radius: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .langage .-txt + .-txt {
    margin-left: 0.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .langage .-txt + .-txt {
    margin-left: 0.4rem;
  }
}
.archive-header .langage .en {
  pointer-events: auto;
}
@media (min-width: 767.5px) {
  .archive-header .langage .en:hover {
    opacity: 0.5;
  }
}
[data-lang=en] .archive-header .langage .en {
  pointer-events: none;
}
[data-lang=en] .archive-header .langage .jp {
  pointer-events: auto;
}
@media (min-width: 767.5px) {
  [data-lang=en] .archive-header .langage .jp:hover {
    opacity: 0.5;
  }
}
.archive-header .-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .archive-header .-list {
  display: none;
}
@media all and (min-width: 767.5px) {
  .archive-header .-list {
    margin-top: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .-list {
    margin-top: 0.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .-list .-makmax {
    width: 11.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .-list .-makmax {
    width: 5.9rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .-list .-tsp {
    width: 9.9rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .-list .-tsp {
    width: 5.1rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .-list .-tsp {
    margin-left: 0.3rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .-list .-tsp {
    margin-left: 0.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .-list .-actio {
    width: 10.3rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .-list .-actio {
    width: 5.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .-list .-actio {
    margin-left: -1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .-list .-actio {
    margin-left: -0.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .archive-header .-list .-actio {
    margin-right: -1.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .archive-header .-list .-actio {
    margin-right: -1rem;
  }
}

/* section-information
********************************/
@media all and (min-width: 767.5px) {
  .section-information .section-inner {
    width: 108rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .section-inner {
    width: auto;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .section-inner {
    margin: 0rem auto;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .section-inner {
    margin: 0rem 1.6rem;
  }
}
.section-information .infomation-ttl {
  text-align: center;
}
@media all and (min-width: 767.5px) {
  .section-information .infomation-ttl {
    margin: 0rem auto 5.2rem auto;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .infomation-ttl {
    margin: 0rem auto 4rem auto;
  }
}
.section-information .infomation-ttl .-txt {
  display: inline-block;
  background: linear-gradient(262.19deg, #EF7D1D 0.65%, #E7211A 43.82%, #AB1F24 86.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
}
@media all and (min-width: 767.5px) {
  .section-information .infomation-ttl .-txt {
    font-size: 6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .infomation-ttl .-txt {
    font-size: 3.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .infomation-ttl .-txt {
    line-height: 8.9rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .infomation-ttl .-txt {
    line-height: 4.7rem;
  }
}
.section-information .information-list {
  overflow: hidden;
}
@media all and (min-width: 767.5px) {
  .section-information .information-list {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list {
    margin-bottom: 2.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list.closed {
    max-height: 138rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list.closed {
    max-height: 178rem;
  }
}
.section-information .information-list .information-item {
  font-weight: 700;
  border-top: 1px solid #B5B5B6;
  border-bottom: 1px solid #B5B5B6;
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item {
    padding: 2.4rem 2.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item {
    padding: 2.4rem 0rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item {
    height: 13.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item {
    height: 17.8rem;
  }
}
.section-information .information-list .information-item + .information-item {
  border-top: none;
}
.section-information .information-list .information-item .information-link {
  display: flex;
  justify-content: space-between;
}
.section-information .information-list .information-item .information-item-date {
  color: #B5B5B6;
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-date {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-date {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-date {
    line-height: 2.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-date {
    line-height: 1.9rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-date {
    margin-bottom: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-date {
    margin-bottom: 1.4rem;
  }
}
.section-information .information-list .information-item .information-item-main {
  flex: 1;
}
.section-information .information-list .information-item .information-item-text-holder .information-item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-text {
    -webkit-line-clamp: 3;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-text {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-text {
    line-height: 2.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-text {
    line-height: 2.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-text {
    margin-bottom: 0.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-text {
    margin-bottom: 0.8rem;
  }
}
.section-information .information-list .information-item .information-item-text-holder .information-item-type-holder {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-type-holder {
    gap: 0.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-type-holder {
    gap: 0.4rem;
  }
}
@media (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-type-holder {
    width: calc(100% + 14rem);
  }
}
.section-information .information-list .information-item .information-item-text-holder .information-item-type-holder .information-item-type {
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  background-color: #000;
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-type-holder .information-item-type {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-type-holder .information-item-type {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-type-holder .information-item-type {
    padding: 0.4rem 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-text-holder .information-item-type-holder .information-item-type {
    padding: 0.4rem 1.2rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-pic {
    width: 16rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-pic {
    width: 12rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-pic {
    height: 9rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-pic {
    height: 6.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-pic {
    margin-top: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-pic {
    margin-top: 3.3rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-list .information-item .information-item-pic {
    margin-left: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-list .information-item .information-item-pic {
    margin-left: 4rem;
  }
}
.section-information .information-list .information-item .information-item-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-information .information-list .information-item .information-item-pic picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-information .information-more-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.4px) {
  .section-information .information-more-container {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.section-information .information-more-container::after {
  content: "";
  display: block;
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container::after {
    width: 18.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container::after {
    width: 18.8rem;
  }
}
.section-information .information-more-container .page-top-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container .page-top-link {
    width: 18.6rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container .page-top-link {
    width: 18.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container .page-top-link {
    height: 3.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container .page-top-link {
    height: 3.8rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container .page-top-link {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container .page-top-link {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container .page-top-link {
    border-radius: 1.9rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container .page-top-link {
    border-radius: 1.9rem;
  }
}
.section-information .information-more-container .more-btn {
  font-weight: 700;
  line-height: 1.8;
  cursor: pointer;
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container .more-btn {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container .more-btn {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container .more-btn {
    margin-bottom: 0rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container .more-btn {
    margin-bottom: 6.4rem;
  }
}
.section-information .information-more-container .more-btn.hide {
  display: none;
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container .more-btn .more-btn-pic {
    margin: 1.2rem auto 0rem auto;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container .more-btn .more-btn-pic {
    margin: 1.3rem auto 0rem auto;
  }
}
@media all and (min-width: 767.5px) {
  .section-information .information-more-container .more-btn .more-btn-pic {
    width: 3.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .section-information .information-more-container .more-btn .more-btn-pic {
    width: 3.8rem;
  }
}

@media all and (min-width: 767.5px) {
  .articles_pagination {
    margin-top: 1.5rem;
  }
}
@media all and (max-width: 767.4px) {
  .articles_pagination {
    margin-top: 1rem;
  }
}
@media all and (min-width: 767.5px) {
  .articles_pagination {
    margin-bottom: -2.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articles_pagination {
    margin-bottom: -2.2rem;
  }
}
@media (max-width: 767.4px) {
  .articles_pagination.container {
    width: 33rem;
  }
}
@media all and (min-width: 767.5px) {
  .articles_pagination .pagnation-holder {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767.4px) {
  .articles_pagination .pagnation-holder {
    margin-top: 4rem;
  }
}
.articles_pagination .pagnation-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles_pagination .pagnation-nav .pagnation-nav-item .icon {
  flex-shrink: 0;
}
@media all and (min-width: 767.5px) {
  .articles_pagination .pagnation-nav .pagnation-nav-item .icon {
    width: 2.81rem;
  }
}
@media all and (max-width: 767.4px) {
  .articles_pagination .pagnation-nav .pagnation-nav-item .icon {
    width: 2.81rem;
  }
}
.articles_pagination .pagnation-nav .pagnation-nav-item a, .articles_pagination .pagnation-nav .pagnation-nav-item button {
  display: block;
  line-height: 0;
}
@media all and (min-width: 767.5px) {
  .articles_pagination .pagnation-nav .pagnation-nav-item a, .articles_pagination .pagnation-nav .pagnation-nav-item button {
    padding: 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articles_pagination .pagnation-nav .pagnation-nav-item a, .articles_pagination .pagnation-nav .pagnation-nav-item button {
    padding: 1.2rem;
  }
}
.articles_pagination .pagnation-nav .pagnation-item.current .page-numbers {
  color: #B4B4B4;
}
@media all and (min-width: 767.5px) {
  .articles_pagination .pagnation-nav .pagnation-item {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767.4px) {
  .articles_pagination .pagnation-nav .pagnation-item {
    font-size: 1.8rem;
  }
}
.articles_pagination .pagnation-nav .pagnation-item a {
  display: block;
}
@media all and (min-width: 767.5px) {
  .articles_pagination .pagnation-nav .pagnation-item a {
    padding: 1.2rem;
  }
}
@media all and (max-width: 767.4px) {
  .articles_pagination .pagnation-nav .pagnation-item a {
    padding: 1.2rem;
  }
}

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