@import url('//fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');


/*=====================================================================================================================
common
=====================================================================================================================*/

html {}

body {
  text-align: center;
  color: #e1e1e1;
  line-height: 1.8;
  font-size: 24px;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-family: source-han-serif-japanese, serif;
  overflow-y: scroll;
  /*font-weight: 700/400/200;*/
}


.wrapper {
	/*min-width: 1200px;*/
	overflow: hidden;
}

.tw { background: #1DA1F2; }
.fb { background: #1877f2; }
.yt { background: #f00; }
.wb { background: #df2029; }
.ln { background: #00b900; }


.button {
  width: 600px;
  background: #d00;
  height: 120px;
  border-radius: 60px;
  color: #fff;
  margin: auto;
  line-height: 120px;
  position: relative;
  z-index: 1;
  transition: all .3s ease-out;
}

.button a {
  width: 100%;
  height: 100%;
  display: block;
  letter-spacing: 0.2em;
}

.button--arrow {
  transition: all .3s ease-out;
  width: 10%;
  height: 1px;
  display: block;
  position: absolute;
  right: 7%;
  top: 50%;
  background: #fff;
}

.button--arrow::before {
  transition: all .3s ease-out;
  content: '';
  width: 30%;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  transform-origin: right;
  transform: rotateZ(20deg);
}




#youtube--icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  margin: auto;
  transition: all .6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  fill: #1f1f1f;
  opacity: 0.8;
}



/* ==========================================================================
   Loader
============================================================================= */

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 3000;
}

#loader {
  background: url(../img/common/logo-shibusawa_40_s_w.png) top center no-repeat;
  background-size: 183px 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 183px;
  height: 100vh;
  margin-top: -25px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 3001;
}


/* ============================================================================================
  modal setup
============================================================================================ */

.modaal-container {
  background: #000;
}


.modaal-content-container {
  padding: 0
}

.modaal-close::after, .modaal-close::before {
  border-radius: 0;
  top: 9px;
  left: 23px;
  width: 1px;
  height: 30px;
}

.modaal-close::after, .modaal-close::before {
  background: #d00;
}


.modaal-fullscreen .modaal-close, .modaal-wrapper .modaal-close {
  background: none;
  border-radius: initial;
  border: #d00 solid 1px;
  box-sizing: border-box;
  right: 2%;
  top: 2%;
}

.modaal-close:focus, .modaal-close:hover {
  background: #d00;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}


.modaal-gallery-control:after, .modaal-gallery-control:before {
  background: #d00;
  border-radius: 0;
  width: 1px;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  background: none;
}

.modaal-gallery-control::before {
  margin: -6px 0 0 0;
}

.modaal-gallery-control::after {
  margin: 6px 0 0 0;
}

.modaal-gallery-prev::before {
  margin: 6px 0 0 0;
}

.modaal-gallery-prev::after {
  margin: -6px 0 0 0;
}


/*=====================================================================================================================
header
=====================================================================================================================*/

header {
  /*min-width: 1200px;*/
  z-index: 10;
  position: relative;
}

nav {
  width: 100%;
  height: 60px;
  position: fixed;
  background: rgba(255,255,255,0.8);
  top: 0;
}
nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  line-height: 1;
}

nav ul li {
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  height: 60px;
  margin: 0 20px;
  position: relative;
}

nav ul li a {
  line-height: 40px;
  height: 40px;
  display: block;
  transition: all 0.1s ease-out;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.4em;
  font-family: 'Playfair Display', serif;
  text-align: center;
  padding: 0 0 0 0.4em;
  border-bottom: #f00 solid 0;
}

.nav--archives--btn {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

/*nav ul li a span {
  font-size: 10px;
  display: inline-block;
}*/


nav ul li a.nav--archives {
	display: flex;
	background: #d00;
	line-height: 20px;
	height: 60px;
	font-size: 12px;
	color: #fff;
	margin: 0;
  padding: 10px 0;
  transition: .3s;
  justify-content: center;
}

nav ul li a.nav--archives span {
  width: 200px;
  display: block;
  float: right;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
}

nav ul li a.nav--archives img {
  height: 50px;
  margin-top: -5px;
}


#message nav ul li a.nav--message {
  border-bottom-width: 4px;
}

#history nav ul li a.nav--history {
  border-bottom-width: 4px;
}

#program nav ul li a.nav--program {
  border-bottom-width: 4px;
}


