@charset "UTF-8";
@media (min-width: 992px) {
  .btn-permeate {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn-permeate:hover {
    opacity: 0.4;
  }
  .spOnly {
    display: none;
  }
}
@media (max-width: 600px) {
  .pcOnly {
    display: none;
  }
}
[v-cloak] {
  display: none;
}

@media (min-width: 601px) {
  img {
    width: initial;
  }
}

body {
  opacity: 0.01;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: "Maru Antique+ Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #332E20;
}
body.on {
  opacity: 1;
}

#app {
  background: #ccc;
}

#top {
  background: #ccc;
}
#top .mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 950px;
  height: 750px;
}
@media (max-width: 600px) {
  #top .mv img {
    width: 100vw;
    height: 78.946vw;
  }
}
#top .mv .text {
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  background-color: rgb(255, 255, 255);
  padding: 4px 8px;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 600px) {
  #top .mv .text {
    left: 24px;
    bottom: 14px;
  }
}
#top .mv .text span {
  font-size: 10px;
}

.mv {
  position: relative;
}
.mv .swiper-slide {
  max-width: 950px;
}
@-webkit-keyframes bund-mv-icon {
  0%, to {
    top: 30px;
  }
  50% {
    top: 50px;
  }
}
@keyframes bund-mv-icon {
  0%, to {
    top: 30px;
  }
  50% {
    top: 50px;
  }
}
@media (max-width: 600px) {
  @-webkit-keyframes bund-mv-icon {
    0%, to {
      top: 6vw;
    }
    50% {
      top: 10vw;
    }
  }
  @keyframes bund-mv-icon {
    0%, to {
      top: 6vw;
    }
    50% {
      top: 10vw;
    }
  }
}
.mv .mv_icon {
  position: absolute;
  top: 60px;
  right: 61px;
  -webkit-animation: bund-mv-icon 4s 0s infinite;
          animation: bund-mv-icon 4s 0s infinite;
}
@media (max-width: 600px) {
  .mv .mv_icon {
    width: 21.2vw;
    top: 8vw;
    right: 4.93vw;
  }
}

header + .mv {
  padding-top: 50px;
}
@media (max-width: 600px) {
  header + .mv {
    padding-top: 10vw;
  }
}

.banner_img {
  position: relative;
}

.banner_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
}
@media (max-width: 600px) {
  .banner_img::before {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
  }
}

.icon_new .banner_img::before {
  background: url(../img/shop/pc/section2_ico2.svg) no-repeat;
  background-size: contain;
}

.icon_resale-pre .banner_img::before {
  background: url(../img/shop/pc/section2_ico1.svg) no-repeat;
  background-size: contain;
}

.icon_resale .banner_img::before {
  background: url(../img/shop/pc/section2_ico3.svg) no-repeat;
  background-size: contain;
}

.sold .banner_img::before {
  background: url(../img/shop/pc/section2_ico4.svg) no-repeat !important;
  background-size: contain !important;
}

