@charset 'utf-8';
/*==============
    common
===============*/
body {
    background: url(../img/bg.jpg?1) repeat-y top center /100%;
}
.top h2 {
    color: var(--black);
}
.reflect,
.reflect canvas {
    max-width: 100%;
}
@media screen and (max-width: 768px){
    .moreBtn {
        text-align: right;
    }
}
/*==============
    header
===============*/
header .header-logo {
    display: none!important;
}
header .gnav-list a {
    background: #fff;
    color: var(--black);
}
header .gnav-list a:hover {
    background: var(--color2);
    opacity: 1;
}
header .hamburger:before,
header .hamburger:after {
    background: var(--black);
}

/*==============
    main
===============*/
#main {
    position: relative;
    overflow: hidden;
}
#main:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/main.jpg?1) no-repeat top center /cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.05);
    transition: 2s transform cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: 0.1s;
}
#main.show:before {
    transform: scale(1);
}
#main .wrap {
    position: relative;
    height: 100vh;
}
#main .mv-logo {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 31.68%;
    opacity: 0;
    transition: 1.6s opacity cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: 0.5s;
    max-width: 456.17px;
}
#main.show .mv-logo {
    opacity: 1.0;
}
@media screen and (max-width: 768px){
    #main .mv-logo {
        width: 80%;
    }
}
@media screen and (max-width: 500px){
    #main:before {
        background: url(../img/main-sp.jpg?1) no-repeat top center /cover;
    }
}
/*==============
    topics
===============*/
#topics {
    transform: translateY(-50px);
    margin-bottom: -70px;
}
#topics .topics-list {
}
#topics .topics-list-item {
    padding: 0 16px 20px;
    max-width: 471px;
    position: relative;
}
@media screen and (max-width: 768px){
    #topics {
        transform: translateY(-50px);
        margin-bottom: -70px;
        position: relative;
        z-index: 10;
    }
    #topics .topics-list-item {
        padding: 0 8px 20px;
    }
}
#topics .topics-list-item:before {
    content: "";
    width: calc(100% - 32px);
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 16px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
}
#topics .topics-list-item a {
    position: relative;
    display: block;
    overflow: hidden;
}
#topics .topics-list-item a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
}
#topics .topics-list-item img {
    transition: all 0.4s;
}
#topics .topics-list-item a:hover:after {
    opacity: 0.5;
}
#topics .topics-list-item a:hover img {
    transform: scale(1.05);
}
/*==============
    news
===============*/
#news {
    padding: 150px 0;
    background: url(../img/bg2.jpg?1) no-repeat top left /100%;
    background-attachment: fixed;
}
#message {
    padding: 150px 0 0;
}
.bgImg{
    background: url(../img/bg2.jpg?1) no-repeat top left /100%;
    background-attachment: fixed;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    #news {
        padding: 80px 0;
        background-attachment: initial;
        background: none;
        position: relative;
    }
    #message {
        padding: 80px 0;
        background-attachment: initial;
        background: none;
        position: relative;
    }
    .bgImg {
        background-attachment: initial;
        background: none;
        position: relative;
    }
    #news::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(../img/bg_sp.jpg?1);
        background-size: cover;
    }
    .bgImg::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -2;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(../img/bg_sp.jpg?1);
        background-size: cover;
    }
}
#news .news-container,
#message .message-container {
    display: grid;
    grid-template-columns: 360px 1fr;
}
#news .news-container .moreBtn,
#message .message-container .moreBtn {
    grid-column: 1 / 2;
}
#news .news-container ul,
#message .message-container ul {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}
@media screen and (max-width: 959px){
    #news .news-container,
    #message .message-container {
        grid-template-columns: 100%;
    }
    #news .news-container .moreBtn,
    #message .message-container .moreBtn {
        grid-column: auto;
        grid-row: 3;
        margin-top: 45px;
    }
    #news .news-container ul,
    #message .message-container ul {
        grid-column: auto;
        grid-row: auto;
    }
}
#news ul li,
#message ul li {
    padding: 0;
    border: 0;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
}
#news ul li + li,
#message ul li + li {
    margin-top: 32px;
}
@media screen and (max-width: 768px){
    #news ul li + li,
    #message ul li + li {
        margin-top: 20px;
    }
}
#news ul li:hover .category i,
#message ul li:hover .category i {
    background: var(--color1);
}
#news ul li:hover .ttl,
#news ul li:hover .day,
#message ul li:hover .ttl,
#message ul li:hover .day {
    opacity: 1;
}
#news ul li a,
#message ul li a {
    display: block;
    background: #fff;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
