@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: 0.0520833333vw;
}
@media screen and (max-width: 1000px) {
  html,
  body {
    font-size: 0.1300390117vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.2564102564vw;
  }
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#page-transition {
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 1;
  pointer-events: none;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

body.is-loaded #page-transition {
  opacity: 0;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

#main {
  overflow-x: clip;
}

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

.no-item {
  font-size: 16px;
}

.w1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w1200 {
    max-width: 330rem;
    width: 100%;
  }
}

@-webkit-keyframes svgFillChange {
  0% {
    fill: #ff0033;
  }
  100% {
    fill: #fff;
  }
}

@keyframes svgFillChange {
  0% {
    fill: #ff0033;
  }
  100% {
    fill: #fff;
  }
}
@-webkit-keyframes svgFillChangereverse {
  0% {
    fill: #fff;
  }
  100% {
    fill: #ff0033;
  }
}
@keyframes svgFillChangereverse {
  0% {
    fill: #fff;
  }
  100% {
    fill: #ff0033;
  }
}
#header {
  mix-blend-mode: difference;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}
#header.is_open {
  mix-blend-mode: normal;
}
#header.is_open .h_wrap .inner .h_logo {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#header .h_wrap {
  position: relative;
}
#header .h_wrap .inner {
  max-width: none;
  padding: 24rem 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95.2083333333vw;
}
#header .h_wrap .inner .h_logo {
  position: absolute;
  left: 0;
  right: 0;
}
#header .h_wrap .inner .h_logo a {
  display: block;
  max-width: 300px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header .h_wrap .inner .h_logo a {
    max-width: 182rem;
  }
}
#header .h_wrap .inner .h_logo a img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#header .h_wrap .inner .h_logo:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .h_wrap.is_open {
  z-index: -1;
  position: relative;
  height: 100vh;
  top: 0;
  -webkit-animation: slide-in 0.6s ease forwards;
          animation: slide-in 0.6s ease forwards;
}
#header .h_wrap.is_open:after {
  height: 100%;
}
#header .h_wrap.is_open .inner {
  max-width: 50%;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding: 24rem 50rem 24rem 42rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #header .h_wrap.is_open .inner {
    max-width: 100%;
    padding: 20px 21px 20px 25px;
  }
}
#header .h_wrap.is_open .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8d785a;
}
#header .h_wrap.closing {
  -webkit-animation: slide-out 0.6s ease forwards;
          animation: slide-out 0.6s ease forwards;
}
#header #mobile-nav {
  margin-left: auto;
}
#header #mobile-nav .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1005;
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
#header #mobile-nav .hamburger:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header #mobile-nav .hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 8px;
  border-radius: 999px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header #mobile-nav .hamburger span.bar3 {
  margin-bottom: 0;
}
#header #mobile-nav .hamburger.is_open span {
  background: #000;
}
#header #mobile-nav .hamburger.is_open .bar1 {
  -webkit-transform: translateY(0) rotate(405deg);
          transform: translateY(0) rotate(405deg);
  margin: 0;
}
#header #mobile-nav .hamburger.is_open .bar3 {
  -webkit-transform: translateY(-2px) rotate(495deg);
          transform: translateY(-2px) rotate(495deg);
}
#header #mobile-nav .hamburger.is_open .bar2 {
  display: none;
}
#header #mobile-nav .menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow-y: auto;
  padding: 60px 0 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
