@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
font
----------------------------------------------------------*/
@import url("https://use.typekit.net/ado8fkp.css");

@font-face {
	font-family: 'sansJP';
	src: url('../fonts/SourceHanSansJP-Regular.woff') format('woff'),
		url('../fonts/SourceHanSansJP-Regular.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'sansJP';
	src: url('../fonts/SourceHanSansJP-Bold.woff') format('woff'),
		url('../fonts/SourceHanSansJP-Bold.ttf') format('truetype');
	font-weight: bold;
}
/*
@font-face {
	font-family: 'sansJP';
	src: url('../fonts/SourceHanSansJP-Medium.woff') format('woff'),
		url('../fonts/SourceHanSansJP-Medium.ttf') format('truetype');
	font-weight: bold;
}
*/

.txt-en {
  font-family: urw-din-condensed;
  font-style: normal;
  font-weight: 700;
}
.txt-num {
  font-family: mojito, sans-serif;
  font-style: normal;
  font-weight: 400;
}


/* ---------------------------------------------------------
common
----------------------------------------------------------*/
html,
body {
  font-size: 62.5%;
}
html {
  height: 100%;
}
body {
  min-width: 1200px;
  min-height: 100%;
	font-family: sansJP,"游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	color: #000;
	word-break: break-all;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
header, footer, nav, section, article, aside, h1, h2, h3, h4, h5, h6,
div, p, dl, dt, dd, table {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
dd a:hover {
  text-decoration: underline;
}
li {
  list-style: none;
}
.show-sp {
  display: none;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  left: 83px;
  height: 540px;
  margin: -281px 0 0 -600px;
  margin-left: 0;
  z-index: 2;
}
h1 {
  position: relative;
  font-size: 12.8rem;
  line-height: .82;
}
h1 .narrow {
  letter-spacing: -.025em;
}
h1 .txt-white1,
h1 .txt-white2 {
  color: #fff;
  transition: color .3s;
}
h1 .txt-num {
  position: absolute;
  bottom: -46px;
  right: -31px;
  display: block;
  font-size: 10.7rem;
  color: #92FF58;
  transform: rotate(-14deg);
}
header .txt-by {
  margin: 24px 0 30px 8px;
}
header nav {
  width: 211px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: right;
}
header nav li {
  border-bottom: 3px solid #000;
}
header nav a {
  display: block;
  font-weight: 600;
  line-height: 1;
  padding: 11px 0;
}
header .sub-nav,
header .icon-scroll {
  position: absolute;
  font-weight: 600;
}
header .sub-nav {
  top: 50%;
  display: flex;
  flex-direction: column-reverse;
  transform: translateY(-50%);
}
header .sub-nav ul {
  display: flex;
  flex-direction: column-reverse;
}
header .sub-nav li:first-child {
  margin-top: 10px;
}
header .sub-nav li:first-child::before {
  content: '';
  display: block;
  width: 16px;
  height: 6px;
  background: url("../img/txt_slash.svg") no-repeat;
  background-size: 16px 6px;
  margin: 0 0 10px 13px;
}
header .sub-nav a {
  display: block;
  padding-left: 10px;
  border-left: 3px solid #fff;
  transition: border-color .3s;
}
header .sub-nav .cr a {
  border-color: #000;
}
header .sub-nav p {
  margin: 35px 0 0 13px;
}
header .icon-scroll {
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: #000;
}
header .icon-scroll a {
  display: block;
  padding: 21px 14px 0;
}
header .icon-scroll p {
  font-size: 1.6rem;
  font-weight: 600;
}
header .icon-scroll::after {
  content: '';
  display: block;
  width: 2px;
  height: 31px;
  background: #fff;
  margin-top: 11px;
}
@media screen and (max-height:600px) {
  header .inner {
    top: 30px;
    margin-top: 0;
  }
}
@media screen and (min-width:1485px) {
  h1 .txt-white1 {
    color: #000;
  }
}
@media screen and (min-width:1680px) {
  h1 .txt-white2 {
    color: #000;
  }
}

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
main {
  display: block;
  height: 100vh;
  min-height: 600px;
}
main .pic {
  width: 72.91%;
  height: 100vh;
  min-height: 600px;
  margin-left: auto;
}
main .pic li {
  height: 100vh;
}
main .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;'
}
main .btn-movie {
  position: absolute;
  bottom: 0;
  right: 0;
}
main .btn-movie a {
  position: relative;
  display: flex;
  align-items: center;
  width: 233px;
  height: 42px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background: #FF45E2;
  padding: 0 0 0 16px;
  box-sizing: border-box;
}
#year-2019 main .btn-movie a,
.lang-en-2019 main .btn-movie a {
  background: #31DFFF;
}
main .btn-movie a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url("../img/icon_movie.svg") no-repeat;
  background-size: 16px 13px;
  margin-right: 12px;
}
main .btn-movie a::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 102px;
  height: 2px;
  background: #fff;
}
.main-slider img.show-sp {
  display: none;
}
.modal-video-body {
  max-width: 100%;
}
#modal {
  /*
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  */
  display: none;
}
#modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
}
#modal .modal-video {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  width: 900px;
}
.youtube {
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modaal-close {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -63px;
  transform: translateX(-50%);
}
.modaal-close:before,
.modaal-close:after {
  width: 2px;
  height: 25px;
}
.modaal-close:focus,
.modaal-close:hover {
  background: transparent;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff;
  opacity: .7;
}

/* ---------------------------------------------------------
#about
----------------------------------------------------------*/
#about {
  position: relative;
  min-height: 567px;
  margin: 0 auto 180px;
}
#about .wrapper {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#about .left-col {
  width: 780px;
  padding-top: 5px;
}
#about .right-col {
  width: 360px;
  margin-left: 4.39%;
}
#about h2 {
  width: 780px;
  font-size: 1.8rem;
  text-align: right;
  padding-bottom: 25px;
  border-bottom: 3px solid #000;
  margin: 0 0 60px auto;
}
#about h2 strong {
  font-size: 4.4rem;
  margin-right: 8px;
}
#about h2 .txt-num {
  display: inline-block;
  font-size: 5.7rem;
  color: #92FF58;
  transform: translateY(-2px) rotate(-11deg);
  margin: 0 -4px;
}
#about .pic {
  position: absolute;
  top: 137px;
  right: 50%;
  width: 863px;
  margin: 0 -180px 0 0;
}
#about .left-col img {
  width: 100%;
  height: auto;
}
#about .right-col p {
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: .08em;
  margin-bottom: 34px;
}
#about .right-col p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:1234px) and (max-width:1365px) {
  #about .pic {
    width: 63.17%;
  }
}
@media screen and (min-width:641px) and (max-width:1233px) {
  #about .pic {
    width: 780px;
  }
}