#news ul li a:before,
#message ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
    z-index: -1;
}
#news ul li .ttl,
#message ul li .ttl {
    font-size: 1.8rem;
    margin: 12px 30px 0;
}
#message ul li .day{
    margin: 0 0 0 32px;
    padding-top: 20px;
}
#news ul li a:hover:before,
#message ul li a:hover:before {
    opacity: 0.3;
    visibility: visible;
}
@media screen and (max-width: 768px){
    #news ul li .ttl,
    #message ul li .ttl {
        font-size: 1.4rem;
        margin: 12px 15px 0;
    }
    #message ul li .day{
        margin: 0 0 0 15px;
        padding-top: 15px;
    }
}
/*==============
    profile
===============*/
#profile {
    background: url(../img/profile.jpg) no-repeat center /cover;
    padding: 8.89vw 0;
}
@media screen and (max-width: 768px){
    #profile {
        background: url(../img/profile_sp.jpg) no-repeat center /cover;
        padding: 17vw 0;
    }
    #profile .moreBtn {
        text-align: left;
    }
}
/*==============
    gallery
===============*/
#gallery {
    padding: 150px 0 70px;
    background: linear-gradient( 0deg, rgb(224,224,224) 0%, rgb(205,205,206) 100%);
}
@media screen and (max-width: 768px){
    #gallery {
        padding: 80px 0;
    }
}
#gallery .gallery-item {
    margin-bottom: 80px;
    padding: 3.89vw 0;
    position: relative;
    z-index: 2;
}
#gallery .gallery-item .wrap{
    position: relative;
    z-index: 2;
}
#gallery .gallery-item:after {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
#gallery #photo:after {
    background: url(../img/photo.jpg) no-repeat center /cover;
}
#gallery #movie:after {
    background: url(../img/movie.jpg) no-repeat center /cover;
}
#gallery .gallery-item.anime:before {
    width: 80%;
    z-index: 10;
}
#gallery .gallery-item.anime.show:before {
    transform: translateX(-100%);
}
@media screen and (max-width: 768px){
    #gallery .gallery-item {
        margin-bottom: 40px;
        padding: 8vw 0;
    }
    #gallery .gallery-item:nth-child(2){
        margin-bottom: 0;
    }
    #gallery .gallery-item:after {
        width: 100%;
    }
    #gallery #photo:after {
        background: url(../img/photo_sp.jpg) no-repeat center /cover;
    }
    #gallery #movie:after {
        background: url(../img/movie_sp.jpg) no-repeat center /cover;
    }
    #gallery .gallery-item.anime:before {
        width: 100%;
    }
}
#gallery .gallery-item-ttl {
    font-family: var(--en);
    font-size: 3.0rem;
    letter-spacing: 0.025em;
    color: var(--black);
    margin-bottom: 16px;
}
@media screen and (max-width: 768px){
    #gallery .gallery-item-ttl {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}
#gallery .moreBtn {
    position: relative;
    right: auto;
    bottom: auto;
}
@media screen and (max-width: 768px){
    #gallery .moreBtn {
        text-align: left
    }
}
#gallery .gallery-item:nth-child(odd) .gallery-item-container {
    width: fit-content;
    margin-left: auto;
}
#gallery .gallery-item:nth-child(even):after {
    left: auto;
    right: 0;
}
#gallery .gallery-item.anime:nth-child(even):before {
    left: 20%;
}
#gallery .gallery-item.anime.show:nth-child(even):before {
    transform: translateX(100%);
}
@media screen and (max-width: 768px){
    #gallery .gallery-item.anime:nth-child(even):before {
        left: 0;
    }
    #gallery .gallery-item:nth-child(odd) .gallery-item-container {
        margin-left: initial;
    }
    #gallery h2, #gallery .gallery-item-ttl{
        color: var(--black);
    }
}
/*==============
    special
===============*/
#special {
    padding: 275px 0 200px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: url(../img/bg2.png) no-repeat left top /100%;
    background-attachment: fixed;
}
@media screen and (max-width: 768px){
    #special {
        padding: 100px 0 80px;
        background-attachment: initial;
        background: none;
    }
}
#special:after {
    content: "";
    width: 80%;
    height: 610px;
    background: linear-gradient(135deg,  #333333 0%,#0f0f0f 100%);
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
    #special:after {
        height: 300px;
        top: 50px;
    }
}
#special .flex {
    align-items: center;
    justify-content: space-between;
}
#special .flex h2 {
    margin-bottom: 0;
}
#special .special-list {
    margin-top: 72px;
}
#special .special-list.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#special .special-list .slick-list {
    overflow: visible;
}
#special .special-list-item {
    margin: 0 18px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px){
    #special .special-list-item {
        margin: 0 8px;
    }
    #special .special-list {
        margin-top: 24px;
    }
}
#special .special-list-item-inner {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
#special .special-list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(8.5px);
    transition: 0.4s all;
}
#special .special-list-item-inner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#special .special-list-item-inner a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.4s all;
}
#special .special-list-item-inner a:after {
    content: "";
    width: 20%;
    padding-top: 20%;
    background: url(../img/lock.png) no-repeat center /contain;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
}
#special .special-list-item a:hover:before {
    opacity: 0.5;
}
#special .special-list-item a:hover img {
    transform: scale(1.05);
}
#special .special-list .slick-dots {
    position: relative;
    bottom: auto;
    display: flex;
    column-gap: 10px;
    margin-top: 28px;
    padding: 0 18px;
}
#special .special-list .slick-dots li {
    width: 50px;
    height: auto;
    padding: 0;
    margin: 0;
}
#special .special-list .slick-dots li:first-child:last-child {
    display: none;
}
@media screen and (max-width: 768px){
    #special .special-list-item-inner {
        padding-top: 70%;

    }
    #special .special-list .slick-dots {
        padding: 0 8px;
    }
    #special .special-list .slick-dots li {
        width: 20px;
    }
}
#special .special-list .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
#special .special-list .slick-dots li button:before {
    display: none;
}
#special .special-list .slick-dots li button:after {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--color2);
    margin: 4px 0;
    display: block;
}
#special .special-list .slick-dots li.slick-active button:after {
    background: #fff;
}
#special .special-list-item-inner a.on:after {
    display: none;
}
#special .special-list-item-inner a.on img{
    filter: none;
}
/*==============
    onlineshop
===============*/
#onlineshop {
    padding: 150px 0;
    background: linear-gradient( 0deg, rgb(51,51,51) 0%, rgb(39,39,39) 100%);
}
@media screen and (max-width: 768px){
    #onlineshop {
        padding: 80px 0;
    }
}
#onlineshop .onlineshop-container {
    display: grid;
    grid-template-columns: auto 51%;
    justify-content: space-between;
    column-gap: 32px;
}
#onlineshop .onlineshop-txt {
    color: #fff;
}
#onlineshop .onlineshop-txt h2 {
    white-space: nowrap;
}
#onlineshop .onlineshop-txt .txt {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    margin-bottom: 60px;
    color: #fff;
}
#onlineshop .onlineshop-img {
    grid-row: 1 / 4;
    grid-column: 2 / 3;
    margin-bottom: -21%;
}
@media screen and (max-width: 959px){
    #onlineshop .onlineshop-container {
        grid-template-columns: 100%;
    }
    #onlineshop .onlineshop-img {
        grid-row: auto;
        grid-column: auto;
        margin: 0 auto;
        width: 500px;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px){
    #onlineshop .onlineshop-txt .txt {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}
::-webkit-full-page-media, :future, :root #onlineshop .moreBtn{
        margin-top: 24px;
}
/*==============
    video
===============*/
#video {
    padding: 150px 0 150px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px){
    #video {
        padding: 60px 0 80px;
        background-attachment: initial;
        background: none;
    }
}
#video:after {
    /* content: ""; */
    width: 100%;
    height: 293px;
    background: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
    #video:after {
        height: 35%;
    }
}
#video .video-list {
    margin-top: 80px;
}
@media screen and (max-width: 768px){
    #video .video-list {
        margin-top: 40px;
    }
}
#video .video-list.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#video .video-list .slick-list {
    overflow: visible;
}
#video .video-list-item {
    max-width: 960px;
    margin: 0 20px;
    box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px){
    #video .video-list-item {
        margin: 0 8px;
    }
}
#video .youtube {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#video .youtube a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.8s all;
    z-index: 2;
}
#video .youtube a::after {
    content: "";
    background-image: url(../img/play.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 119px;
    height: 119px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
@media screen and (max-width: 420px){
    #video .youtube a::after {
        width: 50px;
        height: 50px;
    }
}
#video .youtube img {
    transition: 0.8s all;
}
#video .youtube:hover a::before {
    opacity: 0.3;
}
#video .youtube:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#video .video-list .slick-dots {
    position: relative;
    bottom: auto;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 28px;
}
#video .video-list .slick-dots li {
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
}
#video .video-list .slick-dots li:first-child:last-child {
    display: none;
}
@media screen and (max-width: 768px){
    #video .video-list .slick-dots li {
        width: 20px;
    }
}
#video .video-list .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
#video .video-list .slick-dots li button:before {
    display: none;
}
#video .video-list .slick-dots li button:after {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--color2);
    margin: 4px 0;
    display: block;
}
#video .video-list .slick-dots li.slick-active button:after {
    background: #fff;
}
/* 1227 */
.slick-prev	{
    left: 0
}
.slick-next	{
    right: 0
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  max-width: 70px;
  width: 100%;
  max-height: 70px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 10;
  background: transparent;
}
.slick-arrow:before{
	content:""!important;
}
