@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%);
}

html,
body {
  margin: 0;
  height: 100%;
}

/* ローディング中はスクロール禁止 */
body.loading {
  overflow: hidden;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  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: #fff;
  -webkit-transition: opacity 1.8s ease, visibility 1.8s ease;
  transition: opacity 1.8s ease, visibility 1.8s ease;
}

.loader.fadeout {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.loader__image {
  position: relative;
  width: 400px;
  aspect-ratio: 400/384;
  overflow: hidden;
  --duration: 2.4s;
  --image-url: url("../img/common/loading.svg");
}
@media screen and (max-width: 768px) {
  .loader__image {
    width: 80%;
    height: auto;
  }
}

.loader__image::before,
.loader__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--image-url);
  background-size: cover;
  background-position: center;
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
}

/* 下層：グレースケール */
.loader__image::before {
  background-image: url(../img/common/symbol-gray.svg);
}

/* 上層：カラーが下から上に満ちていく */
.loader__image::after {
  clip-path: inset(100% 0 0 0);
  -webkit-animation: fillUp var(--duration) ease-out forwards;
          animation: fillUp var(--duration) ease-out forwards;
}

@-webkit-keyframes fillUp {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fillUp {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
main {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.6s;
  transition: opacity 1s ease 0.6s;
  background-color: #f5f5f5;
  padding-bottom: 120vh;
  z-index: 10;
}
main .fixed-img {
  position: fixed;
  inset: 0;
  top: auto;
  bottom: 30vh;
  width: 400px;
  height: 384px;
  margin: auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main .fixed-img {
    width: 70%;
    height: 200rem;
  }
}
main .fixed-img img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 400px;
  height: 384px;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  main .fixed-img img {
    width: 100%;
    height: auto;
  }
}
main .fixed-img img.red {
  opacity: 0;
}
main .fixed-img.is-bottom img.red {
  opacity: 1;
}
main .fixed-img.is-bottom img.gray {
  opacity: 0;
}

body.loaded main {
  opacity: 1;
}

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

.mv {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: hidden;
}
.mv .mv-image,
.mv .mv-video {
  width: 100%;
  height: 100%;
}
.mv .mv-image img,
.mv .mv-image video,
.mv .mv-video img,
.mv .mv-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-image .mv-video__inner,
.mv .mv-video .mv-video__inner {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
.mv .mv-image .mv-video__inner iframe,
.mv .mv-video .mv-video__inner iframe {
  width: 100%;
  height: 100%;
}
.mv .mv-image img.pc-hidden,
.mv .mv-video img.pc-hidden {
  display: none;
}
@media screen and (max-width: 1000px) {
  .mv .mv-image img.pc-hidden,
  .mv .mv-video img.pc-hidden {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .mv .mv-image img.sp-hidden,
  .mv .mv-video img.sp-hidden {
    display: none;
  }
}
.mv .mv-image {
  position: relative;
}
.mv .mv-image .mv_link {
  max-width: 272px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .mv .mv-image .mv_link {
    max-width: 214rem;
    bottom: 20rem;
    left: 20rem;
  }
}
.mv .mv-image .mv_link:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .mv .mv-image img {
    -o-object-position: top;
       object-position: top;
  }
}

/* 共通 */
.sec-head {
  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) {
  .sec-head {
    margin-bottom: 30rem;
  }
}
.sec-head .sec-ttl {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #ff0033;
}
@media screen and (max-width: 768px) {
  .sec-head .sec-ttl {
    font-size: 36rem;
  }
}
.sec-head .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 #ff3300;
  gap: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .sec-head .more a {
    padding: 7rem 13rem;
    gap: 8rem;
  }
}
.sec-head .more a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-color: #ff0033;
  -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;
}
.sec-head .more a p {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 15px;
  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;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .sec-head .more a p {
    font-size: 15rem;
  }
}
.sec-head .more a svg {
  z-index: 1;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1000px) {
  .sec-head .more a svg {
    width: 14rem;
    height: 14rem;
  }
}
.sec-head .more a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec-head .more a:hover p {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
}
.sec-head .more a:hover svg path {
  -webkit-animation: svgFillChange 0.2s ease forwards;
          animation: svgFillChange 0.2s ease forwards;
}