/* ---------------------------------------------------------
#pagetop
----------------------------------------------------------*/
#pagetop {
  position: absolute;
  bottom: 0;
  left: 0;
}
#pagetop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 14px 17px;
}
#pagetop a::before {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background: #fff;
  margin-bottom: 4px;
}
#pagetop img {
  width: 12px;
  height: 69px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  position: relative;
  background: #000;
  padding: 345px 0 56px;
}
footer img {
  width: 100%;
  height: auto;
}
footer .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
footer .pic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 863px;
  margin: -225px 0 0 -180px;
}
footer .link-box {
  width: 1200px;
  margin: 0 auto;
}
footer .link-box ul {
  display: flex;
  flex-wrap: wrap;
}
footer .link-box li {
  width: 382px;
  margin-bottom: 30px;
}
footer .link-box li:nth-child(3n-1) {
  margin: 0 27px 30px;
}
footer nav ul {
  display: flex;
  justify-content: center;
  padding: 68px 0 16px;
}
footer nav li:nth-child(2) {
  margin: 0 36px;
}
footer nav a {
  font-size: 1.4rem;
  letter-spacing: .02em;
  color: #fff;
}
footer nav a[target=_blank]::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url("../img/icon_blank_whie.svg") no-repeat;
  background-size: 11px 10px;
  margin-left: 7px;
}
footer .copyrights {
  font-size: 1.6rem;
  font-weight: 400;
  color: #959595;
  text-align: center;
}

@media screen and (min-width:641px) {
  footer a {
    transition: opacity .3s;
  }
  footer a:hover {
		opacity: .7;
	}
}

@media screen and (min-width:1234px) and (max-width:1365px) {
  footer {    
    padding: 25% 0 56px;
  }
  footer .pic {
    width: 63.17%;
    margin: -16.47% 0 0 -180px;
  }
}
@media screen and (min-width:641px) and (max-width:1233px) {
  footer {
    padding-top: 308px;
  }
  footer .pic {
    width: 780px;
    margin-top: -203px;
  }
}

