.pc{ display: none !important;}
.sp{ display: block !important;}

.pb0{padding-bottom: 0!important;}
.pb20{padding-bottom: 20px!important;}
.pb15{padding-bottom: 15px!important;}
.pb30{padding-bottom: 30px!important;}
.pb40{padding-bottom: 40px!important;}
.pb45{padding-bottom: 45px!important;}
.pb80{padding-bottom: 80px!important;}

html,
body {
    height: 100%;
    background: #fff;
    font-family:"Noto Sans Japanese";
    font-weight: 200;
}

main{padding-top: 60px;}
*,
*:before,
*:after {
    box-sizing: border-box;
}
a:hover{
    opacity: .6;
    transition: .6s;
}

 
.sns-page-share{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}  

.sns-page-share ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}  

.sns-page-share li{margin: 10px;}  
    
.sns-page-share img{width: 40px;height: 40px;}  
    
.sns-page-share a{display: block;}  

/* Controls
---------------------------------------------------------------------- */

.controls {
    padding: 1rem;
    background: #333;
    font-size: 0.1px;
}

.control {
    position: relative;
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    background: #444;
    cursor: pointer;
    font-size: 0.1px;
    color: white;
    transition: background 150ms;
}

.control:hover {
    background: #3f3f3f;
}

.control[data-filter]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
}

.mixitup-control-active {
    background: #393939;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control:first-of-type {
    border-radius: 3px 0 0 3px;
}

.control:last-of-type {
    border-radius: 0 3px 3px 0;
}

/*
.control[data-filter=".green"] {
    color: #91e6c7;
}

.control[data-filter=".blue"] {
    color: #5ecdde;
}

.control[data-filter=".pink"] {
    color: #d595aa;
}

.control[data-filter="none"] {
    color: #2f2f2f;
}
*/
/*.mixitup-container-failed{display: none;}*/

/* Container
---------------------------------------------------------------------- */

.container {
    text-align: justify;
    font-size: 0;
}
#en .container {
    text-align: left;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.container{
    margin:7.5px;
    column-count: 2;
    column-gap: 0;
}

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.mix {
    /* background: #fff; */
/*    margin-bottom: 15px;*/
    position: relative;
}

/*
.mix:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%;
}
*/

/*
.mix.green {
    color: #91e6c7;
}

.mix.pink {
    color: #d595aa;
}

.mix.blue {
    color: #5ecdde;
}
*/

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
/*    width: calc(50% - 15px);*/
    padding: 7.5px;
    box-sizing: content-box;
    font-size: 10px;
    color: #000;
    line-height: 1.4;
    
}

.about p{text-align: center;font-size: 12px;}


.movie{
margin-top: 60px;
margin-bottom: 90px;
position:relative;
width: 100%;
padding-top:56.25%;
}

section.about:last-of-type::after{height: 0;}

.movie-square{
position:relative;
width: 100%;
padding-top:100%;
}
.movie iframe{
position:absolute;
top:0;
right:0;
width: 100%;
height: 100%;
}

/*------ inview ---------*/
.inview1,.inview3,.inview2,.inview4{
    opacity: 0; 
    transition-duration: .7s; 
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    }

.inview1 {transition-delay: .2s;}
.inview2{transition-delay: .4s;}
.inview3{transition-delay: .6s;}
.inview4{transition-delay: .8s;}

.inview-left,.inview-right{
    opacity: 0; 
    transition-duration: 2s; 
    transition-delay: .8s;
    }

.inview-left{
    transform: translate(-100px,0);
    -webkit-transform: translate(-100px,0);
    }

.inview-right{
    transform: translate(100px,0);
    -webkit-transform: translate(100px,0);
    }

.visible1,.visible2,.visible3,.visible4,.visible-left,.visible-right{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    }

.link-to-bswd{
    text-decoration: none;
    background: #e7e6e6;
    color: #000;
    text-align: center;
    padding: 1em 2em 1.1em;
    margin: 0 auto 45px;
    display: inline-block;
}

.link-to-bswd:hover{
    background: #ededed;
    opacity: 1;
}


.pc_column2-container_ .link-to-bswd{
    margin-bottom: 15px;
    margin-top: 30px;
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
/*        width: calc(100%/3 - 15px);*/
    }
    
    .container{column-count: 3;}
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
/*        width: calc(100%/4 - 15px);*/
    }
    
    .container{column-count: 4;}
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
/*        width: calc(100%/5 - 15px);*/
    }
    
    .container{column-count: 5;}
    .container_topic{column-count: 4;}
}



.gap{margin: 0!important;padding: 0!important;}
/*---------------------------------------------------------------------- */

.grid {
	
}
.grid-item {
}
.mix img {
	margin: 0;
	vertical-align: bottom;
    margin-bottom: 8px;
    width: 100%;
}

/*---------------------------------------------------------------------- */

#random_content_sp img,
#random_content_pc img{width: 100%;}

#random_content_sp,
#random_content_sp .mv_wrap{
    background: #fff;
/*    height: calc(100vw*1080/750);*/
}


#random_content_sp .mv,
#random_content_pc .mv{
    display: none;
}

.visited-li{position: relative;display: block;}

a{display: block;}

.visited-li .mix,.visited-li .mix img,{position:relative;}

.visited-li .mix:after{
    content: url(../images/already_read.svg);
    width: 46px;
    height: 20px;
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    z-index: 2;
}