.t_slider .w1200 {
  padding: 60px 0 0;
}
.t_slider .top-swiper {
  padding-bottom: 70px;
}
.t_slider .top-swiper .swiper-slide {
  width: 386px;
  height: 240px;
  border-radius: 10px;
  -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) {
  .t_slider .top-swiper .swiper-slide {
    width: 233rem;
    height: 144rem;
  }
}
.t_slider .top-swiper .swiper-slide: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;
}
.t_slider .top-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.t_slider .top-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.t_slider .top-swiper.no-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t_slider .top-swiper.no-swiper .swiper-wrapper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.t_slider .top-swiper.no-swiper .slide-navi {
  display: none;
}
.t_slider .top-swiper .slide-navi {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  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: 21px;
}
.t_slider .top-swiper .swiper-button-prev:after,
.t_slider .top-swiper .swiper-rtl .swiper-button-next:after,
.t_slider .top-swiper .swiper-button-next:after,
.t_slider .top-swiper .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.t_slider .top-swiper .swiper-button-prev,
.t_slider .top-swiper .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .t_slider .top-swiper .swiper-button-prev,
  .t_slider .top-swiper .swiper-button-next {
    width: 36rem;
    height: 36rem;
  }
}
.t_slider .top-swiper .swiper-button-prev {
  left: 0;
}
.t_slider .top-swiper .swiper-button-next {
  right: 0;
}
.t_slider .top-swiper .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}
.t_slider .top-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0;
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3300), color-stop(66.35%, #ff0033));
  background: linear-gradient(180deg, #ff3300 0%, #ff0033 66.35%);
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t_slider .top-swiper .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
  }
}
.t_slider .top-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: none;
}
.t_slider .top-swiper .swiper-pagination-bullet::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .t_slider .top-swiper .swiper-pagination-bullet::after {
    width: 10rem;
    height: 10rem;
  }
}

