@charset "UTF-8";

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  text-decoration: none
}

ins, mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body.hidden {
  overflow: hidden
}

* {
  box-sizing: border-box
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul {
  list-style: none;
}
/* ===============================================================================
Common
=============================================================================== */
body, html {
  width: 100%;
  height: 100%;
}
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  position: relative;
  overflow: auto;
  color: #1c1630;
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: 'Shuei Mincho M JIS2004','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-weight: normal;
}
a {
  color: #1c1630;
  text-decoration: none;
}
.btn-permeate {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}
a[target=_blank]:after, a[target=blank]:after{
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.no-scroll {
  overflow-y: hidden;
}
@media screen and (min-width: 769px){
  .spOnly {
    display: none;
  }
  .btn-permeate:hover {
    opacity: .4;
  }
}
@media screen and (max-width: 768px){
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pcOnly {
    display: none;
  }
  img {
    width: 100%;
  }
}
/* ===============================================================================
HeaderArea
=============================================================================== */
#contents header h1{
  background: url(../img/logo_header.png) no-repeat;
  width: 734px;
  height: 62px;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-left: 40px;
}
#contents header h1 a{
  display: block;
  height: 100%;
}
#contents header {
  background: #1c1630;
  width: 100%;
  height: 120px;
  padding: 30px 0;
  position: relative;
  position: fixed;
  top: -120px;
  left: 0;
  transition: all .5s;
  z-index: 20;
}
#contents header.is-fixed-nav {
  top: 0;
}
#contents .btn-menu {
  background: transparent;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  width: 40px;
  height: 30px;
  position: relative;
  display: inline-block;
  top: 48px;
  right: 30px;
  position: absolute;
}
#contents .btn-menu span{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#contents .btn-menu span:nth-child(1) {
  top:0;
}
#contents .btn-menu span:nth-child(2) {
  top:10px;
}
#contents .btn-menu span:nth-child(3) {
  top:20px;
}
#contents .btn-menu.open-menu span:nth-child(1){
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#contents .btn-menu.open-menu span:nth-child(2), #contents .btn-menu.open-menu span:nth-child(3){
  top: 6px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#contents nav {
  background: #c1c1c1;
  position: absolute;
  z-index: 1;
  top: 120px;
  width: 375px;
  right: -375px;
  overflow-x: hidden;
  text-align: center;
  transition: .5s;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
  height: 636px;
}
#contents nav.open-menu {
  right: 0;
  opacity: 1;
}
#contents nav ul li:nth-of-type(n+2){
  border-top: 1px dotted #fff;
}
#contents nav ul li a{
  display: flex;
  text-align: left;
  align-items: center;
  padding: 5px 25px;
  line-height: 1.18;
  height: 90px;
}
#contents nav ul li a span{
  margin-right: 10px;
}
#contents nav ul li.hobo{
  text-align: center;
}
#contents nav ul li.hobo a{
  justify-content: center;
  padding: 0;
}
#contents nav ul li.hobo a img{
  vertical-align: middle;
}
@media screen and (max-width: 768px){
  #contents header {
    height: 36px;
    padding: 8px 0;
  }
  #contents header h1 {
    width: 217px;
    height: 22px;
    margin-left: 10px;
  }
  #contents .btn-menu {
    width: 20px;
    height: 18px;
    top: 10px;
    right: 10px;
  }
  #contents .btn-menu span {
    height: 1px;
  }
  #contents .btn-menu span:nth-child(2) {
    top: 8px;
  }
  #contents .btn-menu span:nth-child(3) {
    top: 16px;
  }
  #contents nav {
    z-index: 1;
    top: 36px;
  }
  #contents nav ul li a span img{
    width: 80px;
  }
  #contents nav ul li.hobo a img {
    width: initial;
  }
}
@media screen and (max-width: 640px){
  #contents nav {
    width: 100vw;
    right: -100vw;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 320px){
  #contents nav ul li a{
    height: 70px;
  }
  #contents nav ul li a span img {
    width: 60px;
  }
}
/* ===============================================================================
SwiperArea
=============================================================================== */
.swiper-container {
  overflow: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev {
  width: 30px;
  height: 60px;
  background: url(../img/btn_arrow_l.svg) no-repeat;
  background-size: contain;
  left: 20px;
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-button-next {
  width: 30px;
  height: 60px;
  background: url(../img/btn_arrow_r.svg) no-repeat;
  background-size: contain;
  right: 20px;
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-pagination {
  bottom: -40px !important;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #a8a8a8;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
}
.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.swiper-container img{
  width: 100%;
}
.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 768px){
  .swiper-button-next {
    width: 9px;
    height: 18px;
    right: 5px;
    top: calc((100% - 18px)/2);
  }
  .swiper-button-prev {
    width: 9px;
    height: 18px;
    left: 5px;
    top: calc((100% - 18px)/2);
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
#product h3 {
  font-size: 3.4rem;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
#product h3 span{
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
#product .list {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 150px;
}
#product .list ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.4vw;
  text-align: center;
}
#product .list ul li{
  font-size: 2.4rem;
  line-height: 1.16;
  font-family: 'Times','Times New Roman','Shuei Mincho M JIS2004',sans-serif;
}
#product .list ul li img{
  width: 100%;
}
#product .list ul li dt{
  padding-bottom: 10px;
}
#product .list ul li .yen{
  font-size: 1.3rem;
}
#product .list ul li .sold{
  font-size: 1.5rem;
  color: #666666;
  padding-top: .4em;
}
#product .list .note {
  font-size: 1.3rem;
  line-height: 2;
  color: #881012;  
  font-family: 'A1 Gothic M', sans-serif;
}
@media screen and (max-width: 768px){
  #product .list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw;
  }
  #product h3 {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-bottom: 50px;
  }
  #product h3 span {
    font-size: 1rem;
  }
  #product .list {
    padding: 30px 0 100px;
  }
  #product .list ul li {
    font-size: 1.5rem;
  }
  #product .list ul li .yen {
    font-size: .9rem;
  }
  #product .list ul li .sold {
    font-size: 1rem;
  }
  #product .list .note {
    font-size: 1rem;
  }  
}
@media screen and (max-width: 640px){
  #product .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw;
  }
}
/* ===============================================================================
FooterArea
=============================================================================== */
footer{
  text-align: center;
  background-color: #1c1630;
  padding: 50px 0 100px;
}
footer li span {
  display: block;
}
footer a{
  color: #ffffff;
}
footer .inner {
  max-width: 940px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
footer .share {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 65px;
}
footer .share_title {
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 1.2rem;
  font-weight: bold;
}
footer .share_title span {
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .share li {
  margin: 0 35px 0 0;
  line-height: 0;
}
footer .share li a {
  font-size: 3.8rem;
  display: block;
}
footer .hobo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6px;
  right: 120px;
}
footer .hobo a{
  font-size: 1.6rem;
  vertical-align: middle;
}
footer .hobo li {
  margin: 0 0 0 35px;
}
footer .hobo li img{
  margin-right: .5em;
}
footer .hobo li.ico_home img {
  vertical-align: middle;
}
footer .menu{
  font-size: 1.4rem;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .menu li::after{
  content: "／";
  display: inline;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0 5px;
}
footer .menu li:last-of-type:after{
  display: none;
}
footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
}
@media screen and (min-width: 641px){
  footer .hobo a{
    font-size: 1.6rem;
    vertical-align: middle;
  }
  footer .email {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .ico_home {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px){
  footer {
    text-align: center;
    padding: 25px 0 50px;
  }
  footer .share {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  footer .share li {
    margin: 0;
  }
  footer .share li a{
    font-size: 4.5rem;
  }
  footer .hobo {
    max-width: 320px;
    width: 95%;
    position: relative;
    margin: 0 auto;
    font-size: 1.6rem;
    right: 0;
    top: 0;
    justify-content: space-between;
  }
  footer .hobo li {
    margin: 0 0 30px 0;
    display: block;
  }
  footer .hobo li.email img{
    width: 26px;
  }
  footer .hobo li.ico_home img {
    width: 42px;
  }
  footer .menu{
    font-size: 1.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .copyright{
    font-size: 1.2rem;
  }
}