header{
    position: fixed;
    z-index: 100;
    background: #fff;
    height: 60px;
    width: 100%;
}

header.UpMove{
	animation: UpAnime 0.6s forwards;
    
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-60px);
  }
}


header.DownMove{
	animation: DownAnime 0.6s forwards;
    
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-60px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


.hamburger {
  display : block;
  position: fixed;
  z-index : 3!important;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width: 20px;
  height: 1px;
  left: 10px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 19px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}


.hamburger.active span:nth-child(1) {
  top: 20px;
  left: 6px;
  width: 28px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  left: 6px;
  top: 20px;
  width: 28px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  /*
  position: fixed;
  z-index : 2;
*/
  top  : 0;
  left: 100%;
  color: #fff;
  background: rgba(255,255,255,0.9);
  text-align: center;
  width: 100%;
  opacity: 0;
  /*  transition: opacity .6s ease, visibility .6s ease;*/
  /*  transition: opacity .3s ease-in, visibility .3s ease-in;*/
  /*  transition: opacity .4s cubic-bezier(0.25, 1, 0.5, 1);*/
  padding: 90px 7.5px 30px;
  position: absolute;
  }

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  clear: both;
  padding-bottom: 15px;
  display: inline-block;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 50%;
  float: left;;
  /* transition: .4s all; */
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}


nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 15px;
  text-decoration :none;
  background: #e7e6e6;
  font-size: 16px;
  width: calc(100% - 15px);
  margin: 7.5px;
    opacity: 0;
  transition: opacity .6s ease;
}

nav.globalMenuSp ul li a:hover {
  background: #ededed;
}

nav.globalMenuSp.active ul li a {opacity: 1;}

nav.globalMenuSp.active ul li a:hover{opacity:.8;transition: .6s;}



nav.globalMenuSp ul li a.about-in-memu-sp,
nav.globalMenuSp ul li a.movie-in-memu-sp{font-size: 20px;padding: 13px;}

nav.globalMenuSp p{
    color: #000;
    text-align: left;
    margin-left: 7.5px;
    margin-bottom: 10px;
    clear: both;
    font-size: 20px;
}

nav.globalMenuSp.active {
  opacity: 2;
  overflow-y: scroll!important;
  height: 100vh;
  left: 0;
}

.active{z-index: 2;}

.h_logo{
    width: 210px;
    height: 22px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100;
}

.is-fixed {overflow: hidden;}


.is-fixed header.UpMove,
.is-fixed header.DownMove {animation: none;}

footer{
    background: #f5f5f5;
    padding: 30px;
    font-size: 18px;
    line-height: 1em;
}

footer ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

footer li{
    font-size: 13px;
    padding: 4px 0;
    list-style: none;
    margin: 8px 0;
    width: 50%;
}

footer li a{
    text-decoration: none;
    color: #000;
}
footer li.lang{
    display: inline-flex;
}
footer li.lang a{
    padding:0 .5em;
}
footer li.lang a:first-child{ padding-left: 0;}
}



section{padding: 36px 15px 0;}

section:last-of-type{
    position: relative;
}

section:last-of-type::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; 
	transform: translate(-50%);
	bottom:0;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #000;
}

section h2{
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
    font-weight: 100;
    margin-bottom: 30px;
    letter-spacing: 0.01em;
}

section h2 span{
    font-size: 16px;
    display: block;
    line-height: 1.8;
    margin-bottom: 0.6em;
}

section img{width: 100%;}

section>img{margin-bottom: 15px;}

section p{
    font-size: 14px;
    font-weight: 100;
    line-height: 2;
    margin-bottom: 1em;
    letter-spacing: 0.02em;
}

section p.caption{
    font-size: 12px;
    margin-top: 0.8em;
    margin-bottom: 25px;
}

section>p.caption{
    font-size: 12px;
    margin-top:-5px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.btn{
   letter-spacing: 0.1em;
   padding: 3px 6px 5px;
   border-radius: 10px;
   border: solid 1px #000;
   color: #000;
   display: inline-block;
   font-size: 10px;
   text-decoration: none;
   margin-right: 10px;
   margin-bottom: 10px;
}

.btn:hover{
    border: solid 1px #000;
    color: #fff;
    background: #000;
    opacity: 1;
}

.pc_column2-container,
.pb-container{padding-bottom: 10px;}

.pc_column2-container .column2,
.pb-container .column2{margin-top: 30px;}

.column2-container{display: flex;}
.column2-container.sp{display: flex!important;margin-bottom: 15px;}
.column2-container.pc{display: none!important;}


.column2-container .column1,
.column2-container .column2{width: calc(50% - 7.5px);}

.column2-container .column1{margin-right: 15px;}

.detail-data{margin-bottom: 30px;}




.topic .container{margin: 35px 7.5px;}

#load_animation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 300;
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#load_animation.icon {padding: 50px 0;}
        
#load_animation.icon img{
    width: 30vh;
    height: auto;
    display: none;
}

.loading_gif {padding: 50px 0;}

.loading_gif img{
            width: 40vh;
            height: auto;
            display: none;
}



@media screen and (min-width: 540px) {
    
nav.globalMenuSp ul li {
  width: 33.3%;
}
    
    .mix, .gap{font-size: 12px;letter-spacing: -0.01em;}
}