@charset "euc-jp";

#top_visual{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80vh;
  position: relative;
}

#slide{
  width:80vw;
  position: absolute;
  left:0;
  top:0;
}

#slide img{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bx-viewport .bxslider li{
  height: 80vh;
  display: block!important;
  position: relative;
}

.bx-wrapper{
  border:none!important;
  box-shadow: none!important;
}


#top_read{
  position: absolute;
  left: 85vw;
}

#top_read .takaramono{
  width:100px;
  margin:0 auto;
}

#top_read p{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-weight: 100;
    margin: 0 auto 20px;
    font-size: 1rem;
    letter-spacing: 2.5px;
    white-space: pre;
    line-height: 1.8em;
}

#carousel{
  width:100%;
  position:absolute;
  left:0;
  top:0;
}
ul.bxslider {
  margin-left: 0px !important;
}

#wrapper .bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: none !important;
  left: 0 !important;
  background: transparent !important;
}

.banner_fb{
  display: flex;
  justify-content: space-between;
  margin: 70px auto 70px;
}
.banner{
  display: block;
  margin: 0 1em;
  width:40%
}
.banner a img{
  width: 100%;
  height: auto;
}

.fb{
  width:45%;
}

#top_content{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#about{
  width: 100vw;
  background-color: #F4E8EA;
  position: relative;
}
#gift{
  width: 100vw;
  background-color: #E5F6FB;
  position: relative;
  margin-top: 120px;
}

#about .read_block{
  position: absolute;
  right: 65%;
  width: 300px;
  top: 12%;
}
#gift .read_block{
  position: absolute;
  left: 65%;
  width: 300px;
  top: 12%;
}
.w_box{
  background-color: #FFF;
  padding: 20px;
}

#about .w_box h3{
  color: #961B29;
  border-bottom: 1px solid #961B29;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  letter-spacing: 5px;
}

#gift .w_box h3{
  color: #0865A2;
  border-bottom: 1px solid #0865A2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 5px;
}

.w_box p{
  text-align: justify;
  line-height: 1.8em;
}

#about .image_block{
  float: right;
  max-width: 70%;
}
#gift .image_block{
  float: left;
  max-width: 70%;
}

.recommend-items{
  clear: both;
}

.recommend-items h2{
  margin: 40px auto 0;
  width: 10em;
  font-size: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  line-height: 1em;
}

.recommend-items h2 span{
  display: block;
  font-size: 20px;
}

.recommend-items ul{
  margin: 40px auto;
}

.recommend-items ul li{
  list-style: none;
}

.recommend-items .prd-lst-name{
  
}

.more a{
  display: block;
  position: absolute;
  bottom: -22px;
  width: 16em;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  box-sizing: border-box;
  background-color: #961B29;
  color: #FFF;
  text-align: center;
}

  .pc-none{display: none;}
  .sp-none{display: block;}


@media (max-width: 768px) {

  .pc-none{display: block;}
  .sp-none{display: none;}

  #top_visual{
  display: block;
  justify-content: space-between;
  width: 100%;
  height: auto;
  position: relative;
}

#slide{
  width:100vw;
  height:auto;
  position: unset;
  left:0;
  top:0;
}

#slide img{
  position: unset;
  top: 0px;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.bx-viewport .bxslider li{
  height: auto;
  display: block!important;
  position: relative;
}

#top_read{
  position: unset;
  right: 0;
  width: 90%;
  margin: 0 auto;
}

#top_read p{
    writing-mode:unset;
    -ms-writing-mode:unset;
    -webkit-writing-mode: unset;
    font-weight: 100;
    margin: 60px auto 0;
    font-size: 1rem;
    letter-spacing: 1px;
    white-space: normal;
    line-height: 1.8em;
  text-align:center;
  word-break:keep-all;
}
  
  #top_read .takaramono{
  width:100px;
  margin:20px  auto;
}

.banner_fb{
  display: block;
  justify-content: space-between;
  margin: 70px auto 70px;
}
.banner{
  display: block;
  margin: 0 auto 60px;
  width:90%
}
.banner a img{
  width: 100%;
  height: auto;
}

.fb{
  width:90%;
  margin:0 auto;
}


#top_content{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#about{
  width: 100vw;
  background-color: #F4E8EA;
  position: relative;
}
#gift{
  width: 100vw;
  background-color: #E5F6FB;
  position: relative;
  margin-top: 120px;
}

#about .read_block{
  position: absolute;
  right: 0%;
  width: 90%;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#gift .read_block{
  position: absolute;
  right: 0%;
  width: 90%;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
.w_box{
  background-color: #FFF;
  padding: 10px;
}

#about .w_box h3{
  color: #961B29;
  border-bottom: 1px solid #961B29;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 3px;
}

#gift .w_box h3{
  color: #0865A2;
  border-bottom: 1px solid #0865A2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 3px;
}

.w_box p{
  text-align: justify;
  line-height: 1.4em;
}

#about .image_block{
  float: none;
  max-width: 100%;
  height: 300px;
}
#gift .image_block{
  float: none;
  max-width: 100%;
  height: 300px;
}

.recommend-items{
  clear: both;
  margin-top: 240px;
}

.recommend-items h2{
  margin: 40px auto 0;
  width: 10em;
  font-size: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  line-height: 1em;
}

.recommend-items h2 span{
  display: block;
  font-size: 15px;
}

.recommend-items ul{
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom:20px;
}

.recommend-items ul li{
  width: 50%;
  list-style: none;
}

.more a{
  display: block;
  position: absolute;
  bottom: -22px;
  width: 16em;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  box-sizing: border-box;
  background-color: #961B29;
  color: #FFF;
  text-align: center;
}


}