@charset "UTF-8";
/*==============================================================

	1. base

================================================================*/
html,
body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: white;
  line-height: 1;
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

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

form label,
form button {
  cursor: pointer;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

video {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

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

/*==============================================================

	2. common

================================================================*/
/*--------------------------------------------------------------
	■A.文字
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  margin: 0px auto;
  padding: 0px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
	■B.リンク
--------------------------------------------------------------*/
a {
  color: #000;
  outline: none;
  border-style: none;
  text-decoration: none;
  transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  cursor: pointer;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--------------------------------------------------------------
	■C.共通定義
--------------------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 1026px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 1025px) and (min-width: 641px) {
  .tb_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important;
  }
}
/*--------------------------------------------------------------
	■D.多言語対応
--------------------------------------------------------------*/
.current-lang-is-not-ja .hide-with-not-ja {
  display: none;
}

/*==============================================================

	3. layout

================================================================*/
.loader {
  background: #fff;
  width: 200vw;
  height: 100svh;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader .logo_wrap {
  width: 41.09375vw;
  height: 7.578125vw;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.loader .logo_wrap .logo_out {
  height: 7.578125vw;
  overflow: hidden;
}
.loader .logo_wrap .logo_out .logo {
  fill: #43A12F;
}
.loader .logo_wrap .count_wrap {
  color: #43A12F;
  margin-top: 1.8%;
  font-family: YakuHanJP, "Questrial", sans-serif;
  position: relative;
  left: -2px;
  font-size: 1.796875vw;
}
@media screen and (max-width: 1025px) {
  .loader .logo_wrap {
    width: 195px;
    height: 36px;
  }
  .loader .logo_wrap .logo_out {
    height: 42px;
  }
  .loader .logo_wrap .count_wrap {
    font-size: 10px;
    left: 0;
  }
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  padding: 43px 3% 24px;
  background: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1025px) {
  .hd {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 22px 5.33% 18px !important;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
.hd .g_nav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd .g_nav_wrapper h1 {
  width: 146px;
  line-height: 0;
}
.hd .g_nav_wrapper h1 .logo {
  width: 100%;
  fill: #fff;
}
@media screen and (max-width: 1025px) {
  .hd .g_nav_wrapper h1 {
    width: 112px;
    position: relative;
    top: 1px;
  }
  .hd .g_nav_wrapper h1 .logo {
    fill: #000;
  }
  .hd .g_nav_wrapper h1.h1_after .logo {
    fill: #fff !important;
  }
}
.hd .g_nav_wrapper .g_nav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15px;
}
@media screen and (max-width: 1025px) {
  .hd .g_nav_wrapper .g_nav_flex {
    display: none;
  }
}
.hd .g_nav_wrapper .g_nav_flex .g_nav {
  position: relative;
  top: 1px;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li {
  margin-left: 24px;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 3px;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff !important;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-transform-origin 0s;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-transform-origin 0s;
  transition: transform 0.3s ease-in-out, transform-origin 0s;
  transition: transform 0.3s ease-in-out, transform-origin 0s, -webkit-transform 0.3s ease-in-out, -webkit-transform-origin 0s;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a.m-over::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a.m-out::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
  line-height: 0;
  margin-top: 3px;
}
@media screen and (max-width: 1025px) {
  .hd .g_nav_wrapper .g_nav_flex .g_nav_right {
    margin-top: 0;
  }
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .social_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .social_flex p {
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-family: YakuHanJP, "Questrial", sans-serif;
  color: #fff;
  margin-right: 10px;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .social_flex .social_x {
  margin-top: 2px;
  line-height: 0;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .social_flex .social_x a i {
  font-size: 1.4rem;
  color: #fff;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .search_window {
  margin-left: 34px;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .search_window a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .search_window a p {
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-family: YakuHanJP, "Questrial", sans-serif;
  color: #fff;
  margin-right: 10px;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .search_window a .search_icon {
  margin-top: 2px;
  line-height: 0;
}
.hd .g_nav_wrapper .g_nav_flex .g_nav_right .search_window a .search_icon i {
  font-size: 1.4rem;
  color: #fff;
}
.hd .g_nav_wrapper .g_nav_flex_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd .g_nav_wrapper .g_nav_flex_sp .search_window .search_icon {
  width: 16.04px;
  margin-right: 22px;
  line-height: 0;
}
@media screen and (max-width: 1025px) {
  .hd .g_nav_wrapper .openbtn {
    position: relative;
    width: 28.05px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    background: none;
  }
  .hd .g_nav_wrapper .openbtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hd .g_nav_wrapper .openbtn span:nth-of-type(1) {
    top: 0;
  }
  .hd .g_nav_wrapper .openbtn span:nth-of-type(2) {
    top: 7px;
  }
  .hd .g_nav_wrapper .openbtn span:nth-of-type(3) {
    bottom: 0;
  }
  .hd .g_nav_wrapper .openbtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
    background-color: #fff;
  }
  .hd .g_nav_wrapper .openbtn.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .hd .g_nav_wrapper .openbtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
    background-color: #fff;
  }
}

.reveal-wrap {
  overflow: hidden;
  display: block;
}
.reveal-wrap .reveal-item {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#g-nav {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-right: -5.33%;
  margin-left: -5.33%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s 0.3s, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#g-nav ul {
  position: absolute;
  z-index: 999;
  padding-left: 5.33%;
  top: 19.2%;
}
#g-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
}
#g-nav ul li a .g_nav_list_en {
  width: 180px;
  font-size: 3.4rem;
  line-height: 1.15 !important;
  letter-spacing: 0.02em;
  font-family: YakuHanJP, "Questrial", sans-serif;
  margin-bottom: 6px;
  margin-right: 23px;
  position: relative;
  left: -1px;
}
#g-nav ul li a .g_nav_list_ja {
  width: 34%;
  font-size: 1.4rem;
  line-height: 1 !important;
  letter-spacing: 0.06em;
  position: relative;
  top: -1px;
}
#g-nav ul li.g_nav_list_ttl {
  font-size: 1rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 9px;
}
#g-nav ul .g_nav_list_ttl_social {
  margin-top: 20px !important;
}
#g-nav ul .g_nav_list_ttl_social .g_nav_list_ttl {
  font-size: 1rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 9px;
}
#g-nav ul .g_nav_list_ttl_social .g_nav_list_ttl_x a i {
  font-size: 22px;
}
#g-nav ul .g_nav_list_ttl_social2 {
  margin-top: 25px !important;
}
#g-nav ul .g_nav_list_ttl_social2 .g_nav_list_ttl {
  margin-bottom: 5px;
}
#g-nav.panelactive {
  opacity: 1;
  pointer-events: all;
}
#g-nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s, transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #43A12F !important;
}

@media screen and (min-width: 1025px) {
  .hd.change-color {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .hd.change-color .g_nav_wrapper h1 .logo {
    fill: #43A12F;
  }
  .hd.change-color .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a,
  .hd.change-color .g_nav_wrapper .g_nav_flex .g_nav_right .social_flex p,
  .hd.change-color .g_nav_wrapper .g_nav_flex .g_nav_right .search_window a p,
  .hd.change-color .g_nav_wrapper .g_nav_flex .g_nav_right .social_flex .social_x a i,
  .hd.change-color .g_nav_wrapper .g_nav_flex .g_nav_right .search_window a .search_icon i,
  .hd.change-color .language-switcher-link {
    color: #43A12F;
  }
  .hd.change-color .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a::after {
    background-color: #43A12F !important;
  }
}

.hd.hd_black {
  background: rgba(255, 255, 255, 0.2);
}
.hd.hd_black .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a {
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 3px;
}
.hd.hd_black .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000 !important;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-transform-origin 0s;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-transform-origin 0s;
  transition: transform 0.3s ease-in-out, transform-origin 0s;
  transition: transform 0.3s ease-in-out, transform-origin 0s, -webkit-transform 0.3s ease-in-out, -webkit-transform-origin 0s;
}
.hd.hd_black .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a.m-over::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.hd.hd_black .g_nav_wrapper .g_nav_flex .g_nav .g_nav_lists li a.m-out::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.hd.hd_black .g_nav_wrapper .g_nav_flex .g_nav_right .social_flex p {
  color: #000;
}
.hd.hd_black .g_nav_wrapper .g_nav_flex .g_nav_right .search_window p {
  color: #000;
}
.hd.hd_black .g_nav_wrapper .g_nav_flex .g_nav_right .search_window .search_icon i {
  color: #000;
}
.hd.hd_black .g_nav_wrapper h1 .logo {
  fill: #000;
}
.hd.hd_black .g_nav_wrapper .btn-trigger span {
  background-color: #000;
}