.shopList .mv {
  background-color: #F1ECE0;
}
.shopList .mv > div {
  max-width: 950px;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .shopList .mv > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 54px;
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  .shopList .mv > div .title {
    width: 83.466vw;
    padding: 1.3vw 0 7.3vw;
    margin: 0 auto;
  }
}
.shopList .mv > div .title h1 {
  display: inline-block;
}
@media (max-width: 600px) {
  .shopList .mv > div .text {
    width: 83.466vw;
    margin: 0 auto;
    padding: 0 0 5vw;
  }
}
.shopList .mv > div .text div {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.8px;
  color: #000;
}
@media (max-width: 600px) {
  .shopList .mv > div .text div {
    font-size: 3.6vw;
  }
}
.shopList .mv > div .text div span {
  color: #A39383;
  font-size: 14px;
  letter-spacing: 0.7px;
  display: block;
  padding-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 600px) {
  .shopList .mv > div .text div span {
    font-size: 3.33vw;
  }
}
.shopList main.index section {
  max-width: 830px;
  width: auto;
}
@media (max-width: 991px) {
  .shopList main.index section {
    width: 80vw;
  }
}
.shopList .filter {
  padding: 20px 0 50px;
}
@media (max-width: 600px) {
  .shopList .filter {
    padding: 20px 0;
  }
}
.shopList .filter li {
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  margin: 0 5px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 17.5px;
  line-height: 35px;
  height: 35px;
  color: #97CAEB;
  font-family: "Rocio Pro Medium", "Maru Antique+ Medium", sans-serif;
}
.shopList .filter li.is-active {
  border-color: #97CAEB;
}
.shopList .filter li:first-of-type {
  font-size: 20px;
}
@media (max-width: 600px) {
  .shopList .filter li:first-of-type {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  .shopList .filter li {
    font-size: 12px;
    padding: 0 10px;
    border-radius: 20px;
    line-height: 1.77;
    border-width: 1px;
    height: 20px;
  }
}
.shopList main {
  padding-top: 0;
}
.shopList .category_title {
  top: 50px;
  background-color: #fff;
  z-index: 2;
  padding-top: 50px;
}
@media (max-width: 600px) {
  .shopList .category_title {
    top: 10vw;
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .shopList .category_title h2 {
    width: 24.8vw;
  }
}
@media (min-width: 601px) {
  .shopList .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 47px 70px;
    padding-bottom: 100px;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .shopList .category {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media (min-width: 601px) {
  .shopList .category > div {
    width: 380px;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .shopList .category > div {
    width: calc((100% - 35px) / 2);
  }
}
.shopList .category > div {
  display: none;
}
.shopList .category > div.is-show {
  display: block;
}
.shopList .category > div.each h3 + p::before {
  content: "各";
  display: inline-block;
  font-family: "Maru Antique+ Medium";
}
.shopList .category > div a {
  color: #332E20;
}
.shopList .category > div a div {
  font-family: "Maru Antique+ DemiBold", sans-serif;
}
.shopList .category > div a div h4 {
  color: #605C50;
  font-size: 14px;
  line-height: 178%;
  letter-spacing: 0.7px;
  padding-top: 10px;
}
.shopList .category > div a div h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.9px;
}
.shopList .category > div a div h3 span {
  font-size: 75%;
}
.shopList .category > div a div h3 + p {
  font-size: 18px;
  font-family: "Rocio Pro Bold", sans-serif;
  letter-spacing: 3.6px;
}
.shopList .category > div a div h3 + p.price2 {
  line-height: 1.66;
  padding-top: 0.4em;
  font-family: "Rocio Pro Bold", "Maru Antique+ DemiBold", sans-serif;
}
@media (min-width: 601px) {
  .shopList .category > div a div h3 + p.price2 {
    font-size: 96%;
  }
}
.shopList .category > div a div .text {
  font-size: 13px;
  font-family: "Maru Antique+ Regular", sans-serif;
}
@media (max-width: 600px) {
  .shopList .banner_img::before {
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
  }
}

main {
  max-width: 950px;
  margin: 0 auto;
  line-height: 2;
  background-color: #fff;
}
main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .link {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 600px) {
  main .link {
    margin-top: 20px;
  }
}
main .link a.btn {
  color: #97CAEB;
  border-color: #97CAEB;
}
main .inner {
  max-width: 800px;
  width: 90vw;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
main .inner h2 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  font-family: "Maru Antique+ DemiBold", sans-serif;
}
main .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}
@media (max-width: 991px) {
  main .inner ul {
    gap: 20px;
  }
}
main .inner ul li {
  width: 240px;
  font-family: "Maru Antique+ DemiBold", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}
@media (max-width: 991px) {
  main .inner ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 600px) {
  main .inner ul li {
    width: calc((100% - 20px) / 2);
  }
}
main .inner ul li.js_target {
  display: none;
}
main .inner ul li.js_target.js_selected {
  display: block;
}
main .inner ul li h4 {
  font-size: 14px;
  line-height: 178%;
  letter-spacing: 0.7px;
  padding-top: 10px;
}
@media (max-width: 600px) {
  main .inner ul li h4 {
    font-size: 12px;
  }
}
main .inner ul li h3 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 600px) {
  main .inner ul li h3 {
    font-size: 3.73vw;
  }
}
@media (max-width: 600px) {
  main .inner ul li br {
    display: none;
  }
}
main .inner .item-btn {
  border-radius: 20px;
  border: 1px solid #FFF;
  font-size: 3.2vw;
  letter-spacing: 0.65px;
  width: 40vw;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  font-family: "Maru Antique+ Medium", sans-serif;
}
@media (min-width: 601px) {
  main .inner .item-btn {
    font-size: 14px;
    width: 200px;
    border: 2px solid #FFF;
  }
}
main .inner .item-btn-blue {
  color: #97CAEB;
  border-color: #97CAEB;
}
main .inner #toggleBtn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  main .inner #toggleBtn {
    margin-top: 25px;
  }
}
main .inner #toggleBtn.close {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 22px 0;
  margin-top: 20px;
  position: sticky;
  bottom: 0;
}
@media (max-width: 600px) {
  main .inner #toggleBtn.close {
    padding: 18px 0;
  }
}
main .inner #toggleBtn.close .item-btn {
  border: 2px solid #97CAEB;
  color: #97CAEB;
}
main .inner #toggleBtn.close .item-btn::before {
  content: "";
  display: block;
  background: url(../img/common/btn_close.svg);
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
main .inner #toggleBtn:not(.close)::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 7em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(151, 202, 235, 0.3)), color-stop(40%, rgba(151, 202, 235, 0.8)), to(#97CAEB));
  background: linear-gradient(top, rgba(151, 202, 235, 0.3) 0%, rgba(151, 202, 235, 0.8) 40%, #97CAEB 100%);
  background: -webkit-linear-gradient(top, rgba(151, 202, 235, 0.3) 0%, rgba(151, 202, 235, 0.8) 40%, #97CAEB 100%);
}
main .lefttext {
  top: 0;
  position: sticky;
  z-index: 2;
  padding: 120px 0 90px;
  display: inline-block;
}
@media (max-width: 600px) {
  main .lefttext {
    display: none;
  }
}
main #yodogawa {
  background-color: #fff;
  line-height: 2;
}
main #yodogawa .wrapper h3 {
  font-size: 20px;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
}
@media (max-width: 600px) {
  main #yodogawa .wrapper h3 {
    font-size: 18px;
  }
}
main #yodogawa .wrapper > div {
  padding: 60px 0;
}
@media (max-width: 600px) {
  main #yodogawa .wrapper > div {
    width: 80vw;
    margin: 0 auto;
    padding: 13.33vw 0;
    font-size: 16px;
  }
}
main #backnumber {
  background-color: #97CAEB;
  color: #fff;
  position: relative;
}
main #backnumber a {
  color: #fff;
}
main #backnumber #backnumber_header {
  top: 50px;
  background-color: #97CAEB;
  z-index: 1;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  main #backnumber #backnumber_header {
    top: 10vw;
  }
}
main #backnumber .inner {
  max-width: initial;
  width: initial;
}
@media (max-width: 600px) {
  main #backnumber .inner h2 {
    padding-bottom: 50px;
  }
}
main #backnumber .inner .tags {
  max-width: 450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  position: relative;
  padding-top: 5px;
}
@media (max-width: 600px) {
  main #backnumber .inner .tags {
    max-width: 320px;
  }
}
main #backnumber .inner .tags::before {
  content: "";
  display: block;
  background: url(../img/common/icon_tag.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
  top: 0;
}
@media (max-width: 600px) {
  main #backnumber .inner .tags::before {
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  main #backnumber .inner .tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}
main #backnumber .inner .tags button {
  font-family: "Maru Antique+ Regular", sans-serif;
  color: #332E20;
  font-size: 13px;
}
main #backnumber .inner .tags button::after {
  font-family: "Hobonichi-Icons";
  content: "\e917";
  font-size: 15px;
  display: inline-block;
  vertical-align: -1.5px;
}
@media (max-width: 600px) {
  main #backnumber .inner .tags button {
    width: 32%;
    text-align: left;
    font-size: 12px;
  }
}
main #backnumber .inner .tags button.active {
  color: #FFF493;
}
main #backnumber .inner .tags button.active::after {
  content: "\e915";
}
main #backnumber .inner ul {
  overflow: hidden;
  padding-top: 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 800px;
  width: 90vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  main #backnumber .inner ul {
    padding-top: 20px;
  }
}
main #backnumber .inner ul li:not(.active) {
  display: none;
}
main #backnumber .inner ul li.show {
  display: block;
}
main #backnumber .inner ul li.show.active {
  display: block !important;
}
main #life {
  background-color: #fff;
}
main #life .inner {
  padding-bottom: 60px;
}
main #life .inner h2 {
  color: #97CAEB;
  font-size: 20px;
  line-height: 1.44;
  letter-spacing: 1px;
  font-family: "Maru Antique+ Bold", sans-serif;
}
@media (max-width: 600px) {
  main #life .inner h2 {
    font-size: 5.33vw;
  }
}
main #life .inner h2 span {
  font-size: 16px;
  letter-spacing: 0.8px;
  display: block;
  font-family: "Maru Antique+ DemiBold", sans-serif;
}
@media (max-width: 600px) {
  main #life .inner h2 span {
    font-size: 4vw;
  }
}
main #life .inner .item-btn {
  margin-top: 60px;
}
main #life .inner .text {
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  main #life .inner .text {
    font-size: 4.26vw;
  }
}
main.index #yodogawa {
  color: #97CAEB;
  padding: 0 10vw 14.66vw;
}
@media (min-width: 601px) {
  main.index #yodogawa {
    padding: 10px 0 135px;
  }
}
main.index #yodogawa a.btn {
  color: #97CAEB;
  border-color: #97CAEB;
  width: 50vw;
  display: block;
  margin: 50px auto 0;
}
@media (max-width: 600px) {
  main.index #yodogawa a.btn {
    height: 10vw;
    line-height: 10vw;
    font-size: 16px;
  }
}
@media (min-width: 601px) {
  main.index #yodogawa a.btn {
    width: 200px;
  }
}
main.index section {
  max-width: 850px;
  width: 80vw;
  margin: 0 auto;
}
main.index section + section {
  margin-top: 60px;
}
@media (max-width: 600px) {
  main.index section + section {
    margin-top: 12vw;
  }
}
main.index section .title h2 {
  color: #97CAEB;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Maru Antique+ Bold", sans-serif;
}
@media (max-width: 600px) {
  main.index section .title h2 {
    line-height: 1.2;
  }
}
main.index section .title h2 span {
  font-family: "Maru Antique+ DemiBold", sans-serif;
  display: block;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1;
}
@media (max-width: 600px) {
  main.index section .title h2 span {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media (min-width: 601px) {
  main.index section .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
main.index section .title a.btn {
  color: #97CAEB;
  border-color: #97CAEB;
  width: 170px;
  font-size: 13px;
}
@media (max-width: 600px) {
  main.index section .title a.btn {
    width: initial;
    height: 6.66vw;
    line-height: 6vw;
    font-size: 10px;
    padding: 0 1em;
  }
}
main.index section .text {
  font-size: 15px;
  padding: 10px 0 20px;
}
@media (max-width: 600px) {
  main.index section .text {
    font-size: 3.2vw;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  main.index section .text br {
    display: none;
  }
}
main.index section .slider {
  position: relative;
}
main.index section .slider .swiper-button-next.swiper-button-disabled, main.index section .slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
main.index section .slider .swiper-button-next, main.index section .slider .swiper-button-prev {
  top: 82px;
}
@media (max-width: 991px) {
  main.index section .slider .swiper-button-next, main.index section .slider .swiper-button-prev {
    display: none;
  }
}
main.index section .slider .swiper-button-prev,
main.index section .slider .swiper-button-next {
  height: 50px;
  width: 50px;
}
main.index section .slider .swiper-button-prev::after,
main.index section .slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
main.index section .slider .swiper-button-prev::after {
  background-image: url(../img/common/btn_prev.svg);
}
main.index section .slider .swiper-button-next::after {
  background-image: url(../img/common/btn_next.svg);
}
main.index section .slider .swiper-slide img {
  height: auto;
  width: 100%;
}
main.index section .slider .swiper-wrapper .swiper-slide div:not(.banner_img) {
  padding-top: 10px;
  font-family: "Maru Antique+ DemiBold", sans-serif;
}
main.index section .slider .swiper-wrapper .swiper-slide div:not(.banner_img) h4 {
  color: #605C50;
  font-size: 14px;
  line-height: 178%;
  letter-spacing: 0.7px;
}
@media (max-width: 600px) {
  main.index section .slider .swiper-wrapper .swiper-slide div:not(.banner_img) h4 {
    font-size: 2.66vw;
  }
}
main.index section .slider .swiper-wrapper .swiper-slide div:not(.banner_img) h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
}
@media (max-width: 600px) {
  main.index section .slider .swiper-wrapper .swiper-slide div:not(.banner_img) h3 {
    font-size: 3.73vw;
  }
}
main.index section .slider .swiper-wrapper .swiper-slide div:not(.banner_img) h3 span {
  font-size: 75%;
}
main.index section .slider .swiper-wrapper .swiper-slide div:not(.banner_img) h3 + p {
  font-size: 16px;
  letter-spacing: 3.2px;
  font-family: "Rocio Pro Bold", sans-serif;
}
@media (max-width: 600px) {
  main.index section .slider .swiper-wrapper .swiper-slide div:not(.banner_img) h3 + p {
    font-size: 3.46vw;
  }
}
main.index section.shop .slider .swiper-button-next, main.index section.shop .slider .swiper-button-prev {
  top: 34%;
}
@media (max-width: 600px) {
  main.index section.shop .slider br:not(.br-sp) {
    display: none;
  }
}
main.index section.magagines .slider .swiper-wrapper .swiper-slide div h3 {
  font-size: 16px;
  letter-spacing: 0.8px;
}
@media (max-width: 600px) {
  main.index section.magagines .slider .swiper-wrapper .swiper-slide div h3 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  main.index section.magagines .slider .swiper-wrapper .swiper-slide div h3 br:not(.br-sp) {
    display: none;
  }
}
main.index section.life {
  padding-bottom: 100px;
}/*# sourceMappingURL=index.css.map */