/*=====================================================================================================================
WallPaper
=====================================================================================================================*/
.wallpaper-container{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-attachment: fixed;
  padding:1px 5%;
  font-size:80%;
  background-image:url(../img/award/wallpaper-bg.jpg);
  background-color:#FFF;
  color:#111;
}
.content-wallpaper{
  width:100%;
  max-width: 1000px;
  margin:7% auto 10%;
}
.content-wallpaper .content-subtitle{
  display: block;
  width:100%;
}
.content-wallpaper .content-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-wallpaper .item{
  width:40%;
  margin:3%;
  margin-bottom:5%;
  text-align: center;
}
.content-wallpaper .item>img{
  display: block;
  width:100%;
/*  box-shadow:2px 2px 5px rgba(0,0,0,0.5);
  border:1px rgba(0,0,0,0.1) solid;
  margin-bottom:3%;*/
}
.content-wallpaper .item>a{
  display:inline-block;
  width:45%;
  margin:1%;
  border-radius: 100px;
  border:1px #ddd solid;
  box-shadow: 0 0 3px #666;
  background:linear-gradient(to bottom,#222,#444);
  color:#EEE;
  font-weight:bold;
}

@media screen and (max-width:640px){
  .content-wallpaper .content-subtitle{
    width:150%;
    margin-left:-23%;
  }
}
@media screen and (max-width:480px){
  .content-wallpaper .item{width:80%;}
}

/*=====================================================================================================================
main
=====================================================================================================================*/


main {
}

.section--stage {
	height: 100vh;
	/*background: url(../img/common/stage_bg1.jpg);*/
  overflow: hidden;
  position: relative;
}

.section--stage::after {
  content: '';
  display: block;
  height: 120%;
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.4);
  top: 0;
}


.logo--main {
	width: 80%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
  opacity: 0;
}

.logo--main.animated {
  animation: logo-animate 0.7s ease-in 1.2s forwards;
}

/*.section--stage::after {
  animation: stage-animate 1.4s ease-in 1.2s forwards;
}

@keyframes stage-animate {
  0% {opacity: 0;}
  100% {opacity: 1;}
}*/



