@charset "UTF-8";

/* Base */

html {
  font-size: 3.4666667vw;
}

@media (min-width: 1024px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "adobe-caslon-pro", "yu-mincho-pr6", YuMincho, serif;
  color: #0c0c0c;
  line-height: 2;
  letter-spacing: .05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Utility */

.container {
  width: 82.4%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.gray {
  color: #808080!important;
}

.white {
  color: #FFF!important;
}

.column {
  flex-direction: column;
}

.bg-snow {
  background-color: #f4f4f4!important;
}

.row-reverse {
  flex-direction: row-reverse;
}

.column-reverse {
  flex-direction: column-reverse;
}

.writing-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;          /* IE11 */
}

.header-spacer {
  height: 7.307692rem;
}

.header-spacer-2 {
  height: 6.538462rem;
}

.yu {
  font-family: "yu-mincho-pr6", YuMincho, serif!important;
}

@media (max-width: 1023px) {

  .sp-none {
    display: none!important;
  }

  .sp-flex {
    display: flex!important;
  }

  .sp-container {
    width: 82.4%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-justify-center {
    justify-content: center;
  }
}

@media (min-width: 1024px) {

  .pc-none {
    display: none!important;
  }

  .pc-flex {
    display: flex!important;
  }

  .pc-container {
    width: 82.4%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .pc-white {
    color: #fff!important;
  }

  .pc-bg-black {
    background-color: #0c0c0c!important;
  }

  .pc-writing-vertical {
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
    white-space: nowrap;          /* IE11 */
  }

  .pc-column {
    flex-direction: column;
  }

  .pc-justify-between {
    justify-content: space-between;
  }

  .pc-col{
    float:left;
    box-sizing:border-box;
  }

  .pc-col-right{
    float:right;
    box-sizing:border-box;
  }

  .pc-col-1{
    width:8.33333%;
  }

  .pc-col-2{
    width:16.66667%;
  }

  .pc-col-3{
    width:25%;
  }

  .pc-col-4{
    width:33.33333%;
  }

  .pc-col-5{
    width:41.66667%;
  }

  .pc-col-6{
    width:50%;
  }

  .pc-col-7{
    width:58.33333%;
  }

  .pc-col-8{
    width:66.66667%;
  }

  .pc-col-9{
    width:75%;
  }

  .pc-col-10{
    width:83.33333%;
  }

  .pc-col-11{
    width:91.66667%;
  }

  .pc-col-12{
    width:100%;
  }

}

@media (min-width: 1216px) {
  .xl-none {
    display: none;
  }
}

/* Common */

.ham-open {
  position: fixed;
  top: 1.538462rem;
  right: 1.538462rem;
  cursor: pointer;
  line-height: 1;
  width: 2.769231rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 3;
}

.ham-open__bars {
  position: relative;
  height: 1.192308rem;
}

.ham-open__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1px;
  width: 100%;
  background-color: #231815;
}

.ham-open__bar:nth-child(1) {
  -webkit-transform: translateY(-0.538462rem);
          transform: translateY(-0.538462rem);
}

.ham-open__bar:nth-child(2) {
  -webkit-transform: translateY(0.576923rem);
          transform: translateY(0.576923rem);
}

[data-ham-open="1"] .ham-open__bar:nth-child(1) {
  -webkit-transform: translateY(0.269231rem) rotate(45deg);
          transform: translateY(0.269231rem) rotate(45deg);
}

[data-ham-open="1"] .ham-open__bar:nth-child(2) {
  -webkit-transform: translateY(0.269231rem) rotate(-45deg);
          transform: translateY(0.269231rem) rotate(-45deg);
}

[data-ham-open="1"] .ham-open__bar:nth-child(3) {
  display: none;
}

.ham-open__text {
  font-size: 0.846154rem;
  margin-top: 0.346154rem;
}

[data-ham-open="1"] .ham-open__text {
  display: none;
}

.ham-overlay {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,1);
  padding: 6.923077rem 0 2.884615rem 1.923077rem;
  font-size: 1.076923rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease .3s;
  z-index: 2;
}

[data-ham-open="1"] .ham-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.ham-overlay__top > * + * {
  margin-top: .8em;
}

.ham-overlay__sub-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 4.8em;
  margin-left: .5em;
  margin-top: .5em;
}

.ham-overlay__sub-links > * {
  display: block;
  font-size: 1rem;
  padding: .25em 0;
}

.ham-overlay__sub-links > *::before {
  content: '–';
  display: inline;
  margin-right: 1em;
}

.ham-overlay__facebook-img {
  width: 0.576923rem;
  height: 1.153846rem;
}

.ham-overlay__twitter-img {
  width: 1.153846rem;
  height: 0.938462rem;
  position: relative;
  top: -.1em;
}

.ham-overlay__instagram-img {
  width: 1.153846rem;
  height: 1.153846rem;
}

[data-ham-btn] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease .3s;
}

[data-ham-show="1"] [data-ham-btn] {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.ham-top-bg {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 4.769231rem;
  background-color: #FFF;
  z-index: 2;
}

.ham-overlay__slash {
  margin: 0 .8em;
}

@media (max-width: 1023px) {
  .ham-overlay__facebook-img,
  .ham-overlay__twitter-img,
  .ham-overlay__instagram-img {
    vertical-align: -.1em;
  }

  .ham-overlay__twitter-img {
    margin-left: .4em;
    margin-right: .4em;
  }
}

@media (min-width: 1024px) and (max-width: 1215px) {
  .ham-overlay {
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .ham-overlay__link > a {
    font-size: 1.230769rem;
  }

  .ham-overlay__top, .ham-overlay__bottom {
    width: 23.076923rem;
  }

  .ham-overlay__top {
    padding-bottom: 6.769231rem;
  }

  .ham-overlay__top > .ham-overlay__link:not(:last-child) {
    margin-bottom: 1.538462rem;
  }

  .ham-overlay__sub-links {
    padding-left: 1.538462rem;
  }

  .ham-overlay__sub-link {
    width: 15em;
  }
}

@media (min-width: 1216px) {

  [data-ham-show="1"] .ham-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .ham-overlay {
    background-color: #fff;
    line-height: 1;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    left: initial;
    right: 0;
    height: auto;
    padding-top: 2.769231rem;
    padding-right: 2.769231rem;
  }

  .ham-overlay__top {
    display: flex;
    justify-content: space-between;
    width: 47.692308rem;
  }

  .ham-overlay__top > * + * {
    margin-top: 0;
  }

  .ham-overlay__bottom {
    font-size: 1rem;
    margin-left: 4.923077rem;
  }

  .ham-overlay__slash {
    margin: 0 .4em;
  }

  .ham-overlay__facebook-img,
  .ham-overlay__twitter-img {
    margin: 0 .2em;
  }

  .ham-overlay__link > a,
  .ham-overlay__sub-link > * {
    display: inline-block;
    position: relative;
  }

  .ham-overlay__link > a::after,
  .ham-overlay__sub-link > *::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: .5px;
    background-color: currentcolor;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  .ham-overlay__link {
    position: relative;
  }

  .ham-overlay__link > a::after {
    bottom: -1.153846rem;
  }

  .ham-overlay__sub-link > *::after {
    bottom: -0.384615rem;
  }

  .ham-overlay__link:hover > a::after,
  .ham-overlay__link[data-active="1"] > a::after,
  .ham-overlay__sub-link:hover > *::after,
  .ham-overlay__sub-link[data-active="1"] > *::after {
    -webkit-transform: scaleX(1.01);
            transform: scaleX(1.01);
  }

  .ham-overlay__sub-links > * {
    padding: 1em 0;
  }

  .ham-overlay__sub-links {
    height: auto;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0;
    top: 0;
    min-width: 12em;
    padding-top: 3.076923rem;
    position: absolute;
    z-index: -1;
    max-height: 0;
    transition: max-height .3s ease;
  }

  .ham-overlay__link > a + .ham-overlay__sub-links {
    margin-top: 1.230769rem;
  }

  .ham-overlay__link:hover > a + .ham-overlay__sub-links {
    max-height: 15.384615rem;
  }

  .ham-overlay__sub-links > *::before {
    display: none;
  }

  .ham-hover-curtain {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.875);
    transition: opacity .3s ease, visibility .3s ease .3s;
    opacity: 0;
    visibility: hidden;
  }

  [data-ham-show="1"] .ham-hover-curtain[data-visible="1"] {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}

.float-logomark {
  position: fixed;
  left: 1.538462rem;
  top: 0.769231rem;
  z-index: 3;
}

.float-logomark__img {
  width: 4.384615rem;
  height: 3.230769rem;
}

@media (min-width: 1024px) {
  .float-logomark {
    top: 1.384615rem;
    left: 2.769231rem;
  }

  .float-logomark__img {
    width: 4.769231rem;
    height: 3.507692rem;
  }
}

.link-arrow {
  position: relative;
}

.link-arrow::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: currentcolor;
}

.link-arrow::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.107692rem;
  right: 0rem;
  top: 0.5rem;
  height: calc(50% - 0.615385rem);
  background-color: currentcolor;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: skewX(53deg);
          transform: skewX(53deg);
}

