@charset "UTF-8";


body:not(.page--home) .content--body {
    background-color: #121212;
    color: #fff;
}
h2 {
    font-size: 280%;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    padding: 0 0 40px;
}
.txt {
    font-size: 140%;
    line-height: 1.8em;
    margin-bottom: 0.75em;
}
.txt:last-child {
    margin-bottom: 0;
}

.txt.min {
    font-size: 120%;
}

.yellow{
    color: #BA9409;
    font-size: 140%;
    font-weight: 500;
    line-height: 1.8em;
}
.red{
    color:#d71616;
}
.underLine {
    background: linear-gradient(#ffffff00 70%, #d71616 30%);
    font-weight: 600;
    line-height: 1.3;
    padding: 0 5px;
}
footer {
    padding: 100px;
    background: transparent;
}
footer .inner .copyright {
    color: #FFF;
}
section {
    position: relative;
}
.contentBox {
    background: #282828;
    color: #FFF;
}
.visual{
    margin-bottom: 300px;
    position: relative;
    z-index: 0;
}
.sideLogo{
    position: fixed;
   height: 172px;
    width: 4558px;
    line-height: 0;
    transform: translateY(0);
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}
.sideLogo.leftLogo{
    bottom: 0;
    left:0;
    animation: sidebg1 40s linear infinite;
}
.sideLogo.rightLogo{
    top: -5300px;
    right:0;
    animation: sidebg2 40s linear infinite;
}

@keyframes sidebg1{
  from {transform: translatex(0);}
  to {transform: translatex(-4000px);}
}
@keyframes sidebg2{
  from {transform: translateY(0);}
  to {transform: translatex(4000px);}
}

.introBox{

}
.introBox .contentBox{
    background: transparent;
    padding: 0;
    backdrop-filter: none;
}
.introBox .contentInner {
    width: 80%;
    margin: 0 auto 80px;
}
.introBox .contentBox > *:last-child {
    margin-bottom: 0;
}

.thumb_lead {
    text-align: center;
    background: #fff;
    color: #000000;
    font-weight: bold;
    padding: 5px 35px;
    font-size: 29px;
    line-height: 1.5;
    width: fit-content;
    border-radius: 10px;
    margin: 0 auto 35px;
}

.graphox{

}
.graphox figure{
    margin: 0 auto 40px;
    background: #000;
    padding: 40px;
    text-align: center;
}
.graphox figure img{
    max-width: 899px;
}

.innerBox {
    background: #000000;
    padding: 30px;
}


.release_detail {
    display: flex;
    justify-content: space-between;
    gap: 1px;
}

.release_detail > li {
    background: #000000;
    padding: 20px;
    width: 25%;
    margin-bottom: 1px;
}
.release_detail > li:last-child {
    width: 50%;
}

.release_detail:first-child > li {
    background: #535353;
}

.mov_tit {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.float_bnr a {
    background: #ba9409;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    position: fixed;
    bottom: 30px;
    right: 65px;
    line-height: 1.45;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.02em;
    font-size: 23px;
}
.float_bnr a .click {
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

body.scroll_2 figure img.scroll_2{
  opacity: 0;
}
figure img.scroll_2{
  opacity: 1;
  transition: opacity .4s ease;
}
/* SPMAX 769 */
@media screen and (max-width: 769px){
body:not(.page--home) .content--body {
    padding: 120px 0 90px;
}
footer {
    padding: 20px 40px
}
footer .inner {
    padding: 3.5vw 0 3.5vw;
}
h2 {
    font-size: 155%;
    padding: 0 0 14px;
}
.txt {
    font-size: 100%;
}
.yellow {
    font-size: 120%;
}
section {
    padding: 20px 35px;
    margin: 0;
}
section:last-of-type {
    padding-bottom: 35px;
}
.visual {
    margin-bottom: 110px;
}
.introBox .contentInner {
    margin-bottom: 40px;
    width: 100%;
}
.sideLogo {
        height: 150px;
        width:3975px;
}
.sideLogo.rightLogo{
    top: -2650px;
}
@keyframes sidebg1{
  from {transform: translatex(0);}
  to {transform: translatex(-2650px);}
}
@keyframes sidebg2{
  from {transform: translatex(0);}
  to {transform: translatex(2650px);}
}

.innerBox {
    padding: 20px 15px;
}
.txt.min {
    font-size: 100%;
}

.innerBox .cautionList li {
    font-size: 82%;
}

.thumb_lead {
    font-size: 14px;
    padding: 7px 12px;
    margin-bottom: 16px;
    border-radius: 7px;
}

.release_detail {
    flex-wrap: wrap;
    gap: 0;
}

.release_detail:first-child {
    display: none;
}

.release_detail > li {
    width: 100%;
    padding: 12px 15px;
    font-size: 90%;
}

.release_detail > li:last-child {
    width: 100%;
}

.release_detail > li:first-child {
    background: #535353;
}

.release_detail > li:last-child::before {
    content: '公開時点の閲覧対象者';
    display: block;
    color: #a9a9a9;
    font-size: 90%;
}

.btn a {
    width: 80%;
    padding: 30px;
    font-size: 110%;
    position: relative;
    z-index: 1;
}

.mov_tit {
    text-align: left;
    font-size: 12px;
}

.float_bnr a {
    width: 120px;
    height: 120px;
    font-size: 15px;
    right: 10px;
    bottom: 20px;
    line-height: 1.4;
}

.float_bnr a .click {
    margin-bottom: 8px;
}

}

.graphox figure {
    margin: 0 auto 20px;
    padding: 5px;
}


/* PC-959-770 */
@media screen and (min-width:770px) and (max-width:960px ) {
body:not(.page--home) .content--body {
    padding: 120px 60px 150px;
}
.visual {
    width: calc(100% + 120px);
    margin-left: -60px;
}
}