@keyframes logo-animate {
  0% {transform:scale(1.4);opacity:0;}
  60% {transform:scale(1);opacity:1;}
  70% {filter: brightness(400%) drop-shadow(0px 0px 30px rgba(255,255,255,0.8));}
  100% {opacity:1;filter: brightness(100%);}
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop--wrap, .loop--wrap2 {
  display: flex;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.loop--wrap img, .loop--wrap2 img {
  width: auto;
  height: 100%;
}

.loop--wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop--wrap img:last-child {
  animation: loop2 50s linear infinite;
}

.loop--wrap2 img:first-child {
  animation: loop 50s -25s linear infinite reverse;
}

.loop--wrap2 img:last-child {
  animation: loop2 50s linear infinite reverse;
}


.section--stage--sns {
  display: block;
  position: absolute;
  top: 11vh;
  right: -300px;
  z-index: 1;
}

.section--stage--sns a {
  display: flex;
  width: 300px;
  height: 70px;
  font-size: 22px;
  color: #fff;
  line-height: 70px;
  letter-spacing: 0.2em;
  transition: 0.3s;
}

.section--stage--sns a::before {
  content: '';
  display: inline-block;
  height: 50px;
  width: 50px;
  background: url(../img/common/logo-tw.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  margin: 10px 10px 10px 20px;
}

.section--stage--sns.animated {
  animation: stage-sns-animate 0.5s linear 1.5s forwards;
}

@keyframes stage-sns-animate {
  0% { right: -300px; }
  100% { right: 0; }
}


/*=====================================================================================================================
section--news
=====================================================================================================================*/


.section--news {
	margin-top: -100px;
	height: 560px;
}

.swiper-container {
	padding: 0 30px;
}


.swiper-slide {
	width: 500px;
	height: 400px;
	background: #1e1e1e;
	color: #fff;
	border: 2px #1e1e1e solid;
  overflow: hidden;

  width: 400px;
}

.swiper-slide:hover img {
  transform: scale(1.03);
}

.swiper-slide img {
	width: 100%;
  transition: .3s;
}

.swiper-slide p {
  text-align: left;
  padding: 15px 20px 20px;
  line-height: 1.3;
  font-size:18px;
}

.swiper-slide p b {
  font-weight: 700;
  display: block;
  font-size: 90%;
  line-height: 1.8;
  color: #f99;
}

.swiper-scrollbar {
	height: 8px;
  background: #cecece;
  border-radius: 0;
  width: 80vw;
  margin: 30px auto;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static !important;
  left: auto !important;
  bottom: auto !important;
}

.swiper-scrollbar-drag {
	background: #d00;
	border-radius: 0;
}


/*=====================================================================================================================
section--video
=====================================================================================================================*/

.section--video {
  display: block;
  position: relative;
  /*margin-bottom: 14vw;*/
}

.section--video--inner {
  display:flex;
  justify-content: center;
  align-items: start;
}

.section--video--block {
  width: 60vw;
  background: #1e1e1e;
  margin: auto;
  border: 2px solid #1e1e1e;

  width: 45vw;
  margin:1vw;
}

.section--video--block a {
  display: block;
  position: relative;
}

.section--video--block img {
  width: 100%;
  display: block;
  transition: all .6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.section--video--block--text {
  color: #fff;
  padding: 10px;
  font-weight: 700;
}

.section--video--block--text span {
  font-size: 16px;
  line-height: 20px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.section--video--block--text--links {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  line-height: 20px;
  padding-bottom: 10px;
}

.section--video--block--text--links a {
  background: #d00;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 20px;
  border-radius: 10px;
  display: inline-block;
  transition: all .6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  margin-right: 10px;
}

@media screen and (max-width:640px){
  .section--video--inner {flex-wrap:wrap;}
  .section--video--block {width: 70vw;}
}


/*=====================================================================================================================
section--banner
=====================================================================================================================*/

.section--banner {
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  margin: 5vw 0 14vw;
  padding:0 3vw;
}

.section--banner a{
  display: block;
  width:30%;
  margin:0.5%;
  max-width:400px;
}
.section--banner a img{display: block;width:100%;}

@media screen and (max-width:640px){
  .section--banner a{width:41%;}
}


/*=====================================================================================================================
section--message
=====================================================================================================================*/


.section--message {
  display: block;
  position: relative;
}

.section--message::before {
  content: '';
  display: block;
  background: url(../img/common/bg.png);
  transform: skewY(8deg);
  height: 40vw;
  min-height: 480px;
}

.section--message::after {
  content: '';
  display: block;
  background: #fff;
  transform: skewY(8deg);
  height: 20vw;
  width: 100%;
}

.section--message--inner {
  position: absolute;
  top: 0;
  width: 80vw;
  right: 0;
  left: 0;
  margin: auto;
  height: 40vw;
  min-height: 480px;
}

.section--message--inner::before {
  content: 'MESSAGE';
  position: absolute;
  top: 0;
  color: #ddd;
  font-family: 'Playfair Display', serif;
  font-size: 22vw;
  line-height: 0;
  left: -10vw;
  top: 7vw;
  font-style: italic;
}

.section--message--content {
  position: relative;
  text-align: left;
  width: 46vw;
}

.section--message--title {
  display: block;
  font-size: 7vw;
  line-height: 1.1;
  border-bottom: #000 solid 6px;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 0.7vw;
}

.section--message--title::after {
  content: '';
  position: absolute;
  background: #d00;
  width: 10vw;
  height: 6px;
  bottom: -6px;
  left: 0;
}

.section--message--text {
  margin-top: 20px;
}

.section--message--img {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
}

.section--message--button {
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}


/*=====================================================================================================================
section--history
=====================================================================================================================*/


.section--history {
  display: block;
  position: relative;
  margin-bottom: 20vw;
}

.section--history::before {
  content: '';
  display: block;
  background: url(../img/common/bg2.png);
  background-size: 100%;
  transform: skewY(-8deg);
  height: 40vw;
  min-height: 480px;
}

.section--history--inner {
  position: absolute;
  top: 0;
  width: 80vw;
  right: 0;
  left: 0;
  margin: auto;
  height: 40vw;
  min-height: 480px;
}

.section--history--inner::before {
  content: 'HISTORY';
  position: absolute;
  top: 0;
  color: #ddd;
  font-family: 'Playfair Display', serif;
  font-size: 22vw;
  line-height: 0;
  right: -10vw;
  top: 7vw;
  font-style: italic;
}

.section--history--content {
  position: relative;
  text-align: left;
  width: 46vw;
  margin: 0 0 0 auto;
}

.section--history--title {
  display: block;
  font-size: 7vw;
  line-height: 1.1;
  border-bottom: #000 solid 6px;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 0.7vw;
}

.section--history--title::after {
  content: '';
  position: absolute;
  background: #d00;
  width: 10vw;
  height: 6px;
  bottom: -6px;
  left: 0;
}

.section--history--text {
  margin-top: 20px;
}

.section--history--img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30vw;
}

.section--history--button {
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}


/*=====================================================================================================================
game
=====================================================================================================================*/


.section--game {
  display: block;
  position: relative;
  margin-bottom: 20vw;
}

.section--game::before {
  content: '';
  display: block;
  background: url(../img/common/bg.png);
  transform: skewY(8deg);
  height: 102vw;

  position: absolute;
  top:0;left:0;
  width:100%;
  height:143vw;
}


.section--game--inner {
 /* position: absolute;
  top: 0;*/
  width: 80vw;
  right: 0;
  left: 0;
  margin: auto;
}

.section--game--inner::before {
  content: 'GAMES';
  position: absolute;
  top: 0;
  color: #ddd;
  font-family: 'Playfair Display', serif;
  font-size: 22vw;
  line-height: 0;
  left: -10vw;
  left:0;
  top: 7vw;
  font-style: italic;
}

.section--game--content {
  position: relative;
  text-align: left;
}

.section--game--title {
  display: block;
  font-size: 3vw;
  line-height: 1.1;
  border-bottom: #000 solid 6px;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 0.3em;
}

.section--game--title::after {
  content: '';
  position: absolute;
  background: #d00;
  width: 20vw;
  height: 6px;
  bottom: -6px;
  left: 0;
}



.section--game--block--wrap {
  display: flex;
  margin: 3vw auto 8vw;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: left;
}


.section--game--block--wrap a {
  transition: all .3s;
}


.section--game--block:last-child {
  margin-right: 0;
}

.games--40 .section--game--block {
  display: block;
  background: #fff;
  width: 26vw;
  padding: 0.4vw;
  margin:0.3vw;

  width: 19.3vw;
}

.games--shibusawa .section--game--block {
  display: flex;
  flex-flow: column;
  background: #fff;
  width: 15.4vw;
  padding: 0.4vw;
  margin-bottom: 20px;

  margin:0.3vw;
}

.section--game--block img {
  width: 100%;
}

.section--game--block--info {
  padding: 5px 0;
}

.section--game--block--title {
  font-weight: 700;
  font-size: 1.4vw;
  line-height: 1.4;
  /*white-space: nowrap;*/
  overflow: hidden;
}

.section--game--block--title span {
  font-size: 1.1vw;
}

.games--shibusawa .section--game--block--title {
  font-size: 1vw;
}

.section--game--block--text {
  font-size: 1vw;
}

.games--shibusawa .section--game--block--text {
  font-size: 0.6vw;
}

.games--shibusawa .section--game--block:empty {
  opacity: 0;
  pointer-events: none;
}


/*=====================================================================================================================
MESSAGE message--section--stage
=====================================================================================================================*/


#message main {
  background: url(../img/common/bg.png);
  padding-bottom: 10px;
}

.message--section--stage {
  position: relative;
  height: 100%;
}

.message--section--stage h2 {
  position: absolute;
  font-size: 5vw;
  left: 0;
  right: 0;
  bottom: 3vw;
  z-index: 1;
  border-bottom: #000 solid 6px;
  width: 60vw;
  margin: auto;
  line-height: 1;
  padding-bottom: 1.4vw;
}

.message--section--stage h2::after {
  content: '';
  position: absolute;
  background: #d00;
  width: 10vw;
  height: 6px;
  bottom: -6px;
  left: 0;
}

.message--section--stage::before {
  content: 'MESSAGE';
  position: absolute;
  top: 0;
  color: #ddd;
  font-family: 'Playfair Display', serif;
  font-size: 22vw;
  line-height: 0;
  left: 0;
  top: 7vw;
  font-style: italic;
  z-index: 1;
  opacity: 0.4;
  height: 100%;
  pointer-events: none;
}

.message--section--stage::after {
  content: '';
  display: block;
  height: 100%;
  width: 100vw;
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.6);
  top: 0;
}

.message--section--stage .loop--wrap{
  height: 24vw;
}

.message--section--logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 13vw;
  height: 3vw;
  margin: auto;
  bottom: 12vw;
  z-index: 1;
}

.message--section--logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 3px #fff);
  pointer-events: none;
}