.link-arrow--flipped::after {
  -webkit-transform: skewX(127deg);
          transform: skewX(127deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  right: auto;
  left: 0;
}

.footer {
  margin-top: 25.33333vh;
}

.footer__logo-img {
  display: block;
  width: 6.153846rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5.384615rem;
}

.footer__top-arrow-img {
  width: 3.384615rem;
  height: auto;
}

@media (max-width: 1023px) {
  .footer__main {
    margin-top: 5.384615rem;
  }

  .footer__info {
    text-align: center;
  }

  .footer__contact {
    margin-top: 1.923077rem;
  }

  .footer__facebook-img {
    width: 0.615385rem;
    height: 1.230769rem;
  }

  .footer__twitter-img {
    width: 1.153846rem;
    height: 1.153846rem;
    margin-left: .8em;
    margin-right: .8em;
  }

  .footer__instagram-img {
    width: 1.153846rem;
    height: 1.153846rem;
  }

  .footer__line-img {
    width: 1.153846rem;
    height: 1.153846rem;
  }

  .footer__facebook-img, .footer__twitter-img, .footer__instagram-img, .footer__line-img {
    margin: 0 0.4em;
  }

}

@media (min-width: 1024px) {
  .footer {
    margin-top: 23.076923rem;
  }

  .footer__logo {
    position: absolute;
    right: 0;
    top: 0rem;
  }

  .footer__logo-img {
    width: 7.769231rem;
    height: 17.480769rem;
  }

  .footer__site-name {
    font-size: 1.076923rem;
    letter-spacing: .2em;
    margin-bottom: 0;
  }

  .footer__info {
    font-size: 0.923077rem;
    width: 17.846154rem;
    padding-right: 6.251739%;
    flex: none;
  }

  .footer__contact {
    margin-top: 1em;
  }

  .footer__nav {
    width: 29.34782%;
    font-size: 0.923077rem;
    flex: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 19.230769rem;
    margin-top: -2.461538rem;
  }

  .footer__nav > * {
    display: block;
    padding:  .15em 4em .15em 0;
  }

  .footer__nav > *:before {
    content: '- ';
    display: inline;
  }

  .footer__nav-sub-links {
    margin: .2em 0;
    font-size: 0.846154rem;
  }

  .footer__nav-sub-link {
    margin-left: .8em;
  }

  .footer__form-link {
    box-sizing: border-box;
    display: block;
    font-size: 0.769231rem;
    height: 2rem;
    width: 8.461538rem;
    line-height: 1;
    text-align: center;
    border: solid 1px;
    position: relative;
    margin-bottom: 3.923077rem;
  }

  .footer__form-link > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-20%);
            transform: translate(-50%,-20%);
    white-space: nowrap;
  }

  .footer__bottom {
    font-size: 0.923077rem;
    margin-top: 11.153846rem;
  }

  .footer__facebook-img {
    width: 0.576923rem;
    height: 1.153846rem;
  }

  .footer__twitter-img {
    width: 1.153846rem;
    height: 0.938462rem;
  }

  .footer__instagram-img {
    width: 1.153846rem;
    height: 1.153846rem;
  }
  .footer__line-img {
    width: 1.153846rem;
    height: 1.153846rem;
  }

  .footer__sns {
    width: 5rem;
    align-items: center;
  }

  .footer__top-arrow {
    margin-right: 2rem;
  }

  .footer__top-arrow-img {
    width: 3.538462rem;
    height: 1.205385rem;
  }

  .footer__facebook-img, .footer__twitter-img, .footer__instagram-img, .footer__line-img {
    margin-right: 0.8em;
  }

}

.page-title {
  line-height: 1;
  text-align: center;
  padding-top: 11.538462rem;
  padding-bottom: 10.384615rem;
  margin-bottom: 0;
}

.page-title__ja {
  font-size: 1.538462rem;
  margin-bottom: 1.384615rem;
}

.page-title__en {
  font-size: 1.153846rem;
  margin-bottom: 3.846154rem;
  letter-spacing: .1em;
}

.page-title__dia {
  display: block;
  width: 2rem;
  height: 1.538462rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .page-title {
    padding-top: 11.923077rem;
    padding-bottom: 7.692308rem;
  }

  .page-title__ja {
    font-size: 1.538462rem;
  }

  .page-title__en {
    font-size: 1.115385rem;
  }
}

.dia-text {
  display: flex;
  margin-top: 4.923077rem;
  margin-bottom: 3.384615rem;
}

.dia-text__dia {
  width: 2.769231rem;
  height: 2.153846rem;
  flex: none;
}

.dia-text__copy {
  box-sizing: border-box;
  flex: 1 0 auto;
  padding-left: 1.846154rem;
  font-size: 1.538462rem;
  max-width: 94.174757%;
  margin-top: -.125em;
  line-height: 1.8;
  font-family: "yu-mincho-pr6", YuMincho, serif;
}

@media (min-width: 1024px) {
  .dia-text {
    margin: 0;
    flex-direction: column;
    align-items: center;
  }

  .dia-text__copy {
    padding-left: 0;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
    white-space: nowrap;          /* IE11 */
    padding-top: 2.307692rem;
    position: relative;
    letter-spacing: .125em;
    right: .075em;
  }

  .dia-text--pc-no-vertical {
    flex-direction: row;
    align-items: flex-start
  }

  .dia-text__copy--pc-no-vertical {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 0;
    padding-left: 2em;
  }

  /* Edge only */
  @supports (display: -ms-grid) {
    .dia-text__copy {
      right: 0;
    }
  }
}

.kv-table__row {
  display: flex;
  padding: 2.307692rem 0 1.923077rem;
  border-top: solid 1px #dcdcdc;
}

.kv-table__row:last-child {
  border-bottom: solid 1px #dcdcdc;
}

.kv-table__key {
  width: 30.744337%;
  flex: none;
}

.kv-table__value {
  width: 69.255663%;
  flex: none;
}

@media (min-width: 1024px) {
  .kv-table {
    max-width: 55.384615rem;
  }
}

.fake-selector {
  position: relative;
}

