@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

html {
  margin: 0px;
  line-height: 0;
}

li {
  list-style-type: none;
}

.hover:hover {
  opacity: 0.7;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  z-index: 0;
  background-color: #320000;
  position: relative;
  background-image: url(../images/bg.png);
  background-size: contain;
}

/*
.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;
}

/*
.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);
  }
}

/*ソーシャルボタン*/

.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: cover;
  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: 0 auto;
  width: auto;
}

#nav-content .logo ul li img {
  max-width: 100%;
}

#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: 15% 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: 67%;
    left: 9%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 36%;
    height: 13%;
}

*::-webkit-scrollbar {
  width: 0 !important;
}

.news-box {
  overflow: auto;
  border-radius: 10px;
  color: #ffffff;
  /* 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: 12%;
}

.sns_flex a {
  padding: 3%;
}

.sakka {
   position: relative;
}

.sakka-list1,.sakka-list2,.sakka-list3{
  display: flex;
  justify-content: space-between;
  width: 71.5%;
  
}
.sakka-list1{
  position: absolute;
    bottom: 54%;
    left: 14%;
    
}
/* .sakka-list1 div,
.sakka-list2 div,
.sakka-list3 div
{
  margin: 0 5% 0 0;
} */

.sakka-list1 div,.sakka-list3 div{
  width: 15%;
}



.sakka-list2{
  position: absolute;
  bottom: 30%;
  left: 6.3%;
  width: 87%;
    
}

.sakka-list3{
  position: absolute;
    bottom: 4.7%;
    left: 13.8%;    
    width: 72%;
}


.attention1 {
  position: absolute;
  bottom: 1%;
  left: 6%;
  width: 88%;
  height: auto;
}

.j-coin_btn {
  position: absolute;
    bottom: 38%;
    right: 11%;
    width: 77%;
}

.J-Coin_btn {
  position: absolute;
  top: 60.8%;
  right: 12%;
  width: 76%;
}

.J-Coin_btn img {
  width: 100%;
}

.profile {
  position: absolute;
  bottom: 11%;
  left: 79%;
  width: 8%;
  height: auto;
}




/*-----nav-------------------------------------*/

.attention {
  position: absolute;
  bottom: 52.2%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

/*-----wrapper-------------------------------------*/

#wrapper {
    z-index: 0;
    height: auto;
    background-color: #000;
    width: calc(100% - 24vh);
    margin: 0 0 0 24vh;
    position: relative;
}

.header {
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  height: auto;
}

.header_bg img {
  position: relative;
  width: 100%;
}

.header_night {
  position: absolute;
  width: 35%;
  right: 3%;
  bottom: 4%;
}

.header_night img {
  width: 100%;
}

/* .header:before {
    content: "";
  display: block;
  padding-top: 140.3%;
  width: 100%;
  height: 100%;
} */

.maintitle {
  text-align: center;
  position: absolute;
  top: 44%;
  width: 100%;
}

.maintitle img {
  width: 70%;
  margin: 0 auto;
  opacity: 0;
  animation-name: blur;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.multi img {
  mix-blend-mode: multiply;
}

@keyframes blur {
  0% {
    transform: translate(0, 0);
    opacity: 0;
    filter: blur(30px);
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
    filter: blur(0px);
  }
}

.mainlogo,
.logoback {
  position: absolute;
}

.mainlogo img,
.logoback img {
  width: 100%;
  height: auto;
  position: absolute;
}

.mainlogo {
  width: 14.5%;
  z-index: 10;
  top: 7.5%;
  left: 40%;
  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%;
}

.order_btn {
  width: 80%;
  top: 87.5%;
  left: 50%;
  transform: translateX(-50%);
}

.campaign_pop {
  width: 80%;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
}

.campaign_nav {
  width: 53%;
  top: 81%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.campaign_nav a {
  width: 30%;
}

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;
}

.onlinenav {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 95%;
    align-content: center;
    justify-content: flex-start;
    top: 70%;
    left: 4%;
}

.onlinenav a {
    width: 45%;
    padding: 1%;
}

.goopdsnav {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 95%;
    align-content: center;
    justify-content: flex-start;
    top: 61%;
    left: 4%;
}

.goopdsnav a {
    width: 45%;
    padding: 1%;
}

.goopds_iconflex {
        display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    align-content: center;
    justify-content: center;
}

.iconflex1 {
    top: 18%;
}

.iconflex2 {
    top: 43%;
}

.iconflex3 {
    top: 68%;
}

.goopds_iconflex a {
    width: 14%;
    padding: 1%
}

.goopds_iconflex img {
    width: 100%;
}

.goods_gallery_container {
  width: 88.5%;
  left: 50%;
  transform: translateX(-50%);
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.onlinegoods_gallery {
    display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
  margin: 0 auto;
  width: 75%;
}

.choice-btn {
    padding: 12% 0 0;
}

.choice-btn li:hover {
  cursor: pointer;
}

.choice-btn img {}

.choice-btn2 {
    padding: 0% 0 0;
}

#goodsitem {
  top: 6.9%;

}

.goods_gallery_container_online{
  width: 26%;
  transform: translateX(-50%);
}

.goods_gallery_container_online .gallery .onlinegoods_gallery {
  margin: 0 auto;
}

.goods_gallery_container_online .slick-track {
  display: flex;
  justify-content: space-between;
}

.goods_gallery_container_online .choice-btn .slick-slide{
  width: calc(90% / 2)!important;
}


#tape01 {
  top: 3.8%;
  left: 22.3%;
}
#tape02 {
  top: 3.8%;
  left: 65%;
}
#tape03 {
  top: 14.8%;
  left: 22.3%;
}
#tape04 {
  top: 14.8%;
  left: 65%;
}
#tape05 {
  top: 25.7%;
  left: 22.3%;
}
#tape06 {
  top: 25.7%;
  left: 65%;
}
#tape07 {
  top: 36.7%;
  left: 22.3%;
}
#tape08 {
  top: 36.7%;
  left: 65%;
}
#tape09 {
  top: 47.6%;
  left: 22.3%;
}
#tape10 {
  top: 47.6%;
  left: 65%;
}
#tape11 {
  top: 58.6%;
  left: 22.3%;
}
#tape12 {
  top: 58.6%;
  left: 65%;
}
#tape13 {
  top: 69.5%;
  left: 22.3%;
}
#tape14 {
  top: 69.5%;
  left: 65%;
}
#tape15 {
  top: 80.5%;
  left: 22.3%;
}
#tape16 {
  top: 80.5%;
  left: 65%;
}