.t_news .w1200 {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .t_news .w1200 {
    padding: 60rem 0;
  }
}
.t_news .w1200 .news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .t_news .w1200 .news_list {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
}
.t_news .w1200 .news_list .item {
  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: 12px;
  position: relative;
  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;
}
.t_news .w1200 .news_list .item:hover .bg {
  background: #990003;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
.t_news .w1200 .news_list .item:hover .bg .news-meta .new {
  color: #fff;
}
.t_news .w1200 .news_list .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.t_news .w1200 .news_list .item .bg {
  background-color: #fff;
  border-radius: 12px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  inset: 0;
  padding: 25px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_news .w1200 .news_list .item .bg .cat {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  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 12px;
  padding: 6px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.t_news .w1200 .news_list .item .bg .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.t_news .w1200 .news_list .item .bg .news-meta .new {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ff0033;
}
.t_news .w1200 .news_list .item .bg .date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}
.t_news .w1200 .news_list .item .bg .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.t_schedule {
  position: relative;
  overflow: hidden;
}
.t_schedule .contents-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 20s linear infinite;
          animation: slide 20s linear infinite;
}
.t_schedule .contents-bg::before, .t_schedule .contents-bg::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; /* 各1枚分（全体の半分） */
  height: 100%;
  background: linear-gradient(101.96deg, #ff3300 14.78%, #ff0033 35.78%, #ff0033 64.22%, #ff3300 85.22%);
  background-size: 100% 100%;
}
.t_schedule .w1200 {
  position: relative;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .t_schedule .w1200 {
    padding: 60rem 0;
  }
}
.t_schedule .w1200 .sec-ttl,
.t_schedule .w1200 .more p {
  color: #fff;
  background: none;
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
}
.t_schedule .w1200 .more a {
  border: 1px solid #fff;
}
.t_schedule .w1200 .more a svg path {
  fill: #fff;
}
.t_schedule .w1200 .more a::before {
  background-color: #fff;
}
.t_schedule .w1200 .more a:hover p {
  color: #ff0033;
  -webkit-text-fill-color: #ff0033;
  background: none;
}
.t_schedule .w1200 .more a:hover svg path {
  -webkit-animation: svgFillChangereverse 0.2s ease forwards;
          animation: svgFillChangereverse 0.2s ease forwards;
}
.t_schedule .w1200 .schedule-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;
}
.t_schedule .w1200 .schedule-list .schedule-item {
  position: relative;
}
.t_schedule .w1200 .schedule-list .schedule-item a {
  border-radius: 12px;
  display: grid;
  grid-template-columns: auto 80% auto;
  gap: 20px;
  padding: 0 30px;
  -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;
  background-color: #990003;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #990003;
}
@media screen and (max-width: 1000px) {
  .t_schedule .w1200 .schedule-list .schedule-item a {
    padding: 25rem 18rem;
    gap: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t_schedule .w1200 .schedule-list .schedule-item a {
    grid-template-columns: auto auto auto;
  }
}
.t_schedule .w1200 .schedule-list .schedule-item a:hover {
  border: 1px solid #fff;
  background-color: #ff0033;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_schedule .w1200 .schedule-list .schedule-item a:hover .schedule-item__date,
.t_schedule .w1200 .schedule-list .schedule-item a:hover .schedule-item__cat {
  color: #ff0033;
}
.t_schedule .w1200 .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: #fff;
  color: #990003;
  -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: 1000px) {
  .t_schedule .w1200 .schedule-list .schedule-item a .schedule-item__date {
    font-size: 12rem;
    gap: 5rem;
    width: 70rem;
    height: 70rem;
  }
}
.t_schedule .w1200 .schedule-list .schedule-item a .schedule-item__date .schedule-item__monthday {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .t_schedule .w1200 .schedule-list .schedule-item a .schedule-item__date .schedule-item__monthday {
    font-size: 16rem;
  }
}
.t_schedule .w1200 .schedule-list .schedule-item a .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: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .t_schedule .w1200 .schedule-list .schedule-item a .column {
    gap: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t_schedule .w1200 .schedule-list .schedule-item a .column {
    max-width: 170rem;
    width: 100%;
  }
}
.t_schedule .w1200 .schedule-list .schedule-item a .schedule-item__cat {
  background-color: #fff;
  color: #990003;
  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: 1000px) {
  .t_schedule .w1200 .schedule-list .schedule-item a .schedule-item__cat {
    font-size: 12rem;
  }
}
.t_schedule .w1200 .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: 1000px) {
  .t_schedule .w1200 .schedule-list .schedule-item a .schedule-item__title {
    font-size: 16rem;
  }
}
@media screen and (max-width: 1000px) {
  .t_schedule .w1200 .schedule-list .schedule-item a svg {
    width: 30rem;
    height: 30rem;
  }
}
.t_schedule .w1200 .schedule-list .schedule-item a svg path {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .t_profile {
    overflow: hidden;
  }
}
.t_profile .w1200 {
  padding: 120px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .t_profile .w1200 {
    padding: 60rem 0 0;
  }
}
.t_profile .w1200 .sec-ttl {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 100%;
  color: #ff0033;
}
@media screen and (max-width: 1000px) {
  .t_profile .w1200 .sec-ttl {
    font-size: 48rem;
  }
}
.t_profile .w1200 .sec-body {
  /* ==== 内側を回転させる構造 ==== */
  /* ==== 表面・裏面 ==== */
  /* === 表面 === */
  /* === 裏面 === */
}
.t_profile .w1200 .sec-body .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t_profile .w1200 .sec-body .card {
  position: relative;
  width: 285px;
  height: 600px;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .t_profile .w1200 .sec-body .card {
    width: 100%;
    height: 600rem;
    border-radius: 24px;
  }
}
@media (hover: hover) {
  .t_profile .w1200 .sec-body .card:hover .card-inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@media screen and (hover: hover) and (max-width: 1000px) {
  .t_profile .w1200 .sec-body .card:hover .card-inner {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
.t_profile .w1200 .sec-body .card a {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 5;
}
.t_profile .w1200 .sec-body .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 12px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .t_profile .w1200 .sec-body .card-inner {
    border-radius: 24px;
  }
}
.t_profile .w1200 .sec-body .card-front,
.t_profile .w1200 .sec-body .card-back {
  position: absolute;
  inset: 0;
  height: 461px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 12px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
@media screen and (max-width: 768px) {
  .t_profile .w1200 .sec-body .card-front,
  .t_profile .w1200 .sec-body .card-back {
    height: 450rem;
    border-radius: 24px;
  }
}
.t_profile .w1200 .sec-body .card-front {
  background-image: var(--front);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.t_profile .w1200 .sec-body .card-back {
  background-image: var(--back);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg) translateZ(1px);
          transform: rotateY(180deg) translateZ(1px);
}
@media (max-width: 1366px) {
  .t_profile .w1200 .sec-body .swiper.profile-swiper {
    margin: 0 auto;
    width: 50%;
    /* Swiperがdisplay指定を管理するためにblockに変更 */
  }
}
@media screen and (max-width: 1366px) and (max-width: 768px) {
  .t_profile .w1200 .sec-body .swiper.profile-swiper {
    width: 90%;
  }
}
@media (max-width: 1366px) {
  .t_profile .w1200 .sec-body .swiper.profile-swiper .member-list {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .t_profile .w1200 .sec-body .swiper.profile-swiper .member-list .card {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .t_profile .w1200 .sec-body .swiper.profile-swiper .member-list .card.swiper-slide-active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.top_contents {
  position: relative;
  overflow: hidden;
}
.top_contents .contents-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 20s linear infinite;
          animation: slide 20s linear infinite;
  z-index: 1;
}
.top_contents .contents-bg::before, .top_contents .contents-bg::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; /* 各1枚分（全体の半分） */
  height: 100%;
  background: linear-gradient(101.96deg, #ff3300 14.78%, #ff0033 35.78%, #ff0033 64.22%, #ff3300 85.22%);
  background-size: 100% 100%;
}
.top_contents .sec-ttl {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #ff0033;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 36px 13px;
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .top_contents .sec-ttl {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 30rem;
    padding: 15rem 20rem;
    display: inline-block;
    width: auto;
  }
}
.top_contents .sec-ttl::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: repeating-linear-gradient(to bottom, #ff0033 0 6px, transparent 6px 14px) right/3px 100% no-repeat, repeating-linear-gradient(to right, #ff0033 0 6px, transparent 6px 14px) bottom/100% 3px no-repeat;
  border-radius: inherit;
  content: "";
}
.top_contents .w1200 {
  padding: 130px 20px;
  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;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top_contents .w1200 {
    padding: 80rem 0;
    gap: 20rem;
  }
}
.top_contents .w1200 article {
  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: 30px;
}
@media screen and (max-width: 1000px) {
  .top_contents .w1200 article {
    border-radius: 12px;
  }
}
.top_contents .w1200 article .morelink {
  padding: 0 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: background-color 0.4s ease, border-radius 0.4s ease;
  transition: background-color 0.4s ease, border-radius 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .top_contents .w1200 article .morelink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10rem;
    padding: 20rem 0;
  }
}
.top_contents .w1200 article .morelink::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: repeating-linear-gradient(to bottom, #ff0033 0 6px, transparent 6px 14px) left/3px 100% no-repeat;
  border-radius: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .top_contents .w1200 article .morelink::after {
    background: repeating-linear-gradient(to right, #ff0033 0 6px, transparent 6px 14px) top/100% 3px no-repeat;
  }
}
.top_contents .w1200 article .morelink p {
  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;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .top_contents .w1200 article .morelink p {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 15rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_contents .w1200 article .morelink svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.top_contents .w1200 article .morelink svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.top_contents .w1200 article .morelink:hover {
  background-color: #990003;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1000px) {
  .top_contents .w1200 article .morelink:hover {
    border-radius: 0 0 12px 12px;
  }
}
.top_contents .w1200 article .morelink:hover p {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
}
.top_contents .w1200 article .morelink:hover svg path {
  fill: #fff;
}
.top_contents .w1200 article .morelink:hover::after {
  opacity: 0.3;
}
.top_contents .t_track {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top_contents .t_track .disco-item {
  padding: 40px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .top_contents .t_track .disco-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30rem 0;
    gap: 20rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .t_track .disco-item {
    width: 90%;
    margin: 0 auto;
  }
}
.top_contents .t_track .disco-item .customlink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 10px 30px 10px 0;
  z-index: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .top_contents .t_track .disco-item .customlink {
    width: 87.8787878788%;
  }
}
@media screen and (max-width: 1000px) {
  .top_contents .t_track .disco-item .customlink {
    padding: 3rem 0 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .t_track .disco-item .customlink {
    width: 100%;
  }
}
.top_contents .t_track .disco-item .customlink::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;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_track .disco-item .customlink::before {
    border-radius: 0 12px 12px 0;
  }
}
.top_contents .t_track .disco-item .customlink .disco-item__title {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.top_contents .t_track .disco-item .customlink svg {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_track .disco-item .customlink svg {
    width: 30rem;
    height: 30rem;
    right: 20rem;
  }
}
.top_contents .t_track .disco-item .customlink svg path {
  fill: #ff0033;
}
.top_contents .t_track .disco-item .customlink:hover {
  color: #fff;
}
.top_contents .t_track .disco-item .customlink:hover .disco-item__title {
  color: #fff;
}
.top_contents .t_track .disco-item .customlink:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.top_contents .t_track .disco-item .customlink: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;
}
.top_contents .t_track .disco-item__thumb {
  max-width: 360px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 24px;
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 768px) {
  .top_contents .t_track .disco-item__thumb {
    width: 290rem;
  }
}
.top_contents .t_track .disco-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.top_contents .t_track .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;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_track .column {
    padding-left: 14rem;
  }
}
.top_contents .t_track .column::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff0033;
}
.top_contents .t_track .disco-item__cat,
.top_contents .t_track .disco-item__release {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_track .disco-item__cat,
  .top_contents .t_track .disco-item__release {
    font-size: 16rem;
  }
}
.top_contents .t_track .disco-item__release {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_track .disco-item__release {
    margin-bottom: 15rem;
  }
}
.top_contents .t_track .disco-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_track .disco-item__title {
    font-size: 20rem;
  }
}
.top_contents .t_track .disco-item__comment {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 1200px) {
  .top_contents .t_track .disco-item__comment {
    grid-area: 3/1/4/2;
    width: 87.8787878788%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .t_track .disco-item__comment {
    width: 100%;
  }
}
.top_contents .t_track .disco-item__comment .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;
}
.top_contents .t_track .disco-item__comment .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;
}
.top_contents .t_track .disco-item__comment .disco-item__comment-member .member-icon {
  position: relative;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.top_contents .t_track .disco-item__comment .disco-item__comment-member .member-icon::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.top_contents .t_track .disco-item__comment .disco-item__comment-member .member-icon.is-member1::before {
  background-image: url(../img/common/member01.png);
}
.top_contents .t_track .disco-item__comment .disco-item__comment-member .member-icon.is-member2::before {
  background-image: url(../img/common/member02.png);
}
.top_contents .t_track .disco-item__comment .disco-item__comment-member .member-icon.is-member3::before {
  background-image: url(../img/common/member03.png);
}
.top_contents .t_track .disco-item__comment .disco-item__comment-member .member-icon.is-member4::before {
  background-image: url(../img/common/member04.png);
}
.top_contents .t_track .disco-item__comment .disco-item__comment-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.top_contents .t_clip {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_clip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top_contents .t_clip .movie-item {
  padding: 40px 0;
  width: 100%;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_clip .movie-item {
    padding: 30rem 20rem;
  }
}
.top_contents .t_clip .movie-item a .movie-thumb {
  border-radius: 24px;
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_clip .movie-item a .movie-thumb {
    height: 163rem;
    border-radius: 8px;
  }
}
.top_contents .t_clip .movie-item a .noimg {
  width: 100%;
  height: 540px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_clip .movie-item a .noimg {
    height: 163rem;
  }
}
.top_contents .t_clip .movie-item a .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) {
  .top_contents .t_clip .movie-item a .column {
    gap: 15rem;
    padding: 3rem 14rem;
  }
}
.top_contents .t_clip .movie-item a .column::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #ff0033;
  display: inline-block;
  top: 0;
  left: 0;
}
.top_contents .t_clip .movie-item a .column::after {
  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;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_clip .movie-item a .column::after {
    border-radius: 0 12px 12px 0;
  }
}
.top_contents .t_clip .movie-item a .column svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_clip .movie-item a .column svg {
    width: 30rem;
    height: 30rem;
    right: 20rem;
  }
}
.top_contents .t_clip .movie-item a .movie-item__cat {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_clip .movie-item a .movie-item__cat {
    font-size: 16rem;
  }
}
.top_contents .t_clip .movie-item a .movie-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_clip .movie-item a .movie-item__title {
    font-size: 20rem;
  }
}
.top_contents .t_clip .movie-item a:hover {
  color: #fff;
}
.top_contents .t_clip .movie-item a:hover .movie-item__title,
.top_contents .t_clip .movie-item a:hover .movie-item__cat {
  color: #fff;
}
.top_contents .t_clip .movie-item a:hover .column::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.top_contents .t_clip .movie-item 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; /* ← 背景スライド完了後に始まる */
}
.top_contents .t_playlist {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top_contents .t_playlist .playlict-column {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_playlist .playlict-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: 20rem;
    width: 100%;
  }
}
.top_contents .t_playlist .playlict-column .item {
  width: 100%;
  height: 100%;
  -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;
  border-radius: 24px;
}
.top_contents .t_playlist .playlict-column .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 1000px) {
  .top_contents .t_playlist .playlict-column .item {
    width: 90%;
    margin: 0 auto;
  }
}
.top_contents .t_playlist .playlict-column .item: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;
}

