@charset "UTF-8";
html, body, div, section, article, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

html {
  letter-spacing: 0.1em;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

body {
  overflow-x: hidden;
  min-width: 100%;
}
img {
  width:100%;
  height:auto;
  border: 0;
}
li{
  list-style: none;
}
.only-pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .only-pc {
    display: block;
  }
}

.only-sp {
  display: block;
}
@media screen and (min-width: 750px) {
  .only-sp {
    display: none;
  }
}

img, input {
  vertical-align: bottom;
}

body.fix{
  position:fixed;
  top:0;
  left:0;
}

.gDef-wrapper{
  overflow:hidden;
}

#splash-wrapper{
  position:fixed;
  z-index:10;
  opacity:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(../img/bg_opening_01.jpg) repeat center center;
  background-size:auto 100%;
  /*-webkit-animation: opening 0.5s linear 3.5s 1 forwards;
  animation: opening 0.5s linear 3.5s 1 forwards;*/
  -webkit-transition: opacity 0.5s linear 3.0s;
  -moz-transition: opacity 0.5s linear 3.0s;
  transition: opacity 0.5s linear 3.0s;
}
#splash-wrapper.hide{
  opacity:0;
}
#splash-wrapper .inner{
  overflow:hidden;
  width:100%;
  height:100%;
}
#splash-wrapper .inner .box-splashLogo{
  width:80%;
  margin:auto;
  padding-top:15%;
}
#splash-wrapper .inner .box-renewalTxt{
  opacity:0;
  width:80%;
  margin:auto;
  padding-top:20px;
  -webkit-transform: scale(3.0);
  -moz-transform: scale(3.0);
  transform: scale(3.0);
}
#splash-wrapper.hide .inner .box-renewalTxt{
  -webkit-animation: splashtext 0.5s ease-in 1.0s 1 forwards;
  animation: splashtext 0.5s ease-in 1.0s 1 forwards;
}
@media screen and (min-width:750px) {
  #splash-wrapper{
    background-size:100% auto;
  }
  #splash-wrapper .inner .box-splashLogo{
    width:400px;
    padding-top:120px;
  }
  #splash-wrapper .inner .box-renewalTxt{
    width:700px;
    padding-top:70px;
  }
}

#contents-wrapper{
  min-height:100%;
}
body.hide #contents-wrapper{
  opacity:0;
}

.key-visual{
  position: relative;
  overflow:hidden;
}
.key-visual .btn-scrollDown{
  position: absolute;
  width:40px;
  height:40px;
  left:0;
  right:0;
  bottom:8px;
  margin:auto;
  background:url(../img/arrow_down_01.png) no-repeat center center;
  background-size:30px auto;
}
.key-visual .sns-btnBox{
  position: absolute;
  top:10px;
  right:10px;
}
.key-visual .sns-btnBox ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.key-visual .sns-btnBox ul li{
  width:36px;
  height: 36px;
  margin-left:5px;
}
.key-visual .sns-btnBox ul li a{
  overflow:hidden;
  display:block;
  height:100%;
  border-radius:50%;
}
.key-visual .sns-btnBox ul li.btn-fb a{
  background:url(../img/btn_sns_fb_01.png) no-repeat center center;
  background-size: 100% auto;
}
.key-visual .sns-btnBox ul li.btn-tw a{
  background:url(../img/btn_sns_tw_01.png) no-repeat center center;
  background-size: 100% auto;
}
.key-visual .sns-btnBox ul li.btn-line a{
  background:url(../img/btn_sns_line_01.png) no-repeat center center;
  background-size: 100% auto;
}

.key-visual .kv-textBox{
  position: absolute;
  width:80%;
  height:auto;
  left:0;
  right:0;
  bottom:50px;
  margin:auto;
}
.key-visual .kv-textBox .bnr-sushiTap{
  position: absolute;
  opacity: 0;
  width:30%;
  height:auto;
  right:5px;
  bottom:15px;
  -webkit-animation: blink 1.0s ease-in-out 0s infinite forwards alternate;
  animation: blink 1.0s ease-in-out 0s infinite forwards alternate;
}
@media screen and (min-width:750px) {
  .key-visual .sns-btnBox{
    top:25px;
    right:15%;
  }
    .key-visual .sns-btnBox ul li{
    width:44px;
    height: 44px;
    margin-left:10px;
  }
  .key-visual .kv-textBox{
    width:18%;
    bottom:60px;
  }
  .key-visual .kv-textBox .bnr-sushiTap{
    width:50%;
    left:0;
    right:0;
    bottom:10px;
    margin:auto;
  }
}

.sushi-wrapper{
  min-height:100%;
  background:url(../img/bg_contents_01.jpg) repeat center center;
  background-size:100% auto;
}