#picture01{
  top: 4.4%;
  left: 22.3%;
}
#picture02 {
  top: 4.4%;
  left: 65%;
}
#picture03 {
  top: 14%;
  left: 22.3%;
}
#picture04 {
  top: 14%;
  left: 65%;
}
#picture05 {
  top: 23.6%;
  left: 22.3%;
}
#picture06 {
  top: 23.6%;
  left: 65%;
}
#picture07 {
  top: 33.2%;
  left: 22.3%;
}
#picture08 {
  top: 33.2%;
  left: 65%;
}
#picture09 {
  top: 42.8%;
  left: 22.3%;
}
#picture10 {
  top: 42.8%;
  left: 65%;
}
#picture11 {
  top: 52.4%;
  left: 22.3%;
}
#picture12 {
  top: 52.4%;
  left: 65%;
}
#picture13 {
  top: 61.9%;
  left: 22.3%;
}
#picture14 {
  top: 61.9%;
  left: 65%;
}
#picture15 {
  top: 71.5%;
  left: 22.3%;
}
#picture16 {
  top: 71.5%;
  left: 65%;
}

.absolute {
  position: absolute;
}



.goods_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  left: 49%;
}

.goods_flex a {
  padding: 5%;
}

.goods_flex a img {
  width: 120%;
  max-width: 120%;
}




/*↓タペストリーと原画　スマホ表示*/

@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 {
  width: 60%;
  position: absolute;
  bottom: 1.5%;
  left: 50%;
  transform: translateX(-50%);
}

.pdf img {
  width: 100%;
}

.form {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  opacity: 1;
}