.hd.hd_bknone {
  background: none !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.hd.hd_bknone .g_nav_wrapper h1 .logo {
  fill: #fff;
}
.hd.hd_bknone .g_nav_wrapper .openbtn span {
  background-color: #fff;
}
@media screen and (max-width: 1025px) {
  .hd.hd_bknone .search_icon a {
    color: #fff;
  }
}

.hd.hd_bknone.change-color {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.hd.hd_bknone.change-color .g_nav_wrapper h1 .logo {
  fill: #43A12F;
}
.hd.hd_bknone.change-color .g_nav_wrapper .openbtn span {
  background-color: #43A12F;
}
.hd.hd_bknone.change-color .g_nav_wrapper .search_icon a {
  color: #43A12F;
}

.ft {
  width: 100%;
  padding: 48px 3%;
  background: #000;
  margin-top: 144px;
}
@media screen and (max-width: 1025px) {
  .ft {
    padding: 44px 5.33% 32px;
    margin-top: 57px;
  }
}
.ft .ft_nav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ft .ft_nav_wrapper .ft_nav_logo {
  width: 134.75px;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_logo {
    width: 129px;
    margin-bottom: 44px;
  }
}
.ft .ft_nav_wrapper .ft_nav_logo .logo {
  width: 100%;
  fill: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ft .ft_nav_wrapper .ft_nav_logo .logo:hover {
  fill: #43A12F;
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list {
  margin-left: 65px;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list {
    margin-left: 0;
    width: 50%;
    margin-bottom: 36px;
  }
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list .ft_nav_list_ttl {
  font-size: 2.4rem;
  color: #fff;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list .ft_nav_list_ttl {
    margin-bottom: 24px;
  }
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list .ft_nav_list_item li {
  margin-bottom: 12px;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list .ft_nav_list_item li {
    margin-bottom: 15px;
  }
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list .ft_nav_list_item li a {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list .ft_nav_list_item li a:hover {
  color: #43A12F;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list:nth-child(2n) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_lists .ft_nav_list:nth-child(3n) {
    margin-bottom: 25px;
  }
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 92px;
  margin-top: 10px;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: 0;
  }
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_social .ft_nav_social_ttl {
  font-size: 1rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  color: #fff;
  letter-spacing: 0.02em;
  margin-right: 10px;
}
@media screen and (max-width: 1025px) {
  .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_social .ft_nav_social_ttl {
    margin-bottom: 18px;
  }
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_social .ft_nav_social_x {
  margin-top: -6px;
}
body.index .ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_social .ft_nav_social_x {
  margin-top: 0;
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_social .ft_nav_social_x a i {
  font-size: 2rem;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ft .ft_nav_wrapper .ft_nav_right_wrapper .ft_nav_social .ft_nav_social_x a i:hover {
  color: #43A12F;
}
.ft .ft_under {
  padding-top: 55px;
}
@media screen and (max-width: 1025px) {
  .ft .ft_under {
    padding-top: 57px;
  }
}
.ft .ft_under .ft_under_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1025px) {
  .ft .ft_under .ft_under_flex {
    display: block;
  }
}
.ft .ft_under .ft_under_flex .ft_under_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ft .ft_under .ft_under_flex .ft_under_mark p {
  margin-right: 19px;
}
.ft .ft_under .ft_under_flex .ft_under_copy {
  font-size: 1rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  color: #fff;
  letter-spacing: 0.02em;
}

.pagination .page-numbers {
  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: 24px;
  list-style: none;
  margin-top: 58px;
}
@media screen and (max-width: 1025px) {
  .pagination .page-numbers {
    margin-top: 23px;
  }
}
@media screen and (max-width: 375px) {
  .pagination .page-numbers {
    gap: 14px;
  }
}
.pagination .page-numbers a {
  display: inline-block;
  color: #999999;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .page-numbers a:hover {
  color: #000;
}
.pagination .page-numbers span {
  display: inline-block;
  color: #999999;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .page-numbers .current {
  font-weight: bold;
  background-color: #43A12F;
  color: #fff;
  pointer-events: none;
  padding: 3px 10px;
  border-radius: 40px;
}
.pagination .page-numbers .prev {
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 4px;
}
.pagination .page-numbers .next {
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 4px;
}

.swiper-wrapper {
  height: auto;
}

.fv_slider_wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1025px) {
  .fv_slider_wrapper {
    margin-top: 66px !important;
  }
}
.fv_slider_wrapper .fv_slider {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 16/9;
}
.fv_slider_wrapper .fv_slider img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.fv_slider_wrapper .fv_slider .shadow_gradation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
  z-index: 99;
}
.fv_slider_wrapper .fv_slider .shadow_bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  pointer-events: none;
  z-index: 999;
}
.fv_slider_wrapper .fv_text_wrapper {
  position: absolute;
  left: 3%;
  bottom: 35px;
  z-index: 99;
  will-change: opacity;
  opacity: 1;
}
body.wide-screen .fv_slider_wrapper .fv_text_wrapper {
  bottom: 9%;
}
@media screen and (max-width: 1025px) {
  .fv_slider_wrapper .fv_text_wrapper {
    bottom: 14px;
    width: 89.34%;
    left: 5.33%;
  }
}
.fv_slider_wrapper .fv_text_wrapper .fv_text_ttl {
  font-size: 7vw;
  letter-spacing: 0;
  color: #fff;
  font-family: YakuHanJP, "Questrial", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  left: -0.35vw;
  line-height: 1;
  padding-bottom: 2%;
}
.fv_slider_wrapper .fv_text_wrapper .fv_text_ttl span {
  display: block;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-width: 1025px) {
  .fv_slider_wrapper .fv_text_wrapper .fv_text_ttl {
    width: 100%;
    padding-bottom: 1%;
    left: 0;
    word-break: break-all;
    display: inline-block; /* 必須: サイズ調整できるように */
    white-space: nowrap; /* 必須: 折り返さず1行で表示 */
    overflow: hidden; /* はみ出た部分を隠す */
    line-height: 1; /* 行間を詰めて正確に判定 */
    text-overflow: ellipsis; /* はみ出したら「…」表示 */
  }
}
.fv_slider_wrapper .fv_text_wrapper .fv_text_subttl {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.fv_slider_wrapper .fv_text_wrapper .fv_text_subttl span {
  display: block;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-width: 1025px) {
  .fv_slider_wrapper .fv_text_wrapper .fv_text_subttl {
    font-size: 1.1rem;
    width: 53.4%;
  }
}
.fv_slider_wrapper .fv_text_wrapper:hover .fv_text_ttl,
.fv_slider_wrapper .fv_text_wrapper:hover .fv_text_subttl {
  color: #43A12F;
}

/* ページネーション全体の位置調整 */
.swiper-pagination {
  z-index: 99;
  bottom: 36px; /* ページネーションの位置を下に調整 */
  text-align: right; /* 水平方向の中央揃え */
  will-change: opacity;
  opacity: 1;
}
@media screen and (max-width: 1025px) {
  .swiper-pagination {
    bottom: 14px;
  }
}

/* ページネーションの丸いドット */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent !important;
  border-radius: 50%;
  margin: 0 15px;
  border: 1px solid #fff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  opacity: 1;
}
.swiper-pagination-bullet:hover {
  border-color: #43A12F;
}
@media screen and (max-width: 1025px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/* アクティブなドット */
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.swiper-pagination-bullet-active:hover {
  background-color: #43A12F !important;
  border: none;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 36px;
  padding-right: 3%;
}
body.wide-screen .swiper-horizontal > .swiper-pagination-bullets, body.wide-screen .swiper-pagination-bullets.swiper-pagination-horizontal, body.wide-screen .swiper-pagination-custom, body.wide-screen .swiper-pagination-fraction {
  bottom: 9%;
}
@media screen and (max-width: 1025px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 14px;
    padding-right: 5.33%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}
@media screen and (max-width: 1025px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
}

.article_area {
  width: 960px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .article_area {
    width: 100%;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
  }
}
.article_area .article_lists_wrapper {
  width: 62.5%;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .article_area .article_lists_wrapper {
    width: 100%;
  }
}
.article_area .article_lists_wrapper .article_lists_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_area .article_lists_wrapper .article_list_card {
  width: 48.3%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1025px) {
  .article_area .article_lists_wrapper .article_list_card {
    width: 48.7%;
    margin-bottom: 23px;
  }
}
.article_area .article_lists_wrapper .article_list_card .article_list .article_list_img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .article_area .article_lists_wrapper .article_list_card .article_list .article_list_img {
    margin-bottom: 13px;
  }
}
.article_area .article_lists_wrapper .article_list_card .article_list .article_list_img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.article_area .article_lists_wrapper .article_list_card .article_list:hover .article_list_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.article_area .article_lists_wrapper .article_list_card .article_list .article_list_ttl {
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1025px) {
  .article_area .article_lists_wrapper .article_list_card .article_list .article_list_ttl {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.article_area .article_lists_wrapper .article_list_card .article_list .article_list_date_tag_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_area .article_lists_wrapper .article_list_card .article_list .article_list_date_tag_flex .article_list_date {
  font-size: 1rem;
  color: #999999;
}
.article_area .article_lists_wrapper .article_list_card .article_list .article_list_date_tag_flex .article_list_tag {
  color: #43A12F;
  border-radius: 10px;
  border: 1px solid #43A12F;
  background: #fff;
  padding: 3px 6px;
  margin-left: 9px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.article_area .article_lists_wrapper .article_list_card .article_list:hover .article_list_ttl {
  color: #43A12F;
}
.article_area .article_lists_wrapper .view-more_btn_index {
  text-align: center;
  display: block;
  margin: 20px auto 0;
  background: #fff;
  color: #43A12F;
  border: 1px solid #43A12F;
  cursor: pointer;
  outline: none;
  padding: 13.7px 0;
  width: 161px;
  border-radius: 49px;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
}
@media screen and (max-width: 1025px) {
  .article_area .article_lists_wrapper .view-more_btn_index {
    width: 150px;
    height: 47px;
    padding: 0;
    line-height: 47px;
    margin-top: 12px;
  }
}
.article_area .article_area_side {
  width: 31.25%;
  margin-top: -13px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side {
    width: 100%;
    margin-top: 53px;
  }
}
.article_area .article_area_side .h2 {
  font-size: 2.8rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side .h2 {
    font-size: 2.4rem;
    margin-bottom: 22px;
  }
}
.article_area .article_area_side .h2 span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-left: 16px;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side .h2 span {
    font-size: 1rem;
    margin-left: 13px;
  }
}
.article_area .article_area_side .editorpicks_wrapper {
  margin-bottom: 40px;
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card {
    margin-bottom: 19px;
  }
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_img {
  width: 41.1%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_img {
    width: 35.8%;
  }
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_txt {
  width: 54.8%;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_txt {
    width: 60.6%;
  }
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_txt .editorpicks_list_artist {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_txt .editorpicks_list_ttl {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_txt .editorpicks_list_date {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.79;
  color: #999999;
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card:hover .editorpicks_list_img img {
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
}
.article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card:hover .editorpicks_list_txt .editorpicks_list_ttl {
  color: #43A12F;
}
.article_area .article_area_side .hotarticles_wrapper {
  margin-bottom: 40px;
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card {
    margin-bottom: 19px;
  }
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card .hotarticles_list_img {
  width: 41.1%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card .hotarticles_list_img {
    width: 35.8%;
  }
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card .hotarticles_list_img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card .hotarticles_list_txt {
  width: 54.8%;
}
@media screen and (max-width: 1025px) {
  .article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card .hotarticles_list_txt {
    width: 60.6%;
  }
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card .hotarticles_list_txt .hotarticles_list_artist {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card .hotarticles_list_txt .hotarticles_list_ttl {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card .hotarticles_list_txt .hotarticles_list_date {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.79;
  color: #999999;
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card:hover .hotarticles_list_img img {
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
}
.article_area .article_area_side .hotarticles_wrapper .hotarticles_lists .hotarticles_list_card:hover .hotarticles_list_txt .hotarticles_list_ttl {
  color: #43A12F;
}

.archive_wrapper {
  margin-bottom: 40px;
}
.archive_wrapper .archive-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
  .archive_wrapper .archive-select {
    margin-bottom: 18px;
  }
}
.archive_wrapper .archive-select .custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .archive_wrapper .archive-select .custom-select {
    width: 292px;
  }
}
@media screen and (max-width: 332px) {
  .archive_wrapper .archive-select .custom-select {
    width: 100%;
  }
}
.archive_wrapper .archive-select .custom-select select {
  width: 100%;
  padding: 13px 30px;
  font-size: 14px;
  border: 1px solid #999999;
  border-radius: 50px;
  background-color: #fff;
  color: #999999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.archive_wrapper .archive-select .custom-select .icon {
  position: absolute;
  top: 0;
  right: 30px;
  pointer-events: none;
}

.feature_wrapper .feature_img li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
  .feature_wrapper .feature_img li {
    width: 276px;
  }
}
@media screen and (max-width: 332px) {
  .feature_wrapper .feature_img li {
    width: 100%;
  }
}

.h1_before {
  display: block;
}

.h1_before.off {
  display: none;
}

.h1_after {
  display: none;
}

.h1_after.on {
  display: block;
}

/* 全画面検索フォームのスタイル */
.hd {
  /* 検索フォームが表示された時のスタイル */
  /* 検索フォーム内のスタイル */
  /* 閉じるボタンのスタイル */
  /* オートコンプリートの背景色をリセット */
  /* 入力フィールドがオートコンプリートされているときのフォント色 */
  /* フォーカス時の入力フィールドのスタイル */
}
.hd #search-box,
.hd #search-box_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(217, 217, 217, 0.98);
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hd #search-box.active,
.hd #search-box_sp.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  display: block;
}
.hd #search-box form,
.hd #search-box_sp form {
  width: 80%;
  max-width: 712px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1025px) {
  .hd #search-box form,
  .hd #search-box_sp form {
    width: 89.33%;
  }
}
.hd #search-box form,
.hd #search-box_sp form {
  background: transparent;
  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;
}
@media screen and (max-width: 1025px) {
  .hd #search-box form,
  .hd #search-box_sp form {
    position: absolute;
    top: 28.4%;
  }
}
.hd #search-close,
.hd #search-close_sp {
  position: absolute;
  top: 46px;
  right: 46px;
  width: 74px;
  height: 74px;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1025px) {
  .hd #search-close,
  .hd #search-close_sp {
    width: 19.85px;
    height: 19.85px;
    right: calc(5.33% + 4px);
    top: 22px;
  }
}
.hd #search-close::before,
.hd #search-close::after,
.hd #search-close_sp::before,
.hd #search-close_sp::after {
  content: "";
  position: absolute;
  width: 104.65px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #999999; /* 線の色 */
}
@media screen and (max-width: 1025px) {
  .hd #search-close::before,
  .hd #search-close::after,
  .hd #search-close_sp::before,
  .hd #search-close_sp::after {
    width: 28.07px; /* 線の長さ */
  }
}
.hd #search-close::before,
.hd #search-close_sp::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hd #search-close::after,
.hd #search-close_sp::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hd #search-box input,
.hd #search-box_sp input {
  width: 712px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #878787;
  background-color: transparent;
  font-size: 8rem;
  color: #b9b9b9;
  font-family: YakuHanJP, "Questrial", sans-serif;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 1025px) {
  .hd #search-box input,
  .hd #search-box_sp input {
    width: 100%;
    font-size: 3.4rem;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }
}
.hd #s::-webkit-input-placeholder {
  color: #b9b9b9 !important;
  opacity: 1; /* 透明度を100%に */
}
.hd #s::-moz-placeholder {
  color: #b9b9b9 !important;
  opacity: 1; /* 透明度を100%に */
}
.hd #s:-ms-input-placeholder {
  color: #b9b9b9 !important;
  opacity: 1; /* 透明度を100%に */
}
.hd #s::-ms-input-placeholder {
  color: #b9b9b9 !important;
  opacity: 1; /* 透明度を100%に */
}
.hd #s::placeholder {
  color: #b9b9b9 !important;
  opacity: 1; /* 透明度を100%に */
}
.hd input:-webkit-autofill {
  background-color: transparent !important; /* 背景色を透明に */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* 変化をなめらかに */
  color: #B9B9B9 !important; /* 入力テキストの色を黒に設定（お好みの色に変更） */
}
.hd input:-webkit-autofill, .hd input:-webkit-autofill:focus {
  color: #B9B9B9 !important; /* 文字色を黒に設定（お好みで変更） */
}
.hd input:-webkit-autofill:focus {
  background-color: transparent !important;
  color: #B9B9B9 !important; /* 入力テキストの色を黒に設定（お好みの色に変更） */
}
.hd #s:-webkit-autofill,
.hd #s:-webkit-autofill:hover,
.hd #s:-webkit-autofill:focus,
.hd #s:-webkit-autofill:active {
  color: #b9b9b9 !important; /* 予測入力時の文字色 */
  background-color: #000 !important; /* 背景色（任意で調整） */
  -webkit-text-fill-color: #b9b9b9 !important; /* 文字色を固定 */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* 背景色変更を防ぐ */
}

