@charset "utf-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
          tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
body {
  position: relative;
  height: 100%;
  background: transparent;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  opacity: 0;
}
a:hover:after, a:focus:after, a:active:after {
  display: block;
  position: absolute;
  top: -3%;
  left: -0.5%;
  width: 101%;
  height: 104%;
  border-radius: 0;
  border: 0.4vw solid #ffff00;
  content: "";
}
a.btn-right:hover:after, a.btn-right:focus:after, a.btn-right:active:after {
  display: block;
  position: absolute;
  top: -0.5%;
  left: -1%;
  width: 102%;
  height: 28%;
  border-radius: 0;
  border: 0.4vw solid #ffff00;
  content: "";
}
a.btn-center:hover:after, a.btn-center:focus:after, a.btn-center:active:after {
  display: block;
  position: absolute;
  top: -5%;
  left: -1%;
  width: 102%;
  height: 108%;
  border-radius: 0;
  border: 0.4vw solid #ffff00;
  content: "";
}
a.btn-left:hover:after, a.btn-left:focus:after, a.btn-left:active:after {
  display: block;
  position: absolute;
  top: 0%;
  left: -1%;
  width: 102%;
  height: 102%;
  border-radius: 0;
  border: 0.4vw solid #ffff00;
  content: "";
}
a.btn-top-right:hover:after, a.btn-top-right:focus:after, a.btn-top-right:active:after {
  display: block;
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 30.5%;
  border-radius: 0;
  border: 0.4vw solid #ffff00;
  content: "";
}


/* ----- NAV ----- */
.nav-wrap {
  position: fixed;
  z-index: 2;
}
#vertical .nav-wrap {
  top: 50%;
  right: 1.1vw;
  transform: translateY(-50%);
}
.nav-wrap ul {}
.nav-wrap ul li::before {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
  margin: auto;
  content: '';
}
.nav-wrap ul li.is_active::before {
  width: 8px;
  height: 8px;
  background-color: #f00;
}
#vertical .nav-wrap ul > li {padding-bottom: 3vh;}
#vertical .nav-wrap ul > li:last-child {padding-bottom: 0;}
#horizontal .nav-wrap {
  left: 50%;
  bottom: 1.5vh;
  transform: translateX(-50%);
}
#horizontal .nav-wrap ul > li {
  display: inline-block;
  padding-right: 3vw;
  vertical-align: middle;
}
#horizontal .nav-wrap ul > li:last-child {padding-right: 0;}


/* ----- ARROW ----- */
.arrow {
  position: fixed;
  z-index: 10;
}
.arrow span {}
.arrow span::after {
  font-family: "FontAwesome";
  font-size: 3vw;
  color: #f00;
/* text-shadow: 0 1px 0 #f1f1f1, 1px 0 0 #f1f1f1, 0 -1px 0 #f1f1f1, -1px 0 0 #f1f1f1, -1px -1px 0 #f1f1f1, 1px -1px 0 #f1f1f1, -1px 1px 0 #f1f1f1, 1px 1px 0 #f1f1f1;*/
}
.arrow-prev span {display: none;}
.arrow-next span {display: block;}
/*
.arrow i {
  font-size: 3vw;
  color: #000;
}
*/
#vertical .arrow-prev {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#vertical .arrow-next {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#horizontal .arrow-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 1vw;
}
#horizontal .arrow-next {
  top: 50%;
  transform: translateY(-50%);
  right: 1vw;
}
#vertical .arrow-prev span::after   {content: "\f0d8";}
#vertical .arrow-next span::after   {content: "\f0d7";}
#horizontal .arrow-prev span::after {content: "\f0d9";}
#horizontal .arrow-next span::after {content: "\f0da";}


/* ----- GRID ----- */
.gridlink-wrap {
  position: absolute;
  top: 29%;
/*
  bottom: 0;
*/
}
.gridlink-wrap > div {
  display: block;
  position: relative;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3%;
}
.gridlink-wrap > div:nth-child(3n) {margin-right: 0;}
.gridlink-wrap > div:nth-child(n+4) {margin-bottom: 0;}
.gridlink-wrap a {
  position: static!important;
}
.gridlink-inner img {width: 100%;}


/* ----- LAYOUT01 ----- */
.layout01-wrap {
  position: relative;
  top: 23%;
  width: 95%;
  height: 55vh;
  margin: auto;
}
.layout01-inner > div {
  position: absolute;
  width: 26%;
}
.layout01-inner > div:nth-child(1) {
  top: 0;
  left: 0;
}
.layout01-inner > div:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.layout01-inner > div:nth-child(3) {
  top: 0;
  right: 0;
}
.layout01-inner > div:nth-child(4) {
  bottom: 0;
  left: 0;
}
.layout01-inner > div:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.layout01-inner > div:nth-child(6) {
  bottom: 0;
  right: 0;
}
.layout01-link a {
  display: block;
  position: relative!important;
}
.layout01-link img {width: 100%;}
.layout01-textarea {
  font-size: 1vw;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 1vw;
  background-color: #262626;
}
.layout01-textarea p {margin-top: 2%;}
.layout01-textarea p:first-child {margin-top: 0;}
.layout01-copy {
  height: 3vh;
  font-size: .8vw;
  color: #fff;
  margin-top: 1%;
}


/* ----- LAYOUT02 ----- */
.layout02-wrap {
  position: relative;
  top: 30%;
  width: 100%;
}
.layout02-inner {}
.layout02-inner > * {
  display: block;
  position: relative;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.layout02-inner > *:nth-child(4n) {margin-right: 0;}
.layout02-thumb img, .layout02-link img {width: 100%;}
.layout02-link a {
  display: block;
  position: relative!important;
}


/* ----- VERTICAL ----- */
.vertical-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.vertical-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 5vh 3vw;
  background-size: 100%;
}
.vertical-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: 100%;
}
.vertical-inner a {
  position: absolute;
}


/* ----- HORIZONTAL ----- */
.horizontal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.horizontal-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.horizontal-contents {
  position: relative;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.horizontal-inner {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.horizontal-inner a {
  position: absolute;
  bottom: 0;
}

.slide-wrap {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.slide-wrap::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.slide-section {
  float: left;
  padding: 5vh 3vw;
  overflow: hidden;
  background-size: 100%;
}

/* ----- youtubebtn ----- */

.btn {}
.btn-wide img {width: 100%;}
.btn-center {
  top: 67%;
  left: 39%;
  /* transform: translateX(-50%); */
}

.btn-center img {width: 35.0vw;}
.btn-left {
  top:48%;
  left:50%;
  transform: translateX(-50%);
}
.btn-left img {width: 44vw;}
.btn-right {right: 0;}
.btn-top-left, .btn-top-right {
  top: 0;
  bottom: inherit!important;
}
.btn-top-left {left: 0;}
.btn-top-left img {width: 20vw;}
.btn-top-right {right: 0;}
.btn-top-right img {width: 20vw;}
a.btn-wide:hover:after,
a.btn-wide:focus:after,
a.btn-wide:active:after {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}
.btn-typeb {
  background-color: rgb(206, 113, 0);
  color: white;
  height: 8%;
  border: none;
  border-radius: 5px;
  display: block;
  top: 85.0%;
  left: 50.0%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: fit-content;}
/* ----- SONY ----- */
#debug {display: none!important;}