/* ---------------------------------------------------------
#lang-en,
.lang-en-2019,
.lang-en-2018,
.lang-en-2017
----------------------------------------------------------*/
#lang-en,
.lang-en-2019,
.lang-en-2018,
.lang-en-2017 {
  word-break: keep-all;
}
#lang-en #about h2 strong,
.lang-en-2019 #about h2 strong,
.lang-en-2018 #about h2 strong,
.lang-en-2017 #about h2 strong {
  margin: 0 0 0 8px;
}
#lang-en #designer h2 strong,
.lang-en-2019 #designer h2 strong,
.lang-en-2018 #designer h2 strong,
.lang-en-2017 #designer h2 strong {
  margin-right: 0;
}


/* ---------------------------------------------------------
tablet
----------------------------------------------------------*/
@media screen and (min-width:641px) and (max-width:768px) {

}

/* ---------------------------------------------------------
sp
----------------------------------------------------------*/
@media screen and (max-width:640px) {
/* ---------------------------------------------------------
 common
----------------------------------------------------------*/
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }

/* ---------------------------------------------------------
body
----------------------------------------------------------*/
  body {
    min-width: 100%;
  }
  body.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    color: #fff;
    background: #000;
    overflow-y: scroll;
    transition: height .3s;
    z-index: 10;
  }
  header.is-show {
    display: block;
    height: 100%;
    padding-bottom: 20px;
  }
  header .inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
  }
  h1,
  .logo {
    font-size: 8.3rem;
    line-height: .85;
    padding: 62.3% 0 0 2.6%;
  }
  header h1 {
    padding: 11.3% 0 0 2.6%;
  }
  header .txt-by {
    width: 146px;
    margin: 16px 0 43px 4.26%;
  }
  header .year {
    position: absolute;
    bottom: -24px;
    left: 220px;
    right: auto;
    display: inline-block;
    font-size: 7rem;
    color: #92FF58;
    transform: rotate(-14deg);
  }
  header nav {
    width: 93.3%;
    font-size: 2.2rem;
    line-height: 1;
    text-align: left;
    margin: 0 auto 40px;
  }
  header nav li {
    border-bottom: 3px solid #fff;
  }
  header nav a {
    display: block;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    padding: 12px 0;
  }
  header .sub-nav,
  header .icon-scroll {
    position: relative;
  }
  header .sub-nav {
    top: auto;
    display: flex;
    flex-direction: row;
    transform: none;
  }
  header .sub-nav ul {
    flex-direction: row;
  }
  header .sub-nav img {
    display: none;
  }
  header .sub-nav p::before {
    content: 'LANGUAGE';
    display: block;
    font-size: 1.8rem;
    color: #959595;
  }
  header .sub-nav li {
    display: flex;
  }
  header .sub-nav li:first-child {
    margin-top: 0;
  }
  header .sub-nav li a::before {
    content: 'JAPANESE';
    display: block;
    color: #fff;
    font-size: 1.8rem;
  }
  header .sub-nav li:last-child a::before {
    content: 'ENGLISH';
  }
  header .sub-nav li:first-child::before {
    display: none;
  }
  header .sub-nav li:last-child::before {
    content: '/';
    display: block;  
    font-size: 1.8rem;
    background: none;
    margin: 0 8px;
  }
  header .sub-nav a {
    display: block;
    padding: 0 0 7px;
    border-left: none;
    border-bottom: 3px solid #000;
    transition: border-color .3s;
  }
  header .sub-nav .cr a {
    border-color: #fff;
  }
  header .sub-nav p {
    margin: 0 31px 0 3.7%;
  }
  header .icon-scroll {
    display: none;
  }
  .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #000;
    z-index: 11;
  }
  .btn-menu span {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: transform .3s,opacity .3s,top .3s;
  }
  .btn-menu span:nth-child(2) {
    top: 23px;
  }
  .btn-menu span:nth-child(3) {
    top: 31px;
  }
  header.is-show + .btn-menu span {
    top: 20px;
    transform: rotate(45deg);
  }
  header.is-show + .btn-menu span:nth-child(2) {
    opacity: 0;
  }
  header.is-show + .btn-menu span:nth-child(3) {
    transform: rotate(-45deg);
  }
  header .txt-link {
    margin: 36px 3.2% 0;
  }
  header .txt-link li {
    margin-bottom: 6px;
  }
  header .txt-link a {
    font-size: 1.4rem;
    letter-spacing: .02em;
    color: #fff;
    line-height: 2.14;
  }
  header .txt-link a[target=_blank]::after {    
    content: '';
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url("../img/icon_blank_whie.svg") no-repeat;
    background-size: 12px 11px;
    margin-left: 5px;
  }

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
  main {
    height: 100%;
    min-height: auto;
  }
  main .pic {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: auto;
  }
  main .pic li {
    height: auto;
  }
  main .pic img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  main .logo {
    position: relative;
    padding-top: 0;
    margin-top: -47px;
  }
  main .txt-by {
    width: 146px;
    margin: 16px 0 0 4.2%;
  }
  main .year {
    position: absolute;
    bottom: -24px;
    left: 220px;
    display: inline-block;
    font-size: 7rem;
    color: #92FF58;
    transform: rotate(-14deg);
  }
  .main-slider img.show-pc {
    display: none;
  }
  .main-slider img.show-sp {
    display: block;
  }
  