#header #mobile-nav .menu .column {
  display: grid;
  -webkit-column-gap: 225rem;
     -moz-column-gap: 225rem;
          column-gap: 225rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .column {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #header #mobile-nav .menu .column {
    max-width: 330rem;
  }
}
#header #mobile-nav .menu.is_open {
  opacity: 1;
  visibility: visible;
  top: 0;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header #mobile-nav .menu .menu-left {
  grid-area: 1/1/2/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .menu-left {
    grid-area: 2/1/3/2;
  }
  #header #mobile-nav .menu .menu-left .name {
    display: none;
  }
}
#header #mobile-nav .menu .menu-left a {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3300), color-stop(66.35%, #ff0033));
  background: linear-gradient(180deg, #ff3300 0%, #ff0033 66.35%);
  border: 1px solid #ff0033;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header #mobile-nav .menu .menu-left a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#header #mobile-nav .menu .menu-left a svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
#header #mobile-nav .menu .menu-left a p {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  #header #mobile-nav .menu .menu-left a p {
    font-size: 24rem;
  }
}
#header #mobile-nav .menu .menu-left a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#header #mobile-nav .menu .menu-left a:hover svg path {
  fill: #ff0033;
}
#header #mobile-nav .menu .menu-left a:hover p {
  color: #ff0033;
}
#header #mobile-nav .menu .menu-right {
  grid-area: 1/2/2/3;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .menu-right {
    grid-area: 1/1/2/2;
  }
}
#header #mobile-nav .menu .menu-right nav {
  width: 100%;
  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;
}
#header #mobile-nav .menu .menu-right nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .menu-right nav .header-list {
    width: 100%;
    gap: 0;
  }
}
#header #mobile-nav .menu .menu-right nav .header-list .menu-item {
  border-left: 4px solid #ff0033;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .menu-right nav .header-list .menu-item {
    border-left: none;
    border-bottom: 1px solid #ff0033;
  }
}
#header #mobile-nav .menu .menu-right nav .header-list .menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0033;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  border-radius: 0 12px 12px 0;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .menu-right nav .header-list .menu-item::before {
    border-radius: 0;
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
}
#header #mobile-nav .menu .menu-right nav .header-list .menu-item:hover a {
  color: #fff;
}
#header #mobile-nav .menu .menu-right nav .header-list .menu-item:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#header #mobile-nav .menu .menu-right nav .header-list .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 100%;
  color: #000;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .menu-right nav .header-list .menu-item a {
    font-size: 20rem;
    padding: 12rem 10rem;
  }
}
#header #mobile-nav .menu .menu-right nav .header-list .menu-item a::after {
  content: "";
  background: url(../img/common/menu-arrow.svg) no-repeat center/contain;
  width: 16px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .menu-right nav .header-list .menu-item a::after {
    content: none;
  }
}
#header #mobile-nav .menu .sns-list {
  margin-top: 80px;
  margin-bottom: 50px;
  grid-area: 2/1/3/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .sns-list {
    grid-area: 3/1/4/2;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #header #mobile-nav .menu .sns-list {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#header #mobile-nav .menu .sns-list li {
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 768px) {
  #header #mobile-nav .menu .sns-list li {
    width: 24rem;
  }
}
#header #mobile-nav .menu .sns-list li:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
#header #mobile-nav .menu .sns-list img {
  -webkit-filter: invert(40%) sepia(0%) saturate(2718%) hue-rotate(140deg) brightness(96%) contrast(85%);
          filter: invert(40%) sepia(0%) saturate(2718%) hue-rotate(140deg) brightness(96%) contrast(85%);
}
#header #mobile-nav .menu .link {
  grid-area: 3/1/4/3;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #header #mobile-nav .menu .link {
    grid-area: 4/1/5/2;
  }
}
#header #mobile-nav .menu .link a {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #666666;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 768px) {
  #header #mobile-nav .menu .link a {
    font-size: 20rem;
  }
}
#header #mobile-nav .menu .link a:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}

#header.page-header {
  mix-blend-mode: normal;
}
#header.page-header .h_wrap .inner .h_logo a img {
  -webkit-filter: none;
          filter: none;
}
#header.page-header #mobile-nav .hamburger {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #ff0033;
}
@media screen and (max-width: 768px) {
  #header.page-header #mobile-nav .hamburger {
    width: 60rem;
    height: 60rem;
  }
}
#header.page-header #mobile-nav .hamburger.is_open span {
  background: #fff;
}

@-webkit-keyframes draw-border {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes draw-border {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-in {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.fixedtop {
  position: fixed;
  right: -100%;
  bottom: 15%;
  z-index: 999;
  background: #ffffff;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: #ff0033;
  border-radius: 20px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 34px 28px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.4s ease, right 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s ease, right 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s ease, right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s ease, right 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 768px) {
  .fixedtop {
    gap: 15rem;
  }
}
.fixedtop.show {
  opacity: 1;
  right: 0;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fixedtop.hide {
  opacity: 0;
  right: -100%;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.fixedtop:hover svg {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.fixedtop svg {
  width: 50px;
  height: 56px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .fixedtop svg {
    width: 30rem;
    height: 33rem;
  }
}
.fixedtop p {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ff0033;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .fixedtop p {
    font-size: 24rem;
  }
}

#footer {
  background-color: #f5f5f5;
  padding: 40px 0;
}
#footer .f_menu {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #footer .f_menu {
    display: none;
  }
}
#footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
#footer .footer-list .menu-item {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-bottom: 4px solid transparent;
}
#footer .footer-list .menu-item:hover {
  border-bottom: 4px solid #ff0033;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  #footer .sns-list {
    display: none;
  }
}
#footer .sns-list li {
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
#footer .sns-list li:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
#footer .copy {
  text-align: right;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #666666;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    font-size: 12rem;
    margin-top: 20rem;
    margin-right: 0;
    text-align: center;
  }
}
#footer.page-footer {
  margin-top: 40px;
  background-color: #ffffff;
}
#footer.page-footer .footer-list .menu-item {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #footer.page-footer .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
#footer.page-footer .sns-list img {
  -webkit-filter: invert(40%) sepia(0%) saturate(2718%) hue-rotate(140deg) brightness(96%) contrast(85%);
          filter: invert(40%) sepia(0%) saturate(2718%) hue-rotate(140deg) brightness(96%) contrast(85%);
}