.message--section--text {
  width: 80vw;
  margin: 50px auto;
  text-align: left;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 10vw;
}

.message--section--text::after {
  content: '';
  width: 80vw;
  background: url(../img/message/frame.svg);
  background-size: 80vw 10vw;
  bottom: 0;
  position: absolute;
  height: 10vw;
}

.message--section--text h3 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 10vw;
}

.message--section--text h3::before {
  content: '';
  height: 10vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/message/frame.svg);
  display: block;
  width: 20vw;
  background-repeat: no-repeat;
  background-position: center left;
}

.message--section--text h3::after {
  content: '';
  height: 10vw;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/message/frame.svg);
  display: block;
  width: 20vw;
  background-repeat: no-repeat;
  background-position: center right;
}

.message--section--text p {
  margin-bottom: 2em;
  padding: 0 1em;
}

.message--section--sign {
  text-align: right;
}


.message--section--sign--text {
  font-size: 20px;
  text-align: right;
}


.message--section--text--img {
  margin-left: 3em;
}

.message--section--button {
  margin-bottom: 200px;
}


/*=====================================================================================================================
footer
=====================================================================================================================*/

footer {
	background: #1e1e1e;
	padding-top: 80px;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	color: #fff;
  z-index: 1;
}

/* language */

.footer--language {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.footer--language--title::before {
  content: '';
  position: absolute;
  background-image: url(../img/common/icon_language.svg);
  background-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: -30px;
}

.footer--language--title {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3em;
  position: relative;
}

.footer--language--selecter {
	font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  margin-left: 40px;
  letter-spacing: 0.2em;
}

.footer--language a {
	border-bottom: #f00 solid 1px;
	color: #f00;
}

/* sns */

.footer--sns {
  margin: 0 auto;
  padding: 0 0 40px;
  z-index: 1;
  position: relative;
}

.footer--sns a {
  display: inline-block;
  margin: 0 0.2em;
  line-height: 1;
  transition: all .3s;
  border-radius:50%;
}

.footer--sns a img {
  padding: 0.6vw;
  width: 5vw;
}

/* logos */

.footer--logo--wrap {
  position: relative;
  display: flex;
  width: 360px;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.footer--logo {
	display: block;
	height: 50px;
}

.footer--logo img {
	display: block;
	height: 50px;
}

.footer--copy {
	display: block;
	font-size: 12px;
	margin-top: 40px;
}


/* ==========================================================================
   HISTORY
============================================================================= */

.history {
  background: #000;
}

.history--section--stage {
  position: relative;
  height: 400px;
}

.history--section--stage h2 {
  position: absolute;
  font-size: 5vw;
  left: 0;
  right: 0;
  bottom: 3vw;
  z-index: 1;
  border-bottom: #fff solid 6px;
  width: 60vw;
  margin: auto;
  color: #fff;
  line-height: 1;
  padding-bottom: 1.4vw;
}

.history--section--stage h2::after {
  content: '';
  position: absolute;
  background: #d00;
  width: 10vw;
  height: 6px;
  bottom: -6px;
  left: 0;
}

.history--section--stage::before {
  content: 'HISTORY';
  position: absolute;
  top: 0;
  color: #ddd;
  font-family: 'Playfair Display', serif;
  font-size: 22vw;
  line-height: 0;
  left: 0;
  top: 7vw;
  font-style: italic;
  z-index: 1;
  opacity: 0.4;
  height: 100%;
  pointer-events: none;
}

.history--section--logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 13vw;
  height: 3vw;
  margin: auto;
  bottom: 12vw;
  z-index: 1;
}

.history--section--logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 3px #000);
  pointer-events: none;
}