.fake-selector__select {
  position: absolute;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.fake-selector__display {
  border: solid 2px #dcdcdc;
  padding: 1.538462rem;
  min-width: 6.923077rem;
  line-height: 1;
}

.fake-selector__arrow {
  display: block;
  position: absolute;
  width: 0.923077rem;
  height: 2rem;
  top: 0;
  bottom: 0;
  right: 1.038462rem;
  margin: auto;
}

.pagination {
  font-size: 1.076923rem;
  margin-top: 7.692308rem;
  display: flex;
  justify-content: space-between;
}

.pagination__link-arrow {
  display: block;
  width: 2.153846rem;
  color: #dcdcdc;
}

.pagination__link-arrow[href] {
  color: inherit;
}

.pagination__link-arrow::after {
  height: 0.384615rem;
  top: 26%;
}

.pagination__page {
  color: #dcdcdc;
}

.pagination__page[href] {
  color: inherit;
}

.pagination-post__link-arrow {
  display: block;
  width: 5.769231rem;
  color: #dcdcdc;
}

.pagination-post__link-arrow[href] {
  color: inherit;
}

.pagination-post__link-arrow::after {
  height: 0.769231rem;
  top: -.85em;
}

@media (min-width: 1024px) {
  .pagination__link-arrow[href]::before,
  .pagination__link-arrow[href]::after,
  .pagination-post__link-arrow[href]::before,
  .pagination-post__link-arrow[href]::after {
    transition: right .6s cubic-bezier(0.19, 1, 0.22, 1), left .6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .pagination__link-arrow[href]:hover::before,
  .pagination__link-arrow[href]:hover::after,
  .pagination-post__link-arrow[href]:hover::before,
  .pagination-post__link-arrow[href]:hover::after {
    right: -4.615385rem;
  }

  .pagination__link-arrow.link-arrow--flipped[href]:hover::before,
  .pagination__link-arrow.link-arrow--flipped[href]:hover::after,
  .pagination-post__link-arrow.link-arrow--flipped[href]:hover::before,
  .pagination-post__link-arrow.link-arrow--flipped[href]:hover::after {
    right: 0rem;
    left: -4.615385rem;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table__row {
  font-size: 0.923077rem;
}

.price-table__row > * {
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 1px 0;
  padding: 2.461538rem 0.076923rem;
}

.price-table__row > * + * {
  border-width: 1px 0 1px 1px;
}

@media (min-width: 1024px) {
  .price-table__row > * {
    padding: 2.461538rem 2.307692rem 2.153846rem;
  }
}

.pushed-anchor {
  display: block;
  height: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .pushed-anchor {
    top: 6.923077rem;
  }
}

.pulled-anchor {
  display: block;
  height: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .pulled-anchor {
    top: -6.923077rem;
  }
}

.post {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 1.153846rem;
}

.post + .post {
  margin-top: 7.307692rem;
}

.post-header {
  margin-bottom: 3.076923rem;
}

.post-header__title {
  font-weight: 600;
  font-size: 1.307692rem;
}

.post-header__info {
  display: flex;
  font-size: 0.961538rem;
  color: #808080;
}

.post-header__date {
  letter-spacing: .1em;
}

.post-header__info-sep {
  padding: 0 1.692308rem;
}

.post-body img {
  max-width: 100%;
  height: auto;
}

.post-body iframe {
  max-width: 100%;
}

.post-body img,
.post-body iframe {
  margin-top: 1em;
  margin-bottom: 1em;
}

.post-body a {
  word-break: break-all;
  text-decoration: underline;
}

.post-footer {
  margin-top: 4.230769rem;
}

.post-footer__twitter-img {
  margin-left: 2.307692rem;
  margin-right: 2.115385rem;
}

@media (min-width: 1024px) {
  .post {
    border-top: solid 1px #dcdcdc;
    padding-top: 5rem;
    padding-bottom: 0.384615rem;
  }

  .post + .post {
    margin-top: 0;
  }

  .post-header {
    margin-bottom: 5rem;
  }

  .post-header__title {
    margin-bottom: 1.538462rem;
  }

  .post + .post {
    border-top: 0;
  }

  .post-body img {
    max-height: 46.153846rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }

  .post-footer {
    margin-top: 6.153846rem;
  }

  .post-footer__sns {
    width: 100%;
  }

  .post-footer__twitter-img {
    margin-left: 1.153846rem;
    margin-right: 1.153846rem;
  }
}

.blog-archive-links {
  margin-top: 7.692308rem;
  position: relative;
  padding-top: 4.230769rem;
}

.blog-archive-links__title {
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  width: 50%;
  padding-left: 3.461538rem;
}

.blog-archive-links__title[data-opens="category"] {
  left: 0;
}

.blog-archive-links__title[data-opens="monthly"] {
  right: 0;
}

.blog-archive-links__links {
  padding-left: 3.461538rem;
}

.blog-archive-links__category-link {
  box-sizing: border-box;
  font-size: 1.076923rem;
  display: block;
}

.blog-archive-links__monthly-link {
  box-sizing: border-box;
  width: 33.33333%;
  margin-bottom: 1.538462rem;
  text-align: center;
}

.blog-archive-links__category-group:not(:last-child) {
  margin-bottom: 2.038462rem;
}

.blog-archive-links__category-children {
  font-size: 0.961538rem;
  margin-top: 0.384615rem;
}

.blog-archive-links__category-child {
  margin-left: 1em;
  text-indent: -1em;
}

.blog-archive-links__category-child::before {
  content: '–';
  display: inline;
}

.blog-archive-links__category-child:not(:last-child) {
  margin-bottom: 0.384615rem;
}

@media (min-width: 1024px) {
  .blog-archive-links {
    margin-top: 0;
    padding-top: 0;
  }

  .blog-archive-links > *:not(:last-child) {
    margin-bottom: 4.615385rem;
  }

  .blog-archive-links__title {
    cursor: auto;
    position: static;
    width: initial;
    padding-left: 0;
    line-height: 1;
    text-decoration: none;
    font-size: 1.230769rem;
    margin-bottom: 1.615385rem;
  }

  .blog-archive-links__links {
    max-height: none;
    opacity: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 0.923077rem;
    padding-left: 0;
  }

  .blog-archive-links__links > *:not(:last-child) {
    margin-bottom: 0.769231rem;
  }

  .blog-archive-links__category-link {
    width: initial;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0.923077rem;
  }

  .blog-archive-links__category-children {
    font-size: 0.807692rem;
  }

  .blog-archive-links__monthly-link {
    width: initial;
    text-align: left;
    margin-bottom: 0;
  }
}

.shop-sub-nav {
  font-size: 0.923077rem;
  margin-bottom: 1.846154rem;
}

.shop-sub-nav__paths {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.shop-sub-nav__paths > :not(:last-child) {
  margin-right: 1em;
}

.shop-sub-nav__paths > :not(:first-child)::before {
  content: '>';
  display: inline-block;
  margin-right: 1em;
}

@media (max-width: 1023px) {
  .shop-sub-nav__pc-right {
    position: fixed;
    background-color: #FFF;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 0;
    padding-top: 4.615385rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: height .3s ease, opacity .3s ease;
  }

  [data-sub-nav-open="user"] .shop-sub-nav__pc-right {
    opacity: 1;
    height: 9.538462rem;
  }

  .shop-sub-nav__pc-right-inner {
    display: flex;
    justify-content: center;
  }

  .shop-sub-nav__pc-right-link + .shop-sub-nav__pc-right-link {
    margin-left: 2.692308rem;
  }
}

@media (min-width: 1024px) {
  .shop-sub-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .shop-sub-nav__cart-img {
    display: block;
    width: 1.538462rem;
    height: 1.384615rem;
  }

  .shop-sub-nav__pc-right-inner {
    display: flex;
    align-items: flex-start;
  }

  .shop-sub-nav__pc-right-link {
    display: block;
  }

  .shop-sub-nav__pc-right-link:not(:first-child) {
    margin-left: 1.846154rem;
  }

}

.shop-foot-nav__link {
  display: block;
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 1px 0 0;
  line-height: 1;
  padding: 1em 0;
}

.shop-foot-nav__link:last-child {
  border-width: 1px 0 1px;
}

.shop-foot-pc-nav {
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 0 0 1px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  font-size: 0.923077rem;
  margin-top: 9.230769rem;
  margin-bottom: 25rem;
  padding: 0 5.769231rem 0.769231rem;
}

.shop-foot-pc-nav__link {
  display: block;
}

.shop-section {
  margin-bottom: 6.538462rem;
}

.shop-section__title {
  font-size: 1.230769rem;
  border-bottom: solid #dcdcdc 1px;
  margin-bottom: 1.692308rem;
}

@media (min-width: 1024px) {
  .shop-section {
    margin-bottom: 6.923077rem;
  }

  .shop-section__title {
    box-sizing: border-box;
    font-size: 1.230769rem;
    min-height: 3.076923rem;
    padding-top: 0.307692rem;
    margin-bottom: 2.307692rem;
  }
}

.shop-items {
  display: flex;
  flex-wrap: wrap;
}

.shop-items > * {
  box-sizing: border-box;
  font-size: 0.923077rem;
}

.shop-item__img {
  height: 0;
  padding-top: 71.527778%;
  margin-bottom: 0.769231rem;
  background-size: cover;
}

.shop-item__name {
  font-size: 0.923077rem;
  margin-bottom: -0.153846rem;
}

.shop-item__price {
  color: #747474;
}

@media (max-width: 1023px) {
  .shop-items {
    margin-left: -3.398058%;
    margin-right: -3.398058%;
  }

  .shop-items > * {
    width: 50%;
    padding-left: 3.398058%;
    padding-right: 3.398058%;
  }

  .shop-items > :nth-child(n+3) {
    margin-top: 1.538462rem;
  }
}

@media (min-width: 1024px) {
  .shop-items {
    margin-left: -1.742424%;
    margin-right: -1.742424%;
  }

  .shop-items > * {
    width: 33.333333%;
    padding-left: 1.742424%;
    padding-right: 1.742424%;
  }

  .shop-items > :nth-child(n+4) {
    margin-top: 2.692308rem;
  }

  .shop-item__name {
    margin-bottom: -0.384615rem;
    font-size: 1.038462rem;
  }

  .shop-item__price {
    margin-bottom: -0.384615rem;
    font-size: 1rem;
  }
}

.shop-button {
  display: block;
  border: 0;
  border-radius: 0;
  background-color: #0c0c0c;
  color: #FFF;
  width: 100%;
  font-size: 1rem;
  height: 4.615385rem;
  line-height: 1;
}

@media (max-width: 1023px) {
  .shop-content__pc-left {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background-color: #FFF;
    opacity: 0;
    max-height: 0;
    -webkit-overflow-scrolling: touch;
    transition: max-height .3s ease, opacity .3s ease;
    z-index: 1;
  }

  [data-sub-nav-open="search"] .shop-content__pc-left {
    opacity: 1;
    max-height: 100vh;
  }

}

@media (min-width: 1024px) {
  .shop-content {
    display: flex;
    justify-content: space-between;
  }

  .shop-content__pc-left {
    display: block;
    width: 21.73913%;
    flex: none;
  }

  .shop-content__pc-right {
    width: 71.73913%;
    flex: none;
  }

  .shop-button {
    font-family: YuMincho, serif; /* Fixing line-height */
  }
}

.shop-search-text {
  position: relative;
  margin-bottom: 2.461538rem;
}

.shop-search-text__input {
  display: block;
  padding-top: 0.307692rem;
  padding-left: 2.923077rem;
  box-sizing: border-box;
  height: 3.076923rem;
}

.shop-search-text__icon {
  display: block;
  width: 1.076923rem;
  height: 1.076923rem;
  position: absolute;
  left: 0.923077rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shop-search-section:not(:first-of-type) {
  margin-top: 4.230769rem;
}

.shop-search-section__title {
  background-color: #f4f4f4;
  font-size: 1.076923rem;
  margin-bottom: 1.538462rem;
  padding: 0.615385rem 1.153846rem 0;
}

.shop-search-section__links {
  border-bottom: solid 1px #dcdcdc;
}

.shop-search-section__links:not(:first-child) {
  margin-top: 1.538462rem;
}

.shop-search-section__link-main {
  font-size: 1.038462rem;
}

.shop-search-section__sub-links {
  list-style-type: none;
  padding-left: 0;
  color: #747474;
  font-size: 0.923077rem;
  margin-top: -0.384615rem;
}

.shop-search-section__link-sub:not(:first-child) {
  margin-top: 0.461538rem;
}

@media (max-width: 1023px) {
  .shop-search {
    position: relative;
    padding-top: 6.538462rem;
    padding-bottom: 9.230769rem;
  }

  .shop-search__x {
    display: block;
    position: absolute;
    top: 7.384615rem;
    right: 0;
    z-index: 3;
  }

  .shop-search__x-img {
    display: block;
    width: 1.307692rem;
    height: 1.307692rem;
  }

  .shop-search-text__input {
    width: 19.230769rem;
    border: solid 2px #dcdcdc;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
  }

}

@media (min-width: 1024px) {
  .shop-search-text__input {
    width: 100%;
  }

  .shop-search-section:not(:first-of-type) {
    margin-top: 5.384615rem;
  }
}

.shop-fixed-buttons {
  position: fixed;
  top: 1.384615rem;
  right: 6.923077rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 9rem;
  z-index: 3;
}

.shop-fixed-buttons-img {
  display: block;
}

.shop-fixed-buttons-img--loupe {
  width: 1.230769rem;
  height: 1.230769rem;
}

.shop-fixed-buttons-img--user {
  width: 1.307692rem;
  height: 1.538462rem;
}

.shop-fixed-buttons-img--cart {
  width: 1.846154rem;
  height: 1.615385rem;
}

/* Index page */

.index-header__space {
  position: relative;
  height: 22.115385rem;
}

.index-header__logo {
  position: absolute;
  width: 6.461538rem;
  height: auto;
  left: 3.730769rem;
  top: 3.076923rem;
}

.index-header__logo-img {
  width: 100%;
  height: auto;
}

.index-header__visual {
  position: relative;
  height: 0;
  padding-top: 84.26667%;
}

.index-header__images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-header__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 4s linear;
  opacity: 0;
}

.index-header__image[data-active="1"] {
  opacity: 1;
}

@media (min-width: 1024px) {

  .index-header {
    height: 100vh;
    display: flex;
    flex-direction: row-reverse;
  }

  .index-header__space {
    width: 22.615385rem;
    height: auto;
  }

  .index-header__visual {
    padding-top: 0;
    height: auto;
    flex: 1 0 auto;
  }

  .index-header__logo {
    left: 7.192308rem;
    bottom: 7.692308rem;
    top: auto;
    width: 8.153846rem;
    height: 18.384615rem;

  }
}

.index-section-title {
  padding-top: 10.384615rem;
  padding-bottom: 7.769231rem;
}

.index-section-title__dia {
  width: 2.769231rem;
  height: auto;
}

.index-section-title__ja {
  font-size: 1.384615rem;
  padding: 1.5em 0 1em;
  position: relative;
  right: 0.076923rem;
}

.index-section-title__en {
  font-size: 0.923077rem;
  -webkit-transform: translateX(.1em);
          transform: translateX(.1em);
  letter-spacing: .2em;
}

.index-section-link {
  display: flex;
  font-size: 1.076923rem;
  margin-top: 5.769231rem;
}

.index-section-link__text {
  letter-spacing: .1em;
  padding-right: 1em;
  font-family: YuMincho, serif; /* Fix line-height */
}

.index-section-link__link-arrow {
  width: 8em;
}

@media (min-width: 1024px) {
  .index-section-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .index-section-title__ja {
    font-size: 1.384615rem;
    padding-bottom: 1.5em;
    right: 0.384615rem;
  }

  .index-section-title__en {
    font-size: 1rem;
    position: relative;
    right: 0.230769rem;
  }

  /* Edge only */
  @supports (display:-ms-grid) {
    .index-section-title__ja {
      right: 0rem;
    }
    .index-section-title__en {
      right: 0.153846rem;
    }
  }

  .index-section-link {
    width: 17.692308rem;
  }

  .index-section-link--stretch-on-hover {
    transition: width .6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .index-section-link--stretch-on-hover:hover {
    width: 23.076923rem;
  }

  .index-section-link__link-arrow {
    width: auto;
    flex: 1 0 auto;
  }
}

.index-shop-images__main-img {
  padding-top: 66.66667%;
  background-size: cover;
  margin-bottom: 3.153846rem;
}

.index-shop-images__sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-shop-images__sub-img {
  padding-top: 66.66667%;
  background-size: cover;
  margin-bottom: .5em;
}

.index-shop-images__sub-link {
  display: block;
  width: 48.54369%;
  margin-bottom: 2.5em;
}

.index-shop-copy {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  padding: 5.769231rem 0 0;
  margin-bottom: 0;
}

.index-shop-link {
  width: 20rem;
  font-size: 1.076923rem;
  display: flex;
}

.index-shop-link__text {
  padding-right: 1em;
}

.index-shop-link__link-arrow {
  flex: 1 0 auto;
}

.index-shop-link__link-arrow::after {
  top: .5rem;
}

.index-about-img {
  padding-top: 66.66667%;
  background-size: cover;
}

.index-about-copy {
  font-size: 1.615385rem;
  line-height: 1.8;
  padding: 3.461538rem 0;
  margin-bottom: 0;
}

@media (min-width: 1024px) {

  .index-shop-copy {
    padding-top: 11.846154rem;
    font-size: 1.923077rem;
    text-align: left;
  }

  .index-shop-link {
    width: 21.769231rem;
  }

  .index-shop-pc-bottom {
    margin-top: 16.538462rem;
  }

  .index-shop__section-title {
    width: 28.26086%;
  }

  .index-shop-images {
    width: 71.73913%;
  }

  .index-shop-images__sub {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
  }

  .index-shop-images__main-img {
    margin-bottom: 1rem;
  }

  .index-shop-images__sub-img {
    padding-top: 66.66667%;
    background-size: cover;
    margin-bottom: .5em;
  }

  .index-shop-images__sub-link {
    width: 23.63636%;
  }
}

@media (max-width: 1023px) {
  .index-about-img {
    background-image: url(/images/index/about-sp.jpg)!important;
  }
}

@media (min-width: 1024px) {
  .index-shop-link {
    font-size: 1.076923rem;
  }

  .index-shop-link-wrap {
    margin-top: 6.153846rem;
  }

  .index-shop-link > .index-shop-link__link-arrow::before,
  .index-shop-link > .index-shop-link__link-arrow::after {
    transition: right .6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .index-shop-link:hover > .index-shop-link__link-arrow::before,
  .index-shop-link:hover > .index-shop-link__link-arrow::after {
    right: -5.384615rem;
  }

  .index-about-section {
    margin-top: 13.846154rem;
  }

  .index-about-pc-left {
    width: 85.86956%;
  }

  .index-about-img {
    width: 48.10126%;
    height: 0;
    padding-top: 83.5443%;
    flex: none;
    background-position: center;
  }

  .index-about-text {
    width: 39.2405%;
  }

  .index-about-copy {
    font-size: 1.769231rem;
  }

}

.index-service-bg {
  position: absolute;
  top: 33.076923rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/index/service.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.index-service-main {
  padding-top: 17.692308rem;
  padding-bottom: 5.769231rem;
}

.index-service-copy {
  font-size: 1.615385rem;
  margin-bottom: 1.5em;
}

.index-service-text {
  box-sizing: border-box;
  padding-right: 20%;
}

.index-service-list {
  font-size: 1.076923rem;
  margin-bottom: 1.5em;
}

.index-service-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 10.769231rem;
  margin-top: 6.153846rem;
  font-size: 1.076923rem;
}

.index-service-list__item {
  border: solid 1px currentcolor;
  text-align: center;
  padding: 0.153846rem 0;
}

@media (max-width: 1023px) {
  .index-service-bg {
    background-image: url(/images/index/service-sp.jpg)!important;
  }
}

@media (min-width: 1024px) {
  .index-service-section {
    margin-top: 16.923077rem;
    height: 42.307692rem;
  }

  .index-service-bg {
    top: 0;
    background-position: center bottom;
    background-size: cover;
  }

  .index-service-main {
    position: relative;
  }

  .index-service__section-title {
    position: absolute;
    top: 5.538462rem;
    left: 7.692308rem;
  }

  .index-service-main {
    position: absolute;
    top: 11.846154rem;
    left: 40rem;
    width: 31.692308rem;
    padding: 0;
  }

  .index-service-text {
    padding-right: 0;
  }

  .index-service-list {
    margin-top: 3.461538rem;
    margin-bottom: 0;
    flex-direction: row;
    height: auto;
  }

  .index-service-list__item {
    width: 28.292683%;
    flex: none;
  }

  .index-service-list__item:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .index-service__section-link {
    margin-top: 2.615385rem;
  }

  @supports (display:-ms-grid) {
    .index-service__section-link {
      margin-top: 1.076923rem;
    }

    .index-service-list__item {
      padding-top: 0;
    }
  }
}

.index-culture-img {
  height: 0;
  padding-top: 66.66667%;
  background-size: cover;
  background-position: center;
}

.index-culture-copy {
  font-size: 1.615385rem;
  line-height: 1.8;
  padding: 3.461538rem 0;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .index-culture-section {
    margin-top: 16.923077rem;
  }

  .index-culture-pc-right {
    padding-right: 7.692308rem;
  }

  .index-culture-pc-left {
    width: 71.73913%;
  }

  .index-culture-copy {
    font-size: 1.769231rem;
  }

  .index-culture-text {
    padding-left: 15.384615rem
  }
}

.index-access-map {
  height: 0;
  padding-top: 66.66667%;
  background: #c0c0c0;
}

.index-access-address {
  text-align: center;
  margin-top: 2.153846rem;
}

.index-access-address__name {
  margin-bottom: 1em;
}

.index-access-address__text {
  margin-bottom: 1.5em;
}

@media (min-width: 1024px) {
  .index-access-section {
    position: relative;
    margin-top: 17.461538rem;
  }

  .index-access__section-title {
    position: absolute;
    top: 3.076923rem;
    left: 3.076923rem;
  }

  .index-access-map {
    width: 50%;
    height: auto;
    padding-top: 0;
    flex: none;
  }

  .index-access-main {
    height: 24.615385rem;
  }

  .index-access-address {
    text-align: left;
    margin-top: 0;
    padding-right: 3.538462rem;
    padding-bottom: 2.692308rem;
  }

  .index-access-address__name {
    font-size: 1.076923rem;
    line-height: 1;
  }

  .index-access-fixed-width {
    width: 10em;
    flex: none;
  }

  .index-access-address__text {
    margin-bottom: .5em;
  }

  .index-access-address__inner-text {
    margin-top: .5em;
  }
}

.index-blog-post-link + .index-blog-post-link {
  margin-top: 2em;
}

.index-blog-post-link__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-blog-link {
  display: flex;
  font-size: 1.038462rem;
}

.index-blog-link{
  margin-top: 5.769231rem;
}

.index-blog-link__text {
  letter-spacing: .1em;
  padding-right: 1em;
}

.index-blog-link__link-arrow {
  width: 8em;
}

.index-blog-posts {
  display: none;
}

.index-blog-posts[data-active='1'] {
  display: block;
}

.index-blog-posts-posts {
  margin-top: 2rem;
}

.index-blog-posts-posts > * + * {
  margin-top: 2.461538rem;
}

.index-blog-category-selector {
  font-size: 1rem;
  margin-bottom: 1.923077rem;
  line-height: 2.5;
}

.index-blog-category-links {
  margin-left: -1.384615rem;
}

.index-blog-category-link {
  margin-left: 1.384615rem;
}

.index-blog-category-link:not(:last-child)::after {
  content: '/';
  display: inline;
  margin-left: 1.384615rem;
}

.index-blog-category-link > a {
  display: inline-block;
  position: relative;
}

.index-blog-category-link > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  bottom: 0.615385rem;
}

.index-blog-category-link > a[data-active='1']::after,
.index-blog-category-link > a:hover::after {
  -webkit-transform: scaleX(1.01);
          transform: scaleX(1.01);
}

.index-blog-post-categories {
  color: #747474;
  margin-top: 0.615385rem;
  margin-bottom: -0.307692rem;
  line-height: 1.5;
  font-size: 0.923077rem;
}

@media (max-width: 1023px) {
  .index-section-title__ja {
    margin-left: -0.615385rem;
  }

  .index-section-title__en {
    margin-left: -0.384615rem;
  }

  .index-shop-link__link-arrow::after {
    top: .3rem;
    height: 0.615385rem;
  }
}

@media (min-width: 1024px) {
  .index-blog-section {
    margin-top: 11.538462rem;
  }

  .index-blog__section-title {
    /*padding-right: px2rem(100);*/
    width: 16.923077rem;
    flex: none;
  }

  .index-blog-pc-left {
    box-sizing: border-box;
    padding-left: 8.615385rem;
    width: 53.846154rem;
    flex: none;
  }

  .index-blog-post-link__date {
    width: 10.384615rem;
    flex: none;
  }

  .index-blog-post-link__title {
    flex: 1 0 auto;
  }

  .index-blog-link {
    margin-top: 5.769231rem;
  }

  .index-blog-posts {
    margin-left: -0.923077rem;
    margin-right: -0.923077rem;
  }

  .index-blog-posts-posts {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .index-blog-posts-posts > * {
    box-sizing: border-box;
    padding-left: 0.923077rem;
    padding-right: 0.923077rem;
    width: 33.333333%;
  }

  .index-blog-posts-posts > * + * {
    margin-top: 0;
  }

  .index-blog-posts__index-section-link {
    margin-top: 5.769231rem;
  }

  .index-header__nav-bottom {
    position: absolute;
    left: 3.846154rem;
    bottom: 3.076923rem;
    width: 50rem;
  }

  .index-header__nav-bottom > *::before {
    content: '-';
    display: inline;
    margin-right: .4em;
  }

  .index-header__nav-top {
    position: absolute;
    top: 1rem;
    right: 2.923077rem;
    width: 17.153846rem;
  }

  .index-header__facebook-img {
    width: 0.461538rem;
    height: 0.923077rem;
  }

  .index-shop-images__main-img {
    padding-top: 57.575758%;
  }

  .index-culture-img {
    padding-top: 57.575758%;
  }

  .index-blog-category-selector {
    font-size: 1rem;
    margin-top: -1.538462rem;
    margin-bottom: 3.076923rem;
  }

  .index-blog-category-link > a::after {
    bottom: 0.461538rem;
  }

  .index-blog-posts-post:nth-child(n+4) {
    margin-top: 3.076923rem;
  }

  .index-blog-post-categories {
    margin-top: 1.230769rem;
  }
}

.total-coordinate-img01 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.total-coordinate-img02 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.total-coordinate-section02 {
  margin-top: 11.538462rem;
}

@media (max-width: 1023px) {
  .total-coordinate-section02__dia-text {
    letter-spacing: 0.038462rem;
  }

  .total-coordinate-img01 {
    background-image: url(/images/total_coordinate/01-sp.jpg)!important;
  }

  .total-coordinate-img02 {
    background-image: url(/images/total_coordinate/02-sp.jpg)!important;
  }
}

@media (min-width: 1024px) {
  .total-coordinate-section01 {
    position: relative;
    box-sizing: border-box;
    padding-left: 41.538462rem;
  }

  .total-coordinate-img01 {
    padding-top: 173.684211%;
  }

  .total-coordinate-section01__dia-text {
    position: absolute;
    top: 0;
    left: 0;
  }

  .total-coordinate-section01-pc-bottom {
    position: absolute;
    left:10rem;
    bottom: 0;
    width: 23.846154rem;
    margin-bottom: 0;
  }

  .total-coordinate-section02 {
    box-sizing: border-box;
    position: relative;
    margin-top: 16.461538rem;
    margin-bottom: 30rem;
    padding-right: 10rem;
  }

  .total-coordinate-section02__dia-text {
    position: absolute;
    right: 0;
    top: 0;
  }

  .total-coordinate-img02-wrap {
    width: 29.230769rem;
  }

  .total-coordinate-img02 {
    padding-top: 173.684211%;
  }

  .total-coordinate-text02 {
    position: absolute;
    bottom: 0;
    left: 36.923077rem;
    width: 23.846154rem;
    margin-bottom: -.25em;
  }
}

.history-img01 {
  height: 0;
  padding-top: 66.666667%;
  background-size: cover;
  background-position: center;
}

.history-section01 {
  margin-bottom: 7.692308rem;
}

@media (min-width: 1024px) {
  .history-img01 {
    padding-top: 57.575758%;
  }

  /* Edge only */
  @supports (display: -ms-grid) {
    .history-img01 {
      height: 29.230769rem;
      padding-top: 0;
    }
  }

  .history-section01 {
    position: relative;
    box-sizing: border-box;
    padding-left: 20rem;
    margin-bottom: 13.846154rem;
    display: flex;
    flex-direction: column-reverse;
  }

  .history-section01__dia-text {
    position: absolute;
    top: 0;
    left: 7.692308rem;
  }

  .history-text01 {
    width: 35.384615rem;
    margin-bottom: 3.384615rem;
  }

  .history__table {
    margin-left: auto;
    margin-right: auto;
  }

  .history__table-key {
    width: 22.222222%;
  }

  .history__table-value {
    width: 77.777778%;
  }
}

.company-img01 {
  height: 0;
  padding-top: 66.666667%;
  background-size: cover;
  background-position: center;
  margin-bottom: 5.384615rem;
}

@media (min-width: 1024px) {
  .company-img01 {
    padding-top: 42.391304%;
    margin-bottom: 7.692308rem;
    background-position: center 60%;
  }

  .company__table {
    margin-left: auto;
    margin-right: auto;
  }

  .company__table-key {
    width: 22.222222%;
  }

  .company__table-value {
    width: 77.777778%;
  }
}

.recruit-img01 {
  height: 0;
  padding-top: 66.666667%;
  background-size: cover;
  background-position: center;
}

.recruit-section01 {
  margin-bottom: 7.692308rem;
}

@media (min-width: 1024px) {
  .recruit-section01 {
    position: relative;
    box-sizing: border-box;
    padding-left: 20rem;
    margin-bottom: 13.076923rem;
  }

  .recruit-section01__dia-text {
    position: absolute;
    top: 0;
    left: 7.692308rem;
  }

  .recruit-img01 {
    padding-top: 57.575758%;
    margin-bottom: 3.461538rem;
  }

  .recruit-text01 {
    width: 35.384615rem;
  }

  .recruit__table {
    margin-left: auto;
    margin-right: auto;
  }

  .recruit__table-key {
    width: 22.222222%;
  }

  .recruit__table-value {
    width: 77.777778%;
  }
}

.selling-img01 {
  height: 0;
  padding-top: 66.666667%;
  background-size: cover;
  background-position: center;
}

.selling-lead-copy {
  font-size: 1.384615rem;
  margin-top: 3.846154rem;
  margin-bottom: 2.538462rem;
}

.selling-section02 {
  position: relative;
  height: 67.692308rem;
  margin-top: 6.923077rem;
}

.selling-img02 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.selling-section02-main {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 7.692308rem;
  padding-right: 20%;
}

.selling-section03 {
  margin-top: 11.538462rem;
}

.selling-img03 {
  height: 0;
  padding-top: 66.666667%;
  background-size: cover;
  background-position: center;
}

.selling-section04 {
  margin-top: 10rem;
}

.selling-section04__title {
  font-size: 1.307692rem;
  margin-bottom: 3.076923rem;
}

.selling-section04__text {
  margin-top: 4.615385rem;
  font-size: 0.846154rem;
}

.selling-section04__text + .selling-section04__price-table {
  margin-top: 4.615385rem;
}

.selling-section04__price-table + .selling-section04__price-table {
  margin-top: 6.153846rem;
}

@media (max-width: 1023px) {
  .selling-section01__dia-text {
    letter-spacing: 0.038462rem;
  }

  .selling-section03__lead-copy {
    letter-spacing: 0.038462rem;
  }

  .selling-img02 {
    background-image: url(/images/selling/02-sp.jpg)!important;
  }

  .selling-img03 {
    background-image: url(/images/selling/03-sp.jpg)!important;
  }
}

@media (min-width: 1024px) {
  .selling-lead-copy {
    font-size: 1.769231rem;
    margin-bottom: 2.307692rem;
  }

  .selling-section01 {
    box-sizing: border-box;
    position: relative;
    padding-left: 20rem;
    display: flex;
    flex-direction: column;
  }

  .selling-section01__dia-text {
    position: absolute;
    top: 0;
    left: 7.692308rem;
  }

  .selling-img01 {
    order: 2;
    padding-top: 57.575758%;
    margin-top: 3.076923rem;
    margin-bottom: 0;
  }

  @supports (display:-ms-grid) {
    .selling-img01 {
      height: 26.153846rem;
    }
  }

  .selling-text01 {
    width: 35.384615rem;
  }

  .selling-section02 {
    height: 42.307692rem;
    margin-top: 16.923077rem;
  }

  .selling-section02-main {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-right: 0;
  }

  .selling-section02__dia-text {
    position: absolute;
    right: 7.692308rem;
    top: 6.153846rem;
  }

  .selling-section02-pc-bottom {
    position: absolute;
    left: 0;
    bottom: 5.769231rem;
    width: 31.538462rem;
  }

  .selling-section01-pc-bottom__lead-copy {
    margin-top: 0;
    margin-bottom: 3.076923rem;
    line-height: 1;
  }

  .selling-section03 {
    position: relative;
    box-sizing: border-box;
    padding-left: 41.538462rem;
    margin-top: 16.153846rem;
  }

  .selling-img03 {
    padding-top: 173.684211%;
  }

  .selling-section03__dia-text {
    position: absolute;
    top: 0;
    left: 0;
  }

  .selling-section03-pc-bottom {
    position: absolute;
    left:10rem;
    bottom: 0;
    width: 23.846154rem;
  }

  .selling-section04 {
    margin-top: 15.384615rem;
    width: 55.384615rem;
  }
}

.maintenance-img01 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.maintenance-img02 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.maintenance-section02 {
  margin-top: 10.615385rem;
}

.maintenance-section03 {
  margin-top: 11.076923rem;
}

.maintenance-section03__title {
  font-size: 1.307692rem;
  margin-bottom: 3.076923rem;
}

.maintenance-section03__price-table + .maintenance-section03__price-table {
  margin-top: 6.153846rem;
}

.maintenance-section03__text {
  margin-top: 4.615385rem;
  font-size: 0.846154rem;
}

@media (max-width: 1023px) {
  .maintenance-img02 {
    background-image: url(/images/maintenance/02-sp.jpg)!important;
  }
}

@media (min-width: 1024px) {

  .maintenance-img01 {
    padding-top: 57.575758%;
    margin-bottom: 3.846154rem;
  }

  .maintenance-section01 {
    position: relative;
    box-sizing: border-box;
    padding-left: 20rem;
  }

  .maintenance-section01__dia-text {
    position: absolute;
    top: 0;
    left: 7.692308rem;
  }

  .maintenance-text01 {
    width: 35.384615rem;
  }

  .maintenance-section02 {
    position: relative;
    box-sizing: border-box;
    padding-right: 41.538462rem;
    margin-top: 16.307692rem;
  }

  .maintenance-img02 {
    padding-top: 173.684211%;
  }

  .maintenance-section02__dia-text {
    position: absolute;
    top: 0;
    right: 0;
  }

  .maintenance-text02 {
    position: absolute;
    bottom: 0;
    left: 36.923077rem;
    width: 23.846154rem;
  }

  .maintenance-section03 {
    margin-top: 16.923077rem;
    width: 55.384615rem;
  }

  .maintenance-section03__text {
    font-size: 0.923077rem;
  }

}

.culture-img01 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.culture-img02 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.culture-img03 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.culture-section02 {
  margin-top: 10.615385rem;
}

.culture-section03 {
  margin-top: 10.615385rem;
}

@media (max-width: 1023px) {
  .culture-img02 {
    background-image: url(/images/culture/02-sp.jpg)!important;
  }
}

@media (min-width: 1024px) {
  .culture-img01 {
    padding-top: 41.304348%;
    margin-bottom: 5.384615rem;
  }

  .culture-section01-pc-bottom {
    width: 55.384615rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .culture-section01__dia {
    width: 23.846154rem;
  }

  .culture-section01__dia-text {
    flex-direction: row;
    align-items: flex-start;
  }

  .culture-section01__dia-text__dia {
    padding-right: 2.692308rem;
    flex: none;
  }

  .culture-section01__dia-text__copy {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 0;
  }

  .culture-text01 {
    width: 23.846154rem;
    flex: none;
  }

  .culture-section02 {
    position: relative;
    box-sizing: border-box;
    padding-right: 41.538462rem;
    margin-top: 16.307692rem;
  }

  .culture-img02 {
    padding-top: 173.684211%;
  }

  .culture-section02__dia-text {
    position: absolute;
    top: 0;
    right: 0;
  }

  .culture-text02 {
    position: absolute;
    bottom: 0;
    left: 36.923077rem;
    width: 23.846154rem;
  }

  .culture-img03 {
    padding-top: 51.515152%;
    margin-bottom: 3.846154rem;
  }

  .culture-section03 {
    position: relative;
    box-sizing: border-box;
    padding-left: 20rem;
    margin-top: 16.923077rem;
  }

  .culture-section03__dia-text {
    position: absolute;
    top: 0;
    left: 7.692308rem;
  }

  .culture-text03 {
    width: 35.384615rem;
  }

}

.store-img01 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.store-map {
  height: 0;
  padding-top: 66.666667%;
  margin-bottom: 3.076923rem;
}

.store-section02 {
  margin-top: 11.076923rem;
  text-align: center;
}

.store-section02 > h3 {
  font-size: 1.076923rem;
}

.store-section02 > p {
  font-size: 0.923077rem;
}

@media (min-width: 1024px) {
  .store-section01 {
    position: relative;
    box-sizing: border-box;
    padding-left: 20rem;
  }

  .store-img01 {
    padding-top: 57.575758%;
    margin-bottom: 3.846154rem;
  }

  .store-section01__dia-text {
    position: absolute;
    top: 0;
    left: 7.692308rem;
  }

  .store-text01 {
    width: 35.384615rem;
  }

  .store-section02 {
    margin-top: 13.461538rem;
  }

  .store-section02 > h3 {
    font-size: 1.153846rem;
  }

  .store-map {
    padding-top: 42.391304%;
    margin-bottom: 4.230769rem;
  }
}

.about-img01 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.about-img02 {
  height: 0;
  background-size: cover;
  background-position: center;
  padding-top: 66.666667%;
}

.about-main-copy {
  font-size: 2.076923rem;
  margin-bottom: 7.692308rem;
  letter-spacing: .125em;
}

.about-section01 {
  margin-top: 10.769231rem;
}

.about-section02 {
  margin-top: 10.769231rem;
}

@media (min-width: 1024px) {
  .about-copy-section {
    display: flex;
  }

  .about-main-copy {
    box-sizing: border-box;
    width: 22.153846rem;
    flex: none;
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 7.692308rem;
  }

  .about-main-copy-inner {
    margin-left: -.5em
  }

  .about-main-body-copy {
    font-size: 1.076923rem;
    flex: 1 0 auto;
    line-height: 2.5;
    margin-top: -.5em;
    margin-bottom: 0;
  }

  .about-section01 {
    position: relative;
    box-sizing: border-box;
    margin-top: 13.461538rem;
    padding-right: 20rem;
  }

  .about-section01__dia-text {
    position: absolute;
    top: 0;
    right: 7.692308rem;
  }

  .about-img01 {
    padding-top: 57.575758%;
    margin-bottom: 3.846154rem;
  }

  .about-text01 {
    box-sizing: border-box;
    padding-left: 15.384615rem;
  }

  .about-section02 {
    margin-top: 18.076923rem;
  }

  .about-img02 {
    padding-top: 38.461538rem;
    background-position: center 65%
  }

  .about-section02-pc-bottom {
    position: relative;
    box-sizing: border-box;
    padding-left: 43.846154rem;
    margin-top: 5.769231rem;
  }

  .about-section02__dia-text {
    position: absolute;
    top: 0;
    left: 7.692308rem;
  }

  .about-section02__dia-text-copy {
    -webkit-transform: translateY(-0.076923rem);
            transform: translateY(-0.076923rem);
  }
}

.faq-item {
  box-sizing: border-box;
  border: solid 1px #dcdcdc;
}

.faq-item:not(:last-child) {
  margin-bottom: 2.307692rem;
}

.faq-item__question {
  padding: 2.307692rem 1.538462rem 1.923077rem;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.faq-item__answer {
  padding-left: 1.538462rem;
  padding-right: 1.538462rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease;
}

.faq-item__answer-inner {
  border-top: solid 1px #dcdcdc;
  padding: 2.307692rem 0 1.923077rem;
}

.faq-item__sign {
  width: 2.692308rem;
  flex: none;
  line-height: 1;
}

.faq-item__text {
  width: 15.384615rem;
  flex: none;
}

.faq-item__arrow {
  flex: 1 0 auto;
  text-align: right;
}

.faq-item__arrow-img {
  width: 1.153846rem;
  height: 0.461538rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-faq="open"] .faq-item__arrow-img {
  -webkit-transform: none;
          transform: none;
}

@media (min-width: 1024px) {
  .container--faq {
    width: 55.384615rem;
  }

  .faq-item__question {
    padding-left: 2.307692rem;
    padding-right: 2.307692rem;
  }

  .faq-item__answer {
    padding-left: 2.307692rem;
    padding-right: 2.307692rem;
  }

  .faq-item__sign {
    width: 5.384615rem;
  }

  .faq-item__text {
    box-sizing: border-box;
    width: 40rem;
    padding-left: 0.923077rem;
    padding-right: 0.923077rem;
  }
}

.contact-telfax {
  border-color: #dcdcdc;
  border-width: 1px 0;
  border-style: solid;
  font-size: 1.692308rem;
  text-align: center;
  line-height: 1;
  margin: 4.230769rem 0 6.923077rem;
}

.contact-telfax__row {
  height: 6.461538rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-telfax__row:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

.contact-telfax__sub {
  font-size: 0.769231rem;
  color: #808080;
  position: absolute;
  bottom: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-notice-text {
  margin-bottom: 4.230769rem;
}

.contact-table__row {
  margin-bottom: 1.846154rem;
}

.contact-table__label {
  display: block;
}

.contact-table__input > input,
.contact-table__input > textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background-color: #f4f4f4;
  font-size: 1.230769rem;
}

.contact-table__input > input {
  box-sizing: border-box;
  padding: .5em .2em;
  height: 3.846154rem;
  padding-left: .5em;
}

.contact-table__input > textarea {
  box-sizing: border-box;
  padding: .5em .2em;
  height: 20rem;
  line-height: 1.8;
}

.contact-table__input > input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}

.contact-form__buttons {
  margin-top: 8.076923rem;
}

.contact-form__button {
  box-sizing: border-box;
  display: block;
  background: none;
  border-radius: 0;
  width: 100%;
  height: 4.615385rem;
  cursor: pointer;
  border-style: solid;
}

.contact-form__button:not(:last-child) {
  margin-bottom: 2.692308rem;
}

.contact-form__button--primary {
  background-color: #0c0c0c;
  color: #fff;
}

.contact-form__button--secondly {
  border-color: #dcdcdc;
}

.contact-form__errors {
  margin-top: 1.153846rem;
  color: #cc2121;
}

@media (min-width: 1024px) {
  .contact-telfax {
    display: flex;
    margin-bottom: 8.846154rem;
  }

  .contact-telfax__row {
    flex: 1 0 auto;
  }

  .contact-telfax__row:not(:last-child) {
    border-bottom: 0;
    border-right: solid 1px #dcdcdc;
  }

  .container--contact {
    max-width: 55.384615rem;
  }

  .contact-text {
    letter-spacing: .025em;
  }

  .contact-notice-text {
    text-align: center;
  }

  .contact-table__label {
    width: 19.230769rem;
    flex: none;
    margin-top: .75em;
  }

  .contact-table__label--confirm {
    margin-top: 0;
  }

  .contact-table__input {
    flex: 1 0;
  }

  .contact-form__buttons {
    margin-top: 10.769231rem;
    display: flex;
    justify-content: space-between;
  }

  .contact-form__button {
    width: 23.846154rem;
    flex: none;
    line-height: 1;
  }
}

.blog-single-back {
  margin: 12.307692rem auto 0;
  font-size: 1.038462rem;
  width: 13.076923rem;
  text-align: right;
  letter-spacing: .25em;
}

.blog-single-back__link-arrow {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.blog-single-back__link-arrow::after {
  height: 0.615385rem;
  top: 15.5%;
}

.blog-single-back__link-arrow::before {
  width: 5.769231rem;
}

.blog-single-back__link-arrow > span {
  display: inline-block;
  position: relative;
  top: .25em;
}

.blog-single-other-posts {
  margin-top: 10rem;
}

.blog-single-related-posts {
  margin-bottom: 6.923077rem;
}

.blog-other-posts-title {
  font-size: 1.230769rem;
  font-weight: 600;
  letter-spacing: .25em;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: .4em;
  margin-bottom: 0;
}

.blog-other-posts-posts {
  margin-top: 2rem;
}

.blog-other-posts-posts > * + * {
  margin-top: 2.461538rem;
}

.blog-post-thumbnail-link {
  display: block;
}

.blog-post-thumbnail-link__thumbnail {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}

.blog-post-thumbnail-link__title {
  font-size: 1.076923rem;
  line-height: 1.5;
  margin-top: -.25em;
  margin-bottom: 0;
  font-weight: 600;
}

.blog-post-thumbnail-link__date {
  font-size: 0.923077rem;
  color: #747474;
  margin: 0;
  letter-spacing: .1em;
}

@media (min-width: 1024px) {
  .container--blog {
    position: relative;
    box-sizing: border-box;
    padding-left: 10.769231rem;
    min-height: 153.846154rem;
  }

  .blog-archive__posts {
    width: 46.153846rem;
  }

  .blog-archive__sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 9.230769rem;
  }

  .blog-archive__pagination {
    width: 46.153846rem;
  }

  .blog-archive__pagination > .pagination {
    width: 31.692308rem;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-archive__pagination .pagination__link-arrow {
    width: 6.153846rem;
  }

  .blog-archive__pagination .pagination__page:nth-of-type(2) {
    margin-left: 2.307692rem;
  }

  .blog-archive__pagination .pagination__page:nth-last-of-type(2) {
    margin-right: 2.307692rem;
  }

  .blog-single__post {
    width: 46.153846rem;
  }

  .blog-single__pagination {
    width: 46.153846rem;
  }

  .blog-single__pagination > .pagination {
    width: 41.538462rem;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-single__pagination .pagination-post__link-arrow {
    width: 6.153846rem;
    height: 1.538462rem;
  }

  .blog-single__pagination .pagination-post__link-arrow::after {
    height: 0.615385rem;
    top: 0rem;
  }

  .blog-single-back {
    width: 46.153846rem;
    margin-top: 10.769231rem;
    margin-left: 13.615385rem;
  }

  .blog-single-back__link-arrow {
    width: 23.5rem;
    padding-left: 4.615385rem;
    margin-left: -4.615385rem;
  }

  .blog-single-back__link-arrow::after {
    top: 12.5%;
  }

  .blog-single-back__link-arrow::before {
    width: auto;
    left: 4.615385rem;
    right: 7.692308rem;
  }

  .blog-single-back__link-arrow::after {
    left: 4.615385rem;
  }

  .blog-single-back__link-arrow::before,
  .blog-single-back__link-arrow::after {
    transition: left .6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .blog-single-back__link-arrow:hover::before,
  .blog-single-back__link-arrow:hover::after {
    left: 0;
  }

  .blog-single-other-posts {
    width: 46.153846rem;
    margin-top: 15.384615rem;
  }

  .blog-other-posts-posts {
    margin-top: 2.307692rem;
    margin-left: -0.923077rem;
    margin-right: -0.923077rem;
    display: flex;
  }

  .blog-other-posts-posts > * {
    box-sizing: border-box;
    padding-left: 0.923077rem;
    padding-right: 0.923077rem;
    width: 33.333333%;
  }

  .blog-other-posts-posts > * + * {
    margin-top: 0;
  }

  .blog-single-related-posts {
    margin-bottom: 6.153846rem;
  }

  .blog-post-thumbnail-link__date {
    margin-top: 0.192308rem;
  }
}

.shop-firstview {
  position: relative;
  padding-top: 66.666667%;
  height: 0;
  background: #ccc;
  margin-bottom: 1.923077rem;
}

.shop-firstview__img {
  position: absolute!important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 4s linear;
  opacity: 0;
}

.shop-firstview__img[data-active="1"] {
  opacity: 1;
}

.shop-firstview-slick__dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.shop-firstview-slick__dots > * {
  font-size: 0;
}

.shop-firstview-slick__dots > * + * {
  margin-left: 0.769231rem;
}

.shop-firstview-slick__dots > * > button {
  display: block;
  background-color: rgba(255,255,255,.5);
  width: 0.461538rem;
  height: 0.461538rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  outline: 0;
}

.shop-firstview-slick__dots > .slick-active > button {
  background-color: rgba(255,255,255,1);
}

@media (min-width: 1024px) {
  .shop-firstview {
    padding-top: 42.391304%;
    margin-bottom: 4.615385rem;
  }

  .shop-firstview__img {
    padding-top: 42.391304%;
  }
}

.shop-item-info__photos {
  margin-bottom: 3.230769rem;
}

.shop-item-info__focused-photo-wrap {
  position: relative;
  height: 0;
  padding-top: 71.521036%;
  margin-bottom: 1.230769rem;
}

.shop-item-info__focused-photo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease .3s;
}

.shop-item-info__focused-photo[data-active="1"] {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.shop-item-info__photo-thumbnail-list {
  margin-left: -0.461538rem;
  margin-right: -0.461538rem;
}

.shop-item-info__photo-thumbnail-wrap {
  box-sizing: border-box;
  padding-left: 0.461538rem;
  padding-right: 0.461538rem;
}

.shop-item-info__photo-thumbnail {
  box-sizing: border-box;
  position: relative;
  height: 0;
  padding-top: 71.014493%;
}

.shop-item-info__photo-thumbnail-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.shop-item-info__name {
  font-size: 1.384615rem;
  letter-spacing: .2em;
  font-weight: 500;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 0.615385rem;
  margin-bottom: 2.692308rem;
}

.shop-item-info__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  letter-spacing: .2em;
}

.shop-item-info__row + .shop-item-info__row {
  margin-top: 1.923077rem;
}

.shop-item-info__row-title {
  font-size: 0.923077rem;
  margin-bottom: 0;
}

.shop-item-info__price {
  font-size: 1.153846rem;
}

.shop-item-info__input {
  margin-bottom: 6.538462rem;
}

.shop-item-info__input-button {
  margin-top: 1.923077rem;
}

.shop-item-info__text-nav {
  list-style-type: none;
  padding: 0;
  margin-top: 4.615385rem;
}

.shop-item-info__text-nav > *::before {
  content: '- ';
  display: inline;
}

.shop-item-info__text-button {
  margin: 6.307692rem 0;
}

@media (min-width: 1024px) {
  .shop-item-info {
    margin-bottom: 8.461538rem;
  }
  .shop-item-info__photos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.846154rem;
  }

  .shop-item-info__focused-photo-wrap {
    width: 40rem;
    height: 28rem;
    padding-top: 0;
    flex: none;
    margin-bottom: 0;
    align-items: center;
  }

  .shop-item-info__photo-thumbnail-list {
    width: 8.461538rem;
    flex: none;
    line-height: 0;
    font-size: 0;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  /* Override */
  .shop-item-info__photo-thumbnail-list.slick-vertical .slick-slide {
    border: 0;
  }

  /* Override */
  .shop-item-info__photo-thumbnail-list.slick-vertical .slick-list {
    height: 28rem!important;
  }

  .shop-item-info__photo-thumbnail-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 1.346154rem;
  }

  .shop-item-info__name {
    margin-bottom: 1.923077rem;
  }

  .shop-item-info__input {
    width: 23.076923rem;
    flex: none;
    margin-bottom: 0;
  }

  .shop-item-info__text {
    width: 23.076923rem;
    flex: none;
    font-size: 1rem;
  }

  .shop-item-info__text-nav {
    font-size: 0.923077rem;
  }

  .shop-item-info__selector {
    min-width: 6.923077rem;
    height: 3.846154rem;
  }

  .shop-item-info__row + .shop-item-info__row {
    margin-top: 3.076923rem;
  }

  .shop-item-info__input-button {
    margin: 3.076923rem 0;
  }

  .shop-item__fake-selector {
    height: auto;
  }

  /* Override */
  .shop-item__fake-selector .fake-selector__display {
    padding-bottom: 1.076923rem;
  }

}

.shop-list__header {
  border-bottom: solid 1px #dcdcdc;
}

.shop-list__title {
  font-size: 1.230769rem;
  margin-bottom: 0rem;
}

.shop-list__sort-nav {
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 1px 0;
  font-family: YuMincho, serif; /* Fix line-height */
  display: flex;
  line-height: 1;
  margin-bottom: 1.846154rem;
  color: rgb(128,128,128);
}

.shop-list__sort-nav > * {
  display: block;
  flex: 1 0 auto;
  text-align: center;
  padding: 1.5em 0;
}

.shop-list__sort-nav > [data-active='1'] {
  color: rgb(12,12,12);
}

.shop-list__sub-category-link + .shop-list__sub-category-link {
  margin-left: 2em;
}

.shop-list__section {
  margin-bottom: 0;
}

.shop-list__pagination > .pagination {
  margin-top: 0;
}

.shop-list__pagination {
  margin: 4.615385rem 0 6.461538rem;
}

@media (min-width: 1024px) {
  .shop-list__header {
    display: flex;
    align-items: baseline;
    line-height: 1;
    box-sizing: border-box;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 1.538462rem;
    padding-top: 1.076923rem;
    height: 3rem;
    justify-content: space-between;
  }

  .shop-list__sort-nav {
    margin-bottom: 0;
    border: 0;
    font-size: 0.846154rem;
  }

  .shop-list__sort-nav > * {
    padding: 0;
  }

  .shop-list__sort-nav > * + * {
    margin-left: 2em;
  }

  .shop-list__sub-category {
    margin-bottom: 1.923077rem;
  }

  .shop-list__pagination {
    margin-top: 8.153846rem;
    margin-left: auto;
    margin-right: auto;
    width: 31.538462rem;
  }

  /* Override */
  .shop-list__pagination .pagination__link-arrow {
    width: 6.153846rem;
    flex: none;
  }
}

/*# sourceMappingURL=style.css.map */

/*  post-body ブログコンテンツないの文字 */
.post-body h1,.post-body h2,.post-body h3{
 font-weight:bold;
}