.sushi-wrapper ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width:960px;
  margin:auto;
}
.sushi-wrapper ul li{
  position: relative;
  width:33.33333%;
  height:auto;
  cursor: pointer;
}
/*.sushi-wrapper ul li:before{
  content:'';
  display:block;
  padding-top:100%;
}*/

#modal-wrapper{
  position:fixed;
  z-index:10;
  display: none;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.7);
}
#modal-wrapper .modal-bgArea{
  position:absolute;
  width:90%;
  max-width:450px;
  height:auto;
  top:50%;
  left:0;
  right:0;
  margin:-50% auto 0;
}
#modal-wrapper .modal-bgArea .inner{
  position: relative;
  top:0;
  left:0;
  width:100%;
  height:auto;
  background:url(../img/bg_gold_01.jpg) no-repeat center center;
  background-size: cover;
}
#modal-wrapper .modal-bgArea .btn-close{
  position:absolute;
  z-index:5;
  top:-10px;
  right:-10px;
  width:40px;
  height:40px;
  line-height:38px;
  letter-spacing: 0;
  text-align:center;
  text-decoration: none;
  color:#333;
  font-size:28px;
  font-weight:700;
  border-radius:50%;
  background:#fff;
}

#modal-wrapper .modal-bgArea .inner:before{
  content:'';
  display:block;
  padding-top:100%;
}
#modal-wrapper .modal-bgArea .innerDialog{
  position:absolute;
  overflow: hidden;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:10px;
}
#modal-wrapper .modal-bgArea .inner3{
}
#modal-wrapper .modal-bgArea .bgArea{
  width:100%;
  height:100%;
  position: relative;
  background:url(../img/modal/bg_shushi_01.jpg) repeat-y center 30px;
  background-size:cover;
}
#modal-wrapper .modal-bgArea .bgArea:before{
  content:"";
  position: absolute;
  opacity:0;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:url(../img/modal/bg_shushi_01_shadow.jpg) repeat-y center 30px;
  background-size:cover;
  -webkit-transition: opacity .5s ease-out 0s;
  -moz-transition: opacity .5s ease-out 0s;
  transition: opacity .5s ease-out 0s;
}
#modal-wrapper .modal-bgArea .bgArea.showed:before{
  opacity:1;
}

#modal-wrapper .modal-bgArea .sushiArea{
  position:relative;
  top:22%;
  width:70%;
  height:auto;
  margin:auto;
}
#modal-wrapper .modal-bgArea .sushiArea:before{
  content:'';
  display:block;
  padding-top:100%;
}
#modal-wrapper .modal-bgArea .topText{
  position: absolute;
  z-index:10;
  opacity: 0;
  width:auto;
  height:20%;
  top:15px;
  left:0;
  right:0;
  margin:auto;
  text-align:center;
  -webkit-animation: fade 0.5s linear 1.0s 1 forwards;
  animation: fade 0.5s linear 1.0s 1 forwards;
}
#modal-wrapper .modal-bgArea .topText img{
  width:auto;
  height:100%;
}
#modal-wrapper .modal-bgArea .bottomText{
  position: absolute;
  z-index:20;
  opacity: 0;
  width:auto;
  height:13%;
  bottom:15px;
  left:0;
  right:0;
  margin:auto;
  text-align:center;
  -webkit-animation: expansion 0.5s ease-out 1.7s 1 forwards;
  animation: expansion 0.5s ease-out 1.7s 1 forwards;
}
#modal-wrapper .modal-bgArea .bottomText img{
  width:auto;
  height:100%;
}

#modal-wrapper .modal-bgArea .sushiArea section{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  bottom:0;
}
#modal-wrapper .modal-bgArea .shari {
  z-index:1;
  -webkit-transform: translate(0%, -40%);
  -moz-transform: translate(0%, -40%);
  transform: translate(0%, -40%);
  -webkit-animation: shari 0.6s ease-in 0s 1 forwards;
  animation: shari 0.6s ease-in 0s 1 forwards;
}
#modal-wrapper .modal-bgArea .neta {
  z-index:2;
  -webkit-transform: translate(0%, -60%);
  -moz-transform: translate(0%, -60%);
  transform: translate(0%, -60%);
  -webkit-animation: neta 0.6s ease-in 0s 1 forwards;
  animation: neta 0.6s ease-in 0s 1 forwards;
}
@media screen and (min-width:750px) {
  #modal-wrapper .modal-bgArea{
    width:450px;
    height:450px;
    margin:-225px auto 0;
  }
}

