@charset "UTF-8";
/* ローディング中のスタイル */
.wf-loading #contents {
  opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active #contents {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive #contents {
  opacity: 1;
}

.EBGaramond {
  font-family: "eb-garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.trajan {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}

.KinutaMinchoB {
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.TTCommons {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.NotoSerifB {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 100%;
  margin: 0 auto;
}
@media (min-width: 375px) {
  html {
    font-size: calc(100% + 100vw * 0.8 / 375);
  }
}
@media (min-width: 768px) {
  html {
    font-size: calc(100% + 100vw * 1 / 768);
  }
}
@media (min-width: 1024px) {
  html {
    font-size: calc(100% + 100vw * 1.4 / 1024);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: calc(100% + 100vw * 1.8 / 1440);
  }
}

* {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #fff;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
html {
  max-width: 2560px;
}

body {
  min-height: 100vh;
  background: #000;
}

body.fix {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.popup-open {
  overflow: hidden;
}

main {
  display: block;
  min-height: calc(100vh - 172px);
  position: relative;
  z-index: 1;
}

a {
  cursor: pointer;
}

.clearfix::after {
  content: “”;
  display: block;
  clear: both;
}

.con01 {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .con01 {
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1025px) {
  .con01 {
    width: calc(100% - 120px);
  }
}
img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 画面外にいる状態 */
.slidein,
.preload_contents {
  opacity: 0;
}

.slidein {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.preload_contents {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* 画面内に入った状態 */
.slidein.scrollin,
.preload_contents.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slideinright {
  opacity: 0;
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

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

.slideinleft {
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

.page_title {
  padding: 140px 0 20px;
}
.page_title .page_title_inner {
  position: relative;
  z-index: 2;
}
.page_title .page_title_inner h1 {
  font-size: clamp(40px, 4vw, 100px);
  line-height: 1.2;
  color: #00fff5;
}
.page_title .page_title_inner h1 span {
  display: block;
  font-size: clamp(12px, 1.2vw, 20px);
}

@media only screen and (min-width: 768px) {
  .page_title {
    padding: 200px 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .page_title {
    padding: 200px 0 60px;
  }
}
.page_title_bg {
  background: url(../images/common/bg_pattern.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.page_title_bg::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 200px;
  background: url(../images/common/page_title_bg_sp.png) no-repeat center/contain;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .page_title_bg::before {
    height: 240px;
    top: 72px;
  }
}
@media only screen and (min-width: 1025px) {
  .page_title_bg::before {
    height: 385px;
    background: url(../images/common/page_title_bg.png) no-repeat center top/contain;
    top: 0;
  }
}
a.link_btn {
  display: block;
  width: calc(100% - 60px);
  max-width: 250px;
  text-align: center;
  background: #000;
  border: 1px solid #00fff5;
  padding: 12px 0;
}

@media only screen and (min-width: 768px) {
  a.link_btn {
    max-width: 480px;
  }
}
.column_list_pagination {
  width: 100%;
  padding: 50px 0;
}
.column_list_pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.column_list_pagination .wp-pagenavi span,
.column_list_pagination .wp-pagenavi a {
  display: block;
  width: 24px;
  height: 36px;
  font-size: clamp(14px, 1.4vw, 16px);
  text-align: center;
  border: none;
  padding: 4px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.column_list_pagination .wp-pagenavi span:active,
.column_list_pagination .wp-pagenavi a:active {
  color: #000;
  background: #00fff5;
}
.column_list_pagination .wp-pagenavi a:active,
.column_list_pagination .wp-pagenavi a:hover {
  color: #000;
  background: #fff;
}
.column_list_pagination .wp-pagenavi .current {
  color: #000;
  background: #00fff5;
}
.column_list_pagination .wp-pagenavi .previouspostslink,
.column_list_pagination .wp-pagenavi .nextpostslink {
  width: 36px;
  height: 36px;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

header {
  width: calc(100% - 32px);
  background: rgba(255, 255, 255, 0.8);
  height: 60px;
  padding: 12px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  z-index: 8;
  top: 16px;
  left: 16px;
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header_inner a.header_logo {
  display: block;
  width: 50%;
  height: 36px;
}
header .header_inner a.header_logo img {
  height: 100%;
}
header .header_inner nav.header_nav {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_inner nav.header_nav ul.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header_inner nav.header_nav ul.header_nav_list li.header_nav_contents a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
}
header .header_inner nav.header_nav ul.header_nav_list li._current a {
  color: #00fff5;
}

header.open {
  height: calc(100vh - 32px);
}
header.open .header_inner {
  height: 100%;
}
header.open .header_inner nav.header_nav {
  height: calc(100% - 36px);
  padding: 40px 0 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  header {
    height: auto;
    background: rgba(255, 255, 255, 0.5);
  }
  header .header_inner {
    gap: 20px;
    -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;
    height: auto;
  }
  header .header_inner a.header_logo {
    width: 30%;
  }
  header .header_inner nav.header_nav {
    width: calc(70% - 20px);
    height: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
  header .header_inner nav.header_nav ul.header_nav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .header_inner nav.header_nav ul.header_nav_list li.header_nav_contents a {
    font-size: 14px;
    padding: 12px 6px;
  }

  header.open {
    height: auto;
  }
  header.open .header_inner {
    height: auto;
  }
  header.open .header_inner nav.header_nav {
    height: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  header .header_inner nav.header_nav ul.header_nav_list li.header_nav_contents a {
    font-size: 18px;
    padding: 12px 14px;
  }
}
@media only screen and (min-width: 1441px) {
  header .header_inner nav.header_nav ul.header_nav_list li.header_nav_contents a {
    padding: 24px 30px;
  }
}
#hamburgerButton {
  width: 45px;
  height: 45px;
  background: #000;
  border: 1px solid #fff;
  position: fixed;
  z-index: 9;
  top: 24px;
  right: 24px;
}
#hamburgerButton .hamburger_btn_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#hamburgerButton .hamburger_btn_inner span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hamburgerButton .hamburger_btn_inner span:nth-child(1) {
  top: 12px;
}
#hamburgerButton .hamburger_btn_inner span:nth-child(2) {
  top: 20px;
}
#hamburgerButton .hamburger_btn_inner span:nth-child(3) {
  top: 28px;
}

#hamburgerButton.active .hamburger_btn_inner span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#hamburgerButton.active .hamburger_btn_inner span:nth-child(2) {
  opacity: 0;
}
#hamburgerButton.active .hamburger_btn_inner span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media only screen and (min-width: 768px) {
  #hamburgerButton {
    display: none;
  }
}
.to_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 7;
}
.to_top a {
  display: block;
  width: 100%;
  height: 100%;
}
.to_top a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .to_top {
    width: 72px;
    height: 72px;
  }
}
footer {
  background: #000;
  border-top: 5px solid #fff;
  padding: 40px 0;
}
footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer_inner .footer_logo_box .footer_logo {
  width: 60%;
  margin: 0 auto 30px;
}
footer .footer_inner .footer_logo_box a.sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 20px;
  padding: 12px;
  margin: 0 auto;
  position: relative;
}
footer .footer_inner .footer_logo_box a.sns_link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/X_icon.png) no-repeat center/contain;
}
footer .footer_inner nav.footer_nav {
  display: none;
}
footer .footer_inner nav.footer_nav ul.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_inner nav.footer_nav ul.nav_list li {
  width: 50%;
}
footer .footer_inner nav.footer_nav ul.nav_list li a {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 4px;
}
footer p.copy {
  font-size: 12px;
  text-align: center;
  padding: 40px 0 0;
}

@media only screen and (min-width: 768px) {
  footer .footer_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  footer .footer_inner .footer_logo_box {
    width: 40%;
  }
  footer .footer_inner .footer_logo_box .footer_logo {
    width: 100%;
    margin: 0;
  }
  footer .footer_inner .footer_logo_box a.sns_link {
    margin: 0;
    padding: 12px 0;
  }
  footer .footer_inner nav.footer_nav {
    display: block;
    width: calc(60% - 40px);
  }
}
@media only screen and (min-width: 1025px) {
  footer {
    padding: 60px 0 80px;
  }
  footer .footer_inner {
    gap: 40px;
  }
  footer .footer_inner .footer_logo_box {
    width: 25%;
  }
  footer .footer_inner .footer_logo_box .footer_logo {
    margin: 0 0 20px;
  }
  footer .footer_inner .footer_logo_box a.sns_link {
    margin: 0;
    padding: 12px 0;
  }
  footer .footer_inner nav.footer_nav {
    display: block;
    width: calc(75% - 40px);
  }
  footer .footer_inner nav.footer_nav ul.nav_list li {
    width: 25%;
  }
  footer .footer_inner nav.footer_nav ul.nav_list li a {
    padding: 8px 4px;
  }
  footer p.copy {
    text-align: right;
    padding: 40px 40px 0;
  }
}
@media only screen and (min-width: 1441px) {
  footer .footer_inner {
    gap: 120px;
  }
  footer .footer_inner .footer_logo_box {
    width: calc(100% / 3);
  }
  footer .footer_inner .footer_logo_box .footer_logo {
    width: 100%;
  }
  footer .footer_inner .footer_logo_box a.sns_link {
    margin: 0;
    padding: 12px 0;
  }
  footer .footer_inner nav.footer_nav {
    display: block;
    width: calc(100% / 3 * 2 - 120px);
  }
  footer .footer_inner nav.footer_nav ul.nav_list li {
    width: 25%;
  }
  footer .footer_inner nav.footer_nav ul.nav_list li a {
    padding: 8px 4px;
  }
}
.first_view {
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  max-height: 1080px;
  background: url(../images/top/fv_bg_pattern.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.first_view::before {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 50vh;
  background: url(../images/top/fv_bg_sp.png) no-repeat center top/contain;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}
.first_view::after {
  content: "";
  display: block;
  width: 100%;
  height: 50vh;
  background: url(../images/top/fv_wave_sp.png) no-repeat center bottom/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.first_view .first_view_inner {
  padding: 20vh 0;
  position: relative;
  z-index: 2;
}
.first_view .first_view_inner h1.main_copy {
  width: 82%;
  max-width: 810px;
}
.first_view .first_view_inner p.body_copy {
  font-size: clamp(15px, 1.5vw, 25px);
  -webkit-text-stroke: 1px #00fff5;
}
.first_view .first_view_inner picture.item_image {
  display: block;
  width: 120%;
  max-width: 900px;
  margin: 2vh 0 0 -10%;
}
.first_view a.scroll {
  display: block;
  width: 56px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.first_view a.scroll::after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #fff;
  margin: 12px auto 0;
}

@media only screen and (min-width: 768px) {
  .first_view .first_view_inner {
    padding: 20vh 0 12vh;
  }
  .first_view .first_view_inner picture.item_image {
    width: 100%;
    margin: 2vw auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .first_view::before {
    width: calc(100% - 80px);
    max-width: 1600px;
    background: url(../images/top/fv_bg.png) no-repeat center top/contain;
    top: 20%;
  }
  .first_view::after {
    height: 100%;
    background: url(../images/top/fv_wave.png) no-repeat center bottom/contain;
  }
  .first_view .first_view_inner {
    padding: 20vh 0 12vh;
  }
}
@media only screen and (min-width: 1441px) {
  .first_view .first_view_inner {
    height: 50vw;
    min-height: 786px;
    max-height: 960px;
    margin: 100px auto 0;
  }
  .first_view .first_view_inner picture.item_image {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
}
h2.top_section_title {
  font-size: clamp(26px, 2.6vw, 50px);
  text-align: center;
  color: #00fff5;
  position: relative;
}
h2.top_section_title::before {
  content: "";
  display: block;
  width: 40px;
  height: 15px;
  background: url(../images/common/title_wave.png) no-repeat center/contain;
  position: absolute;
  top: -20px;
  left: -20px;
}
h2.top_section_title span.sub_copy {
  display: block;
  font-size: clamp(13px, 1vw, 20px);
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  h2.top_section_title::before {
    width: 80px;
    height: 29px;
    top: -40px;
  }
}
.top_contents_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_contents_layout h2.top_section_title {
  text-align: center;
}
.top_contents_layout h2.top_section_title::before {
  left: 0;
  right: 0;
  margin: auto;
}
.top_contents_layout h2.top_section_title span.sub_copy {
  text-align: center;
}
.top_contents_layout a.link_btn {
  margin: 0 auto;
}
.top_contents_layout picture.contents_image {
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .top_contents_layout {
    position: relative;
  }
  .top_contents_layout h2.top_section_title {
    width: 50%;
    text-align: left;
  }
  .top_contents_layout h2.top_section_title::before {
    left: -20px;
    right: inherit;
    margin: 0;
  }
  .top_contents_layout h2.top_section_title span.sub_copy {
    text-align: left;
  }
  .top_contents_layout p.desc {
    width: 50%;
  }
  .top_contents_layout .link_box {
    width: 50%;
  }
  .top_contents_layout a.link_btn {
    margin: 0;
  }
  .top_contents_layout picture.contents_image {
    width: calc(50% - 40px);
    max-width: 560px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .top_contents_layout h2.top_section_title {
    width: 60%;
  }
  .top_contents_layout p.desc {
    width: 60%;
  }
  .top_contents_layout .link_box {
    width: 60%;
  }
  .top_contents_layout picture.contents_image {
    width: calc(40% - 40px);
    max-width: 620px;
    right: -40px;
  }
}
.top_concept {
  padding: 72px 0;
}

@media only screen and (min-width: 768px) {
  .top_concept {
    padding: 72px 0 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .top_concept {
    padding: 160px 0 200px;
  }
}
.top_lineup {
  background: url(../images/common/bg_pattern.png) no-repeat center/cover;
  padding: 90px 0;
}
.top_lineup .top_lineup_inner {
  background: url(../images/top/top_bg_decoration_sp.png) no-repeat center top/contain;
}
.top_lineup .top_lineup_inner h2.top_section_title {
  text-align: center;
}
.top_lineup .top_lineup_inner h2.top_section_title::before {
  display: none;
}
.top_lineup .top_lineup_inner h2.top_section_title span.sub_copy {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .top_lineup .top_lineup_inner {
    background: url(../images/top/top_bg_decoration.png) no-repeat center top/contain;
  }
}
.top_product::before {
  content: "";
  display: block;
  width: 100%;
  height: 320px;
  background: url(../images/top/product_bg.png) no-repeat center/cover;
}
.top_product .top_product_inner h2.top_section_title {
  margin: -60px 0 0;
}
.top_product .top_product_inner h2.top_section_title::before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .top_product {
    background: url(../images/top/product_bg.png) no-repeat center/cover;
    padding: 400px 0 200px;
  }
  .top_product::before {
    display: none;
  }
  .top_product .top_product_inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top_product .top_product_inner h2.top_section_title {
    margin: 0;
  }
  .top_product .top_product_inner picture.contents_image {
    left: 0;
    right: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .top_product {
    height: 100vh;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    max-height: 1036px;
    padding: 560px 0 160px;
  }
  .top_product h2.top_section_title {
    width: 40%;
  }
  .top_product p.desc {
    width: 40%;
  }
  .top_product .link_box {
    width: 40%;
  }
  .top_product .top_product_inner picture.contents_image {
    width: calc(50% - 80px);
    left: -40px;
    right: inherit;
  }
}
.top_story {
  padding: 72px 0;
}

@media only screen and (min-width: 768px) {
  .top_story {
    padding: 72px 0 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .top_story {
    padding: 160px 0 200px;
  }
}
.top_news {
  background: url(../images/common/bg_pattern.png) no-repeat center/cover;
  padding: 90px 0;
}
.top_news .top_news_inner {
  background: url(../images/top/top_bg_decoration_sp.png) no-repeat center top/contain;
}
.top_news .top_news_inner h2.top_section_title {
  text-align: center;
}
.top_news .top_news_inner h2.top_section_title::before {
  display: none;
}
.top_news .top_news_inner h2.top_section_title span.sub_copy {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .top_news .top_news_inner {
    background: url(../images/top/top_bg_decoration.png) no-repeat center top/contain;
  }
}
.sns_timeline {
  background: #000;
  padding: 90px 0;
}
.sns_timeline .sns_timeline_inner h2 {
  font-size: clamp(24px, 2.4px, 30px);
  text-align: center;
}
.sns_timeline .sns_timeline_inner h2 span {
  font-size: clamp(24px, 2.4px, 30px);
  line-height: 2;
  text-shadow: -2px 4px 3px rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #00fff5));
  background: linear-gradient(transparent 70%, #00fff5 70%);
}

.concept {
  padding: 40px 0;
}
.concept .concept_inner h2 {
  font-size: clamp(26px, 5vw, 70px);
  color: #00fff5;
  text-align: center;
}
.concept .concept_inner h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 15px;
  background: url(../images/common/title_wave.png) no-repeat center/contain;
  margin: 0 auto 10px;
}
.concept .concept_inner h2 span {
  display: block;
  font-size: clamp(18px, 1.8vw, 20px);
  text-align: center;
  padding: 20px 0;
}
.concept .concept_inner picture.concept_image {
  display: block;
  width: 100%;
  margin: 40px 0 60px;
}
.concept ul.concept_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px auto 0;
}
.concept ul.concept_info_list li {
  position: relative;
}
.concept ul.concept_info_list li picture.concept_image {
  display: block;
  width: 80%;
}
.concept ul.concept_info_list li .text_contents {
  width: calc(100% - 40px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.concept ul.concept_info_list li .text_contents h3 {
  font-size: clamp(20px, 2vw, 40px);
  color: #00fff5;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .concept {
    padding: 60px 0;
  }
  .concept .concept_inner h2::before {
    width: 80px;
    height: 29px;
  }
  .concept .concept_inner p.desc {
    text-align: center;
  }
  .concept ul.concept_info_list {
    gap: 80px;
    margin: 80px auto 0;
  }
  .concept ul.concept_info_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .concept ul.concept_info_list li picture.concept_image {
    width: 40%;
  }
  .concept ul.concept_info_list li .text_contents {
    width: calc(60% - 40px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: none;
    padding: 0;
    position: inherit;
  }
  .concept ul.concept_info_list li .text_contents h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .concept {
    padding: 140px 0;
  }
  .concept .concept_inner h2 span {
    padding: 40px 0;
  }
  .concept .concept_inner picture.concept_image {
    margin: 60px 0 80px;
  }
  .concept .concept_inner p.desc {
    text-align: center;
  }
  .concept ul.concept_info_list {
    gap: 200px;
    margin: 160px auto 0;
  }
  .concept ul.concept_info_list li {
    gap: 60px;
  }
  .concept ul.concept_info_list li picture.concept_image {
    width: 40%;
  }
  .concept ul.concept_info_list li .text_contents {
    width: calc(60% - 60px);
  }
  .concept ul.concept_info_list li .text_contents h3 {
    margin: 0 0 100px;
  }
}
.lineup {
  background: url(../images/common/bg_pattern02_sp.png) no-repeat center/contain fixed, url(../images/common/bg_pattern.png) no-repeat center/cover fixed;
}

@media only screen and (min-width: 1025px) {
  .lineup {
    background: url(../images/common/bg_pattern02.png) no-repeat center/contain fixed, url(../images/common/bg_pattern.png) no-repeat center/cover fixed;
  }
}
ul.item_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 80px);
  gap: 42px 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
  margin: 0 auto;
}
ul.item_lineup li.item_info {
  width: calc(50% - 14px);
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 10px;
  position: relative;
}
ul.item_lineup li.item_info::before {
  content: "";
  display: block;
  width: 26px;
  height: 40px;
  background: url(../images/common/shuriken.png) no-repeat left top/contain;
  position: absolute;
  top: -16px;
  left: -12px;
}
ul.item_lineup li.item_info h3.item_title {
  font-size: 18px;
  text-align: center;
  color: #000;
}
ul.item_lineup li.item_info h3.item_title span {
  font-size: 10px;
  color: #000;
}
ul.item_lineup li.item_info p.category {
  font-size: 10px;
  color: #000;
  text-align: center;
}
ul.item_lineup li.item_info picture.thumbnail {
  display: block;
  width: 100%;
}
ul.item_lineup li.item_info picture.thumbnail img {
  height: auto;
}

@media only screen and (min-width: 768px) {
  ul.item_lineup {
    width: calc(100% - 80px);
    gap: 42px 24px;
    padding: 40px 0;
  }
  ul.item_lineup li.item_info {
    width: calc(25% - 18px);
    padding: 16px 10px;
  }
  ul.item_lineup li.item_info::before {
    width: 26px;
    height: 40px;
    top: -16px;
    left: -12px;
  }
  ul.item_lineup li.item_info h3.item_title {
    font-size: 18px;
    text-align: center;
  }
  ul.item_lineup li.item_info h3.item_title span {
    font-size: 10px;
  }
  ul.item_lineup li.item_info p.category {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  ul.item_lineup {
    width: 100%;
    gap: 42px 24px;
    padding: 40px 0;
  }
  ul.item_lineup li.item_info {
    width: calc(25% - 18px);
    padding: 32px 20px;
  }
  ul.item_lineup li.item_info::before {
    width: 50px;
    height: 80px;
    top: -32px;
    left: -24px;
  }
  ul.item_lineup li.item_info h3.item_title {
    font-size: 35px;
    text-align: center;
  }
  ul.item_lineup li.item_info h3.item_title span {
    font-size: 20px;
  }
  ul.item_lineup li.item_info p.category {
    font-size: 18px;
  }
}
.item_details {
  padding: 140px 0 0;
}
.item_details .item_details_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
}
.item_details .item_details_inner h1.item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: clamp(40px, 5vw, 100px);
  line-height: 1.4;
  color: #000;
}
.item_details .item_details_inner h1.item_title span {
  font-size: clamp(24px, 3vw, 60px);
  color: #000;
}
.item_details .item_details_inner p.category {
  color: #000;
}
.item_details .item_details_inner picture.thumbnail {
  display: block;
  width: 100%;
}
.item_details .item_details_inner picture.thumbnail img {
  height: auto;
}
.item_details .item_details_inner .item_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item_details .item_details_inner .item_description .text_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item_details .item_details_inner .item_description .text_contents * {
  color: #000;
}
.item_details .item_details_inner .item_description .text_contents .item_information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item_details .item_details_inner .item_description .text_contents .item_information dl dt,
.item_details .item_details_inner .item_description .text_contents .item_information dl dd {
  font-size: 14px;
}
.item_details .item_details_inner .item_description .text_contents a.link_btn {
  width: 100%;
  max-width: 300px;
  color: #fff;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .item_details {
    padding: 200px 0 0;
  }
  .item_details .item_details_inner {
    max-width: 600px;
    padding: 60px 40px;
  }
  .item_details .item_details_inner .item_description .text_contents * {
    font-size: 16px;
  }
  .item_details .item_details_inner .item_description .text_contents .item_information dl dt,
.item_details .item_details_inner .item_description .text_contents .item_information dl dd {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .item_details .item_details_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1240px;
    padding: 80px 60px;
  }
  .item_details .item_details_inner h1.item_title {
    gap: 12px;
  }
  .item_details .item_details_inner picture.thumbnail {
    width: 50%;
  }
  .item_details .item_details_inner .item_description {
    width: calc(50% - 40px);
    gap: 20px;
  }
  .item_details .item_details_inner .item_description .text_contents {
    gap: 20px;
  }
  .item_details .item_details_inner .item_description .text_contents * {
    font-size: 18px;
  }
  .item_details .item_details_inner .item_description .text_contents .item_information dl dt,
.item_details .item_details_inner .item_description .text_contents .item_information dl dd {
    font-size: 18px;
  }
  .item_details .item_details_inner .item_description .text_contents a.link_btn {
    margin: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .item_details .item_details_inner {
    gap: 80px;
    padding: 100px 80px;
  }
  .item_details .item_details_inner .item_description {
    width: calc(50% - 80px);
  }
}
.gallery {
  padding: 80px 0;
}
.gallery h2 {
  font-size: clamp(40px, 4vw, 100px);
  line-height: 1.2;
  text-align: center;
  color: #00fff5;
}
.gallery h2 span {
  display: block;
  font-size: clamp(12px, 1.2vw, 20px);
  text-align: center;
}
.gallery .gallery_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}
.gallery .gallery_slider .item_image {
  height: auto !important;
  border: 4px solid #fff;
  margin: 0 10px;
}
.gallery a.link_btn {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .gallery {
    padding: 120px 0;
  }
  .gallery .gallery_slider {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1441px) {
  .gallery {
    padding: 160px 0;
  }
  .gallery .gallery_slider {
    margin: 80px 0;
  }
  .gallery .gallery_slider .item_image {
    margin: 0 50px;
  }
}
.product {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .product {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .product {
    padding: 140px 0;
  }
}
.product01 {
  margin: 0 0 80px;
}
.product01 .product01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.product01 .product01_inner picture.product_image {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 0 12px;
}
.product01 .product01_inner .text_contents h2 {
  font-size: clamp(56px, 5vw, 90px);
  color: #00fff5;
  line-height: 1.2;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .product01 {
    margin: 0 0 160px;
  }
  .product01 .product01_inner {
    gap: 40px;
    -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;
  }
  .product01 .product01_inner picture.product_image {
    width: 40%;
    margin: 0 0 0 -20px;
  }
  .product01 .product01_inner .text_contents {
    width: calc(60% - 40px);
  }
}
@media only screen and (min-width: 1025px) {
  .product01 {
    margin: 0 0 200px;
  }
  .product01 .product01_inner {
    gap: 60px;
  }
  .product01 .product01_inner picture.product_image {
    width: 40%;
    margin: 0 0 0 -30px;
  }
  .product01 .product01_inner .text_contents {
    width: calc(60% - 60px);
  }
  .product01 .product01_inner .text_contents h2 {
    margin: 0 0 80px;
  }
}
.product02 {
  background: url(../images/product/play_faster_play_better.jpg) no-repeat center top/contain;
  margin: 0 0 80px;
}
.product02 .product02_inner {
  padding: 80px 0 0;
}
.product02 .product02_inner h2 {
  font-size: clamp(56px, 5vw, 90px);
  color: #00fff5;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px;
}
.product02 .product02_inner p.desc {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .product02 {
    margin: 0 0 80px;
  }
  .product02 .product02_inner {
    padding: 24vw 0 0;
  }
  .product02 .product02_inner h2 {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .product02 {
    margin: 0 0 160px;
  }
}
ul.product03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.product03 li picture.product_image {
  display: block;
  width: calc(100% - 20px);
}
ul.product03 li .text_contents .text_contents_inner {
  padding: 30px 0 0;
}
ul.product03 li .text_contents .text_contents_inner h3 {
  margin: 0 0 20px;
}
ul.product03 li .text_contents .text_contents_inner h3 span {
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 2;
  text-shadow: -2px 4px 3px rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #00fff5));
  background: linear-gradient(transparent 70%, #00fff5 70%);
}
ul.product03 li:nth-child(even) picture.product_image {
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 768px) {
  ul.product03 {
    gap: 120px;
  }
  ul.product03 li {
    position: relative;
  }
  ul.product03 li picture.product_image {
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  ul.product03 li picture.product_image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  ul.product03 li .text_contents .text_contents_inner {
    padding: 30px 60px;
  }
  ul.product03 li:nth-child(even) picture.product_image {
    margin: 0;
    left: inherit;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  ul.product03 {
    gap: 160px;
  }
  ul.product03 li {
    position: relative;
  }
  ul.product03 li picture.product_image {
    width: calc(100% - 80px);
    max-width: 1420px;
  }
  ul.product03 li .text_contents {
    width: 80%;
    max-width: 720px;
  }
  ul.product03 li .text_contents .text_contents_inner {
    padding: 60px 0;
  }
}
.story {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .story {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .story {
    padding: 140px 0;
  }
}
.prologue {
  margin: 0 0 80px;
}
.prologue .prologue_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.prologue .prologue_inner picture.story_image {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 0 12px;
}
.prologue .prologue_inner .text_contents h2 {
  font-size: clamp(36px, 5vw, 70px);
  color: #00fff5;
  line-height: 1.2;
  margin: 0 0 20px;
}
.prologue .prologue_inner .text_contents h2 span {
  display: block;
  font-size: clamp(16px, 1.8vw, 20px);
}

@media only screen and (min-width: 768px) {
  .prologue {
    margin: 0 0 120px;
  }
  .prologue .prologue_inner {
    gap: 40px;
    -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: flex-end;
  }
  .prologue .prologue_inner picture.story_image {
    width: calc(40% - 40px);
    margin: 0 0 0 -20px;
  }
  .prologue .prologue_inner .text_contents {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .prologue {
    margin: 0 0 160px;
  }
  .prologue .prologue_inner {
    gap: 120px;
  }
  .prologue .prologue_inner picture.story_image {
    width: calc(40% - 120px);
    margin: 0 0 0 -30px;
  }
  .prologue .prologue_inner .text_contents h2 {
    margin: 0 0 80px;
  }
}
.story_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0 auto 40px;
}
.story_layout .text_contents {
  max-width: 720px;
  padding: 30px 20px;
}
.story_layout .text_contents h2 {
  font-size: clamp(20px, 2vw, 24px);
  color: #00fff5;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .story_layout {
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .story_layout {
    max-width: 1920px;
    margin: 0 auto 120px;
  }
  .story_layout .text_contents {
    padding-right: 40px;
  }
}
.episode01 picture.story_image {
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .episode01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .episode01 picture.story_image {
    width: 40%;
  }
  .episode01 .text_contents {
    width: calc(60% - 30px);
    padding: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .episode01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .episode01 picture.story_image {
    max-width: 580px;
  }
  .episode01 .text_contents {
    width: 60%;
    padding: 30px;
  }
}
.episode02 picture.story_image {
  width: 60%;
  margin: 0 20px 0 auto;
}

@media only screen and (min-width: 768px) {
  .episode02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .episode02 picture.story_image {
    width: 40%;
    margin: 0 30px 0 0;
  }
  .episode02 .text_contents {
    width: 60%;
    padding: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .episode02 {
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .episode02 picture.story_image {
    max-width: 534px;
    margin: 0 60px 0 0;
  }
  .episode02 .text_contents {
    width: calc(60% - 80px);
  }
}
.episode03 picture.story_image {
  width: 80%;
  margin: 0 auto 0 20px;
}

@media only screen and (min-width: 768px) {
  .episode03 {
    -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;
  }
  .episode03 picture.story_image {
    width: 40%;
  }
  .episode03 .text_contents {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .episode03 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .episode03 picture.story_image {
    max-width: 560px;
    margin: 0 0 0 40px;
  }
}
.episode04 picture.story_image {
  width: 80%;
  margin: 0 20px 0 auto;
}

@media only screen and (min-width: 768px) {
  .episode04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .episode04 picture.story_image {
    width: 40%;
    margin: 0 30px 0 0;
  }
  .episode04 .text_contents {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .episode04 picture.story_image {
    max-width: 560px;
    margin: 0 60px 0 0;
  }
}
.episode05 {
  background: url(../images/story/episode05.png) no-repeat center/cover;
}
.episode05 .text_contents {
  padding: 60px 20px;
}
.episode05 .text_contents h2 {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .episode05 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .episode05 .text_contents {
    width: 60%;
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .episode05 .text_contents {
    padding: 60px 0 120px;
    margin: 0 12vw 0 auto;
  }
}
.epilogue .epilogue_inner h2 {
  font-size: clamp(20px, 2vw, 24px);
  text-align: center;
  color: #00fff5;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .epilogue .epilogue_inner h2 {
    margin: 0 0 40px;
  }
  .epilogue .epilogue_inner p.desc {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .epilogue .epilogue_inner h2 {
    margin: 0 0 60px;
  }
}
.news {
  background: url(../images/common/bg_pattern02_sp.png) no-repeat center/contain fixed, url(../images/common/bg_pattern.png) no-repeat center/cover fixed;
}

@media only screen and (min-width: 1025px) {
  .news {
    background: url(../images/common/bg_pattern02.png) no-repeat center/contain fixed, url(../images/common/bg_pattern.png) no-repeat center/cover fixed;
  }
}
ul.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 80px);
  gap: 42px 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
  margin: 0 auto;
}
ul.news_list li.article {
  width: calc(50% - 14px);
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 10px;
  position: relative;
}
ul.news_list li.article::before {
  content: "";
  display: block;
  width: 26px;
  height: 40px;
  background: url(../images/common/shuriken.png) no-repeat left top/contain;
  position: absolute;
  top: -16px;
  left: -12px;
}
ul.news_list li.article h3.article_title {
  height: calc(1em * 1.4 * 2);
  font-size: 18px;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.news_list li.article p.date {
  font-size: 10px;
  color: #000;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  ul.news_list {
    width: calc(100% - 80px);
    gap: 42px 24px;
    padding: 40px 0;
  }
  ul.news_list li.article {
    width: calc(25% - 18px);
    padding: 16px 10px;
  }
  ul.news_list li.article::before {
    width: 26px;
    height: 40px;
    top: -16px;
    left: -12px;
  }
  ul.news_list li.article h3.article_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  ul.news_list {
    width: 100%;
    gap: 42px 24px;
    padding: 40px 0;
  }
  ul.news_list li.article {
    width: calc(25% - 18px);
    padding: 32px 20px;
  }
  ul.news_list li.article::before {
    width: 50px;
    height: 80px;
    top: -32px;
    left: -24px;
  }
  ul.news_list li.article h3.article_title {
    font-size: 20px;
  }
  ul.news_list li.article p.date {
    font-size: 14px;
  }
}
.news_article_details {
  padding: 140px 0 0;
}
.news_article_details .news_article_details_inner {
  max-width: 960px;
}
.news_article_details .news_article_details_inner .article_container {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
}
.news_article_details .news_article_details_inner .article_container .article h1.article_title {
  font-size: clamp(24px, 2vw, 30px);
  color: #000;
}
.news_article_details .news_article_details_inner .article_container .article p.date {
  color: #000;
}
.news_article_details .news_article_details_inner .article_container .article p.date time {
  color: #000;
}
.news_article_details .news_article_details_inner .article_container .article picture.thumbnail {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.news_article_details .news_article_details_inner .article_container .article .text_contents * {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .news_article_details {
    padding: 200px 0 0;
  }
  .news_article_details .news_article_details_inner .article_container {
    padding: 40px 30px;
  }
  .news_article_details .news_article_details_inner .article_container .article picture.thumbnail {
    margin: 30px 0;
  }
  .news_article_details .news_article_details_inner .article_container .article .text_contents {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .news_article_details .news_article_details_inner .article_container {
    padding: 60px 40px;
  }
  .news_article_details .news_article_details_inner .article_container .article picture.thumbnail {
    margin: 40px 0;
  }
  .news_article_details .news_article_details_inner .article_container .article .text_contents {
    padding: 0 30px;
  }
}
.return_news_list {
  padding: 30px 0 40px;
}
.return_news_list .return_news_list_inner .return_news_list_btn .return_news_list_link a {
  display: block;
  width: calc(100% - 60px);
  max-width: 250px;
  text-align: center;
  background: #000;
  border: 1px solid #00fff5;
  padding: 12px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .return_news_list {
    padding: 40px 0 60px;
  }
  .return_news_list .return_news_list_inner .return_news_list_btn .return_news_list_link a {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .return_news_list {
    padding: 60px 0 80px;
  }
}
.company {
  padding: 40px 0;
}
.company .company_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 20px;
}
.company .company_inner dl dt {
  width: 100%;
}
.company .company_inner dl dd {
  width: 100%;
}
.company .company_inner dl .site_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company .company_inner dl .site_info picture.site_image {
  display: block;
  width: 100%;
}
.company .company_inner dl .site_info .text_contents h2 {
  font-size: clamp(18px, 1.8vw, 20px);
  margin: 0 0 10px;
}
.company .company_inner dl:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 768px) {
  .company {
    padding: 60px 0;
  }
  .company .company_inner dl {
    gap: 40px;
    padding: 40px 30px;
  }
  .company .company_inner dl dt {
    width: calc(40% - 40px);
  }
  .company .company_inner dl dd {
    width: 60%;
  }
  .company .company_inner dl .site_info {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .company .company_inner dl .site_info picture.site_image {
    width: calc(50% - 20px);
  }
  .company .company_inner dl .site_info .text_contents {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .company {
    padding: 140px 0 80px;
  }
  .company .company_inner dl {
    padding: 20px 60px;
  }
  .company .company_inner dl dt {
    width: calc(30% - 40px);
  }
  .company .company_inner dl dd {
    width: 70%;
  }
  .company .company_inner dl .site_info {
    gap: 50px;
    margin: 0 0 40px;
  }
  .company .company_inner dl .site_info picture.site_image {
    width: 50%;
  }
  .company .company_inner dl .site_info .text_contents {
    width: calc(50% - 50px);
  }
}
.policy {
  padding: 40px 0;
}
.policy .policy_inner h2 {
  font-size: clamp(18px, 1.8vw, 20px);
  color: #00fff5;
}
.policy .policy_inner h2:not(:first-child) {
  margin: 20px 0 0;
}
.policy .policy_inner h3 {
  margin: 20px 0 0;
}
.policy .policy_inner ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.policy .policy_inner ol.parent_list li.parent {
  font-weight: 700;
  margin: 20px 0 0;
}
.policy .policy_inner ol.child_list {
  padding: 0 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .policy {
    padding: 60px 0 40px;
  }
  .policy .policy_inner h2:not(:first-child) {
    margin: 30px 0 0;
  }
  .policy .policy_inner h3 {
    margin: 30px 0 0;
  }
  .policy .policy_inner ol.parent_list li.parent {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .policy {
    padding: 140px 0 80px;
  }
  .policy .policy_inner h2:not(:first-child) {
    margin: 40px 0 0;
  }
  .policy .policy_inner h3 {
    margin: 40px 0 0;
  }
  .policy .policy_inner ol.parent_list li.parent {
    margin: 40px 0 0;
  }
}