@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}

a img:hover{
  opacity: 0.7;
}

html {
  font-size: 40px;
  margin: 0px;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /*background:url(../images/bgimg.jpg) center top;*/
  overflow-x: hidden;
  z-index: 0;
  background-color: #2eb7ff;
  position: relative;
}

/*
.maintitle img{
  opacity: 0;
  animation-name: bounce;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  display: inline-block;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}*/
.maintitle img {
  opacity: 0;
  animation-name: blur;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.header_text{
  position: absolute;
  top: 5%;
  left: 3%;
  width: 63%;
  z-index: 1001;
  pointer-events: none;
}
.header_chara{
  position: absolute;
  bottom: 0;
  right: 1%;
  width: 65%;
  z-index: 1000;
  pointer-events: none;
}

.header_chara_multiply{
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 65%;
  z-index: 999;
  pointer-events: none;
      mix-blend-mode: multiply;
}
/*
.anim-balloon {
　　animation: anim-rotate 2s ease-out 2s infinite;
　　transform-origin: 0 40%;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes bounce{
  0% {
    transform: scale(1,1);
    opacity: 0;
     filter: blur(0px);
   }
   30% {
     transform: scale(1,1);
     opacity: 0;
     filter: blur(0px);
   }
   40% {
     transform: scale(1.5,1.5);
     opacity: 1;
      filter: blur(10px);
    }
    50% {
      transform: scale(1,1);
      opacity: 1;
      filter: blur(0px);
    }
   100% {
     transform: scale(1,1);
     opacity: 1;
     filter: blur(0px);
   }
}
*/
@keyframes blur {
  0% {
    transform: translate(0, 0);
    opacity: 0;
    filter: blur(30px);
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
    filter: blur(0px);
  }
}

/*------------nav--------------*/
input {
  display: none;
}

#nav-drawer {
  position: sticky;
  z-index: 900;
  background-color: #2eb7ff;
}

#nav-content {
display: flex;
}

.logo {
  width: 89%;
  text-align: center;
  padding: 0 0 0 0;
}

.presents {
  width: 100%;
  text-align: center;
}

#nav-content .logo ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
#nav-content ul li {
list-style: none;
justify-content: center;
align-items: center;

}



#nav-content ul li:first-child {

width: 40%;
height: auto;
padding: 20px;
}
#nav-content ul li a:first-child {

position: left;
  }

#nav-content ul li:nth-of-type(2){
  width: 8%;
  margin-left: 50px;
}
#nav-content ul li:nth-of-type(3){
  width: 10%;
  margin-left: 50px;
}
#nav-content ul li:nth-of-type(4){
  width: 11%;
  margin-left: 50px;
}
#nav-content ul li:nth-of-type(5){
  width: 13%;
  margin-left: 40px;
}
#nav-content ul li:nth-of-type(6){
  width: 8%;
  margin-left: 10px;
}

#nav-content ul li a img{
  display: block;
  padding: .5px;
  width: 80%;
}



#nav-content ul li:not(:last-child){
  /*border-right: 1px solid #000;*/
}
#nav-content ul li a{
  color: #000;
  font-weight: bold;
  font-size: 1.6vw;
  text-decoration: none;
  word-break: keep-all;
  height: 100%;


}

#nav-content ul li a img{
  height: 80%;


}
#nav-content ul li a.nav_vip{
  font-size: 0.4em;
}


#nav-content ul li a:after{
  /*position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: "";
      background: #000;
      padding: 0.5% 1px;
      max-height: 0.3em;*/

}
.opacity:hover {
  opacity: 0.7;
}

.dot, .navcont {
  /*position: relative;
  display: block;

  margin: 15px auto;
*/
}

.dot::after {
/*  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 126, 198, 1) 20.8125%, rgba(255, 126, 198, 1) 20.5625%, rgba(182, 65, 179, 1) 52.4375%, rgba(1, 254, 208, 1) 80.5625%);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  z-index: 9999;*/
}

.dot:hover::after {
  /*  transform: scale(1, 1);*/
}

/*-----nav-------------------------------------*/
/*-----wrapper-------------------------------------*/
#wrapper {
  z-index: 0;
  height: auto;
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.header {
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  height: auto;

}

.header_bg img {
  width: 100%;
  position: relative;
  background: #2eb7ff;
  background-image: url(../images/footer_bg.jpg);
  background-size: contain;

}

.announce_btn{
  position: absolute;
  top: 50%;
  left: 10%;
  width: 25%;
}
.cart{
  position: absolute;
  bottom: 5%;
  left: 15.5%;
  width: 18%;
}
.cart img{
  width: 100%;
}