.page-tit {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-tit {
    margin-bottom: 20rem;
  }
}
.page-tit .main {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 100%;
  color: #ff0033;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-tit .main {
    font-size: 48rem;
    margin-bottom: 40rem;
  }
}
.page-tit .category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-tit .category-list ul {
    gap: 8rem;
  }
}
.page-tit .category-list ul li {
  border-radius: 7px;
  border: 1px solid #ff0033;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-tit .category-list ul li a {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #ff0033;
  padding: 7px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .page-tit .category-list ul li a {
    font-size: 12rem;
    padding: 5rem 12rem;
  }
}
.page-tit .category-list ul li.current {
  background-color: #ff0033;
}
.page-tit .category-list ul li.current a {
  color: #fff;
}
.page-tit .category-list ul li:hover {
  background-color: #ff0033;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-tit .category-list ul li:hover a {
  color: #fff;
}

.post-type-archive-profile main {
  overflow: hidden;
}

.profile-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .profile-tabs {
    gap: 40rem;
  }
}
.profile-tabs .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 461px;
}
@media (max-width: 1366px) {
  .profile-tabs .tab-buttons {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-buttons {
    height: 600rem;
  }
}
.profile-tabs .tab-buttons .tab-btn {
  max-width: 255px;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: max-width 0.4s ease, height 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: max-width 0.4s ease, height 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease, max-width 0.4s ease, height 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease, max-width 0.4s ease, height 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 1366px) {
  .profile-tabs .tab-buttons .tab-btn {
    max-width: none;
  }
}
.profile-tabs .tab-buttons .tab-btn:first-child {
  z-index: 5;
}
.profile-tabs .tab-buttons .tab-btn:nth-child(2) {
  z-index: 4;
}
.profile-tabs .tab-buttons .tab-btn:nth-child(3) {
  z-index: 3;
}
.profile-tabs .tab-buttons .tab-btn:nth-child(4) {
  z-index: 2;
}
.profile-tabs .tab-buttons .tab-btn:nth-child(5) {
  z-index: 1;
}
.profile-tabs .tab-buttons .tab-btn:not(:first-child) {
  margin-left: -50px;
}
@media (max-width: 1366px) {
  .profile-tabs .tab-buttons .tab-btn:not(:first-child) {
    margin-left: auto;
  }
}
.profile-tabs .tab-buttons .tab-btn:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.profile-tabs .tab-buttons .tab-btn.active {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.profile-tabs .tab-buttons .tab-btn .card {
  position: relative;
  width: 255px;
  height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-buttons .tab-btn .card {
    width: 100%;
    height: 600rem;
  }
}
.profile-tabs .tab-buttons .tab-btn .card-inner {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  position: relative;
}
.profile-tabs .tab-buttons .tab-btn .card-front,
.profile-tabs .tab-buttons .tab-btn .card-back {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 412px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-buttons .tab-btn .card-front,
  .profile-tabs .tab-buttons .tab-btn .card-back {
    height: 450rem;
  }
}
.profile-tabs .tab-buttons .tab-btn .card-front {
  background-image: var(--front);
}
.profile-tabs .tab-buttons .tab-btn .card-back {
  background-image: var(--back);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.profile-tabs .tab-buttons .tab-btn .card-inner.flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.profile-tabs .tab-contents .tab-content {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.profile-tabs .tab-contents .tab-content.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.profile-tabs .tab-contents .profile-header {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .profile-tabs .tab-contents .profile-header {
    margin-bottom: 40rem;
  }
}
.profile-tabs .tab-contents .member-info .member-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-contents .member-info .member-name {
    font-size: 30rem;
    margin-bottom: 15rem;
  }
}
.profile-tabs .tab-contents .member-info .member-role {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-contents .member-info .member-role {
    font-size: 16rem;
    margin-bottom: 40rem;
  }
}
.profile-tabs .tab-contents .member-info .prof-column {
  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: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-contents .member-info .prof-column {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40rem;
  }
}
.profile-tabs .tab-contents .member-info .prof-column .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-contents .member-info .prof-column .item {
    gap: 13rem;
    padding-right: 25rem;
  }
}
.profile-tabs .tab-contents .member-info .prof-column .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  background-color: #ff0033;
}
.profile-tabs .tab-contents .member-info .prof-column .item:last-child {
  padding-right: 0;
}
.profile-tabs .tab-contents .member-info .prof-column .item:last-child::after {
  content: none;
}
.profile-tabs .tab-contents .member-info .prof-column .item .col-ttl,
.profile-tabs .tab-contents .member-info .prof-column .item .col-body {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-contents .member-info .prof-column .item .col-ttl {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-contents .member-info .prof-column .item .col-body {
    font-size: 20rem;
  }
}
.profile-tabs .tab-contents .member-info .sns-links {
  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;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-contents .member-info .sns-links {
    gap: 20rem;
  }
}
.profile-tabs .tab-contents .member-info .sns-links li {
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.profile-tabs .tab-contents .member-info .sns-links li:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.profile-tabs .tab-contents .title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tab-contents .title {
    display: none;
  }
}
.profile-tabs .tab-contents .title .sec-ttl {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 100%;
  color: #ff0033;
  padding: 0 80px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.profile-tabs .tab-contents .title .sec-ttl::before, .profile-tabs .tab-contents .title .sec-ttl::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #ff0033;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.profile-tabs .tab-contents .title .sec-ttl::after {
  left: auto;
  right: 0;
}
.profile-tabs .qa-list {
  max-width: 720px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list {
    max-width: 330rem;
    gap: 20rem;
  }
}
.profile-tabs .qa-list .qa-item {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item {
    border-radius: 8px;
  }
}
.profile-tabs .qa-list .qa-item:hover {
  -webkit-box-shadow: 1px 1px 20px 1px rgba(255, 0, 51, 0.25);
          box-shadow: 1px 1px 20px 1px rgba(255, 0, 51, 0.25);
}
.profile-tabs .qa-list .qa-item .qa-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  cursor: pointer;
  background: none;
  border: none;
  padding: 30px;
  text-align: left;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-q {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20rem;
    padding: 30rem;
    font-size: 20rem;
  }
}
.profile-tabs .qa-list .qa-item .qa-q span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-q span {
    font-size: 20rem;
    width: 40rem;
    margin-right: 20rem;
  }
}
.profile-tabs .qa-list .qa-item .qa-q span::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 40px;
  height: 38px;
  margin: auto;
  background: url(../img/common/qa.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-q span::before {
    width: 40rem;
    height: 38rem;
  }
}
.profile-tabs .qa-list .qa-item .qa-q::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/plus.png) no-repeat center/contain;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-q::after {
    top: 30rem;
    bottom: auto;
    width: 30rem;
    height: 30rem;
  }
}
.profile-tabs .qa-list .qa-item .qa-q.active::after {
  background-image: url(../img/common/minus.png);
}
.profile-tabs .qa-list .qa-item .qa-q.active::before {
  content: "";
  width: 560px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: repeating-linear-gradient(to right, #ff0033 0 6px, transparent 6px 14px) bottom/100% 3px no-repeat;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-q.active::before {
    width: 270rem;
  }
}
.profile-tabs .qa-list .qa-item .qa-a {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 30px;
  -webkit-transition: height 0.5s ease, opacity 0.35s ease;
  transition: height 0.5s ease, opacity 0.35s ease;
  will-change: height, opacity;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-a {
    padding: 0 30rem;
  }
}
.profile-tabs .qa-list .qa-item .qa-a .qa-a-inner {
  padding: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-a .qa-a-inner {
    padding: 30rem 0 30rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile-tabs .qa-list .qa-item .qa-a .qa-a-inner p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-a .qa-a-inner p {
    font-size: 20rem;
    max-width: none;
  }
}
.profile-tabs .qa-list .qa-item .qa-a .qa-a-inner span {
  width: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  position: relative;
  text-align: center;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-a .qa-a-inner span {
    width: 40rem;
    font-size: 20rem;
  }
}
.profile-tabs .qa-list .qa-item .qa-a .qa-a-inner span::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 40px;
  height: 38px;
  margin: auto;
  background: url(../img/common/qa.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .profile-tabs .qa-list .qa-item .qa-a .qa-a-inner span::before {
    width: 40rem;
    height: 38rem;
  }
}
.profile-tabs .qa-list .qa-item .qa-a.open {
  opacity: 1;
}

@media (max-width: 1366px) {
  .profile-swiper {
    max-width: 285px;
    width: 100%;
    margin: 0 auto;
  }
  .profile-swiper .swiper-slide {
    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;
    -webkit-filter: grayscale(1) !important;
            filter: grayscale(1) !important;
  }
  .profile-swiper .swiper-slide.swiper-slide-active {
    -webkit-filter: grayscale(0) !important;
            filter: grayscale(0) !important;
  }
}
@media screen and (max-width: 768px) {
  .profile-swiper {
    max-width: 278rem;
  }
}

.article-list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.article-list a {
  border: 1px solid #ff0033;
  border-radius: 12px;
}
.article-list a:hover {
  background-color: #990003;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.article-list .load-more {
  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;
  gap: 10px;
  width: 215px;
  height: 40px;
  margin: 80px auto 0;
  border-radius: 8px;
  background-color: #ff0033;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .article-list .load-more {
    margin-top: 40rem;
    width: 157rem;
    height: 31rem;
  }
}
.article-list .load-more p {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .article-list .load-more p {
    font-size: 16rem;
  }
}
.article-list .load-more svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-list .load-more svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 768px) {
  .article-list .load-more svg {
    width: 15rem;
    height: 15rem;
  }
}
.article-list .load-more.is-finished {
  opacity: 0;
  pointer-events: none;
}
.article-list .load-more:hover {
  background-color: #fff;
  border: 1px solid #ff0033;
}
.article-list .load-more:hover svg path {
  fill: #ff0033;
}
.article-list .load-more:hover p {
  color: #ff0033;
}
.article-list .load-more:disabled {
  opacity: 0.6;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.article-list .noitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .article-list .noitem {
    gap: 20rem;
  }
}
.article-list .noitem .title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 100%;
  color: #ff0033;
}
@media screen and (max-width: 768px) {
  .article-list .noitem .title {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .article-list .noitem img {
    max-width: 250rem;
    width: 100%;
  }
}

.news-list .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .news-list .news-items {
    margin-bottom: 40rem;
  }
}
.news-list .news-item {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.news-list .news-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.news-list .news-item .news-item__cat {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  padding: 6px 20px;
  background-color: #ff0033;
  color: #fff;
  border-radius: 12px 0 12px 0;
}
@media screen and (max-width: 1000px) {
  .news-list .news-item .news-item__cat {
    left: auto;
    right: 0;
    border-radius: 0 12px 0 12px;
  }
}
.news-list .news-item a {
  border: 1px solid #ff0033;
  border-radius: 12px;
  display: grid;
  grid-template-columns: auto 80%;
  gap: 20px;
  padding: 0 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 45px 20px 25px;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .news-list .news-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22rem;
    padding: 25rem 20rem 37rem 20rem;
  }
}
.news-list .news-item a:hover {
  background-color: #990003;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-list .news-item a:hover .news-item__new {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-list .news-item a .news-item__date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}
.news-list .news-item a .news-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1000px) {
  .news-list .news-item a .news-item__title {
    font-size: 16rem;
  }
}
.news-list .news-item a .news-item__new {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ff0033;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.schedule-list .schedule-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.schedule-list .schedule-item {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.schedule-list .schedule-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.schedule-list .schedule-item a {
  border: 1px solid #ff0033;
  border-radius: 12px;
  display: grid;
  grid-template-columns: auto 680px auto;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px 20px 30px;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .schedule-list .schedule-item a {
    grid-template-columns: auto 75% auto;
    padding: 25rem 18rem;
    gap: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule-list .schedule-item a {
    grid-template-columns: auto 175rem auto;
  }
}
.schedule-list .schedule-item a svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .schedule-list .schedule-item a svg {
    width: 30rem;
    height: 30rem;
  }
}
.schedule-list .schedule-item a:hover {
  background-color: #990003;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.schedule-list .schedule-item a:hover .schedule-item__date,
.schedule-list .schedule-item a:hover .schedule-item__cat {
  background-color: #fff;
  color: #990003;
}
.schedule-list .schedule-item a:hover svg path {
  fill: #fff;
}
.schedule-list .schedule-item a .schedule-item__date {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  background-color: #ff0033;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .schedule-list .schedule-item a .schedule-item__date {
    font-size: 12rem;
    gap: 5rem;
    width: 70rem;
    height: 70rem;
  }
}
.schedule-list .schedule-item a .schedule-item__date .schedule-item__monthday {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .schedule-list .schedule-item a .schedule-item__date .schedule-item__monthday {
    font-size: 16rem;
  }
}
.schedule-list .schedule-item a .column {
  max-width: 680px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .schedule-list .schedule-item a .column {
    gap: 12rem;
    max-width: 170rem;
    width: 100%;
  }
}
.schedule-list .schedule-item a .schedule-item__cat {
  background-color: #ff0033;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 12px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .schedule-list .schedule-item a .schedule-item__cat {
    font-size: 12rem;
    padding: 4rem 10rem;
  }
}
.schedule-list .schedule-item a .schedule-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .schedule-list .schedule-item a .schedule-item__title {
    font-size: 16rem;
  }
}