.language-switcher {
  margin-left: 34px;
  line-height: 0;
}
@media screen and (max-width: 1025px) {
  .language-switcher {
    margin-left: 0;
    line-height: 1.5;
  }
}

.language-switcher-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0.02em;
  display: inline-block;
}
@media screen and (max-width: 1025px) {
  .language-switcher-link {
    font-size: 2rem;
  }
}

.hd.hd_bknone .language-switcher-link,
.hd.hd.hd_black .language-switcher-link {
  margin-bottom: 3px;
}
@media screen and (max-width: 1025px) {
  .hd.hd_bknone .language-switcher-link,
  .hd.hd.hd_black .language-switcher-link {
    margin-bottom: 0;
  }
}

.language-switcher-link_black {
  color: #000;
}

@media screen and (max-width: 1025px) {
  .notfound_article {
    font-size: 1.3rem;
  }
}

.article_detail_main {
  overflow: hidden;
  position: relative;
}
.article_detail_main .article_detail_bk {
  width: calc(100% + 24px);
  height: 696.74px;
  -webkit-filter: blur(9.75px);
          filter: blur(9.75px);
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_detail_bk {
    height: 380px;
  }
}
.article_detail_main .article_detail_bk img {
  width: 100%;
  height: 696.74px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_detail_bk img {
    height: 380px;
  }
}
.article_detail_main .article_detail_bk .article_detail_bk_bk {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.article_detail_main .article_area {
  margin-top: 166px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area {
    margin-top: 100px;
  }
}
.article_detail_main .article_area .article_detail_wrapper {
  width: 62.5%;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper {
    width: 100%;
  }
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06;
  color: #000;
  margin-bottom: 13px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .article_detail_ttl {
    font-size: 2rem;
  }
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share {
    margin-bottom: 22px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share .article_detail_date {
  color: #000;
  font-family: YakuHanJP, "Questrial", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  opacity: 0.6;
  margin-right: 33px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share .article_detail_date {
    font-size: 1.4rem;
  }
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share .article_detail_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share .article_detail_share .article_detail_share_ttl {
  font-family: YakuHanJP, "Questrial", sans-serif;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-right: 11px;
  opacity: 0.6;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share .article_detail_share .article_detail_share_icon {
  opacity: 0.6;
  width: 12px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share .article_detail_share .article_detail_share_icon i {
  vertical-align: middle;
  color: #000;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_dete-share .article_detail_share .article_detail_share_icon.x-icon {
  margin-right: 12px;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .article_detail_img {
    margin-bottom: 20px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_img img {
  width: 100%;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt {
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .article_detail_txt {
    margin-bottom: 32px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt img {
  width: 100%;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  margin-bottom: 30px;
  width: 100%;
  word-break: break-all;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt p img {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .article_detail_txt p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .article_detail_txt figure {
    margin-bottom: 20px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt figure img {
  width: 100%;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt a {
  color: #43A12F;
}
.article_detail_main .article_area .article_detail_wrapper .relatedarticles_wrapper {
  margin-bottom: 50px;
}
.article_detail_main .article_area .article_detail_wrapper .relatedarticles_wrapper .h2 {
  font-size: 2.8rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .relatedarticles_wrapper .h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .relatedarticles_wrapper .h2 span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-left: 16px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .relatedarticles_wrapper .h2 span {
    font-size: 1rem;
  }
}
.article_detail_main .article_area .article_detail_wrapper .relatedarticles_wrapper .relatedarticles_lists .relatedarticles_list {
  margin-bottom: 8px;
}
.article_detail_main .article_area .article_detail_wrapper .relatedarticles_wrapper .relatedarticles_lists .relatedarticles_list a {
  color: #43A12F;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .relatedarticles_wrapper .relatedarticles_lists .relatedarticles_list a {
    font-size: 1.3rem;
  }
}
.article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper {
  margin-bottom: 46px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper {
    margin-bottom: 32px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper .h2 {
  font-size: 2.8rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper .h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper .h2 span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-left: 16px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper .h2 span {
    font-size: 1rem;
  }
}
.article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper .relatedtags_lists .relatedtags_list {
  margin-bottom: 8px;
}
.article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper .relatedtags_lists .relatedtags_list a {
  color: #43A12F;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .relatedtags_wrapper .relatedtags_lists .relatedtags_list a {
    font-size: 1.3rem;
  }
}
.article_detail_main .article_area .article_detail_wrapper .related_tags_card_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_detail_main .article_area .article_detail_wrapper .related_tags_card_wrapper .related_tags_card {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .related_tags_card_wrapper .related_tags_card {
    width: 48.7%;
    margin-right: 2.6%;
    margin-bottom: 20px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .related_tags_card_wrapper .related_tags_card .related_tags_card_img {
  width: 100%;
  height: auto;
  aspect-ratio: 48/29;
  margin-bottom: 6px;
}
.article_detail_main .article_area .article_detail_wrapper .related_tags_card_wrapper .related_tags_card .related_tags_card_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 48/29;
}
.article_detail_main .article_area .article_detail_wrapper .related_tags_card_wrapper .related_tags_card .related_tags_card_ttl {
  font-size: 1.2rem;
  line-height: 175%;
  letter-spacing: 0.06em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.article_detail_main .article_area .article_detail_wrapper .related_tags_card_wrapper .related_tags_card:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .related_tags_card_wrapper .related_tags_card:nth-child(2n) {
    margin-right: 0;
  }
}
.article_detail_main .article_area .article_detail_wrapper .related_artist_card_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_detail_main .article_area .article_detail_wrapper .related_artist_card_wrapper .related_artist_card {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .related_artist_card_wrapper .related_artist_card {
    width: 48.7%;
    margin-right: 2.6%;
    margin-bottom: 20px;
  }
}
.article_detail_main .article_area .article_detail_wrapper .related_artist_card_wrapper .related_artist_card .related_artist_card_img {
  width: 100%;
  height: auto;
  aspect-ratio: 48/29;
  margin-bottom: 6px;
}
.article_detail_main .article_area .article_detail_wrapper .related_artist_card_wrapper .related_artist_card .related_artist_card_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 48/29;
}
.article_detail_main .article_area .article_detail_wrapper .related_artist_card_wrapper .related_artist_card .related_artist_card_ttl {
  font-size: 1.2rem;
  line-height: 175%;
  letter-spacing: 0.06em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.article_detail_main .article_area .article_detail_wrapper .related_artist_card_wrapper .related_artist_card:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .article_area .article_detail_wrapper .related_artist_card_wrapper .related_artist_card:nth-child(2n) {
    margin-right: 0;
  }
}

#article_detail_custom .article_detail_ttl {
  color: #fff;
}
#article_detail_custom .article_detail_date {
  color: #fff;
}
#article_detail_custom .article_detail_share_ttl {
  color: #fff;
}
@media screen and (min-width: 1026px) {
  #article_detail_custom .article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_txt .editorpicks_list_artist {
    color: #fff;
  }
  #article_detail_custom .article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card:nth-child(n+6) .editorpicks_list_artist {
    color: #000;
  }
  #article_detail_custom .article_area .article_area_side .editorpicks_wrapper .h2 {
    color: #fff;
  }
  #article_detail_custom .article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card .editorpicks_list_txt .editorpicks_list_ttl {
    color: #fff;
  }
  #article_detail_custom .article_area .article_area_side .editorpicks_wrapper .editorpicks_lists .editorpicks_list_card:nth-child(n+6) .editorpicks_list_txt .editorpicks_list_ttl {
    color: #000;
  }
}

.wp-block-embed-youtube iframe {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  aspect-ratio: 16/9;
}

.custom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding: 10px 0;
  margin-top: 16px;
}
@media screen and (max-width: 1025px) {
  .custom-pagination {
    font-size: 1.3rem;
  }
}

.custom-pagination .prev-page,
.custom-pagination .next-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.article_detail_main .article_area .article_detail_wrapper .article_detail_txt .prev-page a,
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt .next-page a {
  color: #000;
}

.custom-pagination .prev-page {
  text-align: left;
}

.custom-pagination .next-page {
  text-align: right;
}

.custom-pagination .page-count {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-family: YakuHanJP, "Questrial", sans-serif;
}

/* 無効なリンクのスタイル（グレー表示、クリック不可） */
.custom-pagination .disabled {
  color: #999999;
  pointer-events: none;
  text-decoration: none;
}

.special_page_main .article_detail_txt h1.wp-block-heading {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 150%;
  color: #43A12F;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1025px) {
  .special_page_main .article_detail_txt h1.wp-block-heading {
    font-size: 2.4rem;
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.special_page_main .article_detail_txt h2.wp-block-heading {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #43A12F;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1025px) {
  .special_page_main .article_detail_txt h2.wp-block-heading {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
}

.group-sentence:not(.static) {
  margin-bottom: 32px;
  border-left: 1px solid #dcdcdc;
  padding-left: 6%;
  color: #7c7c7c;
}
@media screen and (max-width: 1026px) {
  .group-sentence:not(.static) {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行まで表示 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-size: 1.3rem;
  }
}
.group-sentence:not(.static) .sentence-title {
  font-weight: bold;
}
@media screen and (max-width: 1026px) {
  .group-sentence:not(.static) .sentence-title {
    font-size: 1.3rem;
  }
}

.group-sentence.static {
  margin-bottom: 32px;
  border-left: 1px solid #dcdcdc;
  padding-left: 6%;
  color: #7c7c7c;
}
@media screen and (max-width: 1026px) {
  .group-sentence.static {
    font-size: 1.3rem;
  }
}
.group-sentence.static .sentence-title {
  font-weight: bold;
}
@media screen and (max-width: 1026px) {
  .group-sentence.static .sentence-title {
    font-size: 1.3rem;
  }
}

/* グラデーションの透過効果も .static を除外 */
.group-sentence.show-more:not(.static)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px; /* グラデーションの高さ */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(to bottom, transparent, #fff);
}

.accordion {
  margin-bottom: 32px;
}
@media screen and (max-width: 1026px) {
  .accordion {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行まで表示 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-size: 1.3rem;
  }
}

/* グラデーションの透過効果も  */
.accordion.show-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px; /* グラデーションの高さ */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(to bottom, transparent, #fff);
}

/* ボタンスタイル */
.read-more_btn_article {
  background: #fff;
  color: #43A12F;
  border: none;
  border-radius: 44px;
  cursor: pointer;
  margin-top: 10px;
  display: block;
  margin: 0 auto 40px;
  border: 1px solid #43A12F;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  height: 47px;
  width: 150px;
}
@media screen and (min-width: 1025px) {
  .read-more_btn_article {
    display: none;
  }
}

.wp-block-image :where(figcaption) {
  font-size: 1.4rem;
  text-align: center;
}

.wp-block-group.is-style-border-box {
  border-left: 1px solid #dcdcdc;
  padding-left: 6%;
  color: #7c7c7c;
}

.article_detail_main .wp-block-query {
  width: 100%;
  margin-bottom: 30px;
}
.article_detail_main .wp-block-query .wp-block-post-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_detail_main .wp-block-query .wp-block-post-template li {
  width: 31.3%;
  margin-right: 3.05%;
  margin-bottom: 22px;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .wp-block-query .wp-block-post-template li {
    width: 48.7%;
    margin-right: 2.6%;
    margin-bottom: 22px;
  }
}
.article_detail_main .wp-block-query .wp-block-post-template li .is-layout-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article_detail_main .wp-block-query .wp-block-post-template li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .article_detail_main .wp-block-query .wp-block-post-template li:nth-child(3n) {
    margin-right: 2.6%;
  }
}
@media screen and (max-width: 1025px) {
  .article_detail_main .wp-block-query .wp-block-post-template li:nth-child(2n) {
    margin-right: 0;
  }
}

.wp-block-columns.is-layout-flex {
  gap: 0 !important;
}

.article_detail_main .article_area .article_detail_wrapper .article_detail_txt .wp-block-query figure {
  margin-bottom: 11px;
  aspect-ratio: 188/113;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article_detail_main .article_area .article_detail_wrapper .article_detail_txt .wp-block-query figure img {
  aspect-ratio: 188/113;
}

.article_detail_main .article_area .article_detail_wrapper .article_detail_txt .wp-block-query h2 {
  font-size: 1.2rem;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.06em;
}

.article_detail_main .article_area .article_detail_wrapper .article_detail_txt .wp-block-query h2 a {
  font-size: 1.2rem;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.06em;
}

.article_detail_main .article_area .article_detail_wrapper .article_detail_txt .wp-block-post-title :where(a) {
  display: inline !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background-color: none !important;
  padding: 0 !important;
  background: none !important;
  text-shadow: none !important;
  color: #7c7c7c !important;
  font-size: 1.4rem !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  bottom: -28px !important;
}

.article_detail_main .article_area .article_detail_wrapper .article_detail_txt figure.wp-block-gallery {
  margin-bottom: 60px !important;
}

.article_detail_txt div {
  width: 100% !important;
}

iframe[src*="youtube.com/embed"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
}

.mac-safari .article_detail_bk {
  background-attachment: scroll !important;
  -webkit-transform: none !important;
          transform: none !important;
  will-change: auto !important;
}

.mac-safari .article_detail_bk img {
  position: relative !important;
  -webkit-transform: none !important;
          transform: none !important;
  will-change: auto !important;
}

.archive_main {
  padding-top: 135px;
}
@media screen and (max-width: 1025px) {
  .archive_main {
    padding-top: 100px;
  }
}
.archive_main .article_lists_wrapper h2 {
  font-family: YakuHanJP, "Questrial", sans-serif;
  font-size: 8rem;
  letter-spacing: 0;
  margin-bottom: 6px;
  line-height: 1;
}
@media screen and (max-width: 1025px) {
  .archive_main .article_lists_wrapper h2 {
    font-size: 3.6rem;
  }
}
.archive_main .article_lists_wrapper .article_subttl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 1025px) {
  .archive_main .article_lists_wrapper .article_subttl_wrapper {
    margin-bottom: 24px;
  }
}
.archive_main .article_lists_wrapper .article_subttl_wrapper .archive_date {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1025px) {
  .archive_main .article_lists_wrapper .article_subttl_wrapper .archive_date {
    font-size: 1.2rem;
  }
}
.archive_main .article_lists_wrapper .article_subttl_wrapper .custom-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  border: #43A12F 1px solid;
  border-radius: 20px;
  height: 26px;
}
.archive_main .article_lists_wrapper .article_subttl_wrapper .custom-select select {
  width: 100%;
  border: none;
  color: #43A12F;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-right: 8px;
}
.archive_main .article_lists_wrapper .article_subttl_wrapper .custom-select .icon img {
  vertical-align: middle;
  margin-bottom: 4px;
}
.archive_main .article_lists_wrapper .article_lists_tag_ttl_icon {
  font-family: YakuHanJP, "Questrial", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #999999;
  margin-bottom: 10px;
}
@media screen and (max-width: 1025px) {
  .archive_main .article_lists_wrapper .article_lists_tag_ttl_icon {
    margin-bottom: 4px;
    padding-left: 1px;
  }
}
.archive_main .article_lists_wrapper h2.article_lists_tag_ttl {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .archive_main .article_lists_wrapper h2.article_lists_tag_ttl {
    font-size: 1.8rem;
  }
}
.archive_main .article_lists_wrapper .tag_mv_img {
  margin-bottom: 18px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .archive_main .article_lists_wrapper .tag_mv_img {
    margin-bottom: 14px;
  }
}
.archive_main .article_lists_wrapper .tag_mv_img img {
  width: 100%;
}

.archive_main .article_area {
  margin-top: 0;
}

.archive_main .sort_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 0 0 auto;
}
.archive_main .sort_wrapper .sort_ttl {
  font-size: 1rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  color: #999999;
  letter-spacing: 0.02em;
  margin-right: 11px;
  padding-bottom: 1px;
}
.archive_main .sort_wrapper .sort_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.archive_main .sort_wrapper .sort_btn .sort_btn_new a {
  font-size: 1.2rem;
  color: #999999;
  padding-right: 12px;
  border-right: 1px solid #ccc;
  display: inline-block;
  line-height: 14px;
}
.archive_main .sort_wrapper .sort_btn .sort_btn_new a.current {
  color: #43A12F;
}
.archive_main .sort_wrapper .sort_btn .sort_btn_popular {
  padding-left: 12px;
}
.archive_main .sort_wrapper .sort_btn .sort_btn_popular a {
  font-size: 1.2rem;
  color: #999999;
  display: inline-block;
  line-height: 14px;
}
.archive_main .sort_wrapper .sort_btn .sort_btn_popular a.current {
  color: #43A12F;
}

#about {
  background: #000;
  padding-bottom: 166px;
  margin-bottom: -144px;
}
#about h1 {
  display: none;
}
#about .en_h2 {
  color: #fff;
  font-size: 4.608rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 1025px) {
  #about .en_h2 {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}
#about .ja_h2 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #999999;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  display: inline-block;
}
@media screen and (max-width: 1025px) {
  #about .ja_h2 {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}

.about_mv_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 832px;
}
@media screen and (max-width: 1025px) {
  .about_mv_wrapper {
    height: 606.75px;
  }
}
.about_mv_wrapper .about_mv_img {
  width: 100%;
  height: 832px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1025px) {
  .about_mv_wrapper .about_mv_img {
    height: 606.75px;
  }
}
.about_mv_wrapper .about_mv_bk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.about_mv_wrapper .about_img_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
  z-index: 99;
}
.about_mv_wrapper .about_txt_wrapper {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 41.8%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1025px) {
  .about_mv_wrapper .about_txt_wrapper {
    top: 39.9%;
  }
}
.about_mv_wrapper .about_txt_wrapper .about_txt_ttl {
  width: 1022px;
  height: 82px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1025px) {
  .about_mv_wrapper .about_txt_wrapper .about_txt_ttl {
    width: 273.93px;
    height: 96.93px;
    margin-bottom: 16px;
  }
}
.about_mv_wrapper .about_txt_wrapper .about_txt_ttl img {
  width: 100%;
}
.about_mv_wrapper .about_txt_wrapper .about_txt_sentence {
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1025px) {
  .about_mv_wrapper .about_txt_wrapper .about_txt_sentence {
    font-size: 1.2rem;
  }
}

.about_company_wrapper .about_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 54px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .about_company_wrapper .about_company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .about_company_wrapper .about_company {
    padding-top: 0;
  }
}
.about_company_wrapper .about_company dl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50.7%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .about_company_wrapper .about_company dl {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.2rem;
  }
}
.about_company_wrapper .about_company dl dt {
  width: 37.4%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1025px) {
  .about_company_wrapper .about_company dl dt {
    width: 47.2%;
    padding-bottom: 30px;
  }
}
.about_company_wrapper .about_company dl dd {
  width: 62.6%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1025px) {
  .about_company_wrapper .about_company dl dd {
    width: 47.2%;
    padding-bottom: 30px;
  }
}
.about_company_wrapper .about_company dl dd ul {
  list-style-type: disc;
  list-style-position: inside;
}

