@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

html {
  margin: 0;
  line-height: 0;
}

li {
  list-style-type: none;
}

.hover:hover {
  opacity: .7;
}

body {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  background-color: #320000;
  background-image: url(../images/bg.png);
  background-size: contain;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


/*
.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 {
  display: inline-block;
  opacity: 0;
  animation-name: blur;
  animation-duration: 2s;
  animation-delay: 2s;

  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*
.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% {
    opacity: 0;
    filter: blur(30px);
    transform: translate(0, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, 0);
  }
}


/*------------nav--------------*/


/*ソーシャルボタン*/

.social {
  position: fixed;
  top: 2%;
  left: 1.5%;
  z-index: 3000;
  display: flex;
  flex-direction: row;
}

.social a {
  display: block;
  margin: 0 10% 0 0;
}

.social a img {
  width: 20px;
  height: auto;
}

.social a:hover {
  opacity: .7;
}

#nav-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  width: 24vh;
  height: 100%;
  background-image: url(../images/nav_bg.jpg);
  background-size: 102%;
  background-repeat: repeat;
  text-align: center;
}

.logo {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: center;
}

.presents {
  margin-bottom: 20%;
  width: 100%;
  text-align: center;
}

#nav-content .logo img {
  margin: 0 auto;
  width: 100%;
}

#nav-content .logo ul li a img {
  margin: 8% auto 0;
  width: auto;
}

#nav-content .logo ul li img {
  max-width: 90%;
}

#nav-content ul li {
  text-align: center;
}

#nav-content ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: auto;
}

#nav-drawer {
  height: 0;
  text-align: left;
}

.presents img {
  /*width: 95%;*/
  margin: 2% auto 0;
}

.opacity:hover {
  opacity: .7;
}

.dot,
.navcont {
  position: relative;
  display: block;
  margin: 3% auto;
  padding: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.dot::after {
  /*position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  z-index: 9999;
  */
}

.dot:hover::after {
  transform: scale(1, 1);
}

.dot-none {
  pointer-events: none;
}

.leaf {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 90%;
  pointer-events: none;
}


/*------------news------------*/

.news {
  position: absolute;
  top: 83.5%;
  left: 10%;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 36%;
  height: 13.3%;
}

*::-webkit-scrollbar {
  width: 0 !important;
}

.news-box {
  overflow: auto;
  border-radius: 10px;
  color: #7d5645;
  /* margin: 0 1em; */
  font-weight: bold;
  font-style: normal;
  font-family: sans-serif;
}



.news li {
  align-items: flex-end;
  flex-wrap: wrap;
  /*  border-bottom:2px dotted #ccc;*/
  padding: .5em 0;
  width: 100%;
  text-align: start;
  /*letter-spacing: 1px;*/
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  font-size: 1.5vw;
  line-height: 1.5;
  text-underline-offset: 0.2em;
}

.news li a {
  color: #774f20;
}

.news li a:hover {
  text-decoration: none;
}

.news_date {
  font-size: 1.3em;
}


/*------------news------------*/

.sns_flex {
  position: absolute;
  top: 91%;
  left: 56%;
  display: flex;
  width: 31%;
}

.sns_flex a {
  padding: 3%;
}

.attention1 {
  position: absolute;
  bottom: 33%;
  left: 7%;
  width: 23%;
  height: auto;
}

.attention2 {
  position: absolute;
  bottom: 33%;
  right: 4.9%;
  width: 23.9%;
}

.profile {
  position: absolute;
  bottom: 11%;
  left: 79%;
  width: 8%;
  height: auto;
}

/*-----nav-------------------------------------*/

.attention {
  position: absolute;
  bottom: 1%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}


/*-----wrapper-------------------------------------*/

#wrapper {
  position: relative;
  z-index: 0;
  margin: 0 0 0 24vh;
  width: calc(100% - 24vh);
  height: auto;
  background-color: #000000;
}

.header {
  position: relative;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
}

.header_bg img {
  position: relative;
  width: 100%;
}

.header_night {
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: 35%;
}

.header_night img {
  width: 100%;
}