.disco-list .disco-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.disco-list .disco-item {
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .disco-list .disco-item {
    padding: 30rem 20rem;
    border-radius: 12px;
  }
}
.disco-list .disco-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.disco-list .disco-item:hover {
  -webkit-box-shadow: 1px 1px 20px 1px rgba(255, 0, 51, 0.25);
          box-shadow: 1px 1px 20px 1px rgba(255, 0, 51, 0.25);
}
.disco-list .outer-column {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 215px auto;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .disco-list .outer-column {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 20rem;
  }
}
.disco-list .disco-item__thumb {
  max-width: 215px;
  width: 100%;
  height: 215px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .disco-list .disco-item__thumb {
    max-width: none;
    height: 290rem;
    border-radius: 8px;
  }
}
.disco-list .disco-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.disco-list a,
.disco-list .nolink {
  border: none;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 546px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 0 12px 12px 0;
  padding: 10px 20px 10px 0;
}
@media screen and (max-width: 1000px) {
  .disco-list a,
  .disco-list .nolink {
    grid-template-columns: 80% auto;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .disco-list a,
  .disco-list .nolink {
    grid-template-columns: 236rem auto;
  }
}
.disco-list a:hover,
.disco-list .nolink:hover {
  background-color: transparent;
  color: inherit;
}
.disco-list a .column,
.disco-list .nolink .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 19px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .disco-list a .column,
  .disco-list .nolink .column {
    padding-left: 14rem;
  }
}
.disco-list a .column::before,
.disco-list .nolink .column::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff0033;
}
.disco-list a .disco-item__cat,
.disco-list .nolink .disco-item__cat {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .disco-list a .disco-item__cat,
  .disco-list .nolink .disco-item__cat {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
}
.disco-list a .disco-item__release,
.disco-list .nolink .disco-item__release {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .disco-list a .disco-item__release,
  .disco-list .nolink .disco-item__release {
    font-size: 16rem;
    margin-bottom: 15rem;
  }
}
.disco-list a .disco-item__title,
.disco-list .nolink .disco-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .disco-list a .disco-item__title,
  .disco-list .nolink .disco-item__title {
    font-size: 20rem;
  }
}
.disco-list a svg,
.disco-list .nolink svg {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1000px) {
  .disco-list a svg,
  .disco-list .nolink svg {
    width: 30rem;
    height: 30rem;
  }
}
.disco-list a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.disco-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3300), color-stop(66.35%, #ff0033));
  background: linear-gradient(180deg, #ff3300 0%, #ff0033 66.35%);
  border-radius: 0 24px 24px 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: -1;
}
.disco-list a:hover {
  color: #fff;
}
.disco-list a:hover .disco-item__title {
  color: #fff;
}
.disco-list a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.disco-list a:hover svg path {
  -webkit-animation: svgFillChange 0.2s ease forwards;
          animation: svgFillChange 0.2s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; /* ← 背景スライド完了後に始まる */
}
.disco-list .disco-item__toggle {
  padding: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  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: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .disco-list .disco-item__toggle {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .disco-list .disco-item__toggle {
    margin-top: 20rem;
  }
}
.disco-list .disco-item__toggle.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .disco-list .disco-item__toggle.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .disco-list .disco-item__toggle.sp-hidden {
    display: none;
  }
}
.disco-list .disco-item__toggle .close {
  display: none;
}
.disco-list .disco-item__toggle::before {
  content: "READ COMMENT";
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3300), color-stop(66.35%, #ff0033));
  background: linear-gradient(180deg, #ff3300 0%, #ff0033 66.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1000px) {
  .disco-list .disco-item__toggle::before {
    font-size: 16rem;
  }
}
.disco-list .disco-item__toggle.active .open {
  display: none;
}
.disco-list .disco-item__toggle.active .close {
  display: inline-block;
}
.disco-list .disco-item__toggle.active::before {
  content: "CLOSE";
}
.disco-list .disco-item__comment-member {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .disco-list .disco-item__comment-member {
    margin-top: 30rem;
  }
}
.disco-list .disco-item__comment-member p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 13px;
  background: linear-gradient(to left, #fff 0%, #fff 10px, #ff3300 10px, #ff0033 20px) repeat-x left bottom;
  background-size: 20px 2px;
}
@media screen and (max-width: 1000px) {
  .disco-list .disco-item__comment-member p {
    font-size: 16rem;
    padding-bottom: 13rem;
  }
}
.disco-list .disco-item__comment-member .member-icon {
  position: relative;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .disco-list .disco-item__comment-member .member-icon {
    width: 40rem;
    height: 40rem;
    margin-right: 10rem;
  }
}
.disco-list .disco-item__comment-member .member-icon::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.disco-list .disco-item__comment-member .member-icon.is-member1::before {
  background-image: url(../img/common/member01.png);
}
.disco-list .disco-item__comment-member .member-icon.is-member2::before {
  background-image: url(../img/common/member02.png);
}
.disco-list .disco-item__comment-member .member-icon.is-member3::before {
  background-image: url(../img/common/member03.png);
}
.disco-list .disco-item__comment-member .member-icon.is-member4::before {
  background-image: url(../img/common/member04.png);
}
.disco-list .disco-item__comment {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
@media screen and (max-width: 768px) {
  .disco-list .disco-item__comment.open {
    margin-bottom: 30rem;
  }
}
.disco-list .disco-item__comment-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1000px) {
  .disco-list .disco-item__comment-text {
    font-size: 16rem;
  }
}

.movie-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .movie-items {
    gap: 20rem;
  }
}
.movie-items .movie-item {
  position: relative;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease, -webkit-box-shadow 0.4s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease, -webkit-box-shadow 0.4s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.4s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.4s ease, -webkit-transform 0.6s ease, -webkit-box-shadow 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .movie-items .movie-item {
    padding: 20rem;
    border-radius: 12px;
  }
}
.movie-items .movie-item .movie-thumb {
  width: 100%;
  height: 506px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .movie-items .movie-item .movie-thumb {
    height: 163rem;
    border-radius: 8px;
  }
}
.movie-items .movie-item .noimg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .movie-items .movie-item .noimg {
    margin-bottom: 20rem;
  }
}
.movie-items .movie-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.movie-items .movie-item:hover {
  -webkit-box-shadow: 1px 1px 20px 1px rgba(255, 0, 51, 0.25);
          box-shadow: 1px 1px 20px 1px rgba(255, 0, 51, 0.25);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.movie-items .movie-item:hover .column .movie-item__title,
.movie-items .movie-item:hover .column .movie-item__cat {
  color: #fff;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.movie-items .movie-item:hover .column::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.movie-items .movie-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.movie-items .movie-item a:hover {
  background-color: transparent;
  color: inherit;
}
.movie-items .movie-item .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  padding: 10px 19px;
}
@media screen and (max-width: 1000px) {
  .movie-items .movie-item .column {
    padding: 3rem 10rem;
    gap: 15rem;
  }
}
.movie-items .movie-item .column::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #ff0033;
  display: inline-block;
  top: 0;
  left: 0;
}
.movie-items .movie-item .column::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3300), color-stop(66.35%, #ff0033));
  background: linear-gradient(180deg, #ff3300 0%, #ff0033 66.35%);
  border-radius: 0px 24px 24px 0px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .movie-items .movie-item .column::after {
    border-radius: 0 12rem 12rem 0;
  }
}
.movie-items .movie-item .movie-item__cat {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .movie-items .movie-item .movie-item__cat {
    font-size: 16rem;
  }
}
.movie-items .movie-item .movie-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .movie-items .movie-item .movie-item__title {
    font-size: 20rem;
  }
}