.history--section--text {
  width: 80vw;
  margin: 100px auto 200px;
  font-size: 30px;
  text-align: left;
}


.history-btn {
  width: 240px;
  height: 60px;
  line-height: 60px;
  margin-left: 1.2em;
  font-weight: bold;
}

.history-btn a {
  text-shadow: none;
  font-size: 18px;
}

/* ==========================================================================
   Archives
============================================================================= */

.archives main {
  background: url(../img/common/bg.png);
  padding-bottom: 100px;
}

.archives--section--stage {
  position: relative;
  height: 100%;
}

.archives--section--stage h2 {
  position: absolute;
  font-size: 5vw;
  left: 0;
  right: 0;
  bottom: 3vw;
  z-index: 1;
  border-bottom: #000 solid 6px;
  width: 60vw;
  margin: auto;
  line-height: 1;
  padding-bottom: 1.4vw;
  letter-spacing: 0.04em;
}

.archives--section--stage h2 span {
  display: block;
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: 0.4em;
  line-height: 1.6;
}

.archives--section--stage h2::after {
  content: '';
  position: absolute;
  background: #d00;
  width: 10vw;
  height: 6px;
  bottom: -6px;
  left: 0;
}

.archives--section--stage::before {
  content: 'ARCHIVES';
  position: absolute;
  top: 0;
  color: #ddd;
  font-family: 'Playfair Display', serif;
  font-size: 22vw;
  line-height: 0;
  left: 0;
  top: 7vw;
  font-style: italic;
  z-index: 1;
  opacity: 0.4;
  height: 100%;
  pointer-events: none;
}