.looptext {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
.looptext .looptext-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loop-right 40s linear infinite;
          animation: loop-right 40s linear infinite;
}
.looptext img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.looptext.top .looptext-inner {
  -webkit-animation: loop-left 40s linear infinite;
          animation: loop-left 40s linear infinite;
}
.looptext.top img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

@-webkit-keyframes loop-left {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes loop-left {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes loop-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.t_posts .w1200 {
  padding: 120px 0;
}
.t_posts .w1200 .sec-ttl {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 100%;
  color: #ff0033;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .t_posts .w1200 .sec-ttl {
    font-size: 48rem;
  }
}

.ace_contents {
  padding-top: 120px;
}
@media screen and (max-width: 1000px) {
  .ace_contents {
    padding-top: 60rem;
  }
}
.ace_contents .box {
  max-width: 870px;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
  background: linear-gradient(101.96deg, #ff3300 14.78%, #ff0033 35.78%, #ff0033 64.22%, #ff3300 85.22%);
  -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: 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .ace_contents .box {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .ace_contents .box {
    border-radius: 12px;
  }
}
.ace_contents .box .sec-ttl {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 20px;
  display: inline-block;
  margin: 0 auto;
  background: repeating-linear-gradient(to right, #fff 0 6px, transparent 6px 14px) bottom/100% 3px no-repeat;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .ace_contents .box .sec-ttl {
    font-size: 48rem;
    padding-bottom: 20rem;
  }
}
.ace_contents .box img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ace_contents .box img {
    padding: 0 20rem;
    margin-bottom: 40rem;
  }
}
.ace_contents .box .desc {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ace_contents .box .desc {
    margin-bottom: 40rem;
    padding: 0 20rem;
  }
}
.ace_contents .box .desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ace_contents .box .desc p {
    font-size: 16rem;
  }
}
.ace_contents .box .btnarea {
  background: repeating-linear-gradient(to right, #fff 0 6px, transparent 6px 14px) top/100% 3px no-repeat;
  padding-top: 60px;
  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) {
  .ace_contents .box .btnarea {
    padding: 40rem 20rem;
    gap: 20rem;
  }
}
.ace_contents .box .btnarea a {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  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;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ace_contents .box .btnarea a {
    padding: 15rem;
  }
}
.ace_contents .box .btnarea a::before {
  content: "";
  width: 100%;
  height: 100%;
  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%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -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;
  z-index: 0;
}
.ace_contents .box .btnarea a p {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 36px;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .ace_contents .box .btnarea a p {
    font-size: 24rem;
  }
}
.ace_contents .box .btnarea a svg {
  margin-left: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .ace_contents .box .btnarea a svg {
    width: 20rem;
    height: 20rem;
  }
}
.ace_contents .box .btnarea a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ace_contents .box .btnarea a:hover p {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.ace_contents .box .btnarea 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; /* ← 背景スライド完了後に始まる */
}

#lottie {
  width: 230px; /* サイズ自由に変更OK */
  height: 230px;
}
@media screen and (max-width: 768px) {
  #lottie {
    width: 150rem;
    height: 150rem;
  }
}

.animation_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.animation_btn.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .animation_btn {
    right: 0;
    bottom: 20rem;
  }
}
.animation_btn a {
  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;
}
.animation_btn a .btn {
  background: #ff0033;
  border: 2px solid #ffffff;
  border-radius: 8px;
  margin-top: -30px;
}
.animation_btn a .btn p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .animation_btn a .btn p {
    font-size: 8px;
    padding: 6px 8px;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 左へ1枚分スライド */
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 左へ1枚分スライド */
  }
}/*# sourceMappingURL=style.css.map */