.single_content {
  max-width: 960px;
  margin: 0 auto;
}
.single_content .navi_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .single_content .navi_area {
    margin-bottom: 20rem;
  }
}
.single_content .navi_area.bottom {
  padding-top: 40px;
  margin-bottom: 0;
  border-top: 2px solid #ff0033;
}
@media screen and (max-width: 1000px) {
  .single_content .navi_area.bottom {
    padding-top: 20rem;
  }
}
.single_content .navi a {
  border-radius: 7px;
  border: 1px solid #ff0033;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #ff0033;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .single_content .navi a {
    font-size: 12rem;
    gap: 6rem;
    padding: 6rem 12rem;
  }
}
.single_content .navi a svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single_content .navi:hover a {
  background-color: #ff0033;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
.single_content .navi:hover a svg path {
  fill: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single_content .navi.next svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.single_content .item-element {
  padding-bottom: 30px;
  border-bottom: 2px solid #ff0033;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .single_content .item-element {
    padding-bottom: 15rem;
    margin-bottom: 20rem;
  }
}
.single_content .item-element .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .single_content .item-element .column {
    gap: 10rem;
    margin-bottom: 15rem;
  }
}
.single_content .item-element .column .news-item__date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .single_content .item-element .column .news-item__date {
    font-size: 16rem;
  }
}
.single_content .item-element .column .news-item__cat,
.single_content .item-element .column .schedule-item__cat {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background-color: #ff0033;
  padding: 3px 12px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .single_content .item-element .column .news-item__cat,
  .single_content .item-element .column .schedule-item__cat {
    font-size: 12rem;
    padding: 3rem 9rem;
  }
}
.single_content .item-element .column .schedule-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.single_content .item-element .column .schedule-item__date .schedule-item__year,
.single_content .item-element .column .schedule-item__date .schedule-item__week {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ff0033;
}
.single_content .item-element .column .schedule-item__date .schedule-item__monthday {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #ff0033;
}
.single_content .item-element .item-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .single_content .item-element .item-ttl {
    font-size: 20rem;
  }
}
.single_content .thum {
  text-align: center;
  max-width: 920px;
  width: 96%;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .single_content .thum {
    margin-bottom: 40rem;
  }
}
.single_content .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_content .text {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .single_content .text {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
}
.single_content .text a {
  color: #ff0033;
  text-decoration: underline;
  text-decoration-color: #ff0033;
}
.single_content .text .wp-block-image {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .single_content .text .wp-block-image {
    margin: 20rem 0;
  }
}

.contact .box {
  border: 1px solid #ff0033;
  border-radius: 8px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  width: 90%;
  margin: 0 auto 60px;
}
.contact .box .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.contact .contactform {
  max-width: 660rem;
  width: 90%;
  margin: 0 auto;
}
.contact .contactform .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .contact .contactform .item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15rem;
    margin-bottom: 35rem;
  }
}
.contact .contactform .item .l-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.contact .contactform .item .l-name .required {
  margin-left: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  background-color: #ff0033;
  border-radius: 3px;
  padding: 6px 12px;
  display: inline-block;
}
.contact .contactform .item .l-detail input,
.contact .contactform .item .l-detail select {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .contact .contactform .item .l-detail input,
  .contact .contactform .item .l-detail select {
    height: 43px;
    font-size: 16px;
    padding: 0 10px;
  }
}
.contact .contactform .item .l-detail select {
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact .contactform .item .l-detail select {
    height: 43px;
  }
}
.contact .contactform .item .l-detail textarea {
  width: 100%;
  padding: 10px 14px;
  max-height: 160px;
  min-height: 160px;
  height: 100%;
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #666666;
}
.contact .contactform .item .l-detail ::-webkit-input-placeholder {
  color: #666666;
}
.contact .contactform .item .l-detail ::-moz-placeholder {
  color: #666666;
}
.contact .contactform .item .l-detail :-ms-input-placeholder {
  color: #666666;
}
.contact .contactform .item .l-detail ::-ms-input-placeholder {
  color: #666666;
}
.contact .contactform .item .l-detail ::placeholder {
  color: #666666;
}
.contact .contactform .btn {
  width: 149px;
  height: 40px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #ff0033;
  background: #ff0033;
  overflow: hidden;
  z-index: 2;
}
.contact .contactform .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 8px;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .contactform .btn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .contactform .btn:hover::after {
  background-image: url(../img/common/arrow_h.svg);
}
.contact .contactform .btn:hover .wpcf7-submit {
  color: #ff0033;
  position: relative;
  z-index: 3;
}
.contact .contactform .btn .wpcf7-spinner {
  display: none;
}
.contact .contactform .btn::after {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
.contact .contactform .wpcf7-submit {
  display: block;
  background: transparent;
  color: #fff;
  margin: auto auto 0;
  width: 100%;
  height: 100%;
  border: none;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  border-radius: 8px;
  padding: 0 30px;
  text-align: left;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
span.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 16px;
}

.complete .box {
  border: 1px solid #ff0033;
  border-radius: 8px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  width: 90%;
  margin: 0 auto 60px;
}
.complete .box .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.complete .more {
  max-width: 133px;
  width: 100%;
  margin: 0 auto;
}
.complete .more a {
  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;
  padding: 7px 13px;
  border-radius: 7px;
  border: 1px solid #ff0033;
  background-color: #ff0033;
  gap: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.complete .more a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 0;
}
.complete .more a p {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.complete .more a svg {
  z-index: 1;
}
.complete .more a:hover {
  border: 1px solid #ff0033;
}
.complete .more a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.complete .more a:hover p {
  color: #ff0033;
}
.complete .more a:hover svg path {
  -webkit-animation: svgFillChangereverse 0.2s ease forwards;
          animation: svgFillChangereverse 0.2s ease forwards;
}

.error-404 .page-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.error-404 .page-tit .main {
  margin-bottom: 0;
}
.error-404 .page-tit .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
}
.error-404 .box {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ff0033;
  padding: 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-404 .box .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  text-align: center;
}
.error-404 .box .more a {
  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;
  padding: 7px 13px;
  border-radius: 7px;
  border: 1px solid #ff0033;
  background-color: #ff0033;
  gap: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.error-404 .box .more a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 0;
}
.error-404 .box .more a p {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.error-404 .box .more a svg {
  z-index: 1;
}
.error-404 .box .more a:hover {
  border: 1px solid #ff0033;
}
.error-404 .box .more a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.error-404 .box .more a:hover p {
  color: #ff0033;
}
.error-404 .box .more a:hover svg path {
  -webkit-animation: svgFillChangereverse 0.2s ease forwards;
          animation: svgFillChangereverse 0.2s ease forwards;
}/*# sourceMappingURL=subpage.css.map */