.header:before {
  /*content: "";
  display: block;
  padding-top: 140.3%;
  width: 100%;
  height: 100%;*/
}

.maintitle {
  position: absolute;
  top: 44%;
  width: 100%;
  text-align: center;
}

.maintitle img {
  display: inline-block;
  margin: 0 auto;
  width: 70%;
  opacity: 0;
  animation-name: blur;
  animation-duration: 5s;
  animation-delay: 0s;

  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.multi img {
  mix-blend-mode: multiply;
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(30px);
    transform: translate(0, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, 0);
  }
}

.mainlogo,
.logoback {
  position: absolute;
}

.mainlogo img,
.logoback img {
  position: absolute;
  width: 100%;
  height: auto;
}

.mainlogo {
  top: 7.5%;
  left: 40%;
  z-index: 10;
  width: 14.5%;
  transform: translate(-50%, 0);
  animation-delay: .5s;
}

.logoback {
  top: 16%;
  left: 3%;
  z-index: 9;
  width: 100%;
}

@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;
  box-sizing: border-box;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

.btn {
  position: absolute;
}

.btn:hover {
  opacity: .7;
}

.btn img {
  width: 100%;
}

.order_btn {
  top: 87.5%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.precedingorder_pop {
  top: 32%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.precedingorder_btn {
  top: 79%;
  left: 50%;
  width: 80.6%;
  transform: translateX(-50%);
}

.campaign_nav {
  top: 81%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 53%;
  transform: translateX(-50%);
}

.campaign_nav a {
  width: 30%;
}

img.main {
  width: 100%;
}

.goods {
  position: relative;
  margin: 0 0 0 0;
  width: 100%;
  width: 100%;
  height: auto;
  background-image: url(../images/goods.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.absolute {
  position: absolute;
}

.goods_flex {
  left: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.goods_flex a {
  padding: 5%;
}

.goods_flex a img {
  max-width: 120%;
  width: 120%;
}

.acrylic_illustration_set {
  top: 92.5%;
  right: 15%;
  width: 30%;
}

.acrylic_illustration_set a img {
  max-width: 100%;
  width: 100%;
}

.picture {
  top: 65%;
  left: 50%;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 69%;
}

.picture a {
  margin: 1.6% 1%;
  padding: 0;
  width: calc(calc(100% - calc(2% * 5)) / 5);
}

.picture a img {
  width: 100%;
}

.b2tape {
  top: 5.8%;
  width: 80%;
}

.b6mini {
  top: 14%;
  width: 80%;
}

.cube {
  top: 22.2%;
  width: 80%;
}

.mousepad {
  top: 29.8%;
  width: 60%;
}

.mug {
  top: 37.5%;
  width: 60%;
}

.clock {
  top: 45.6%;
  left: 46%;
  width: 80%;
}

.spcase {
  top: 53.2%;
  width: 80%;
}

.blanket {
  top: 62%;
  width: 60%;
}

.b1tape {
  top: 12.5%;
  width: 80%;
}

.b0tape {
  top: 24%;
  width: 80%;
}

.bigtape {
  top: 35.7%;
  left: 45%;
  width: 27%;
}

.a2picture_frame {
  top: 53.5%;
  left: 45%;
  width: 33%;
}

.a2picture {
  top: 63.5%;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 78%;
}

.a2picture a {
  padding: 1%;
  width: calc(90%/5);
}

.a2picture a img {
  max-width: 100%;
  width: 100%;
}

#b1tape_set {
  top: 33%;
  left: 51%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 63%;
  transform: translateX(-50%);
}

#b1tape_set a {
  margin: 2%;
  width: 46%;
}

.now_acryliccube {
  top: 20.2%;
  left: 30%;
  width: 35%;
}

.naw_tape {
  top: 40.2%;
  left: 30%;
  width: 38%;
}

.now_a2picture_frame {
  top: 63.5%;
  left: 28.5%;
  width: 30%;
}

.now_a2picture {
  top: 65%;
  left: 59%;
  flex-direction: column;
  width: calc(90%/7);
}

.now_signboard {
  top: 84%;
  left: 46.8%;
  width: 80%;
}

#graph {
  top: 78.5%;
  left: 53%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 71%;
  transform: translateX(-50%);
}

#graph a {
  margin: 0 2% 2% 0;
  width: 17%;
}


/*GoodsGallery*/

.goods_gallery1 {
  position: absolute;
  top: 3.1%;
  width: 100%;
  height: auto;
}

.goods_gallery2 {
  position: absolute;
  /*height:100%;*/
  top: 49.3%;
  width: 100%;
}

.goods_gallery3 {
  position: absolute;
  /*height:100%;*/
  top: 55.6%;
  width: 100%;
}

.goods_gallery4 {
  position: absolute;
  /*height:100%;*/
  top: 62.1%;
  width: 100%;
}

.goods_gallery5 {
  position: absolute;
  top: 45%;
  left: -1%;
  width: 100%;
}

.goods_gallery6 {
  position: absolute;
  top: 9.5%;
  width: 100%;
  height: auto;
}

.goods_gallery7 {
  position: absolute;
  /*height:100%;*/
  top: 22.2%;
  width: 100%;
}

.goods_gallery8 {
  position: absolute;
  /*height:100%;*/
  top: 35.5%;
  width: 100%;
}

.goods_gallery9 {
  position: absolute;
  /*height:100%;*/
  top: 50.0%;
  width: 100%;
}

.goods_gallery10 {
  position: absolute;
  top: 69%;
  width: 100%;
  height: auto;
}

.goods_gallery11 {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
}

.gallery_flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  width: 80%;
}

