@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: #2E657A;
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: 'A1 Gothic M',serif;
  font-weight: normal;
}

a {
  color: #2E657A;
  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.svg) 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: #FFC3D1;
  width: 100%;
  height: 100px;
  padding: 20px 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: 36px;
  right: 30px;
  position: absolute;
}

#contents .btn-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #6FB1BC;
  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: #6FB1BC;
  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: #6FB1BC;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contents nav {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 100px;
  width: 375px;
  right: -375px;
  overflow-x: hidden;
  text-align: center;
  transition: .5s;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
}

#contents nav.open-menu {
  right: 0;
  opacity: 1;
}

#contents nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #FFC3D1;
}

#contents nav ul li {
  width: 50%;
}

#contents nav ul li a {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  line-height: 1.18;
  color: #2E657A;
  font-size: 11px;
  height: 150px;
}

#contents nav ul li:nth-of-type(odd) {
  border-right: 1px solid #FFC3D1;
}

#contents nav ul li:nth-of-type(n+3) {
  border-top: 1px solid #FFC3D1;
}

#contents nav ul li:nth-of-type(1) a {
  padding-top: 30px;
}

#contents nav ul li:nth-of-type(1) a span img {
  width: 166.5px;
}

#contents nav ul li:nth-of-type(2) a {
  padding-top: 44px;
}

#contents nav ul li:nth-of-type(2) a span img {
  width: 120px;
}

#contents nav ul li:nth-of-type(3) a span img {
  width: 130px;
}

#contents nav ul li:nth-of-type(4) a {
  padding-top: 10px;
}

#contents nav ul li:nth-of-type(4) a span img {
  width: 145px;
}

#contents nav ul li:nth-of-type(n+5) {
  border-top: 1px solid #FFC3D1;
}

#contents nav ul li.hobo {
  text-align: center;
  width: 100%;
  border-left: none;
  border-right: none;
}

#contents nav ul li.hobo a {
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: auto;
  height: 90px;
  font-size: 16px;
  width: 198px;
}

#contents nav ul li.hobo a span {
  display: inline-block;
  margin-right: 15px;
  width: 38px;
}

#contents nav ul li.hobo a img {
  vertical-align: middle;
  max-height: 28px;
}

@media screen and (max-width: 768px) {
  .wrap {
    border-left: 8px solid #FFC3D1;
    border-right: 8px solid #FFC3D1;
  }
  #contents header {
    height: 40px;
    padding: 8px 0;
  }
  #contents header h1 {
    background: url(../img/logo_header-sp.svg) no-repeat;
    width: 280px;
    height: 25px;
    margin-left: 10px;
  }
  #contents .btn-menu {
    width: 20px;
    height: 18px;
    top: 13px;
    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: 40px;
    height: auto;
  }
  #contents nav ul li a span img {
    width: inherit;
  }
  #contents nav ul li.hobo a {
    height: 60px;
  }
  #contents nav ul li.hobo a img {
    width: initial;
  }
}

@media screen and (max-width: 640px) {
  #contents nav {
    width: 100vw;
    right: -100vw;
    position: relative;
    top: 7px;
  }
}

@media screen and (max-width: 320px) {
  #contents header h1 {
    width: 260px;
  }
  #contents nav ul li a {
    font-size: 10px;
  }
  #contents nav ul li:nth-of-type(1) a {
    padding-top: 39px;
  }
  #contents nav ul li:nth-of-type(2) a {
    padding-top: 51px;
  }
  #contents nav ul li:nth-of-type(2) a span img {
    width: 100px;
  }
  #contents nav ul li:nth-of-type(3) a {
    padding-top: 8px;
  }
  #contents nav ul li:nth-of-type(3) a span img {
    width: 120px;
  }
  #contents nav ul li:nth-of-type(4) a {
    padding-top: 14px;
  }
  #contents nav ul li:nth-of-type(4) a span img {
    width: 130px;
  }
}

/* ===============================================================================
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 {
  background: #fff;
  border-left: 40px solid #FFC3D1;
  border-right: 40px solid #FFC3D1;
  padding: 0 40px 100px;
}

#product ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin: auto;
  text-align: center;
  justify-content: space-between;
}

#product ul li {
  width: calc(50% - 50px);
}

#product ul li:nth-of-type(n+3) {
  margin-top: 100px;
}

#product ul li.sold {
  position: relative;
}

#product ul li.sold::before {
  content: '';
  background-image: url(/store/treasuretrove/img/ico-sold.svg);
  background-size: contain;
  width: 94px;
  height: 94px;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media screen and (max-width: 768px) {
  #product {
    border: none;
    padding: 0;
  }
  #product .list ul li {
    width: 85%;
    margin: auto;
  }
  #product .list ul li:nth-of-type(n+2), #product .list ul li:nth-of-type(n+3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  #product .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
  text-align: center;
  background-color: #fff;
  border-left: 40px solid #FFC3D1;
  border-right: 40px solid #FFC3D1;
  padding: 50px 40px 100px;
}

footer li span {
  display: block;
}

footer a {
  color: #FFC3D1;
}

footer .inner {
  max-width: 940px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

footer .share {
  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: 0;
}

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: #FFC3D1;
  padding: 0 5px;
}

footer .menu li:last-of-type:after {
  display: none;
}

footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #FFC3D1;
}

@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: 930px) {
  footer {
    text-align: center;
    padding: 25px 0 50px;
    padding-top: 80px;
  }
  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;
    flex-direction: column;
    margin-bottom: 30px;
  }
  footer .hobo li {
    margin: 0 0 20px 0;
    display: block;
  }
  footer .hobo li img {
    width: 26px;
  }
  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;
  }
}

@media screen and (max-width: 768px) {
  footer {
    border: none;
  }
}