.about_advertisement_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_advertisement_wrapper .about_advertisement {
  width: 50.7%;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.about_advertisement_wrapper .about_advertisement p {
  color: #fff;
  margin-bottom: 40px;
}
.about_advertisement_wrapper .about_advertisement ol {
  list-style-position: inside;
  margin-bottom: 40px;
}

.about_careers_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .about_careers_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
.about_careers_wrapper .about_careers {
  width: 50.7%;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  .about_careers_wrapper .about_careers {
    font-size: 1.2rem;
    width: 100%;
  }
}

.container_1208 {
  max-width: 1208px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 106px;
}
@media screen and (max-width: 1208px) and (min-width: calc(768px + 1px)) {
  .container_1208 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) and (min-width: calc(640px + 1px)) {
  .container_1208 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .container_1208 {
    padding: 0 20px;
  }
}

#contact {
  background: #000;
  padding-bottom: 166px;
  margin-bottom: -144px;
}
#contact h1 {
  display: none;
}

.contact_mv_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 466px;
}
@media screen and (max-width: 1025px) {
  .contact_mv_wrapper {
    height: 240px;
  }
}
.contact_mv_wrapper .contact_txt_wrapper {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1025px) {
  .contact_mv_wrapper .contact_txt_wrapper {
    top: 50%;
  }
}
.contact_mv_wrapper .contact_txt_wrapper .contact_txt_ttl {
  width: 403.97px;
  height: 52.88px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1025px) {
  .contact_mv_wrapper .contact_txt_wrapper .contact_txt_ttl {
    width: 173px;
    height: 28px;
    margin-bottom: 8px;
  }
}
.contact_mv_wrapper .contact_txt_wrapper .contact_txt_ttl img {
  width: 100%;
}
.contact_mv_wrapper .contact_txt_wrapper .contact_txt_sentence {
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .contact_mv_wrapper .contact_txt_wrapper .contact_txt_sentence {
    font-size: 1.2rem;
  }
}