.form img {
  width: 100%;
}

a img:hover {
  opacity: 0.7;
}

.tw_btn img:hover {
  opacity: 0.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%;
}

/*-----conts-------------------------------------*/

/*-----goods buybtn-------------------------------------*/

.newmaterial {
  position: absolute;
  width: 22%;
  top: 59.5%;
  left: 7%;
}

.lineup {
  position: absolute;
  width: 18%;
  top: 92.9%;
  right: 7%;
}

.mada {
  pointer-events: none;
}

.under {
    top: 78%;
    left: 50%;
    transform: translate(-50%);
    width: 76%;
    opacity: 1;
    position: absolute;
}

.buybtn {
  position: absolute;
  width: 21%;
  opacity: 1;
}

.goods_buybtn1 {
    top: 65%;
    left: 74%;
}

.goods_buybtn2 {
    top: 97.3%;
    left: 74%;
}

.goods_buybtn3 {
    top: 98%;
    left: 74%;
}

.goods_buybtn4 {
    top: 87%;
    left: 73%;
}

.goods_buybtn5 {
    top: 90.5%;
    left: 73%;
}

.buy_btn1 {
  top: 95.7%;
  left: 72%;
}

.buy_btn2 {
  top: 92.9%;
  left: 72%;
}

.buy_btn3 {
  top: 97.2%;
  left: 72%;
}

.buy_btn4 {
  top: 83.4%;
  left: 72%;
}

.buy_btny1 {
  top: 94.5%;
  left: 73%;
}

.buy_btny2 {
  top: 93.7%;
  left: 73%;
}

.buy_btny3 {
  top: 98.2%;
  left: 73%;
}

.buy_btny4 {
  top: 83.5%;
  left: 73%;
}

/*-----goods buybtn-------------------------------------*/

/*-----footer-------------------------------------*/

.footer {
  position: relative;
  width: 100%;
  margin: 0;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  padding: 0;
  background-color: #fff;
}

.footer a:hover {
  opacity: 0.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 {
  height: 19%;
  position: absolute;
  left: 4.5%;
  width: auto;
}

.company_btn img {
  height: 95%;
  width: auto;
}

.btn1 {
  top: 7.5%;
}

.btn2 {
  top: 30.5%;
}

.btn3 {
  top: 52.5%;
  height: 46%;
  margin-bottom: 30px;
}

.melon {
  position: absolute;
  right: 30%;
  bottom: 15%;
  width: 15%;
}

/*-----footer-------------------------------------*/

/*トップボタン*/

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: block;
  background-color: #c1a06e;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 22px;
  border-radius: 40px;
  padding-top: 30px;
  box-sizing: border-box;
}

.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%;
  }

  .social {
    position: fixed;
    top: 2%;
    left: 3%;
    z-index: 3000;
    display: flex;
    flex-direction: row;
  }

  .personality_body #wrapper {
    width: 100%;
    margin: 0;
  }

  .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 {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
    pointer-events: all;
  }

  /*中身*/
  #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 {
    width: 100vw;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    margin: 0px;
    position: relative;
  }

  #nav {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  #wrapper {
    width: 100%;
    margin: 0px;
  }

  .chart_icon {
    position: absolute;
    width: 13%;
    top: 88%;
    left: 3%;
  }

  .social {
    position: fixed;
    top: 1.5%;
    left: 3%;
    z-index: 3000;
    display: flex;
    flex-direction: row;
  }

  .personality_body #wrapper {
    width: 100%;
    margin: 0;
  }

  .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 {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
    pointer-events: all;
  }

  /*中身*/
  #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: cover;
    background-repeat: repeat;
    text-align: center;
}

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }

  #nav-input:checked~#nav-content {
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  #nav-content .logo ul li a img {
  margin: 0 auto;
  width: auto;
}

  .conts {
    width: 100vw;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    margin: 0px;
    position: relative;
  }

  #nav {
    display: none;
  }

  .news {
    left: 9%;
    width: 35%;
  }

  .presents {
    margin-bottom: 5%;
  }

  .presents img {
    width: 70%;
  }
}