.gallery_flex a {
  margin: 0 0 1% 0;
  width: calc(96% / 5);
}

.gallery {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
  margin: 0 auto;
  width: 75%;
}

.gallery_left {
  position: relative;
  margin: 0 0 0 1%;
  width: 60%;
}

.gallery_slider p {
  margin: 2% auto;
  font-weight: bold;
  font-size: .7em;
  line-height: 1em;
}

.gallery_slider p span {
  font-size: .8em;
}

.gallery_slider li a.buy img {
  margin: 5% auto;
  width: 80%;
}

.gallery_left>img {
  width: 100%;
}

.slider img {
  width: 100%;
  height: auto;
}

.gallery_lineup img {
  margin: 2% auto;
  width: 95%;
}

.gallery_thumbnail {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 13% 0 0;
  width: 95%;
}

.goods_gallery1 .gallery_thumbnail {
  flex-direction: row;
  width: 30%;
}

.goods_gallery1 .gallery_thumbnail li {
  width: 44%;
}

.goods_gallery1 .gallery_thumbnail li:nth-child(odd) {
  margin: -20% 5% 5% 0;
}

.goods_gallery1 .gallery_left {
  width: 50%;
}

.gallery_thumbnail li {
  position: relative;
  margin: 5% 5% 5% 0;
  width: 57%;
  height: fit-content;
}

.gallery_thumbnail li:hover {
  opacity: .7;
}

.gallery_thumbnail li img {
  width: 100%;
}

.thumbnail-current {
  box-shadow: 0 0 6px 3px #f30da0;
}

.goods_gallery2 .gallery_left {
  width: 62%;
}

.goods_gallery2 .gallery {
  margin: 0 auto 0 15%;
}

.goods_gallery2 .gallery_thumbnail {
  margin: 0 0 6% 0;
}

.goods_gallery3 .gallery {
  margin: 0 auto 0 15%;
}

.goods_gallery5 .gallery_thumbnail li {
  position: relative;
  margin: 2%;
  width: 100%;
  height: fit-content;
}


/*↓タペストリーと原画　スマホ表示*/

@media screen and (max-width: 480px) {
  /*.gallery {
    width: 77%;
  }
  .gallery_left {
    width: 33%;
  }

  .gallery_thumbnail {
    padding-inline-start: 0px;
    margin: 2% 8% 0 0;
  }*/
}


/*GoodsGallery*/

.pdf {
  position: absolute;
  bottom: 1.5%;
  left: 50%;
  width: 60%;
  transform: translateX(-50%);
}