.contact_form_wrapper {
  width: 77.1%;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper {
    width: 100%;
  }
}
.contact_form_wrapper .contact_form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.contact_form_wrapper .contact_form_flex .contact_form {
  color: #999999;
  width: 790px;
  margin: 0 auto;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form {
    width: 100%;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table {
  width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table {
    width: 100%;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_title {
  width: 32%;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_title {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_title span {
  color: #999999;
  font-size: 1.2rem;
  color: #999999;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_title span {
    font-size: 1rem;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_title span.asterisk {
  font-size: 1.6rem;
  margin-left: 4px;
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_input,
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select {
  width: 68%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  display: block;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_input,
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select {
    width: 100%;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_input input,
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select input {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_input input,
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select input {
    font-size: 1.2rem;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_input select,
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select select {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  color: #999999;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_input select,
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select select {
    font-size: 1.2rem;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_input textarea,
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select textarea {
  width: 100%;
  height: 244px; /* 初期高さ */
  max-height: none; /* 最大高さを制限しない */
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  min-height: 100px; /* 最小高さを100pxに設定 */
  resize: vertical; /* ユーザーが縦方向にリサイズできるように設定 */
  font-size: 1.6rem;
  resize: none; /* 手動でサイズを変更できないようにする */
  overflow: hidden; /* スクロールを非表示にする */
  resize: none; /* サイズ変更不可 */
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_input textarea,
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select textarea {
    font-size: 1.2rem;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select {
  position: relative;
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .form-table_select::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(".././images/arrow_archive.svg");
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
  right: 12px;
  bottom: 12px;
  pointer-events: none;
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .comment_box {
  border-bottom: none;
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .wpcf7-submit {
  display: inline-block;
  width: 138px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: white; /* テキストを白 */
  border: 1px solid #fff;
  border-radius: 49px;
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .wpcf7-submit {
    font-size: 1.2rem;
    width: 120px;
    height: 43px;
    line-height: 43px;
  }
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex .btn_box {
  margin-top: 40px;
}
.contact_form_wrapper .contact_form_flex .contact_form .form-table_flex_padding {
  margin-top: 40px;
}
@media screen and (max-width: 1025px) {
  .contact_form_wrapper .contact_form_flex .contact_form .form-table_flex_padding {
    margin-top: 30px;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item-label {
  font-size: 1.4rem;
  margin-left: 8px;
}
@media screen and (max-width: 1025px) {
  .wpcf7-list-item-label {
    font-size: 1.2rem;
  }
}
.wpcf7-list-item-label a {
  color: #999999;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 1025px) {
  .wpcf7-list-item-label a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1026px) {
  .contact_form_wrapper.container {
    padding: 0;
  }
}

.contact_form input:focus,
.contact_form textarea:focus {
  background: none;
  border: none;
  outline: none;
  color: #fff !important;
}

.contact_form td.comment_box textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.contact_form input,
.contact_form textarea {
  background: none !important;
  border: none;
  color: #fff !important;
  outline: none;
}

.contact_form input:-webkit-autofill,
.contact_form input:-webkit-autofill:hover,
.contact_form input:-webkit-autofill:focus,
.contact_form textarea:-webkit-autofill,
.contact_form textarea:-webkit-autofill:hover,
.contact_form textarea:-webkit-autofill:focus {
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  padding-bottom: 6px;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem !important; /* 文字サイズ */
  color: #FF0000 !important; /* エラーメッセージの色 */
  display: block !important; /* ブロック表示で改行 */
  margin-top: 11px !important; /* 余白の調整 */
  font-size: 1.4rem;
  position: absolute; /* 絶対配置 */
  left: 0; /* 左揃え */
  top: 100%; /* 入力欄の直下 */
}

.wpcf7-not-valid-tip::before {
  content: "";
  display: inline-block;
  width: 14px; /* アイコンの幅 */
  height: 14px; /* アイコンの高さ */
  background-image: url(".././images/contact/contact_attention.svg"); /* SVGのパス */
  background-size: cover;
  margin-right: 6px; /* アイコンとテキストの間隔 */
  margin-bottom: -2px;
}

/* コメントのエラーメッセージ調整 */
.comment_box .wpcf7-not-valid-tip {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 8px !important; /* コメント欄は適切な間隔を */
}

.wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #999999; /* 枠線の色 */
  border-radius: 4px; /* 角を少し丸く */
  background-color: transparent;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-bottom: -3px;
}
@media screen and (max-width: 1025px) {
  .wpcf7-acceptance input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}

.wpcf7-acceptance input[type=checkbox]:checked {
  background-color: transparent; /* 背景を透明のまま */
}

.wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 14px;
  font-family: YakuHanJP, "Questrial", sans-serif;
  color: #999999; /* チェックマークの色 */
  position: absolute;
  bottom: 0;
  left: 2px;
}

input[type=checkbox i] {
  margin: 0 0 -3px 0 !important;
}

.custom-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 42px;
  padding: 0 20px;
  background-color: transparent;
  color: #ccc;
  border: 1px dashed #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  font-family: sans-serif;
}

.custom-file-upload input[type=file] {
  display: none; /* デフォルトのボタンを非表示 */
}

#file-name-display {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1025px) {
  #file-name-display {
    font-size: 1.2rem;
  }
}

#file-name-display-other {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1025px) {
  #file-name-display-other {
    font-size: 1.2rem;
  }
}

.choose-btn {
  text-align: right;
  color: #999999;
}

.form_announce {
  margin-top: -30px;
}
@media screen and (max-width: 1025px) {
  .form_announce {
    margin-top: 0;
  }
}
.form_announce p {
  font-size: 1.2rem;
  color: #999999;
}
@media screen and (max-width: 1025px) {
  .form_announce p {
    font-size: 1rem;
  }
}
.form_announce p span {
  margin-right: 4px;
}

.contact_form_thanks {
  font-size: 1.8rem;
  line-height: 175%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .contact_form_thanks {
    font-size: 1.2rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #ff0000 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 4em 0 0 !important;
  padding: 1em 1em !important;
  text-align: center;
  color: #ff0000;
  font-size: 1.2rem;
}
@media screen and (max-width: 1025px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 1em 0.8em !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapcha {
  margin-top: 40px;
}
.recapcha a {
  color: #999999;
}

#privacy-policy {
  background: #000;
  padding-bottom: 166px;
  margin-bottom: -144px;
}
#privacy-policy h1 {
  display: none;
}

.privacy-policy_mv_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 466px;
}
@media screen and (max-width: 1025px) {
  .privacy-policy_mv_wrapper {
    height: 240px;
  }
}
.privacy-policy_mv_wrapper .privacy-policy_txt_wrapper {
  margin: 0 auto;
  position: absolute;
  top: 47.8%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1025px) {
  .privacy-policy_mv_wrapper .privacy-policy_txt_wrapper {
    top: 50%;
  }
}
@media screen and (max-width: 375px) {
  .privacy-policy_mv_wrapper .privacy-policy_txt_wrapper {
    width: 100%;
  }
}
.privacy-policy_mv_wrapper .privacy-policy_txt_wrapper .privacy-policy_txt_ttl {
  width: 690.31px;
  height: 52.88px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1025px) {
  .privacy-policy_mv_wrapper .privacy-policy_txt_wrapper .privacy-policy_txt_ttl {
    width: 295px;
    height: 28px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 375px) {
  .privacy-policy_mv_wrapper .privacy-policy_txt_wrapper .privacy-policy_txt_ttl {
    width: 90%;
    height: auto;
    margin: 0 auto 8px;
  }
}
.privacy-policy_mv_wrapper .privacy-policy_txt_wrapper .privacy-policy_txt_ttl img {
  width: 100%;
}
.privacy-policy_mv_wrapper .privacy-policy_txt_wrapper .privacy-policy_txt_sentence {
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .privacy-policy_mv_wrapper .privacy-policy_txt_wrapper .privacy-policy_txt_sentence {
    font-size: 1.2rem;
  }
}

.terms_mv_wrapper .privacy-policy_txt_wrapper .privacy-policy_txt_ttl {
  width: 640.7px;
  height: 52.67px;
}
@media screen and (max-width: 1025px) {
  .terms_mv_wrapper .privacy-policy_txt_wrapper .privacy-policy_txt_ttl {
    width: 271.14px;
    height: 22.29px;
  }
}

.privacy-policy_sentence_wrapper {
  display: block;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #fff;
  width: 77.1%;
}
@media screen and (max-width: 1025px) {
  .privacy-policy_sentence_wrapper {
    font-size: 1.2rem;
    width: 100%;
  }
}

#artist .article_area {
  margin-top: 175px;
}
@media screen and (max-width: 1025px) {
  #artist .article_area {
    margin-top: 80px;
    position: relative;
  }
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper {
  margin-bottom: 36px;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1025px) {
  #artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_img {
    width: 100vw; /* ビューポートの幅に合わせて100% */
    margin-left: calc(-50vw + 50%); /* 中央を基準にずらしてはみ出す */
  }
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_img img {
  width: 100%;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_sentence_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_sentence_flex .artist_info_sentence_left .artist_info_sentence_left_name {
  font-size: 4.4rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: YakuHanJP, "Questrial", sans-serif;
  margin-bottom: 8px;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_sentence_flex .artist_info_sentence_left .artist_info_sentence_left_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_sentence_flex .artist_info_sentence_left .artist_info_sentence_left_sns .artist_info_sentence_left_sns_ttl {
  font-family: YakuHanJP, "Questrial", sans-serif;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-right: 11px;
  opacity: 0.6;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_sentence_flex .artist_info_sentence_left .artist_info_sentence_left_sns .artist_info_sentence_left_sns_icon {
  margin-right: 10px;
  margin-bottom: 3px;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_sentence_flex .artist_info_sentence_left .artist_info_sentence_left_sns .artist_info_sentence_left_sns_icon i {
  vertical-align: middle;
  color: #000;
  font-size: 1.4rem;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_sentence_flex .artist_info_sentence_left .artist_info_sentence_left_sns .artist_info_sentence_left_sns_icon.x-icon {
  margin-right: 12px;
}
#artist .article_area .article_lists_wrapper .artist_info_wrapper .artist_info_sentence_flex .artist_info_sentence_right .artist_info_sentence_right_lists .artist_info_sentence_right_list a {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #43A12F;
}

#artist .article_list_card {
  opacity: 1;
}
#artist .article_list_card.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
#artist .view-more_btn {
  text-align: center;
}
#artist .view-more_btn button {
  margin: 20px auto 0;
  background: #fff;
  color: #43A12F;
  border: 1px solid #43A12F;
  cursor: pointer;
  outline: none;
  padding: 13.7px 41px;
  width: 161px;
  border-radius: 49px;
}
@media screen and (max-width: 1025px) {
  #artist .view-more_btn button {
    width: 150px;
    height: 47px;
    padding: 0;
    line-height: 47px;
    margin-top: 12px;
  }
}

.featurearticles_wrapper {
  margin-top: 68px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1025px) {
  .featurearticles_wrapper {
    margin-top: 61px;
  }
}
.featurearticles_wrapper .h2 {
  font-size: 2.8rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1025px) {
  .featurearticles_wrapper .h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.featurearticles_wrapper .h2 span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-left: 16px;
}
@media screen and (max-width: 1025px) {
  .featurearticles_wrapper .h2 span {
    font-size: 1rem;
  }
}
.featurearticles_wrapper .relatedarticles_lists .relatedarticles_list {
  margin-bottom: 8px;
}
.featurearticles_wrapper .relatedarticles_lists .relatedarticles_list a {
  color: #43A12F;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .featurearticles_wrapper .relatedarticles_lists .relatedarticles_list a {
    font-size: 1.3rem;
  }
}

.relatedtags_wrapper .h2 {
  font-size: 2.8rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1025px) {
  .relatedtags_wrapper .h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.relatedtags_wrapper .h2 span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-left: 16px;
}
@media screen and (max-width: 1025px) {
  .relatedtags_wrapper .h2 span {
    font-size: 1rem;
  }
}
.relatedtags_wrapper .relatedtags_lists .relatedtags_list {
  margin-bottom: 8px;
}
.relatedtags_wrapper .relatedtags_lists .relatedtags_list a {
  color: #43A12F;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1025px) {
  .relatedtags_wrapper .relatedtags_lists .relatedtags_list a {
    font-size: 1.3rem;
  }
}
.relatedtags_wrapper .relatedtags_sns_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 12px;
}
.relatedtags_wrapper .relatedtags_sns_list {
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.relatedtags_wrapper .relatedtags_sns_list li {
  margin-right: 14px;
}

.news-item.hidden {
  display: none;
}

#error {
  background: #000;
  margin-bottom: -144px;
}
#error h1 {
  display: none;
}
@media screen and (max-width: 1025px) {
  #error {
    margin-bottom: -57px;
  }
}

.error_mv_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 832px;
}
@media screen and (max-width: 1025px) {
  .error_mv_wrapper {
    height: 606.75px;
  }
}
.error_mv_wrapper .error_mv_img {
  width: 100%;
  height: 832px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1025px) {
  .error_mv_wrapper .error_mv_img {
    height: 606.75px;
  }
}
.error_mv_wrapper .error_mv_bk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.error_mv_wrapper .error_txt_wrapper {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 34.4%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1025px) {
  .error_mv_wrapper .error_txt_wrapper {
    top: 39.7%;
  }
}
.error_mv_wrapper .error_txt_wrapper .error_txt_ttl {
  width: 780.08px;
  height: 81.41px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 1025px) {
  .error_mv_wrapper .error_txt_wrapper .error_txt_ttl {
    width: 247.05px;
    height: 98.04px;
    margin-bottom: 16px;
  }
}
.error_mv_wrapper .error_txt_wrapper .error_txt_ttl img {
  width: 100%;
}
.error_mv_wrapper .error_txt_wrapper .error_txt_sentence {
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .error_mv_wrapper .error_txt_wrapper .error_txt_sentence {
    font-size: 1.2rem;
  }
}

.view-more_btn_error {
  text-align: center;
  display: block;
  margin: 41px auto 0;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  padding: 13.7px 0;
  width: 200px;
  border-radius: 49px;
}
@media screen and (max-width: 1025px) {
  .view-more_btn_error {
    margin-top: 33px;
    width: 150px;
    font-size: 1.2rem;
  }
}

.search-results-list {
  list-style: none;
  padding: 0;
}

.search-results-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.search-results-list a {
  text-decoration: none;
  color: #333;
}

.search-results-list h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

#search-results {
  padding-top: 135px;
}
@media screen and (max-width: 1025px) {
  #search-results {
    padding-top: 78px;
  }
}
#search-results .search_result_ttl {
  font-family: YakuHanJP, "Questrial", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #999999;
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1025px) {
  #search-results .search_result_ttl {
    margin-bottom: 24px;
  }
}
#search-results .search_result_ttl .search_result_ttl_left {
  width: 72px;
  margin-right: 28px;
}
@media screen and (max-width: 1025px) {
  #search-results .search_result_ttl .search_result_ttl_left {
    margin-right: 18px;
  }
}
#search-results .search_result_ttl .search_result_ttl_right {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1025px) {
  #search-results .search_result_ttl .search_result_ttl_right {
    width: 73%;
  }
}
#search-results .view-more_btn {
  text-align: center;
}
#search-results .view-more_btn button {
  margin: 20px auto 0;
  background: #fff;
  color: #43A12F;
  border: 1px solid #43A12F;
  cursor: pointer;
  outline: none;
  padding: 13.7px 41px;
  width: 161px;
  border-radius: 49px;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
}
@media screen and (max-width: 1025px) {
  #search-results .view-more_btn button {
    width: 150px;
    height: 47px;
    padding: 0;
    line-height: 47px;
    margin-top: 12px;
  }
}