footer{
  position: relative;
  padding:10px;
  background:url(../img/bg_gold_01.jpg) no-repeat center top;
  background-size: cover;
}
footer .inner{
  width:50%;
  margin:auto;
}
footer img[class^="cloud-"]{
  position: absolute;
}
.btn-toTop{
  position:fixed;
  z-index: 5;
  overflow:hidden;
  display:none;
  width:60px;
  height:60px;
  right:20px;
  bottom:50px;
  border-radius:50%;
}
.cloud-leftTop{
  width:100px;
  top:-110px;
  left:20px;
}
.cloud-leftBottom{
  width:100px;
  top:-20px;
  left:-8px;
}
.cloud-rightTop{
  width:110px;
  top:-95px;
  right:-8px;
}
.cloud-rightBottom{
  width:110px;
  top:50px;
  right:-13px;
}
@media screen and (min-width:750px) {
  footer{
    padding:30px 0 50px;
    background-position:center center;
  }
  footer .inner{
    position:relative;
    width:100%;
    max-width:960px;
    margin:auto;
    text-align:center;
  }
  footer .inner img{
    max-width:400px;
  }
  .btn-toTop{
    width:80px;
    height:80px;
  }
  .cloud-leftTop{
    width:272px;
    top:-300px;
    left:-20px;
  }
  .cloud-leftBottom{
    width:335px;
    top:-80px;
    left:-100px;
  }
  .cloud-rightTop{
    width:335px;
    top:-290px;
    right:-100px;
  }
  .cloud-rightBottom{
    width:345px;
    top:50px;
    right:-90px;
  }
}


@-webkit-keyframes opening {
  0%   { opacity:1; }
  100% { opacity:0; }
}
@keyframes opening {
  0%   { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes splashtext {
  0%   { -webkit-transform: scale(3.0); opacity:0; }
  90%  { -webkit-transform: scale(0.8); opacity:1; }
  95%  { -webkit-transform: scale(0.9); opacity:1; }
  100% { -webkit-transform: scale(1); opacity:1; }
}
@keyframes splashtext {
  0%   { transform: scale(3.0); opacity:0; }
  90%  { transform: scale(0.8); opacity:1; }
  95%  { transform: scale(0.9); opacity:0.9; }
  100% { transform: scale(1); opacity:1; }
}
@-webkit-keyframes blink {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@keyframes opening {
  0%   { opacity:0; }
  100% { opacity:1; }
}


/*.sushiArea section img+img{
  position: absolute;
  opacity: 0;
  top:0;
  left:0;
  -webkit-transition: opacity .5s ease-out 0s;
  -moz-transition: opacity .5s ease-out 0s;
  transition: opacity .5s ease-out 0s;
}
.bgArea.showed .sushiArea section img+img{
  opacity:1;
}*/

@-webkit-keyframes expansion {
  0%   { -webkit-transform: scale(0.2); opacity:0; }
  90%  { -webkit-transform: scale(1.4); opacity:1; }
  95%  { -webkit-transform: scale(0.9); opacity:1; }
  100% { -webkit-transform: scale(1); opacity:1; }
}
@keyframes expansion {
  0%   { transform: scale(0.2); opacity:0; }
  90%  { transform: scale(1.4); opacity:1; }
  95%  { transform: scale(0.9); opacity:0.9; }
  100% { transform: scale(1); opacity:1; }
}

@-webkit-keyframes fade {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@keyframes fade {
  0%   { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes shari {
  0%   { -webkit-transform: scale(0.95, 1.05) translate(0%, -50%); opacity:0; }

  70%  { -webkit-transform: scale(0.95, 1.05) translate(0%, 0%); opacity:1; }
  80%  { -webkit-transform: scale(1.05, 0.95) translate(0%, 2%); opacity:1; }

  90%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); opacity:1; }
  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); opacity:1; }
}
@keyframes shari {
  0%   { transform: scale(0.95, 1.05) translate(0%, -50%); opacity:0; }

  60%  { transform: scale(0.95, 1.05) translate(0%, 0%); opacity:1; }
  70%  { transform: scale(1.05, 0.95) translate(0%, 2%); opacity:1; }

  90%  { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:1; }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:1; }
}

@-webkit-keyframes neta {
  0%   { -webkit-transform: scale(0.95, 1.05) translate(0%, -70%); opacity:0; }
  10%  { -webkit-transform: scale(0.95, 1.05) translate(0%, -70%); opacity:0; }

  70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 2%); opacity:1; }
  90%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); opacity:1; }

  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); opacity:1; }
}
@keyframes neta {
  0%   { transform: scale(0.95, 1.05) translate(0%, -70%); opacity:0; }
  10%  { transform: scale(0.95, 1.05) translate(0%, -70%); opacity:0; }

  70%  { transform: scale(1.1, 0.9) translate(0%, 2%); opacity:1; }
  90%  { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:1; }

  100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:1; }
}
  