.shop_flex{
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.shop_flex a{
  width: 40%;
}
.shop_flex a img{
  width: 80%;
  margin: 0 20px;
}


.mainlogo, .logoback {
  position: absolute;
}

.mainlogo img, .logoback img {
  width: 100%;
  height: auto;
  position: absolute;
}

.mainlogo {
  width: 54.5%;
  z-index: 10;
  top: 47.5%;
  left: 42%;
  /*transform: translate(-50%, 0);*/
  animation-delay: 0.5s;
}

.logoback {
  width: 100%;
  z-index: 9;
  top: 16%;
  left: 3%;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-2deg);
  }

  50% {
    transform: translate(0, -20px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0)rotate(2deg);
  }
}

/*-----wrapper-------------------------------------*/
/*-----conts-------------------------------------*/
.conts {
  position: relative;
  width: 100%;
  padding: 0 0 0 0px;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
}

.btn {
  position: absolute;
}

.btn:hover {
  opacity: 0.7;
}

.btn img {
  width: 100%;
}

.interview_box a img {
  width: 100%;
}

img.main {
  width: 100%;
}


.goods {
  margin: 0 0 0 0;
  width: 100%;
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../images/goods.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.goods_flex{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 18%;
  position: absolute;
}

.goods_flex a{
  width: 100%;
      margin: 0 0 7% 0;
}

.goods_flex img{
  width: 100%;
}

.goods1_btn{
  top: 53%;
  left: 70%;
}

.goods2_btn{
  top: 42%;
      left: 70%;
}
.goods_btn {
  position: absolute;
  width: 7%;
  height: auto;
}

.goods_smp{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.goods_smp img{
  width: 100%;
}
.goods1_smp{
  top: 86%;
}
.goods2_smp{
  top: 74%;
}
.goods1_smp a{
  width: 33%;
}

.goods2_smp a{
  width: 48%;
}
.tw_btn {
  position: absolute;
  width: 11%;
  height: auto;
  bottom: 4%;
  left: 12%;
}

.mada{
  pointer-events: none;
  opacity: 0.5;
}



.tw_btn img {
  width: 100%;
  height: auto;
}

.tw_btn img:hover {
  opacity: 0.7;
}


.lb_anker {
  color: #fff;
  background-color: #F1307F;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  top: -23px;
  padding: 0 10px;
}

.lb_anker:hover {
  opacity: 0.7;
}

/* safari */
/* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
_::-webkit-full-page-media, _:future, :root .lb_anker {
  color: #fff;
  background-color: #F1307F;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  top: -23px;
  padding: 0 10px;
}

.twitter {
  position: absolute;
  bottom: 1%;
  right: 4%;
  width: 25%;
}

.map_btn {
  position: absolute;
  top: 31%;
  left: 8%;
  width: 17%;
}
.access_link iframe {
  position: absolute;
      top: 35.6%;
      left: 7.0%;
      width: 35.1%;
      height: 45%;
      box-shadow: 1px 0px 7px #000;
}
.free_entry_btn{
  top: 20%;
      left: 50%;
      transform: translateX(-50%);
      width: 54%;
}


/*-----popup-images----------------------------- */
.popup-flex{
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 53.04%;
  left: 7%;
}
.popup-flex ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-flex ul li{
  list-style: none;
  width: 33.33%;

}
.popup-flex ul li a{
}

.popup-flex ul li a img:nth-last-of-type(1){
  width: 80%;
}
.popup-flex ul li a img:nth-of-type(2){
  width: 80%;
  
}

/*-----popup-images----------------------------- */


/*-----conts-------------------------------------*/
/*-----footer-------------------------------------*/
.footer {
  position: relative;
  /*  width: calc(100% - 200px);
  margin: 0 0 0 200px;*/
  line-height: 1;
  background: #2eb7ff;
  background-image: url(../images/footer_bg.jpg);
  background-size: contain;
  text-align: center;
}

.footer a:hover {
  opacity: 0.7;
}


.footer_content{
  position: relative;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
}

.fanbook{
  background-color: #2eb7ff;
  background-image: url(../images/footer_bg.jpg);
  background-size: contain;
}

.fanbook a img{
  display: block;
  margin: 0 auto;
  width: 50%;
}

.footer_link{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  width: 80%;
  margin: 5% auto;

}

.footer_link li{
  padding: 0;
  list-style-type: none;
  line-height: 0.5em;
  width: 25%;

}

.footer_link li:not(:last-child){
  /*border-right: 1px solid #000;*/
}

.footer_link li a{
  font-size: 0.5vw;
  text-decoration: none;
  word-break: keep-all;
  font-weight: bold;
  color: #000;
  width: 100%;
  display: block;
  height: 100%;
}
.wide{
  margin: 0 auto;
  width: 20%;
  text-align: center;
}
.flex_column{
  display: flex;
  flex-direction: column;

}
.flex_column a img{
max-width: 100%;
}

.center{
  position: relative;
}
.center a{
  width: 100%;
  position: relative;
}
.center a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.credit{
  margin: 0 auto;
  width: 35%;
}
_::-webkit-full-page-media, _:future, :root .footer_link li a {
    font-size: min(8px, 0.5vw);
}

@media screen and (max-width:1200px) {

  .footer_link{
  /*  display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0 auto;
        text-align: center;*/
  }
  .footer_link li:not(:last-child){
    border-right: 0px solid #000;
  }

}

.corporate_logo{
  text-align: center;
        padding: 2% 0;
}
.melon {

  width: 12%;
  display: inline-block;
}
.hobyjapan {
  display: inline-block;
      width: 5%;
}

.footer_logo {
  position: relative;
      width: 18%;
      margin: 0% auto;
      padding: 2% 0;
      display: block;
}
/*-----footer-------------------------------------*/
/*ソーシャルボタン*/
.social {
  position: right;
  z-index: 99;
  width: 11%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.social a {
  margin: 0 10px;
  display: block;
  width: 100%;
}

.social a img {
  width: 100%;
}

.social a:hover {
  opacity: 0.7;
}

/*トップボタン*/
.topBtn {
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: block;
  width: 70px;
  height: 70px;
/*  background-color: rgb(136, 94, 110);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;

  text-align: center;
  line-height: 22px;
  border-radius: 40px;
  padding-top: 30px;
  box-sizing: border-box;*/
}
.topBtn img{
  width: 100%;
}
.topBtn:before {
/*  content: '\25B2';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;*/
}

.topBtn:hover {
  opacity: 0.7;
}

@media screen and (max-width:900px) {
  #wrapper {
    width: 100%;
    margin: 0px;
  }

  .chart_icon {
    position: absolute;
    width: 13%;
    top: 88%;
    left: 3%;
  }


  .personality_body #wrapper {
    width: 100%;
    margin: 0;
  }

  .personality {
    padding: 100px 0 0 0;
    width: 90%;
  }
  .social {
      position: absolute;
      top: 3%;
      left: 9%;
      z-index: 99;
      width: 62%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
  }
  #nav-drawer {
    position: fixed;
    z-index: 1002;
    top: 2%;
    right: 3.5%;
    height: 40px;
    background-color: rgba(246,222,46,0.3);
  }

  #nav-open:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    margin: 10px 5px 0px 10px;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    overflow: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        width: 200px;
        height: 100%;
        transition: .3s ease-in-out;
        transform: translateX(100%);
        background-color: #2eb7ff;
        padding: 20% 0 0 0;
  }

  #nav-content .logo ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
  }