.archives--section--stage::after {
  content: '';
  display: block;
  height: 100%;
  width: 100vw;
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.6);
  top: 0;
}

.archives--section--stage .loop--wrap{
  height: 24vw;
}

.archives--section--logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 13vw;
  height: 3vw;
  margin: auto;
  bottom: 15vw;
  z-index: 1;
}

.archives--section--logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 3px #fff);
  pointer-events: none;
}

.archives--section--contents {
  width: 80vw;
  margin: 60px auto;
}

.archives--section--text {
  margin-bottom: 80px;
}

.archives--section--text--link {
  display: block;
  text-align: right;
}

.archives--section--text--link a {
  color: #900;
  text-decoration: underline;
  transition: .3s;
}

.archives--section--text--link a:hover {
  opacity: 0.7;
}

.cf {
  clear: both;
}

/* ============================================================================================
  Hover
============================================================================================ */


@media screen and (min-width:769px) {

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

  nav ul li a.nav--archives:hover {
    border-bottom: none;
    background: #f00;
  }

  nav ul li a:hover {
    border-bottom-width: 4px;
  }

  a:hover #youtube--icon {
    fill: #f00;
    opacity: 1;
  }

  .history .sec-ttl a:hover {
    background: #f00;
  }

  .button:hover {
    background: #f00;
  }

  .button:hover a .button--arrow {
    right: 5%;
  }

  .section--game--block--wrap a:hover {
    opacity: 0.7;
  }

  .section--video--block--text--links a:hover {
    background: #f00;
  }

  .section--video--block a:hover img {
    opacity: 0.7;
  }

  .sp--nav--btn--name {
    display: none;
  }


}

/* ============================================================================================
  SP
============================================================================================ */

