@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #000;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  background-color: #000;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
@font-face {
  font-family: "YuGothic-B";
  src: url("../css/fonts/YuGothic-B.woff") format("woff");
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?tallij');
  src: url('fonts/icomoon.eot?tallij#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?tallij') format('truetype'), url('fonts/icomoon.woff?tallij') format('woff'), url('fonts/icomoon.svg?tallij#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\e901";
}
.icon-tiktok:before {
  content: "\e903";
}
.icon-line:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-twitch:before {
  content: "\ea9f";
}
img {
  width: 100%;
  height: auto;
}
/**/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-weight: 700;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 30px;
}
.tabContents .tabContentsInr {
  display: none;
}
.tabContents .tabContentsInr.active {
  display: block;
}
.contents {
  padding: 8rem 1.5rem;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.mgb50 {
  margin-bottom: 5rem;
}
.en {
  font-family: 'Jost', sans-serif;
}
/*header*/
.headerWrap {
  z-index: 1000;
  position: fixed;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999999;
}
.headerWrap, .headerWrap .logo, .headerWrap .snsnav {
  z-index: 1000;
}
.headerWrap .logo {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
  width: 4.5rem;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.headerWrap::after {
  position: fixed;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 7rem;
  left: 0;
  top: -19rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.headerWrap.active::after {
  top: 0;
}
.headerWrap .logo a::before {
  display: none;
}
.headerWrap .spMenu {
  cursor: pointer;
  display: block;
  position: fixed;
  padding: 20px;
  width: 7rem;
  height: 7rem;
  right: 0;
  top: 0;
  z-index: 10100;
  /*  background-color: #2846D8*/
}
.headerWrap .spMenu span {
  background-color: #fff;
  height: 0.2rem;
  width: 3rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.headerWrap .spMenu span:nth-of-type(1) {
  /*  top: 2.4rem;*/
  top: 3rem;
}
.headerWrap .spMenu span:nth-of-type(2) {
  /*  top: 3.4rem;*/
  top: 4rem;
  width: 1.5rem;
  transform: translateX(0);
}
.headerWrap .spMenu.active span {
  background-color: #fff;
}
.headerWrap .spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateX(-1.4rem) translateY(4px) rotate(-45deg);
  transform: translateX(-1.4rem) translateY(4px) rotate(-45deg);
}
.headerWrap .spMenu.active span:nth-of-type(2) {
  -webkit-transform: translateX(-1.4rem) translateY(-6px) rotate(45deg);
  transform: translateX(-1.4rem) translateY(-6px) rotate(45deg);
  width: 3rem;
}
.headerWrap .spMenu.active span:nth-of-type(3) {
  background-color: transparent;
}
.headerWrap .gnavList a {
  font-size: 2.4rem;
  display: block;
  position: relative;
  color: #fff;
  line-height: 1.4;
  padding: 3rem;
  font-weight: 400;
  font-style: normal;
}
.headerWrap .snsnav li a {
  font-size: 2rem;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #999;
  border-radius: 100vh;
  /*
  width: 3.5rem;
  height: 3.5rem;
*/
}
/**/
.cont_ttl {
  font-size: 6rem;
  margin-bottom: 3rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.cont_inr {
  max-width: 120rem;
  margin: auto;
}
.txt {
  font-size: 1.4rem;
}
/**/
.cvsbtn {
  max-width: 35rem;
  width: 100%;
  margin: 4rem auto;
}
.cvsbtn a {
  border: 1px solid #2846D8;
  color: #2846D8;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #2846D8 0%, #2846D8 50%, transparent 50%, transparent 100%);
  overflow: hidden;
  width: 100%;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
/**/
.back, .next {
  font-size: 1.5rem;
  line-height: 1;
}
.next.page-numbers, .back.page-numbers {
  padding: 1.4rem 0;
  width: auto;
}
.prev.page-numbers {
  padding: 1rem 0;
}
.page-numbers.prev {
  transform: scale(-1, 1);
}
/*footer*/
footer {
  padding: 10rem 1.5rem 3rem
}
footer .footer_logo {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto 4rem;
}
footer .linkList {
  max-width: 40rem;
  margin: 0 auto 3rem;
  justify-content: center;
}
footer .linkList a {
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
}
footer .snslink {
  justify-content: center;
  margin-bottom: 6rem;
}
footer .snslink li {
  margin: 0 1rem 4rem;
}
footer .snslink li a {
  font-size: 2rem;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100vh;
  width: 3.5rem;
  height: 3.5rem;
}
footer .footer_bottom {
  border-top: 2px solid #333333;
  padding: 4rem 1.5rem;
  width: 90%;
  margin: 0 auto;
}
footer .footer_bottom .something_logo {
  max-width: 19rem;
  margin: 0 auto;
}
footer .footer_bottom .something_logo a {
  display: block;
  padding: 1rem 1.5rem;
  border: 1px solid #3C3C3C;
  border-radius: 15px;
}
footer .copyright {
  font-size: 1.6rem;
  color: #fff
}
/*nomalBtn*/
.indList li {
  padding-left: 2.5rem;
  text-indent: -1.5rem;
}
/*topics*/
.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.page-numbers, .page-numbers.current {
  padding: 1rem;
  display: inline-block;
  height: 50px;
  color: #18580F;
}
.page-numbers.current {
  border-bottom: 1px solid #18580F;
}
.nav-links {
  text-align: center;
}
a.page-numbers {
  color: #18580F;
}
.page-numbers.next, .page-numbers.prev {
  color: #18580F;
  width: 4rem;
}
.contactTtl {
  font-size: 2rem;
  margin-bottom: 4rem;
  line-height: 1.6;
}
.cl3 {
  display: flex;
  flex-wrap: wrap;
}
.cl3 li {
  width: 100%;
}
.common_ttl.er404 {
  padding: 20rem 3rem 3rem;
}
.common_ttl.er404 .mv_ttl {
  font-size: 2rem;
}
.common_ttl.er404 .mv_ttl span {
  border-bottom: 1px solid #888;
  padding-bottom: 1rem;
}
.s_contents {
  padding: 8rem 2rem;
}
.contents.er404 {
  font-size: 1.6rem;
  padding: 5rem 3rem;
}
.lightbox {
  display: none;
}
/**/
.common_mv {
  padding: 8rem 1rem 0;
}
.common_mv .common_mv_inr {
  padding: 25rem 1rem 10rem 0;
  border-radius: 1rem;
  overflow: hidden;
}
.common_mv .common_mv_inr .mv_ttl span {
  padding: 0 5rem;
  background-color: #000000;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .headerWrap::after {
    height: 10rem;
  }
  .cl3 li {
    width: calc(100% / 2);
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .flex {
    justify-content: space-between;
  }
  .headerWrap .spMenu {
    display: none;
  }
  .headerWrap .gnavList {
    position: fixed;
    z-index: 100;
    display: flex;
    left: 5rem;
    top: 4rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .headerWrap .gnavList li a, .headerWrap .gnavList li .ttl {
    font-size: 1.4rem;
    display: block;
    padding: 1rem;
    letter-spacing: 0.05rem;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  }
  .headerWrap .gnavList li a:hover, .headerWrap .snsnav li a:hover, footer .snslink li a:hover, footer .linkList a:hover {
    color: #FFDC00;
  }
  .headerWrap .snsnav li a:hover, footer .snslink li a:hover {
    border: 1px solid #FFDC00;
  }
  .headerWrap .gnavList li a:before, footer .linkList a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #FFDC00;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .headerWrap .gnavList li a:hover:before, footer .linkList a:hover:before {
    right: 0;
  }
  .headerWrap .snsnav {
    position: fixed;
    right: 3rem;
    top: 4rem;
  }
  .headerWrap .snsnav li {
    margin-right: 1rem;
  }
  .s_contents {
    padding: 10rem 3rem;
  }
  .s_contents .cont_inr {
    max-width: 80rem;
  }
  .cont_ttl {
    font-size: 8rem;
    margin-bottom: 4rem;
  }
  footer .snslink li {
    margin: 0 1rem;
  }
  footer .linkList a {
    position: relative;
  }
  /*
  .txt {
    font-size: 1.8rem;
  }
*/
  footer .footer_bottom .something_logo a:hover {
    border: 1px solid #ddd;
  }
  .cvsbtn a:hover {
    background-position: 0 0;
    color: #fff;
  }
  .cvsbtn a:hover::after {
    right: 1.5rem;
  }
  .linkhoevr {
    font-size: 1.6rem;
  }
  .linkhoevr:hover {
    background-position: 0 0;
    color: #fff;
  }
  .linkhoevr:hover time {
    color: #fff;
  }
  /**/
  .common_mv {
    padding: 9rem 3rem 0;
  }
  .common_mv .common_mv_inr {
    padding: 20rem 1rem 8.3rem 0;
  }
  .common_mv .common_mv_inr .mv_ttl span {
    padding: 0 5rem;
    background-color: #000000;
    font-size: 4.6rem;
    color: #fff;
    font-weight: 400;
  }
  .contents {
    padding: 10rem 3rem;
  }
}
@media only screen and (min-width: 1367px) {
  .cl3 li {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 768px) {
  .headerWrap.active .logo {
    width: 3.5rem;
  }
  .headerWrap .snslink {
    right: 8rem;
    position: fixed;
    top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .headerWrap .snslink li {
    width: 50%;
  }
  .headerWrap .snslink li a {
    font-size: 2rem;
    padding: 1rem;
  }
  .headerWrap #spNav {
    height: 100%;
    display: flex;
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding: 8rem 0;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .headerWrap #spNav::after {
    height: 100%;
    z-index: -1;
  }
  .headerWrap #spNav.active {
    visibility: visible;
    right: 0;
  }
  .headerWrap #spNav .gnavList {
    width: 100%;
  }
  .headerWrap #spNav .gnavList li {
    border-bottom: 1px solid #ddd;
    color: #4e454a;
  }
  .headerWrap .snsnav {
    justify-content: center;
    padding: 3rem 1.5rem;
  }
  .headerWrap .snsnav li {
    margin: 0 0.5rem
  }
  .headerWrap .snsnav a {
    font-size: 2.4rem;
    padding: 3rem;
    display: block;
  }
  .common_ttl.er404 {
    padding: 15rem 1.5rem 7rem;
  }
}