#nav-content ul li{
  line-height: 1em;
  width: 80%;
  height: auto;
  margin: 0 auto 10px 50px;
}
#nav-content ul li:nth-of-type(1){
  padding: 0;
  margin: 0 auto 10px 20px;
}
#nav-content ul li:nth-of-type(2){
  width: 30%;
  margin: 0 auto 10px 20px;
}
#nav-content ul li:nth-of-type(3){
  width: 40%;
  margin: 0 auto 10px 20px;
}
#nav-content ul li:nth-of-type(4){
  width: 40%;
  margin: 0 auto 10px 20px;
}
#nav-content ul li:nth-of-type(5){
  width: 40%;
  margin: 0 auto 10px 20px;
}
#nav-content ul li:nth-of-type(6){
  width: 25%;
  margin: 0 auto 10px 20px;
}

#nav-content ul li:first-child {
margin-right: unset;
width: 100%;
height: auto;
}
#nav-content ul li a {
    font-size: 2.6vw;
    padding: 0;
}
#nav-content ul li a.nav_vip{
  font-size: 1.6vw;
}
#nav-content ul li a img {
    height: auto;
    width: 80%;
    margin-bottom: 20px;
}
#nav-content ul li:not(:last-child){
  border-right: 0px solid #000;
}
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }

  #nav-input:checked~#nav-content {
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }

  .conts {
    width: 100vw;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    margin: 0px;
  }

  #nav {
    display: none;
  }
}

/*---------------------診断--------------------------------*/
.personality {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70%;
  padding: 0;
}

.personality img.personality_main {
  width: 100%;
}

.chart {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.chart a {
  width: calc(100% / 8);
  height: auto;
  display: block;
}

.chart a img {
  width: 100%;
}

.chart a img:hover {
  opacity: 0.7;
}

.personality_body #wrapper {
  width: 100%;
  margin: 0;
}