.pdf img {
  width: 100%;
}

.form {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 40%;
  opacity: 1;
  transform: translateX(-50%);
}

.form img {
  width: 100%;
}

a img:hover {
  opacity: .7;
}

.tw_btn img:hover {
  opacity: .7;
}

.access {
  position: relative;
  margin: 0 0 0 0;
  width: 100%;
  width: 100%;
  height: auto;
  /*  background-image: url(../images/access.jpg);
  background-repeat: no-repeat;
  background-size: contain;*/
}

.access:before {
  /*content: "";
  display: block;
  padding-top: 159.9%;
  width: 100%;
  height: 100%;*/
}

.access_link iframe {
  position: absolute;
  top: 32%;
  left: 5.5%;
  width: 27%;
  height: 59%;
  box-shadow: 1px 0 7px #811843;
}

.map_btn {
  position: absolute;
  top: 31%;
  left: 8%;
  width: 17%;
}

/* 会場購入キャンペーン */
.venuebuycamp_pop {
  top: 23%;
  left: 50%;
  width: 64%;
  transform: translateX(-50%);
}

/*-----conts-------------------------------------*/


/*-----goods buybtn-------------------------------------*/

.newmaterial {
  position: absolute;
  top: 59.5%;
  left: 7%;
  width: 22%;
}

.lineup {
  position: absolute;
  top: 92.9%;
  right: 7%;
  width: 18%;
}

.buybtn {
  position: absolute;
  width: 12%;
  opacity: 1.0;
  /*pointer-events: none;*/
}

.buy_btn1 {
  top: 33%;
  left: 74%;
}

.buy_btn2 {
  top: 55%;
  left: 74%;
}

.buy_btn3_1 {
  top: 67.5%;
  left: 71%;
}

.buy_btn3_2 {
  top: 71%;
  left: 71%;
}

.buy_btn4 {
  top: 96%;
  left: 74%;
}

.buy_btn5 {
  top: 10.9%;
  left: 74%;
}

.buy_btn6 {
  top: 18.9%;
  left: 74%;
}

.buy_btn7 {
  top: 26.7%;
  left: 74%;
}

.buy_btn8 {
  top: 34.3%;
  left: 74%;
}

.buy_btn9 {
  top: 42.3%;
  left: 74%;
}

.buy_btn10 {
  top: 50.1%;
  left: 74%;
}

.buy_btn11 {
  top: 58.8%;
  left: 74%;
}

.buy_btn12 {
  top: 66.9%;
  left: 74%;
}

.buy_btn13 {
  top: 97.5%;
  left: 74%;
}

.buy_btn14 {
  top: 19.7%;
  left: 74%;
}

.buy_btn15 {
  top: 31%;
  left: 74%;
}

.buy_btn16 {
  top: 48.3%;
  left: 74%;
}

.buy_btn17 {
  top: 95.5%;
  left: 74%;
}

.buy_btn18 {
  top: 100.8%;
  left: 63%;
}

.buy2_btn1 {
  top: 16.9%;
  left: 63%;
}

.buy2_btn2 {
  top: 30.5%;
  left: 63%;
}

.buy2_btn3 {
  top: 44.0%;
  left: 63%;
}

.buy2_btn4 {
  top: 57.5%;
  left: 63%;
}

.buy2_btn5 {
  top: 83.9%;
  left: 63%;
}

.buy2_btn6 {
  top: 96.9%;
  left: 63%;
}

.buy3_btn1 {
  top: 92%;
  left: 63%;
}


/*-----goods buybtn-------------------------------------*/


/*-----footer-------------------------------------*/

.footer {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  color: #ffffff;
  vertical-align: bottom;
  text-align: center;
  line-height: 1;
}

.footer a:hover {
  opacity: .7;
}

.footer:before {
  /*content: "";
  display: block;
  padding-top: 32.7%;
  width: 100%;
  height: 100%;*/
}

.footer_tit_btn {
  position: absolute;
  display: inline-flex;
  flex-direction: row;
}

.company_btn {
  position: absolute;
  left: 4.5%;
  width: auto;
  height: 19%;
}