main .btn-movie {
  position: absolute;
  top: 0;
  margin-top: calc(74.6vw - 30px);
  bottom: auto;
  right: 0;
}
  main .btn-movie a {
    width: 123px;
    height: 30px;
    font-size: 1.1rem;
    padding: 0 0 0 9px;
  }
  main .btn-movie a::before {
    width: 14px;
    height: 12px;
    background-size: 14px 12px;
    margin-right: 7px;
  }
  main .btn-movie a::after {
    top: 14px;
    width: 28px;
    height: 2px;
  }

/* ---------------------------------------------------------
#about
----------------------------------------------------------*/
  #about {
    min-height: auto;
    margin: 0 auto 60px;
  }
  #about .wrapper {
    display: block;
    width: 100%;
  }
  #about .left-col {
    width: 100%;
    padding-top: 5px;
  }
  #about .right-col {
    width: 93.6%;
    margin: 0 auto;
  }
  #about h2 {
    width: 319px;
    font-size: 1.4rem;
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
    margin: 0 0 30px;
  }
  #about h2 strong {
    font-size: 3rem;
    margin-right: 8px;
  }
  #about h2 .txt-num {
    position: absolute;
    display: inline-block;
    font-size: 5.7rem;
    color: #92FF58;
    transform: translateY(-2px) rotate(-11deg);
    margin: 0 -4px;
  }
  #about .pic {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 0 28px;
  }
  #about .right-col p {
    font-size: 1.3rem;
    line-height: 1.93;
    letter-spacing: .02em;
    margin-bottom: 0;
  }
/* ---------------------------------------------------------
#pagetop
----------------------------------------------------------*/
  #pagetop {
    display: none;
  }

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
  footer {
    padding: 0 0 35px;
  }
  footer img {
    width: 100%;
    height: auto;
  }
  footer .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  footer .pic {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 53px;
  }
  footer .link-box {
    width: 93.3%;
    margin: 0 auto;
  }
  footer .link-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .link-box li {
    width: 48.5%;
    margin-bottom: 2.8%;
  }
  footer .link-box li:first-child {
    width: 100%;
  }
  footer .link-box li:nth-child(3n-1) {
    margin: 0 0 2.8%;
  }
  footer .link-box li:nth-child(even) {
    margin-right: 2.8%;
  }
  footer nav ul {
    display: block;
    padding: 10px 4.5% 30px;
  }
  footer nav li:nth-child(2) {
    margin: 0;
  }
  footer nav a {
    font-size: 1.4rem;
    line-height: 2.14;
  }
  footer nav a[target=_blank]::after {
    width: 11px;
    height: 10px;
    background-size: 11px 10px;
    margin-left: 7px;
  }
  footer .copyrights {
    font-size: 1.2rem;
  }
  
/* ---------------------------------------------------------
.lang-en-2019,
.lang-en-2018,
.lang-en-2017
----------------------------------------------------------*/
  .lang-en-2019 #about h2,
  .lang-en-2018 #about h2,
  .lang-en-2017 #about h2 {
    text-align: left;
    padding-left: 3.2%;
  }
  .lang-en-2019 #about h2 strong,
  .lang-en-2018 #about h2 strong,
  .lang-en-2017 #about h2 strong {
    display: inline;
    padding-left: 0;
  }
  
  
}

@media screen and (max-width:360px) {  
  header .year,
  main .year {
    bottom: -24px;
    left: 180px;
    font-size: 6rem;
  }
  footer nav a {
    font-size: 1.3rem;
  }
}