.news-item_search.hidden {
  display: none;
}

.search_window {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hidden {
  display: none;
}

.search_window.none {
  display: none;
}

.news-item_search {
  display: none;
}

.news-item_search:nth-child(-n+10) {
  display: block;
}

.ranking_main .article_area {
  padding-top: 135px;
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  .ranking_main .article_area {
    padding-top: 100px;
  }
}
.ranking_main .article_area .article_lists_wrapper h2 {
  font-family: YakuHanJP, "Questrial", sans-serif;
  font-size: 8rem;
  letter-spacing: 0;
  margin-bottom: 6px;
  line-height: 1;
}
@media screen and (max-width: 1025px) {
  .ranking_main .article_area .article_lists_wrapper h2 {
    font-size: 3.6rem;
  }
}
.ranking_main .article_area .article_lists_wrapper .h2_subttl {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 39px;
}
@media screen and (max-width: 1025px) {
  .ranking_main .article_area .article_lists_wrapper .h2_subttl {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
}
.ranking_main .article_area .article_area_side .h2 {
  font-size: 2.8rem;
  font-family: YakuHanJP, "Questrial", sans-serif;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.fes_ban_top_wrapper_left {
  position: absolute;
  padding: 0;
  margin-left: -224px;
  width: 200px;
  z-index: 1;
}
.fes_ban_top_wrapper_left .fes_ban_top_img {
  width: 100%;
}
.fes_ban_top_wrapper_left .fes_ban_top_img img {
  width: 100%;
}

.fes_ban_top_wrapper_right {
  position: absolute;
  padding: 0;
  top: 13px;
  margin-left: 324px;
  width: 200px;
  z-index: 1;
}
.fes_ban_top_wrapper_right .fes_ban_top_img {
  width: 100%;
}
.fes_ban_top_wrapper_right .fes_ban_top_img img {
  width: 100%;
}

.fes_ban_top_wrapper_sp {
  width: 300px;
  margin: 16px auto 20px;
}
.fes_ban_top_wrapper_sp .fes_ban_top_img_sp {
  width: 100%;
}
.fes_ban_top_wrapper_sp .fes_ban_top_img_sp img {
  width: 100%;
}

.archive_main .fes_ban_top_wrapper_sp {
  width: 300px;
  margin: -28px auto 20px;
}
.archive_main .fes_ban_top_wrapper_sp .fes_ban_top_img_sp {
  width: 100%;
}
.archive_main .fes_ban_top_wrapper_sp .fes_ban_top_img_sp img {
  width: 100%;
}

#artist .fes_ban_top_wrapper_sp {
  margin-top: 0;
}

.ranking_main .fes_ban_top_wrapper_sp {
  margin: -28px auto 20px;
}

.fes_ban_side_top_wrapper {
  width: 300px;
  margin-bottom: 40px;
  margin-top: 13px;
}
@media screen and (max-width: 1025px) {
  .fes_ban_side_top_wrapper {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.fes_ban_side_top_wrapper .fes_ban_side_top_img {
  width: 300px;
}
.fes_ban_side_top_wrapper .fes_ban_side_top_img img {
  width: 100%;
}

.fes_ban_single_wrapper_pc {
  width: 600px;
  margin: 0 auto 40px;
}
.fes_ban_single_wrapper_pc .fes_ban_single_top_img {
  width: 100%;
}
.fes_ban_single_wrapper_pc .fes_ban_single_top_img img {
  width: 100%;
}

.fes_ban_single_wrapper_sp {
  width: 300px !important;
  margin: 40px auto;
}
.fes_ban_single_wrapper_sp .fes_ban_single_img {
  width: 100%;
}
.fes_ban_single_wrapper_sp .fes_ban_single_img img {
  width: 100%;
}

.fes_ban_archive_sp_wrapper {
  width: 600px;
  margin: -28px auto 24px;
}
.fes_ban_archive_sp_wrapper .fes_ban_archive_sp_img {
  width: 100%;
}
.fes_ban_archive_sp_wrapper .fes_ban_archive_sp_img img {
  width: 100%;
}

.fes_ban_kasou_wrapper_left {
  position: absolute;
  padding: 0;
  margin-left: -224px;
  width: 200px;
  z-index: 1;
}
.fes_ban_kasou_wrapper_left .fes_ban_top_img {
  width: 100%;
}
.fes_ban_kasou_wrapper_left .fes_ban_top_img img {
  width: 100%;
}

.archive_main {
  position: relative;
}

main.main,
main.archive_main {
  overflow: hidden;
}