.company_btn img {
  width: auto;
  height: 95%;
}

.btn1 {
  top: 7.5%;
}

.btn2 {
  top: 30.5%;
}

.btn3 {
  top: 52.5%;
  margin-bottom: 30px;
  height: 46%;
}

.melon {
  position: absolute;
  right: 30%;
  bottom: 15%;
  width: 15%;
}


/*-----footer-------------------------------------*/


/*トップボタン*/

.topBtn {
  position: fixed;
  right: 30px;
  bottom: 20px;
  display: block;
  box-sizing: border-box;
  padding-top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  background-color: #7ac4fd;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
}

.topBtn:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  content: "\25B2";
  text-align: center;
  font-size: 20px;
}

.topBtn:hover {
  opacity: .7;
}

@media screen and (max-width:900px) {
  #wrapper {
    margin: 0;
    width: 100%;
  }

  .chart_icon {
    position: absolute;
    top: 88%;
    left: 3%;
    width: 13%;
  }

  .social {
    position: fixed;
    top: 2%;
    left: 3%;
    z-index: 3000;
    display: flex;
    flex-direction: row;
  }

  .personality_body #wrapper {
    margin: 0;
    width: 100%;
  }

  .personality {
    padding: 100px 0 0 0;
    width: 90%;
  }

  #nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 40px;
    background-color: rgba(255, 255, 255, .8);
  }

  #nav-open:hover {
    opacity: .7;
    cursor: pointer;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    margin: 10px 5px 0 10px;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    display: block;
    /*線の太さ*/
    width: 25px;
    height: 3px;

    /*長さ*/
    border-radius: 3px;
    background: #555555;
    content: "";
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    /*はじめは隠しておく*/
    position: fixed;
    top: 0;

    /*全体に広がるように*/
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    /*最前面に*/
    /*右側に隙間を作る（閉じるカバーを表示）*/
    height: 100%;
    /*左に隠しておく*/
    background-repeat: repeat;
    transition: .3s ease-in-out;

    /*滑らかに表示*/
    transform: translateX(-105%);
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked~#nav-close {
    display: block;

    /*カバーを表示*/
    opacity: .5;
  }

  #nav-input:checked~#nav-content {
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    transform: translateX(0%);
  }

  .conts {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 0;
    width: 100vw;
  }

  #nav {
    display: none;
  }

}

@media screen and (max-width:550px) {
  #wrapper {
    margin: 0;
    width: 100%;
  }

  .chart_icon {
    position: absolute;
    top: 88%;
    left: 3%;
    width: 13%;
  }

  .social {
    position: fixed;
    top: 1.5%;
    left: 3%;
    z-index: 3000;
    display: flex;
    flex-direction: row;
  }

  .personality_body #wrapper {
    margin: 0;
    width: 100%;
  }

  .personality {
    padding: 100px 0 0 0;
    width: 90%;
  }

  #nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 40px;
    background-color: rgba(255, 255, 255, .8);
  }

  #nav-open:hover {
    opacity: .7;
    cursor: pointer;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    margin: 10px 5px 0 10px;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    display: block;
    /*線の太さ*/
    width: 25px;
    height: 3px;

    /*長さ*/
    border-radius: 3px;
    background: #555555;
    content: "";
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    /*はじめは隠しておく*/
    position: fixed;
    top: 0;

    /*全体に広がるように*/
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    width: 23vh;
    /*最前面に*/
    /*右側に隙間を作る（閉じるカバーを表示）*/
    height: 100vh;
    /*左に隠しておく*/
    background-repeat: repeat;
    transition: .3s ease-in-out;

    /*滑らかに表示*/
    transform: translateX(-105%);
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked~#nav-close {
    display: block;

    /*カバーを表示*/
    opacity: .5;
  }

  #nav-input:checked~#nav-content {
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    transform: translateX(0%);
  }

  .conts {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 0;
    width: 100vw;
  }

  #nav {
    display: none;
  }

  .news {
    left: 9%;
    width: 35%;
  }

  .presents {
    margin-bottom: 50%;
  }

  .presents img {
    width: 70%;
  }
}