@media screen and (max-width: 768px) {

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

  .wrapper {
      min-width: initial;
  }

  .button {
    width: 80vw;
    font-size: 3vw;
    height: 80px;
    line-height: 80px;
  }

  .button a {
    font-weight: bold;
  }

  /* section--stage */
  .section--stage {
    height: 70vh;
  }

  .section--stage--sns {
    top: 0;
  }

  .section--stage--sns a {
    height: 60px;
    width: 200px;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0.1em;
  }
  .section--stage--sns a::before {
    height: 40px;
    width: 40px;
    background-size: 40px;
  }

  /* section--news */
  .section--news {
    height: 380px;
  }

  .swiper-slide {
    width: 300px;
    height: 300px;
  }

  .swiper-slide p {
    font-size: 18px;
    padding: 10px 15px 10px;
    line-height:1.6;
  }

  .swiper-slide p b {
    font-size: 80%;
    line-height: 1.8;
  }

  .swiper-scrollbar {
    margin: 20px auto;
  }
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
  }
  /* section--video */
  .section--video {
    /*margin-bottom: 20vw;*/
  }

  .section--video--block {
    width: 80vw;
  }

  .section--video--block--text--links {
    text-align: left;
    white-space: initial;
    padding-bottom: 0;
  }

  .section--video--block--text--links a {
    padding: 0 10px;
    margin-bottom: 5px;
  }

  /* section--message */
  .section--message::before {
    height: 60vw;
    min-height: initial;
  }

  .section--message::after {
    height: 40vw;
  }

  .section--message--inner {
    width: 90vw;
    height: 72vw;
    min-height: initial;
  }

  .section--message--inner::before {
    font-size: 30vw;
  }

  .section--message--title {
    padding-bottom: 10px;
    border-bottom-width: 4px;
  }

  .section--message--title::after {
    height: 4px;
    bottom: -4px;
  }

  .section--message--img {
    width: 40vw;
  }

  .section--message--text {
    font-size: 3vw;
    margin-top: 10px;
  }

  /* section--history */
  .section--history {
    margin-bottom: 40vw;
  }

  .section--history::before {
    height: 60vw;
    min-height: initial;
  }

  .section--history--inner {
    width: 90vw;
    height: 68vw;
    min-height: initial;
  }

  .section--history--inner::before {
    font-size: 30vw;
  }

  .section--history--title {
    padding-bottom: 10px;
    border-bottom-width: 4px;
  }

  .section--history--title::after {
    height: 4px;
    bottom: -4px;
  }

  .section--history--text {
    font-size: 3vw;
    margin-top: 10px;
  }

  .section--history--img {
    width: 40vw;
  }

  /* section--game */
  .section--game::before {
    height: 480vw;
  }

  .section--game--inner {
    width: 90vw;
  }

  .section--game--inner::before {
    font-size: 30vw;
  }

  .section--game--title {
    font-size: 6vw;
    padding-bottom: 10px;
    border-bottom-width: 4px;
    letter-spacing: 0.24em;
  }

  .section--game--title::after {
    height: 4px;
    bottom: -4px;
  }

  .section--game--block--wrap {
    margin: 20px auto 60px;
  }

  .games--40 .section--game--block {
    display: flex;
    width: 90vw;
    margin-bottom: 10px;
  }

  .section--game--block--info {
    padding: 5px;
  }

  .section--game--block--title {
    margin-bottom: 6px;
  }

  .games--40 .section--game--block img {
    width: 50%;
  }

  .games--40 .section--game--block--title {
    white-space: initial;
    font-size: 4.2vw;
  }

  .games--40 .section--game--block--title span {
    font-size: 4.2vw;
  }

  .games--shibusawa .section--game--block {
    display: flex;
    width: 90vw;
    margin-bottom: 10px;
    flex-flow: row;
  }

  .games--shibusawa .section--game--block img {
    width: 30%;
  }

  .games--shibusawa .section--game--block--title {
    white-space: initial;
    font-size: 3vw;
  }

  /* footer */
  .footer--language--selecter {
    margin-left: 20px;
  }

  .footer--sns a {
    margin: 0 0.4em;
  }

  .footer--sns a img {
    padding: 1.6vw;
    width: 14vw;
  }

  .footer--logo--wrap {
    width: 180px;
  }

  .footer--logo img {
    height: 30px;
  }

  .footer--copy {
    font-size: 10px;
    width: 90%;
    margin: 40px auto 0;
  }


  /* nav */

  nav ul {
    min-width: auto;
  }

  nav, nav.follow--nav {
    /*background: rgba(255,255,255,1);*/
    /*left: -100%;*/
    /*height: 100%;
    width: 70%;*/
    /*box-shadow: 0 0 10px #000;*/
    opacity: 0;
    display: none;
  }

  nav ul, nav.follow--nav ul {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    padding-top: 0;
  }

  nav ul li {
    padding: 0;
    border-bottom: solid 1px rgba(75,0,0,0.6);
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
  }

  nav ul li a {
    line-height: 50px;
    height: 50px;
  }

  .nav--archives--btn {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
    margin: 0 20px;
  }

  /* sp--nav */
  nav.sp--nav--open {
    background: none;
    z-index: 10;
    opacity: 1;
    animation: all .3s;
    display: block;
  }

  nav.sp--nav--open::before {
    content: '';
    background: url(../img/common/logo-shibusawa_40_s_w.png);
    background-size: 183px 40px;
    display: block;
    width: 183px;
    height: 40px;
    background-repeat: no-repeat;
    margin: 40px auto 30px;
  }

  .sp--nav--btn {
    display: block;
    background: #000;
    position: fixed;
    height: 60px;
    width: 60px;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    z-index: 999;
    /*box-shadow: 0 0 10px #000;*/
  }

  .sp--nav--btn--name {
    font-size: 10px;
    line-height: 10px;
    display: block;
    text-align: center;
    color: #fff;
  }

  .sp--nav--btn--reserve {
    background: #fff;
    animation: bgcolorred 3s infinite ease-in-out;
    width: 40%;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: small;
    max-width: 200px;
    display: block;
    z-index: 9999;
  }

  .sp--nav--btn--reserve:before{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #000;
    border-style: solid;
  }

  .sp--nav--bg {
    position: absolute;
    background: #000;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 50px;
  }

  .nav--behavior {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0);
    z-index: -10;
    bottom: 0;
    transition: background-color 0.3s ease-out;
    position: relative;
  }

  .nav--behavior.act {
    position: fixed;
    display: block;
    background-color: rgba(255,255,255,1);
    z-index: 9;
  }

  .nav--banner {
    width: 80%;
    margin: 10px auto;
  }

  .nav--banner img {
    width: 80%;
  }


  /* menu--trigger */
  .menu--trigger, .menu--trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }

  .menu--trigger {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    cursor: pointer;
  }

  .menu--trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  .menu--trigger span:nth-of-type(1) {
    top: 10px;
  }

  .menu--trigger span:nth-of-type(2) {
    top: 20px;
  }

  .menu--trigger span:nth-of-type(3) {
    top: 30px;
  }

  .sp--nav--btn.act {
  }

  .menu--trigger.act span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .menu--trigger.act span:nth-of-type(2) {
    opacity: 0;
  }

  .menu--trigger.act span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }



  .message--section--stage .loop--wrap, .history--section--stage, .archives--section--stage .loop--wrap {
    height: 40vw;
  }

  .message--section--stage::before, .history--section--stage::before, .archives--section--stage::before {
    top: 27vw;
    width: 100%;
  }

  .message--section--logo, .history--section--logo {
    width: 33vw;
    top: 12vw;
    height: auto;
    bottom: auto;
  }

  .archives--section--logo {
    width: 33vw;
    top: 8vw;
    height: auto;
    bottom: auto;
  }

  .message--section--stage h2, .history--section--stage h2, .archives--section--stage h2 {
    width: 80vw;
    border-bottom-width: 4px;
  }

  .message--section--stage h2::after, .history--section--stage h2::after, .archives--section--stage h2::after {
    height: 4px;
    bottom: -4px;
  }

  .message--section--stage h2, .history--section--stage h2, .archives--section--stage h2 {
    font-size: 6vw;
    bottom: 4vw;
    letter-spacing: 0.1em;
  }

  .archives--section--contents {
    width: 90vw;
  }

  .message--section--text, .history--section--text {
    width: 90vw;
    margin: 50px auto;
  }

  .message--section--text h3 {
    font-size: 5vw;
    margin-bottom: 1em;
  }

  .message--section--text--img {
    width: 30vw;
    margin-left: 1em;
  }

  .message--section--text p, .history--section--text p {
    font-size: 18px;
  }

  .archives--section--text {
    width: 90vw;
    margin: 10px auto;
    font-size: 18px;
  }

  .archives--section--text--link {
    font-size: 14px;
    text-align: center;
  }

  .message--section--text::after {
    width: 90vw;
    background-size: 90vw 10vw;
  }

  .message--section--sign img {
    width: 30%;
  }

  .message--section--button, .history--section--button {
    margin-bottom: 80px;
  }

  .nav--archives--btn {
    margin: 20px;
  }

  nav ul li a.nav--archives span {
    font-size: 3vw;
    width: auto;
    line-height: 40px;
    margin-left: 2vw;
  }

  .history-btn {
    margin: 10px auto 0;
    width: 60vw;
    height: 60px;
    line-height: 60px;
  }

  .history-btn a {
    font-size: 3vw;
  }

}
