@charset "UTF-8";
/* _reset.scss
--------------------------------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}

address {
  font-style: normal;
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
}

a:focus {
  outline: thin dotted;
}

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

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

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

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}

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

button {
  border: 0;
  background: 0 0;
  display: block;
  cursor: pointer;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

a,
button {
  text-decoration: none;
  opacity: 1;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  word-break: break-all;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

/*　default link color
---------------------------------------------------------------------------------------*/
a {
  text-decoration: none;
}

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

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

a:visited {
  color: inherit;
}

a,
a:focus {
  outline: none;
}

button,
input,
input:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

/* 要素のMoveUp + フェードイン */
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveUpDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.Blur {
  -webkit-transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/* 要素のMoveRight + フェードイン */
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveRightDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素のMoveLeft + フェードイン */
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveLeftDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素の回転 */
.RotationContent {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.RotationContentDone {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* 要素の3D回転 */
.Rotation3dContent {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* ズームイン表示 */
.ZoomIn {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.ZoomInDone {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*フェードイン表示*/
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.FadeInDone {
  opacity: 1;
}

.CoverInview {
  position: relative;
}

.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #1a1a1a;
  position: absolute;
  -webkit-transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3000;
}

.CoverInviewBK::after {
  background: #000;
}

.CoverInviewDone::after {
  width: 0%;
}

.Delay100ms {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.Delay150ms {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.Delay200ms {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.Delay300ms {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.Delay400ms {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.Delay450ms {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.Delay500ms {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.Delay600ms {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.Delay700ms {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.Delay750ms {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.Delay800ms {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.Delay900ms {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.Delay1000ms {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.Delay1100ms {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.Delay1200ms {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.Delay1300ms {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.Delay1400ms {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.Delay1500ms {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.Delay1600ms {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.Delay1700ms {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.Delay1800ms {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.Delay1900ms {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.Delay2000ms {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

* {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0;
  line-height: 0;
  word-wrap: break-word;
}

main {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,
html {
  min-width: 0;
  max-width: 100%;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

a,
a:hover,
a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

b {
  font-weight: bold;
}

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

ul {
  list-style-type: none;
}

main {
  overflow: hidden;
}

.sp-table-row,
.sp-block,
.sp-inline,
.sp-inline-block,
.sp-flex {
  display: none !important;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  body,
  html {
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .sp-none {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-brNone br {
    display: none !important;
  }
  .sp-table-row {
    display: table-row !important;
  }
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-header {
    padding-left: 18px;
  }
}
.c-header__wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.c-header__wrapper-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
.c-header__close-icon {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.c-header__close-icon:hover {
  opacity: 0.7;
}
.c-header__close-icon::before, .c-header__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-header__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-header__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-header .c-header__menu-wrapper {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1001;
}
.c-header .c-header__menu-wrapper:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-header .c-header__menu-wrapper {
    width: 60px;
    height: 60px;
  }
}
.c-header.is-sticky {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.c-header.is-sticky .c-header__text,
.c-header.is-sticky .c-header__menu-wrapper {
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header.is-sticky .c-header__text--sidebar {
  color: inherit;
}
.c-header.is-sticky .c-header__menu {
  background: #1a1a1a;
}
.c-header.is-sticky .c-header__menu::before, .c-header.is-sticky .c-header__menu::after {
  background: #1a1a1a;
}
.c-header.is-sticky .c-header__menu.is-active {
  background-color: transparent;
}
.c-header.is-sticky .c-header__menu.is-active::before, .c-header.is-sticky .c-header__menu.is-active::after {
  background: #fff;
}
.c-header__menu {
  width: 30px;
  height: 2px;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-header__menu {
    width: 22.5px;
  }
}
.c-header__menu::before, .c-header__menu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__menu::before {
  top: -8.5px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-header__menu::before {
    top: -7.5px;
  }
}
.c-header__menu::after {
  top: 8.5px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-header__menu::after {
    top: 7.5px;
  }
}
.c-header__menu::after, .c-header__menu::before {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-header__menu.is-active {
  background: transparent;
}
.c-header__menu.is-active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.c-header__menu.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.c-header__menu.is-active {
  background: transparent;
}
.c-header__menu.is-active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.c-header__menu.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}

a.c-header__text,
.c-header__text {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  a.c-header__text,
  .c-header__text {
    font-size: 1.6rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 90px;
  padding: 0 4%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header__inner.active {
  background-color: #fff;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__logoItem {
    margin-left: 6px;
  }
}

.header__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 15px;
}
.header__logoLink:hover {
  opacity: 0.7;
}

.header__navList {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  z-index: 9990;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: -100%;
    top: 0;
    -webkit-transition: right 0.25s ease;
    transition: right 0.25s ease;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navList {
    gap: 10px;
  }
}

.header__navList--active {
  right: 0%;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navItem {
    margin-right: 0;
  }
}

.header__navLink {
  height: 44px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navLink {
    height: auto;
    padding: 5px;
  }
}
.header__navLink::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.12s ease-in;
  transition: width 0.12s ease-in;
  background-color: #1a1a1a;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
.header__navLink:hover::before, .header__navLink--active::before {
  width: 100%;
  left: 0;
  right: auto;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navLink {
    font-size: 17px;
  }
}

.menu__inner {
  display: none;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .menu__inner {
    position: fixed;
    right: 20px;
    top: 20px;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
  }
  .menu__button {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 43px;
    height: 43px;
  }
  .menu__button:hover {
    opacity: 1;
  }
  .menu__button span,
  .menu__button::before,
  .menu__button::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 41px;
    height: 2px;
    margin: auto;
    background: #1a1a1a;
  }
  .menu__button span {
    overflow: hidden;
    z-index: 1;
    color: #1a1a1a;
  }
  .menu__button::before {
    z-index: 2;
    content: "";
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
  }
  .menu__button::after {
    z-index: 2;
    content: "";
    -webkit-transform: translate(0, 14px);
            transform: translate(0, 14px);
  }
  .menu__button {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
  }
  .menu__button span {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .menu__button::before,
  .menu__button::after {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  .menu__button.active {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .menu__button.active span {
    color: #1a1a1a;
  }
  .menu__button.active span {
    opacity: 0;
  }
  .menu__button.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__button.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/* Sidebar menu */
.c-header__sideMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 450px;
  height: 100vh;
  background: #111;
  color: #fff;
  padding: 60px 40px 40px;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 1000;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-header__sideMenu {
    width: 300px;
    padding: 50px 20px 20px;
  }
}
.c-header__sideMenu.open {
  right: 0;
}
.c-header__sideMenu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-header__sideMenu a {
    font-size: 1.6rem;
  }
}
.c-header__sideMenu a:hover {
  opacity: 0.7;
}

/* overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 900;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.c-footer {
  background-color: #050809;
}
.c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  text-align: center;
  height: 183px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footer__bottom {
    padding: 0;
    height: 172px;
  }
}
.c-footer__copyright {
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footer__copyright {
    font-size: 1.2rem;
  }
}
.c-footer__group-wrapper {
  padding-top: 80px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footer__group-wrapper {
    padding-top: 60px;
  }
}
.c-footer__group-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-footer__group-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
  }
}

.container {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .container {
    padding: 0 4%;
  }
}

.l-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1280px) {
  .l-container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .l-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-container--no-pd {
    padding: 0;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .l-container--pr18 {
    padding-right: 18px;
  }
}

@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask__box {
  display: inline-block;
}
.mask__box .mask__inner {
  position: relative;
  visibility: hidden;
}
.mask__box .mask__inner::after {
  content: "";
  background: #083d6c;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask__box .mask__inner.start {
  -webkit-animation-name: animate-content;
          animation-name: animate-content;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask__box .mask__inner.start::after {
  -webkit-animation-name: animate-panel;
          animation-name: animate-panel;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.marker-animation.active {
  background-position: -100% 0.9em;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.45em;
  background-position: 0 0.9em;
  -webkit-transition: background-position 1.3s ease-in;
  transition: background-position 1.3s ease-in;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: inline;
  opacity: 1;
}

.autoBr {
  word-wrap: break-word;
  white-space: pre-wrap;
}

.c-btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 347px;
  max-width: 100%;
  min-height: 72px;
  color: #1a1a1a !important;
  font-size: 1.9rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background-color: #c6918b;
  padding: 20px;
  font-weight: 700;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-btn1 {
    width: 347px;
    font-size: 1.8rem;
  }
}
.c-btn1:hover {
  color: #fff !important;
  opacity: 1 !important;
}
.c-btn1--lg {
  padding: 5px 20px;
}
.c-btn1--white {
  background-color: #fff;
}
.c-btn1--white:hover {
  background-color: #1a1a1a !important;
  color: #fff;
}

.c-list1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 49px 46px;
    gap: 43px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list1--cast {
    padding: 20px 46px;
  }
}
@media screen and (max-width: 380px) {
  .c-list1--cast {
    padding: 20px 0;
  }
}
.c-list1--4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .c-list1--4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list1--4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 42px;
    padding: 20px 46px;
  }
}
@media screen and (max-width: 380px) {
  .c-list1--4 {
    padding: 20px;
  }
}
.c-list1--8 {
  -ms-grid-columns: 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr 21px 1fr;
  grid-template-columns: repeat(8, 1fr);
  gap: 38px 21px;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .c-list1--8 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .c-list1--8 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list1--8 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 380px) {
  .c-list1--8 {
    gap: 30px 0;
  }
}
.c-list1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-list1__wrapper-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 166px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 201px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list1__wrapper-img {
    width: 42.6vw;
  }
}
@media screen and (max-width: 380px) {
  .c-list1__wrapper-img {
    max-width: 166px;
    width: 100%;
  }
}
.c-list1__wrapper-img--sm {
  width: 121px;
  min-height: 147px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-list1__wrapper-img--sm {
    width: 31vw;
  }
}
@media screen and (max-width: 380px) {
  .c-list1__wrapper-img--sm {
    width: 121px;
  }
}
.c-list1__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 166/201;
}
.c-list1__img--sm {
  aspect-ratio: 121/147;
}
.c-list1__info {
  margin-top: 19px;
  width: 100%;
  text-align: center;
}
.c-list1__info--sm {
  margin-top: 7px;
}
.c-list1__group-title {
  margin-bottom: 12px;
}
.c-list1__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}
.c-list1__sub-title {
  font-size: 1.4rem;
  margin-top: -6px;
  display: block;
  font-weight: 500;
}
.c-list1__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.c-list1__desc {
  margin-top: 16px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.c-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/top/bg_banner.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  height: 30.3vw;
  min-height: 414px;
	padding: 40px 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-banner {
    min-height: auto;
    background-size: cover;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../img/top/bg_banner_sp.jpg);
	padding: 40px 20px;
  }
  .c-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.c-banner__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-banner__group-text {
    margin-top: 10px;
  }
}
.c-banner__title, .c-banner__desc {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-banner__title, .c-banner__desc {
    font-size: 1.6rem;
  }
}
.c-banner__desc {
  margin-top: 20px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-banner__desc {
    margin-top: 5px;
  }
}
.c-banner__cta {
  margin-top: 36px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-banner__cta {
    margin-top: 24px;
  }
}
.c-banner__wrapper-img {
  margin-top: 21px;
  width: 347px;
}
@media screen and (max-width: 380px) {
  .c-banner__wrapper-img {
    width: 100%;
  }
}
.c-banner__wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.c-banner__wrapper-img img:hover {
  opacity: 1;
}

.u-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-line--3 {
  -webkit-line-clamp: 3;
}

.c-title1 {
  text-transform: capitalize;
  font-size: 3.2rem;
  margin-left: 11px;
  padding-left: 25px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-title1 {
    margin-left: 9px;
    padding-left: 27px;
  }
}
.c-title1::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 47px;
  top: 2px;
  left: 0;
  -webkit-transform: skewX(-24deg);
          transform: skewX(-24deg);
}

.c-breadcrumb {
  position: relative;
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  padding-bottom: 20px;
  z-index: 2;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-breadcrumb {
    margin-top: 17px;
    row-gap: 4px;
  }
}
.c-breadcrumb a, .c-breadcrumb__title {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.42;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-breadcrumb a, .c-breadcrumb__title {
    font-size: 1.2rem;
  }
}
.c-breadcrumb span {
  text-transform: initial;
}
.c-breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

/* Pagination
--------------------------------------------------------------*/
.c-pagination {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-pagination {
    margin-bottom: 80px;
  }
}

.c-pagination a,
.c-pagination .current {
  display: inline-block;
  width: 15px;
  margin: 0 10px;
  color: rgba(26, 26, 26, 0.2);
  font-weight: 700;
}

.c-pagination a.current,
.c-pagination .current {
  color: #1a1a1a;
}

.c-pagination .current {
  display: inline-block;
  cursor: pointer;
}

.c-pagination a:hover {
  color: #1a1a1a;
}

.c-pagination a.prev:before {
  content: url(../img/svg/arrow-right-black.svg);
}

.c-pagination a.next:before {
  content: url(../img/svg/arrow-left-black.svg);
}

.c-pagination a.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.c-pagination .dots {
  display: inline-block;
  width: 45px;
  line-height: 1;
  margin: 0 5px;
  text-align: center;
  pointer-events: none;
  color: #1a1a1a;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-news {
    padding-top: 88px;
  }
}
.c-news__list {
  margin-top: 53px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-news__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-news__list--archive {
  margin-top: 112px;
  margin-bottom: 111px;
  gap: 36px 40px;
}
@media screen and (max-width: 1024px) {
  .c-news__list--archive {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-news__list--archive {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 56px;
    margin-bottom: 80px;
    gap: 35px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-news__list--top-page {
    display: none;
  }
}
.c-news__wrapper-cta {
  text-align: right;
}
.c-news__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  margin-top: 36px;
  gap: 14px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-news__cta {
    margin-top: 23px;
  }
}
.c-news__cta:hover {
  opacity: 0.7;
}
.c-news__cta span {
  z-index: 1;
  font-weight: 700;
}
.c-news__cta img {
  z-index: 1;
}

.c-mainvisual--page {
  padding-top: 80px;
  width: 100%;
  overflow: hidden;
  background: url(../img/news/bg_archive.jpg) no-repeat;
  min-height: 400px;
  background-position: top center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-mainvisual--page {
    padding-top: 60px;
    min-height: 216px;
    background-image: url(../img/news/bg_archive_sp.jpg);
  }
}
.c-mainvisual--page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  opacity: 0.3;
  z-index: 1;
}
.c-mainvisual--page h1 {
  position: relative;
  font-size: 6rem;
  text-align: center;
  margin-top: 39px;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-mainvisual--page h1 {
    margin-top: 6px;
    font-size: 3rem;
  }
}

.c-card1 {
  width: 100%;
  height: 100%;
  min-width: 0;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.c-card1--top-page {
  margin-bottom: 0;
}
.c-card1--single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-card1__wrapper-img {
  aspect-ratio: 346/243;
  overflow: hidden;
  display: block;
  position: relative;
}
.c-card1__wrapper-img:hover .c-card1__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.7;
}
.c-card1__wrapper-img--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 621px;
  margin: 0 auto 48px;
}
.c-card1__wrapper-img--single:hover .c-card1__img {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.c-card1__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-card1__img--single {
  aspect-ratio: 621/436;
}
.c-card1__content {
  background-color: #fff;
  padding: 22px 26px 42px 26px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  height: 100%;
  min-height: 207px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__content {
    padding: 10px 26px 24px 19px;
    min-height: 154px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__content--md {
    padding: 26px 30px 50px 26px;
    min-height: auto;
  }
}
.c-card1__content--single {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  min-height: auto;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__content--single {
    padding: 18px 24px 0;
  }
}
.c-card1__top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__top {
    gap: 5px;
  }
}
.c-card1__time {
  font-size: 1.4rem;
  color: #a2a2a2;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__time {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__time--md {
    font-size: 1.4rem;
  }
}
.c-card1__list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
.c-card1__notice {
  font-size: 1.4rem;
  font-weight: 500;
  color: #bba573;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__notice {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__notice--md {
    font-size: 1.4rem;
  }
}
.c-card1__title {
  margin-top: 5px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #1a1a1a;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__title {
    margin-top: 3px;
    font-size: initial;
    line-height: 1.5;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__title--md {
    font-size: 2rem;
  }
}
.c-card1__title--lg {
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__title--lg {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
}
.c-card1__desc {
  margin-top: 12px;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #1a1a1a;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__desc {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}
.c-card1__desc a:hover {
  opacity: 0.7;
  color: #050809;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__desc--md {
    font-size: 1.4rem;
  }
}
.c-card1__desc--lg {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__desc--lg {
    font-size: 1.6rem;
  }
}
.c-card1__notice i {
  margin-right: 6px;
}
.c-card1__content-bottom {
  margin-top: 48px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-card1__content-bottom {
    margin-top: 24px;
  }
}
.c-card1__content-bottom--single {
  margin-top: 0;
}