@charset "EUC-JP";

* {
  box-sizing: border-box;
  font-family: "Yu Gothic", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale
}

*::before, *::after {
  box-sizing: border-box
}

* :lang(ja) {
  font-family: "Yu Gothic", sans-serif
}

*:focus {
  outline: none
}

h1, h2, h3, h4, h5, h6, table, td, th, tbody, p, li, a, span, dd, dt {
  margin: 0;
  padding: 0
}

#wrapper {
  max-width: 100vw;
  margin: 0 auto
}

#wrapper #content {
  position: relative
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

html {
  font-size: 14px
}

@media screen and (max-width: 880px) {
  html {
    font-size: 34px
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 28px
  }
}

html, body {
  width: 100vw;
  height: 100%
}

ul, ol {
  margin: 0;
  list-style-type: none
}

a {
  color: #000000
}

a:hover {
  color: #A93439
}

a:focus {
  outline: none;
  color: #A93439;
  text-decoration: none
}

h2 {
  margin: 0
}

.none {
  display: none !important
}

.antialiased {
  -webkit-font-smoothing: antialiased
}

.none-antialiased {
  -webkit-font-smoothing: none
}

.auto-antialiased {
  -webkit-font-smoothing: initial
}

.subpixel-antialiased {
  -webkit-font-smoothing: subpixel-antialiased
}

@font-face {
  font-family: "Yu Gothic";
  src: local("YuGo-Medium");
  font-weight: 100
}

@font-face {
  font-family: "Yu Gothic";
  src: local("YuGo-Medium");
  font-weight: 200
}

@font-face {
  font-family: "Yu Gothic";
  src: local("YuGo-Medium");
  font-weight: 300
}

@font-face {
  font-family: "Yu Gothic";
  src: local("YuGo-Medium");
  font-weight: 400
}

@font-face {
  font-family: "Yu Gothic";
  src: local("YuGo-Bold");
  font-weight: 600
}

@font-face {
  font-family: "Yu Gothic";
  src: local("YuGo-Bold");
  font-weight: 800
}

@font-face {
  font-family: "Yu Gothic";
  src: local("YuGo-Bold");
  font-weight: bold
}

.loading, #loader-wrapper {
  height: 100%;
  width: 100%;
  transition: .25s all ease-out;
  opacity: 1;
  position: fixed;
  background-color: #fff;
  z-index: 100000
}

.loading.fade-out, #loader-wrapper.fade-out {
  opacity: 0
}

.wf-active .loading, .wf-active #loader-wrapper {
  opacity: 0;
  z-index: -1
}

.webfont.montserrat-regular, .webfont.montserrat-regular>span, .webfont.montserrat-regular>a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400
}

.webfont.montserrat-medium, .webfont.montserrat-medium>span, .webfont.montserrat-medium>a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500
}

.webfont.montserrat-semibold, .webfont.montserrat-semibold>span, .webfont.montserrat-semibold>a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600
}

.webfont.playfair-display, .webfont.playfair-display>span, .webfont.playfair-display>a {
  font-family: "Playfair Display", serif;
  font-weight: 400
}

.webfont.raleway-semibold, .webfont.raleway-semibold>span {
  font-family: "Raleway", sans-serif;
  font-weight: 600
}

.webfont.raleway-light, .webfont.raleway-light>span {
  font-family: "Raleway", sans-serif;
  font-weight: 400
}

.webfont.a-otf-midashi-mb31-pr6n, .webfont.a-otf-midashi-mb31-pr6n>span {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif
}

.webfont.YuGothic, .webfont.YuGothic>span, .webfont.YuGothic>a {
  font-family: "Yu Gothic", "Yu Gothic Medium", "�⥴���å� Medium", YuGothic, "�⥴���å���", "Noto Sans Japanese", sans-serif
}

.webfont.a-otf-futo-go-b101-pr6n, .webfont.a-otf-futo-go-b101-pr6n>span {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif
}

.webfont.a-otf-gothic-bbb-pr6n, .webfont.a-otf-gothic-bbb-pr6n>span {
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif
}

.nav .nav-item a {
  padding: 1rem;
  display: block;
  color: #ccc
}

.nav .nav-item a::after {
  content: ">";
  float: right;
  color: #ccc
}

.nav .nav-item a.about-shop::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  float: right;
  color: #ccc
}

.nav .nav-item:not(:last-child) {
  border-bottom: 1px solid #ccc
}

.br-xs {
  display: none
}

@media (max-width: 480px) {
  .br-xs {
    display: block
  }
}

.br-sm {
  display: none
}

@media (max-width: 600px) {
  .br-sm {
    display: block
  }
}

.br-md {
  display: none
}

@media (max-width: 840px) {
  .br-md {
    display: block
  }
}

.br-lg {
  display: none
}

@media (max-width: 960px) {
  .br-lg {
    display: block
  }
}

.br-xl {
  display: none
}

@media (max-width: 1280px) {
  .br-xl {
    display: block
  }
}

.br-sp {
  display: none
}

@media (max-width: 750px) {
  .br-sp {
    display: block
  }
}

.br-tb {
  display: none
}

@media (max-width: 880px) {
  .br-tb {
    display: block
  }
}

.br-pc {
  display: none
}

@media (max-width: 1280px) {
  .br-pc {
    display: block
  }
}

@media (min-width: 1281px) {
  .container .columns .col-xxl-1 {
    width: 8.33333%
  }

  .container .columns .col-xxl-2 {
    width: 16.66667%
  }

  .container .columns .col-xxl-3 {
    width: 25%
  }

  .container .columns .col-xxl-4 {
    width: 33.33333%
  }

  .container .columns .col-xxl-5 {
    width: 41.66667%
  }

  .container .columns .col-xxl-6 {
    width: 50%
  }

  .container .columns .col-xxl-7 {
    width: 58.33333%
  }

  .container .columns .col-xxl-8 {
    width: 66.66667%
  }

  .container .columns .col-xxl-9 {
    width: 75%
  }

  .container .columns .col-xxl-10 {
    width: 83.33333%
  }

  .container .columns .col-xxl-11 {
    width: 91.66667%
  }

  .container .columns .col-xxl-12 {
    width: 100%
  }
}

.svg-base {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden
}

.hide-pc {
  display: none !important
}

.show-pc {
  display: block !important
}

@media (max-width: 1280px) {
  .hide-pc {
    display: none !important
  }

  .show-pc {
    display: block !important
  }
}

@media (max-width: 880px) {
  .hide-tb {
    display: none !important
  }

  .show-tb {
    display: block !important
  }
}

@media (max-width: 750px) {
  .hide-sp {
    display: none !important
  }

  .show-sp {
    display: block !important
  }
}

.mt0 {
  margin-top: 0
}

.pt0 {
  padding-top: 0
}

.t0 {
  top: 0
}

.mr0 {
  margin-right: 0
}

.pr0 {
  padding-right: 0
}

.r0 {
  right: 0
}

.mb0 {
  margin-bottom: 0
}

.pb0 {
  padding-bottom: 0
}

.b0 {
  bottom: 0
}

.ml0 {
  margin-left: 0
}

.pl0 {
  padding-left: 0
}

.l0 {
  left: 0
}

.m0 {
  margin: 0
}

.p0 {
  padding: 0
}

@media screen and (max-width: 880px) {
  br.pcbr {
    display: none
  }
}

@media screen and (max-width: 750px) {
  br.pcbr {
    display: none
  }
}

@media screen and (min-width: 881px) {
  br.tbbr {
    display: none
  }
}

@media screen and (max-width: 750px) {
  br.tbbr {
    display: none
  }
}

@media screen and (min-width: 881px) {
  br.spbr {
    display: none
  }
}

@media screen and (max-width: 880px) {
  br.spbr {
    display: none
  }
}

.fw1 {
  font-weight: 100
}

.fw2 {
  font-weight: 200
}

.fw3 {
  font-weight: 300
}

.fw4 {
  font-weight: 400
}

.fw5 {
  font-weight: 500
}

.fw6 {
  font-weight: 600
}

.fw7 {
  font-weight: 700
}

.fw8 {
  font-weight: 800
}

.fwb {
  font-weight: bold
}

#header {
  position: fixed;
  width: 100vw;
  z-index: 99999;
  background-color: rgba(255, 255, 255, .9)
}

@media screen and (max-width: 880px) {
  #header {
    border-bottom: 1px solid #EAE9EB
  }
}

@media screen and (max-width: 750px) {
  #header {
    border-bottom: 1px solid #EAE9EB
  }
}

#header #header-wrapper {
  max-width: 1280px;
  height: 169px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0;
  display: block;
  transition: all 0.25s ease-out
}

@media screen and (max-width: 880px) {
  #header #header-wrapper {
    width: 100vw;
    height: 21.47727vw;
    padding: 0
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper {
    height: 25.33333vw;
    padding: 0
  }
}

#header #header-wrapper .header-top {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.25s ease-out
}

#header #header-wrapper .header-bottom .header-left, #header #header-wrapper .header-bottom .header-center, #header #header-wrapper .header-bottom .header-right {
  position: absolute
}

#header #header-wrapper .header-bottom .header-left {
  top: 66px;
  left: 135px;
  transition: all 0.25s ease-out
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-left {
    top: 6.25vw;
    left: 5.68182vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-left {
    top: 7.46667vw;
    left: 5.46667vw
  }
}

#header #header-wrapper .header-bottom .header-left .logo {
  width: 63px;
  height: 76px;
  display: block;
  transition: all 0.25s ease-out
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-left .logo {
    width: 7.38636vw;
    height: 8.97727vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-left .logo {
    width: 8.26667vw;
    height: 10vw
  }
}

#header #header-wrapper .header-bottom .header-left .logo .logo-tobi svg {
  position: absolute;
  width: 100%
}

#header #header-wrapper .header-bottom .header-left .logo .logo-tobi svg.LogoTobiIcon2 .obj {
  fill: #911D22
}

#header #header-wrapper .header-bottom .header-left .logo .logo-tobi svg.LogoTobiText2 .obj {
  fill: #231815
}

#header #header-wrapper .header-bottom .header-center {
  width: 430px;
  left: calc(50% - 430px / 2);
  top: 25px;
  transition: all 0.25s ease-out
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-center {
    width: 45.68182vw;
    top: 8.52273vw;
    left: 27.15909vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-center {
    width: 49.6vw;
    top: 10.13333vw;
    left: 25.2vw
  }
}

#header #header-wrapper .header-bottom .header-center .site-logo {
  position: relative
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-ms, #header #header-wrapper .header-bottom .header-center .site-logo .logo-tobi-text {
  position: relative;
  margin-left: auto;
  margin-right: auto
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-ms {
  top: 60px;
  width: 326px;
  height: 31px;
  transition: all 0.25s ease-out
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms {
    width: 45.68182vw;
    height: 4.43182vw;
    margin-top: 0vw;
    top: 0;
    position: relative
  }

  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms .show-logo-ms-icon-wrapper, #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms .show-logo-ms-text-wrapper {
    position: absolute;
    width: 61.36364vw;
    height: 7.27273vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms {
    width: 49.6vw;
    height: 4.8vw;
    margin-top: 0vw;
    top: 0
  }
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg {
  position: absolute;
  top: 0;
  left: 0
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.LogoMsIcon {
  width: 70px
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.LogoMsIcon {
    width: 9.31818vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.LogoMsIcon {
    width: 9.33333vw
  }
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.LogoMsIcon .obj {
  fill: #911D22
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.LogoMsText .obj {
  fill: #231815
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.MsText {
  width: 326px
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.MsText {
    width: 45.68182vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.MsText {
    width: 49.6vw
  }
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.MsText .obj {
  fill: #231815
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg {
    position: relative;
    width: 61.36364vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg {
    position: relative;
    width: 62vw
  }
}

#header #header-wrapper .header-bottom .header-center .site-logo .logo-tobi-text {
  top: 0;
  width: 112px
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-tobi-text {
    width: 19.43182vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-center .site-logo .logo-tobi-text {
    width: 21.6vw
  }
}

#header #header-wrapper .header-bottom .header-right {
  top: 70px;
  right: 137px;
  transition: all 0.25s ease-out
}

@media screen and (max-width: 880px) {
  #header #header-wrapper .header-bottom .header-right {
    top: 0vw;
    right: 0vw
  }
}

@media screen and (max-width: 750px) {
  #header #header-wrapper .header-bottom .header-right {
    top: 0vw;
    right: 0vw
  }
}

#header #header-wrapper .header-bottom .header-right .cart {
  width: 68px;
  height: 68px;
  transition: all 0.25s ease-out;
  border: 2px solid transparent
}

#header.small #header-wrapper {
  height: 107px
}

@media screen and (max-width: 880px) {
  #header.small #header-wrapper {
    height: 13.63636vw
  }
}

@media screen and (max-width: 750px) {
  #header.small #header-wrapper {
    height: 16vw
  }
}

#header.small #header-wrapper .header-top {
  display: none
}

#header.small #header-wrapper .header-bottom .header-left {
  transform: translate(0, -42px)
}

@media screen and (max-width: 880px) {
  #header.small #header-wrapper .header-bottom .header-left {
    transform: translate(0, -2.27273vw)
  }
}

@media screen and (max-width: 750px) {
  #header.small #header-wrapper .header-bottom .header-left {
    transform: translate(0, -2.8vw)
  }
}

#header.small #header-wrapper .header-bottom .header-left .logo {
  transform: scale(0.79365, 0.78947)
}

@media screen and (max-width: 880px) {
  #header.small #header-wrapper .header-bottom .header-left .logo {
    transform: scale(0.8, 0.8)
  }

  #header.small #header-wrapper .header-bottom .header-left .logo .LogoTobiText2 {
    display: none
  }
}

@media screen and (max-width: 750px) {
  #header.small #header-wrapper .header-bottom .header-left .logo {
    transform: scale(0.85484, 0.85484)
  }

  #header.small #header-wrapper .header-bottom .header-left .logo .LogoTobiText2 {
    display: none
  }
}

#header.small #header-wrapper .header-bottom .header-center {
  transform: translate(0, -25px)
}

@media screen and (max-width: 880px) {
  #header.small #header-wrapper .header-bottom .header-center {
    transform: translate(0, -3.52273vw)
  }
}

@media screen and (max-width: 750px) {
  #header.small #header-wrapper .header-bottom .header-center {
    transform: translate(0, -4vw)
  }
}

#header.small #header-wrapper .header-bottom .header-center .site-logo .logo-ms {
  transform: translate(0, -19px) scale(0.77301, 0.80645)
}

@media screen and (max-width: 880px) {
  #header.small #header-wrapper .header-bottom .header-center .site-logo .logo-ms {
    transform: translate(0, 0) scale(0.79851, 0.79487)
  }
}

@media screen and (max-width: 750px) {
  #header.small #header-wrapper .header-bottom .header-center .site-logo .logo-ms {
    transform: translate(0, 0) scale(0.76075, 0.75)
  }
}

#header.small #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.MsText {
  transform: scale(0.77301, 0.77301)
}

@media screen and (max-width: 880px) {
  #header.small #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.MsText {
    transform: scale(0.79851, 0.79487)
  }
}

@media screen and (max-width: 750px) {
  #header.small #header-wrapper .header-bottom .header-center .site-logo .logo-ms svg.MsText {
    transform: scale(0.76075, 0.75)
  }
}

#header.small #header-wrapper .header-bottom .header-right {
  transform: translate(0px, -44px)
}

@media screen and (max-width: 880px) {
  #header.small #header-wrapper .header-bottom .header-right {
    transform: translate(0, -3.97727vw)
  }
}

@media screen and (max-width: 750px) {
  #header.small #header-wrapper .header-bottom .header-right {
    transform: translate(0, -4.93333vw)
  }
}

#header.small #header-wrapper .header-bottom .header-right .cart {
  transform: scale(0.82353, 0.82353)
}

.main-nav {
  padding-top: 1rem
}

.main-nav .nav-items:last-child {
  padding-top: 1.7rem;
  list-style: none
}

.main-nav .nav-items:last-child .nav-item a {
  padding: .2rem
}

.member-menu {
  margin-right: 138px;
  margin-top: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.member-menu .nav-item {
  position: relative
}

.member-menu .nav-item a {
  color: #000;
  font-size: 10.5px;
  line-height: 2.09524;
  letter-spacing: .08em;
  font-weight: bold;
  display: inline-block;
  width: 65px;
  text-align: center
}

.member-menu .nav-item a .arrow {
  position: relative;
  display: block;
  width: 33;
  height: 8;
  transition: all 0.25s ease-out;
  left: -22px;
  opacity: 0
}

.member-menu .nav-item a .arrow::before, .member-menu .nav-item a .arrow::after {
  position: absolute;
  display: block;
  height: 1px;
  text-align: center;
  background-color: #A93439;
  border-radius: .5px
}

.member-menu .nav-item a .arrow::before {
  width: 33;
  content: "";
  bottom: 0
}

.member-menu .nav-item a .arrow::after {
  width: 10;
  content: "";
  transform: rotate(53.1301deg);
  bottom: 4;
  right: -2
}

.member-menu .nav-item a:hover {
  color: #A93439;
  text-decoration: none
}

.member-menu .nav-item a:hover .arrow {
  left: -12px;
  opacity: 1
}

.btn-about-shop {
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  padding: .5rem 2.2rem;
  letter-spacing: 0.1rem;
  position: relative
}

.btn-about-shop::before, .btn-about-shop::after {
  position: absolute;
  content: '';
  background-color: gray;
  height: 1px;
  z-index: -1
}

.btn-about-shop::before {
  width: 84px;
  width: 6rem;
  top: 50%;
  left: calc(50% - 84px / 2);
  left: calc(50% - 6rem / 2);
  right: 0
}

.btn-about-shop::after {
  width: 8.4px;
  width: .6rem;
  top: 10.5px;
  top: .75rem;
  left: calc(50% + 84px / 2 - 8.4px);
  left: calc(50% + 6rem / 2 - .6rem);
  transform: rotate(45deg)
}

.btn-about-shop .btn-content-wrap {
  background-color: #fff;
  padding: 0 .4rem
}

.nav-items {
  list-style: none
}

.nav-items .nav-item {
  letter-spacing: .1rem
}

#content {
  padding-top: 197px;
  transition: all 0.25s ease-out
}

@media screen and (max-width: 880px) {
  #content {
    top: 0;
    padding-top: 21.47727vw
  }
}

@media screen and (max-width: 750px) {
  #content {
    top: 0;
    padding-top: 25.33333vw
  }
}

#content .prd-category {
  transition: all 0.25s ease-out;
  transition-delay: .001s
}

#content.small {
  padding-top: 107px
}

#content.small .prd-category {
  transform: translateY(-62px)
}

#footer {
  position: relative;
  border-top: 1px solid #d3d3d3
}

#footer .footer-wrapper {
  position: relative;
  width: 1009px;
  height: 258px;
  margin: 0 auto
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper {
    width: 100vw;
    height: auto;
    height: initial;
    padding-top: 11.36364vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper {
    width: 100vw;
    height: auto;
    height: initial;
    padding-top: 0
  }
}

#footer .footer-wrapper .section {
  position: absolute
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section {
    position: relative
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section {
    position: relative
  }
}

#footer .footer-wrapper .section.left {
  width: 27.4%;
  height: 98px;
  top: 75px;
  left: 0
}

#footer .footer-wrapper .section.center {
  width: 31%;
  height: 86px;
  top: 84px;
  left: 34.5%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#footer .footer-wrapper .section.right {
  width: 30%;
  height: 89px;
  top: 83px;
  right: 0
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section.left, #footer .footer-wrapper .section.center, #footer .footer-wrapper .section.right {
    width: 100vw;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    right: auto;
    right: initial
  }

  #footer .footer-wrapper .section.left {
    height: 14.88636vw
  }

  #footer .footer-wrapper .section.center {
    margin-top: 17.15909vw;
    height: 26.25vw
  }

  #footer .footer-wrapper .section.right {
    margin-top: 12.27273vw;
    height: 24.54545vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section.left, #footer .footer-wrapper .section.center, #footer .footer-wrapper .section.right {
    width: 100vw;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    right: auto;
    right: initial
  }

  #footer .footer-wrapper .section.left {
    margin-top: 13.33333vw
  }

  #footer .footer-wrapper .section.center {
    margin-top: 13.06667vw
  }

  #footer .footer-wrapper .section.right {
    margin-top: 13.33333vw
  }
}

#footer .footer-wrapper .section .shop-logo {
  width: 274px;
  height: 41px;
  position: relative
}

#footer .footer-wrapper .section .shop-logo svg {
  position: absolute
}

#footer .footer-wrapper .section .shop-logo svg.LogoMsIcon {
  width: 52px
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .shop-logo svg.LogoMsIcon {
    width: 12.38636vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .shop-logo svg.LogoMsIcon {
    width: 12.93333vw
  }
}

#footer .footer-wrapper .section .shop-logo svg.LogoMsIcon .obj {
  fill: #911D22
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .shop-logo svg.LogoMsText {
    width: 75.79545vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .shop-logo svg.LogoMsText {
    width: 73.86667vw
  }
}

#footer .footer-wrapper .section .shop-logo svg.LogoMsText .obj {
  fill: #231815
}

#footer .footer-wrapper .section .shop-logo img {
  width: 100%
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .shop-logo {
    width: 75.79545vw;
    height: 10.22727vw;
    margin-left: 12.10227vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .shop-logo {
    width: 73.86667vw;
    height: 10vw;
    margin-left: 13.06667vw
  }
}

#footer .footer-wrapper .section .sns {
  width: 80px;
  margin-top: 39px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .sns {
    display: none
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .sns {
    display: none
  }
}

#footer .footer-wrapper .section .sns .sns-wrapper {
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

#footer .footer-wrapper .section .sns .sns-wrapper .sns-item {
  width: 17px;
  height: 17px;
  text-indent: -100%;
  overflow: hidden
}

#footer .footer-wrapper .section .sns .sns-wrapper .sns-item:nth-of-type(1) {
  margin-right: 17px
}

#footer .footer-wrapper .section .sns .sns-wrapper .sns-item:nth-of-type(2) {
  margin-right: 12px
}

#footer .footer-wrapper .section .sns .sns-wrapper .sns-item a {
  display: block;
  width: 17px;
  height: 17px;
  text-indent: 200%;
  background-repeat: no-repeat
}

#footer .footer-wrapper .section .sns .sns-wrapper .sns-item .facebook {
  background-image: url("https://file002.shop-pro.jp/PA01399/151/img/common/fb.png")
}

#footer .footer-wrapper .section .sns .sns-wrapper .sns-item .twitter {
  background-image: url("https://file002.shop-pro.jp/PA01399/151/img/common/tw.png")
}

#footer .footer-wrapper .section .sns .sns-wrapper .sns-item .instagram {
  background-image: url("https://file002.shop-pro.jp/PA01399/151/img/common/ig.png")
}

#footer .footer-wrapper .section .about-site {
  width: 194px;
  height: 11px;
  margin-top: 46px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 3px;
  text-align: right
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .about-site {
    width: 28.52273vw;
    height: 2.5vw;
    top: 12.38636vw;
    right: 28.06818vw;
    bottom: unset;
    margin: 0;
    text-align: left
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .about-site {
    width: 28.8vw;
    height: 2.53333vw;
    top: 13.33333vw;
    right: 28.66667vw;
    bottom: unset;
    margin: 0;
    text-align: left
  }
}

#footer .footer-wrapper .section .about-site a {
  position: relative;
  transition: 0.25s all ease-out;
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 2.33333;
  letter-spacing: .1em;
  line-height: 1;
  font-weight: 600
}

#footer .footer-wrapper .section .about-site a::before, #footer .footer-wrapper .section .about-site a::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

#footer .footer-wrapper .section .about-site a::before {
  margin-bottom: calc(-.4em + -5px)
}

#footer .footer-wrapper .section .about-site a::after {
  margin-top: calc(-0em + -3px)
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .about-site a {
    font-size: 2.73523vw;
    line-height: 1.40008;
    letter-spacing: .1em;
    line-height: 1.40008
  }

  #footer .footer-wrapper .section .about-site a::before, #footer .footer-wrapper .section .about-site a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #footer .footer-wrapper .section .about-site a::before {
    margin-bottom: calc(-.48241em + -.45455vw)
  }

  #footer .footer-wrapper .section .about-site a::after {
    margin-top: calc(-.23313em + -.45455vw)
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .about-site a {
    font-size: 2.66667vw;
    font-size: 2.66667vw;
    line-height: 1.4;
    letter-spacing: .1em;
    line-height: 1.4
  }

  #footer .footer-wrapper .section .about-site a::before, #footer .footer-wrapper .section .about-site a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #footer .footer-wrapper .section .about-site a::before {
    margin-bottom: calc(-.55em + -.8vw)
  }

  #footer .footer-wrapper .section .about-site a::after {
    margin-top: calc(-.25em + -.26667vw)
  }
}

#footer .footer-wrapper .section .about-site a .arrow {
  position: relative;
  display: block;
  width: 33px;
  height: 8px;
  transition: all 0.25s ease-out;
  opacity: 0;
  top: 8px;
  left: -54px
}

#footer .footer-wrapper .section .about-site a .arrow::before, #footer .footer-wrapper .section .about-site a .arrow::after {
  position: absolute;
  display: block;
  height: 1px;
  text-align: center;
  background-color: #000;
  border-radius: .5px
}

#footer .footer-wrapper .section .about-site a .arrow::before {
  width: 33px;
  content: "";
  bottom: 0
}

#footer .footer-wrapper .section .about-site a .arrow::after {
  width: 11.31371px;
  content: "";
  transform: rotate(45deg);
  bottom: 4px;
  right: -1.65685px
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .about-site a .arrow {
    opacity: 1;
    position: relative;
    display: block;
    width: 5.34091vw;
    height: 1.47727vw;
    left: -8.06818vw;
    top: 1.70455vw
  }

  #footer .footer-wrapper .section .about-site a .arrow::before, #footer .footer-wrapper .section .about-site a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #000;
    border-radius: 1px
  }

  #footer .footer-wrapper .section .about-site a .arrow::before {
    width: 5.34091vw;
    content: "";
    bottom: 0
  }

  #footer .footer-wrapper .section .about-site a .arrow::after {
    width: 2.01043vw;
    content: "";
    transform: rotate(47.29061deg);
    bottom: 0.73864vw;
    right: -0.3234vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .about-site a .arrow {
    opacity: 1;
    position: relative;
    display: block;
    width: 5.06667vw;
    height: 1.33333vw;
    left: -6.59091vw;
    top: 1.81818vw
  }

  #footer .footer-wrapper .section .about-site a .arrow::before, #footer .footer-wrapper .section .about-site a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #000;
    border-radius: 1px
  }

  #footer .footer-wrapper .section .about-site a .arrow::before {
    width: 5.06667vw;
    content: "";
    bottom: 0
  }

  #footer .footer-wrapper .section .about-site a .arrow::after {
    width: 1.88562vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.66667vw;
    right: -0.27614vw
  }
}

@media screen and (min-width: 881px) {
  #footer .footer-wrapper .section .about-site a:hover {
    color: #A93439;
    text-decoration: none
  }

  #footer .footer-wrapper .section .about-site a:hover .arrow {
    left: -44px;
    opacity: 1
  }

  #footer .footer-wrapper .section .about-site a:hover .arrow::before, #footer .footer-wrapper .section .about-site a:hover .arrow::after {
    background-color: #A93439
  }
}

#footer .footer-wrapper .section .links {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#footer .footer-wrapper .section .links .links-wrapper {
  list-style: none;
  display: block;
  width: 100%
}

#footer .footer-wrapper .section .links .links-wrapper .links-item {
  margin: 0;
  width: 100%
}

#footer .footer-wrapper .section .links .links-wrapper .links-item:not(:first-child) {
  margin-top: 23px
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .links .links-wrapper .links-item:not(:first-child) {
    margin-top: 7.95455vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .links .links-wrapper .links-item:not(:first-child) {
    margin-top: 8.13333vw
  }
}

#footer .footer-wrapper .section .links .links-wrapper .links-item a {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 13.97px;
  line-height: 2.57122;
  letter-spacing: .045em;
  line-height: 2.57122;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent
}

#footer .footer-wrapper .section .links .links-wrapper .links-item a::before, #footer .footer-wrapper .section .links .links-wrapper .links-item a::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

#footer .footer-wrapper .section .links .links-wrapper .links-item a::before {
  margin-bottom: -0.73561em
}

#footer .footer-wrapper .section .links .links-wrapper .links-item a::after {
  margin-top: -0.95036em
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .links .links-wrapper .links-item a {
    font-size: 3.63636vw;
    line-height: 3.125;
    letter-spacing: .035em;
    line-height: 1
  }

  #footer .footer-wrapper .section .links .links-wrapper .links-item a::before, #footer .footer-wrapper .section .links .links-wrapper .links-item a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #footer .footer-wrapper .section .links .links-wrapper .links-item a::before {
    margin-bottom: calc(-.075em + -.22727vw)
  }

  #footer .footer-wrapper .section .links .links-wrapper .links-item a::after {
    margin-top: calc(-.075em + -.45455vw)
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .links .links-wrapper .links-item a {
    font-size: 3.46667vw;
    line-height: 3.23115;
    letter-spacing: .045em;
    line-height: 3.23115;
    border: 1px dotted transparent
  }

  #footer .footer-wrapper .section .links .links-wrapper .links-item a::before, #footer .footer-wrapper .section .links .links-wrapper .links-item a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #footer .footer-wrapper .section .links .links-wrapper .links-item a::before {
    margin-bottom: calc(-1.33481em + 0vw)
  }

  #footer .footer-wrapper .section .links .links-wrapper .links-item a::after {
    margin-top: calc(-1.18096em + 0vw)
  }
}

@media screen and (min-width: 881px) {
  #footer .footer-wrapper .section .links .links-wrapper .links-item a:hover {
    color: #A93439;
    text-decoration: none
  }
}

#footer .footer-wrapper .section .links.left {
  width: 96px;
  margin-right: 31px
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .links.left {
    width: 25vw;
    margin-left: 12.04545vw;
    margin-right: 9.43182vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .links.left {
    width: 24.26667vw;
    margin-left: 13.06667vw;
    margin-right: 10.4vw
  }
}

#footer .footer-wrapper .section .links.right {
  width: 180px
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .links.right {
    width: 48.86364vw;
    margin-left: 0;
    margin-right: 9.20455vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .links.right {
    width: 48vw
  }
}

#footer .footer-wrapper .section .company .company-wrapper {
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex
}

#footer .footer-wrapper .section .company .company-wrapper .company-item:nth-child(2) {
  margin-left: 21px
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .company .company-wrapper .company-item:nth-child(2) {
    margin-left: 3.97727vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .company .company-wrapper .company-item:nth-child(2) {
    margin-left: 3.86667vw
  }
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .tobi, #footer .footer-wrapper .section .company .company-wrapper .company-item .bse {
  display: block
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .tobi {
  width: 118px;
  height: 22px;
  position: relative
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .company .company-wrapper .company-item .tobi {
    width: 31.25vw;
    height: 6.13636vw;
    margin-left: 11.81818vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .company .company-wrapper .company-item .tobi {
    width: 30.26667vw;
    height: 6vw;
    margin-left: 12.93333vw
  }
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .company .section .links .links-wrapper .links-item {
    width: 31.25vw;
    height: 6.13636vw;
    margin-left: 11.81818vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .company .section .links .links-wrapper .links-item {
    width: 30.26667vw;
    height: 6vw;
    margin-left: 12.93333vw
  }
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .tobi svg {
  position: absolute
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .tobi svg.LogoTobiIcon .obj {
  fill: #BA000C
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .tobi svg.LogoTobiText .obj {
  fill: #0D0A03
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .bse {
  width: 162px;
  height: 20px;
  position: relative
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .company .company-wrapper .company-item .bse {
    width: 41.25vw;
    height: 6.13636vw
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .company .company-wrapper .company-item .bse {
    width: 40vw;
    height: 6vw
  }
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .bse svg {
  position: absolute
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .bse svg.LogoBseIcon .obj {
  fill: #90B821
}

#footer .footer-wrapper .section .company .company-wrapper .company-item .bse svg.LogoBseText .obj {
  fill: #000
}

#footer .footer-wrapper .section .copyright {
  position: absolute;
  right: 0;
  bottom: 0
}

#footer .footer-wrapper .section .copyright p {
  font-size: 9px;
  line-height: 1.77778;
  letter-spacing: .03em;
  line-height: 1.77778;
  font-weight: 100;
  text-align: right;
  margin: 0;
  width: 103%;
  transform: scale(0.93)
}

#footer .footer-wrapper .section .copyright p::before, #footer .footer-wrapper .section .copyright p::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

#footer .footer-wrapper .section .copyright p::before {
  margin-bottom: calc(-.56111em + -2px)
}

#footer .footer-wrapper .section .copyright p::after {
  margin-top: calc(-.56111em + -2px)
}

#footer .footer-wrapper .section .copyright p br.pc {
  display: block
}

#footer .footer-wrapper .section .copyright p br.sp {
  display: none
}

@media screen and (max-width: 880px) {
  #footer .footer-wrapper .section .copyright {
    margin-top: 11.13636vw;
    margin-bottom: 11.13636vw;
    position: relative
  }

  #footer .footer-wrapper .section .copyright p {
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.87091;
    letter-spacing: .035em
  }

  #footer .footer-wrapper .section .copyright p br.pc {
    display: none
  }

  #footer .footer-wrapper .section .copyright p br.sp {
    display: block
  }
}

@media screen and (max-width: 750px) {
  #footer .footer-wrapper .section .copyright {
    margin-top: 13.33333vw;
    margin-bottom: 13.33333vw
  }

  #footer .footer-wrapper .section .copyright p {
    text-align: center;
    font-size: 2.4vw;
    line-height: 4.53333vw
  }

  #footer .footer-wrapper .section .copyright p br.pc {
    display: none
  }

  #footer .footer-wrapper .section .copyright p br.sp {
    display: block
  }
}

@media screen and (max-width: 750px) {
  #footer {
    padding-bottom: 21.33333vw
  }
}

@keyframes scale {
  0% {
    transform: scale(0)
  }

  25% {
    transform: scale(0.9, 0.9);
    background: #df979a
  }

  50% {
    transform: scale(1, 1);
    margin: 0 3px;
    background: #A93439
  }

  100% {
    transform: scale(0)
  }
}

@keyframes rotateY {
  0% {
    transform: rotateY(0deg)
  }

  50% {
    transform: rotateY(90deg);
    background: #df979a
  }

  100% {
    transform: rotateY(0deg)
  }
}

@keyframes rotateX {
  0% {
    transform: rotateX(0deg)
  }

  50% {
    transform: rotateX(90deg) scale(0.5, 0.5);
    background: #df979a
  }

  100% {
    transform: rotateX(0deg)
  }
}

@keyframes push {
  0% {
    transform: translateX(0px) scale(0.9, 0.6)
  }

  50% {
    transform: translateY(-20px) scale(0.7, 1.1);
    background: #d37074
  }

  100% {
    transform: translateX(0px) scale(0.9, 0.6)
  }
}

@keyframes rotateZ {
  0% {
    transform: rotateZ(-20deg)
  }

  50% {
    transform: rotateZ(20deg)
  }

  100% {
    transform: rotateZ(-20deg)
  }
}

@keyframes cuve {
  0% {
    transform: rotateY(-90deg) perspective(50px);
    background: #5b1c1f
  }

  50% {
    transform: rotateY(0deg);
    background: #d37074
  }

  100% {
    transform: rotateY(90deg) perspective(50px);
    transform-origin: 100% 50%;
    background: #5b1c1f
  }
}

@keyframes temp {
  0% {}

  50% {
    transform: scale(1, 5);
    background: #5b1c1f
  }

  100% {}
}

@keyframes modify {
  0% {
    padding-top: 50px;
    margin-top: -50px
  }

  100% {
    padding-top: 0;
    margin-top: 0
  }
}

#loader {
  position: absolute;
  width: 65px;
  height: 26px;
  top: calc(50% - 13px);
  left: calc(50% - 32.5px)
}

#loader span {
  display: inline-block;
  height: 13px;
  width: 13px;
  background: #A93439;
  border-radius: 0
}

#loader span:nth-child(1) {
  border-radius: 500px;
  transform-origin: 50% 0;
  animation: rotateZ 1s .15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 1px;
  height: 26px;
  margin: 0 6px
}

#loader span:nth-child(2) {
  border-radius: 500px;
  transform-origin: 50% 0;
  animation: rotateZ 1s .3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 1px;
  height: 26px;
  margin: 0 6px
}

#loader span:nth-child(3) {
  border-radius: 500px;
  transform-origin: 50% 0;
  animation: rotateZ 1s .45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 1px;
  height: 26px;
  margin: 0 6px
}

#loader span:nth-child(4) {
  border-radius: 500px;
  transform-origin: 50% 0;
  animation: rotateZ 1s .6s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 1px;
  height: 26px;
  margin: 0 6px
}

#loader span:nth-child(5) {
  border-radius: 500px;
  transform-origin: 50% 0;
  animation: rotateZ 1s .75s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 1px;
  height: 26px;
  margin: 0 6px
}

.prd-category {
  margin: 0;
  width: 100%;
  position: fixed;
  top: 169px;
  background-color: rgba(255, 255, 255, .9);
  z-index: 10000;
  text-align: center;
  border-bottom: 1px solid #d3d3d3
}

@media screen and (max-width: 880px) {
  .prd-category {
    display: none
  }
}

@media screen and (max-width: 750px) {
  .prd-category {
    display: none
  }
}

.prd-category .prd-category-list {
  max-width: 1034px;
  width: 100%;
  height: 72px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  z-index: 1000;
  margin: 0 auto
}

.prd-category .prd-category-list .prd-category-item {
  display: block
}

.prd-category .prd-category-list .prd-category-item a {
  display: block;
  padding: 30px 0;
  position: relative;
  height: 72px;
  text-align: center;
  letter-spacing: .8px;
  color: #000000;
  transition: 0.25s all ease-out;
  border-bottom: 2px solid transparent
}

.prd-category .prd-category-list .prd-category-item a:not(:first-child) {
  border-left: 1px solid #000
}

.prd-category .prd-category-list .prd-category-item a .hide {
  display: none
}

.prd-category .prd-category-list .prd-category-item a .category-name {
  position: relative;
  display: block;
  width: 217px;
  height: 12px
}

.prd-category .prd-category-list .prd-category-item a .category-name .ja, .prd-category .prd-category-list .prd-category-item a .category-name .en {
  display: block;
  padding: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: .25s all ease-out;
  -ms-word-break: keep-all;
  word-break: keep-all
}

.prd-category .prd-category-list .prd-category-item a .category-name .ja {
  opacity: 0;
  font-family: "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.17647;
  letter-spacing: .15em;
  line-height: 1.17647;
  font-weight: bold;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent
}

.prd-category .prd-category-list .prd-category-item a .category-name .ja::before, .prd-category .prd-category-list .prd-category-item a .category-name .ja::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd-category .prd-category-list .prd-category-item a .category-name .ja::before {
  margin-bottom: -0.27353em
}

.prd-category .prd-category-list .prd-category-item a .category-name .ja::after {
  margin-top: -0.39118em
}

.prd-category .prd-category-list .prd-category-item a .category-name .en {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.17647;
  letter-spacing: .15em;
  line-height: 1.17647;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent
}

.prd-category .prd-category-list .prd-category-item a .category-name .en::before, .prd-category .prd-category-list .prd-category-item a .category-name .en::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd-category .prd-category-list .prd-category-item a .category-name .en::before {
  margin-bottom: -0.33235em
}

.prd-category .prd-category-list .prd-category-item a .category-name .en::after {
  margin-top: -0.39118em
}

.prd-category .prd-category-list .prd-category-item a:hover {
  text-decoration: none
}

.prd-category .prd-category-list .prd-category-item a:hover .category-name .ja {
  opacity: 100;
  color: #A93439
}

.prd-category .prd-category-list .prd-category-item a:hover .category-name .en {
  opacity: 0
}

.prd-category .prd-category-list .prd-category-item a:hover .category-name .en.tooltip {
  opacity: 100;
  color: #A93439
}

.prd-category .prd-category-list .prd-category-item:not(:first-child) .category-name::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #E2E1E3;
  top: -3px;
  bottom: 0;
  left: 0
}

@media screen and (min-width: 881px) {
  .prd-category .prd-category-list .prd-category-item:nth-child(1) a .category-name {
    width: 180px
  }

  .prd-category .prd-category-list .prd-category-item:nth-child(2) a .category-name {
    width: 214px
  }

  .prd-category .prd-category-list .prd-category-item:nth-child(3) a .category-name {
    width: 210px
  }

  .prd-category .prd-category-list .prd-category-item:nth-child(4) a .category-name {
    width: 216px
  }

  .prd-category .prd-category-list .prd-category-item:nth-child(5) a .category-name {
    width: 155px
  }
}

@media screen and (max-width: 880px) {
  #wrapper .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all .25s ease-out
  }

  #wrapper .sp-menu.sp-menu-show {
    opacity: 1;
    z-index: 100000
  }

  #wrapper .sp-menu.sp-menu-hide {
    opacity: 0;
    z-index: -1
  }

  #wrapper .sp-menu .nav-header {
    position: relative;
    display: block;
    height: 21.47727vw;
    background-color: #fff
  }

  #wrapper .sp-menu .nav-header .nav-header-left, #wrapper .sp-menu .nav-header .nav-header-center, #wrapper .sp-menu .nav-header .nav-header-right {
    position: absolute;
    display: block
  }

  #wrapper .sp-menu .nav-header .nav-header-left {
    top: 6.25vw;
    left: 5.68182vw;
    width: 7.38636vw;
    height: 8.97727vw
  }

  #wrapper .sp-menu .nav-header .nav-header-left .logo-tobi svg {
    position: absolute
  }

  #wrapper .sp-menu .nav-header .nav-header-left .logo-tobi svg.LogoTobiIcon2 .obj {
    fill: #911D22
  }

  #wrapper .sp-menu .nav-header .nav-header-left .logo-tobi svg.LogoTobiText2 .obj {
    fill: #231815
  }

  #wrapper .sp-menu .nav-header .nav-header-center {
    top: 8.52273vw;
    left: calc(50% - 22.89773vw);
    width: 45.79545vw;
    height: 4.43182vw
  }

  #wrapper .sp-menu .nav-header .nav-header-right {
    top: 8.63636vw;
    right: 5.68182vw;
    width: 4.31818vw;
    height: 4.20455vw
  }

  #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close {
    display: block;
    position: relative;
    width: 4.31818vw;
    height: 4.20455vw
  }

  #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close::before, #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close::after {
    content: '';
    display: block;
    width: 6.02701vw;
    height: .34091vw;
    min-height: 2px;
    background-color: #000;
    position: absolute;
    top: calc(50% - .17045vw);
    right: -0.85441vw;
    bottom: 0
  }

  #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close::before {
    transform: rotate(45deg)
  }

  #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close::after {
    transform: rotate(-45deg)
  }

  #wrapper .sp-menu .nav-wrapper {
    background-color: #f7f7f7;
    height: calc(100vh - 21.47727vw);
    padding-top: calc((100vh - 21.47727vw - 90.56818vw) / 2)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner {
    height: 21.47727vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title {
    padding-top: 0;
    margin-left: 10vw;
    font-size: 3.18182vw;
    line-height: 1.38036;
    letter-spacing: .1em;
    line-height: 1.38036;
    border: 1px dotted transparent;
    margin-top: 0;
    margin-bottom: 6.13636vw;
    width: 80vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title::before {
    margin-bottom: calc(-.35446em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title::after {
    margin-top: calc(-.28304em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav {
    margin-top: 0;
    margin-bottom: 10.11364vw;
    margin-left: 10vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a {
    color: #000;
    display: block;
    position: relative;
    width: 80vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a:hover {
    text-decoration: none
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .ja {
    display: none
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow {
    position: relative;
    display: block;
    width: 3.97727vw;
    height: 1.47727vw;
    position: absolute;
    right: .45455vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #000;
    border-radius: 1px
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow::before {
    width: 3.97727vw;
    content: "";
    bottom: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow::after {
    width: 2.01043vw;
    content: "";
    transform: rotate(47.29061deg);
    bottom: 0.73864vw;
    right: -0.3234vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item:not(:first-child) {
    margin-top: 6.25vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a {
    font-size: 6.36364vw;
    line-height: 1.71429;
    letter-spacing: .1em;
    line-height: 1.71429;
    border: 1px dotted transparent
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a::before {
    margin-bottom: calc(-.48571em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a::after {
    margin-top: calc(-.48571em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a .arrow {
    top: 1.02273vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item:not(:first-child) {
    margin-top: 5vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a {
    font-size: 4.54545vw;
    line-height: 1.85;
    letter-spacing: .1em;
    line-height: 1.85;
    border: 1px dotted transparent
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a::before {
    margin-bottom: calc(-.55em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a::after {
    margin-top: calc(-.55em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a .arrow {
    top: .56818vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global {
    padding-bottom: 19.65909vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item {
    display: inline-block;
    width: 26.36364vw;
    height: 3.86364vw;
    border-right: 2px solid #000;
    position: relative
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item:first-child {
    border-left: 2px solid #000
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item:not(:first-child) {
    margin-top: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a {
    font-size: 3.18182vw;
    line-height: .78571;
    letter-spacing: 0em;
    line-height: .78571;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 1.13636vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a::before {
    margin-bottom: calc(-.07143em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a::after {
    margin-top: calc(-0em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  #wrapper .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all .25s ease-out
  }

  #wrapper .sp-menu.sp-menu-show {
    opacity: 1;
    z-index: 100000
  }

  #wrapper .sp-menu.sp-menu-hide {
    opacity: 0;
    z-index: -1
  }

  #wrapper .sp-menu .nav-header {
    position: relative;
    display: block;
    height: 25.2vw;
    background-color: #fff
  }

  #wrapper .sp-menu .nav-header .nav-header-left, #wrapper .sp-menu .nav-header .nav-header-center, #wrapper .sp-menu .nav-header .nav-header-right {
    position: absolute;
    display: block
  }

  #wrapper .sp-menu .nav-header .nav-header-left {
    top: 7.46667vw;
    left: 5.46667vw;
    width: 8.26667vw;
    height: 10vw
  }

  #wrapper .sp-menu .nav-header .nav-header-center {
    top: 10.13333vw;
    left: calc(50% - 24.8vw);
    width: 49.6vw;
    height: 4.8vw
  }

  #wrapper .sp-menu .nav-header .nav-header-right {
    top: 10.26667vw;
    right: 6vw;
    width: 4.66667vw;
    height: 4.66667vw;
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close {
    display: block;
    position: relative;
    border: 1px dotted rgba(0, 0, 0, 0);
    width: 4.66667vw;
    height: 4.66667vw;
    padding: 0;
    margin: 0
  }

  #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close::before, #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close::after {
    content: '';
    display: block;
    width: 6.59966vw;
    height: .4vw;
    min-height: 2px;
    background-color: #000;
    position: absolute;
    top: calc(50% - .2vw);
    right: -0.79738vw;
    bottom: 0
  }

  #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close::before {
    transform: rotate(45deg)
  }

  #wrapper .sp-menu .nav-header .nav-header-right .hamburger-close::after {
    transform: rotate(-45deg)
  }

  #wrapper .sp-menu .nav-wrapper {
    background-color: #f7f7f7;
    height: 115.86667vw;
    padding-top: calc((100vh - 25.2vw - 115.86667vw) / 2)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner {
    height: 115.86667vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title {
    width: 74.13333vw;
    margin-left: 12.93333vw;
    font-size: 2.93333vw;
    line-height: 1.77273;
    letter-spacing: .1em;
    line-height: 1.77273;
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title::before {
    margin-bottom: calc(-.60909em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-menu-title::after {
    margin-top: calc(-.60909em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav {
    margin-top: 6.8vw;
    margin-left: 12.93333vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item:not(:first-child) {
    margin-top: 8.8vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a {
    color: #000;
    display: block;
    position: relative;
    width: 74.13333vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a:hover {
    text-decoration: none
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .ja {
    display: none
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow {
    position: relative;
    display: block;
    width: 4vw;
    height: 1.33333vw;
    position: absolute;
    right: .4vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #000;
    border-radius: .5px
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow::before {
    width: 4vw;
    content: "";
    bottom: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav .sp-nav-item a .arrow::after {
    width: 1.88562vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.66667vw;
    right: -0.27614vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a {
    font-size: 7.73333vw;
    line-height: 1.89655;
    letter-spacing: .1em;
    line-height: 1.89655;
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a::before {
    margin-bottom: calc(-.62241em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a::after {
    margin-top: calc(-.60517em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.category .sp-nav-item a .arrow {
    top: 1.46667vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a {
    font-size: 4.26667vw;
    line-height: 2.1875;
    letter-spacing: .1em;
    line-height: 2.1875;
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a::before {
    margin-bottom: calc(-.7625em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a::after {
    margin-top: calc(-.7625em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.brand .sp-nav-item a .arrow {
    top: .53333vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global {
    margin-top: 16vw;
    padding-bottom: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item {
    display: inline-block;
    width: 24.4vw;
    height: 4.53333vw;
    border-right: 2px solid #000
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item:first-child {
    border-left: 2px solid #000
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item:not(:first-child) {
    margin-top: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a {
    font-size: 3.46667vw;
    line-height: .84615;
    letter-spacing: 0em;
    line-height: 1;
    border: 1px dotted transparent;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: .66667vw
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a::before, #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a::before {
    margin-bottom: calc(-0em + 0vw)
  }

  #wrapper .sp-menu .nav-wrapper .nav-inner .sp-nav.global .sp-nav-item a::after {
    margin-top: calc(-0em + 0vw)
  }
}

.prd_list {
  margin-top: 45px;
  overflow: hidden
}

@media screen and (max-width: 880px) {
  .prd_list {
    margin-top: 0
  }
}

@media screen and (max-width: 750px) {
  .prd_list {
    margin-top: 0
  }
}

.prd_list .first-view {
  width: 100vw;
  position: relative;
  margin-bottom: 6.32812vw
}

.prd_list .first-view .main-visual {
  width: 67.8125vw;
  height: 565px;
  display: block;
  overflow: hidden
}

.prd_list .first-view .main-visual .main-visual-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%
}

@media screen and (max-width: 880px) {
  .prd_list .first-view .main-visual {
    width: 100vw;
    height: 100.56818vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list .first-view .main-visual {
    width: 100vw;
    height: 131.2vw
  }
}

.prd_list .first-view .catch-copy-wrapper {
  position: absolute;
  top: 5.54688vw;
  right: 10.70312vw;
  display: block;
  width: 18.51562vw
}

.prd_list .first-view .catch-copy-wrapper .catch-copy {
  display: block;
  right: 10.70312vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  font-weight: bold;
  font-size: 26px;
  line-height: 2.23077;
  letter-spacing: .5em;
  -ms-word-break: keep-all;
  word-break: keep-all
}

@media screen and (max-width: 880px) {
  .prd_list .first-view .catch-copy-wrapper {
    top: 9.33333vw;
    right: 9.6vw;
    width: 33.97727vw
  }

  .prd_list .first-view .catch-copy-wrapper .catch-copy {
    right: 9.6vw;
    font-size: 3.63636vw;
    line-height: 2.34375;
    letter-spacing: .45em;
    -ms-word-break: keep-all;
    word-break: keep-all
  }
}

@media screen and (max-width: 750px) {
  .prd_list .first-view .catch-copy-wrapper {
    top: 9.33333vw;
    right: 9.33333vw;
    width: 34.26667vw
  }

  .prd_list .first-view .catch-copy-wrapper .catch-copy {
    right: 9.33333vw;
    font-size: 3.73333vw;
    line-height: 2.28571;
    letter-spacing: .42em;
    -ms-word-break: keep-all;
    word-break: keep-all
  }
}

.prd_list .first-view .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 565px
}

@media screen and (max-width: 880px) {
  .prd_list .first-view .caption {
    height: 100.56818vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list .first-view .caption {
    height: 131.2vw
  }
}

.prd_list .first-view .caption .first, .prd_list .first-view .caption .second {
  position: absolute;
  display: block;
  color: #eeeeee
}

.prd_list .first-view .caption .first {
  text-align: left;
  font-size: 150px;
  line-height: .56667;
  letter-spacing: .06em;
  top: 285px;
  left: 20.625vw
}

.prd_list .first-view .caption .second {
  text-align: right;
  font-size: 192px;
  line-height: .64203;
  letter-spacing: .06em;
  top: 427px;
  right: 11.09375vw
}

@media screen and (max-width: 880px) {
  .prd_list .first-view .caption .first, .prd_list .first-view .caption .second {
    color: #fff;
    display: block;
    width: 100%
  }

  .prd_list .first-view .caption .first {
    font-size: 17.04545vw;
    line-height: .56667;
    letter-spacing: .06em;
    top: 61.13636vw;
    left: 0vw
  }

  .prd_list .first-view .caption .second {
    font-size: 21.81818vw;
    line-height: .64203;
    letter-spacing: .06em;
    top: 85.34091vw;
    right: 0vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list .first-view .caption .first, .prd_list .first-view .caption .second {
    color: #fff;
    display: block;
    width: 100%
  }

  .prd_list .first-view .caption .first {
    font-size: 20vw;
    line-height: .56667;
    letter-spacing: .06em;
    top: 97.2vw;
    left: 0vw
  }

  .prd_list .first-view .caption .second {
    font-size: 25.06667vw;
    line-height: .65569;
    letter-spacing: .06em;
    top: 113.86667vw;
    right: 0vw
  }
}

.prd_list .first-view .caption .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 67.8125vw;
  height: 600px;
  overflow: hidden
}

@media screen and (max-width: 880px) {
  .prd_list .first-view .caption .mask {
    display: none
  }
}

@media screen and (max-width: 750px) {
  .prd_list .first-view .caption .mask {
    display: none
  }
}

.prd_list .first-view .caption .mask .first {
  color: #ffffff;
  left: 20.625vw
}

.prd_list .first-view .caption .mask .second {
  color: #ffffff;
  right: -21.09375vw
}

.prd_list .first-view .caption.category .first {
  font-size: 20px;
  line-height: .9445;
  letter-spacing: .16em;
  font-weight: bold;
  top: 390px;
  left: 13.4375vw
}

@media screen and (max-width: 880px) {
  .prd_list .first-view .caption.category .first {
    font-size: 4.27386vw;
    line-height: .59053;
    letter-spacing: .14em;
    top: 71.81818vw;
    right: 6.47727vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list .first-view .caption.category .first {
    font-size: 4.26667vw;
    line-height: .59031;
    letter-spacing: .14em;
    top: 100.53333vw;
    right: 6.66667vw
  }
}

.prd_list .first-view .caption.category .second {
  font-size: 150px;
  line-height: 0;
  letter-spacing: .106em;
  top: 504px
}

@media screen and (max-width: 880px) {
  .prd_list .first-view .caption.category .second {
    font-size: 18.40909vw;
    line-height: 0;
    letter-spacing: .096em;
    top: 76.13636vw;
    right: 0;
    left: 0
  }
}

@media screen and (max-width: 750px) {
  .prd_list .first-view .caption.category .second {
    font-size: 18.13333vw;
    line-height: 0;
    letter-spacing: .107em;
    top: 104.66667vw;
    right: 0;
    left: 0
  }
}

.prd_list .prd-list-block {
  position: relative;
  margin-bottom: 40px
}

.prd_list .prd-list-block.with-line {
  overflow: hidden
}

.prd_list .prd-list-block.with-line::before {
  content: "";
  text-align: center;
  position: absolute;
  width: 905.50759px;
  height: 1px;
  top: 223px;
  left: calc(-37.7538px + 50% + -415px + -640px);
  transform: rotate(-23.56416deg);
  background-color: #d3d3d3
}

.prd_list .prd-list-block.with-line::after {
  content: "";
  text-align: center;
  position: absolute;
  width: 868.1751px;
  height: 1px;
  top: 259px;
  left: calc(-18.08755px + 50% + -416px + 640px);
  transform: rotate(16.5981deg);
  background-color: #d3d3d3
}

@media screen and (max-width: 880px) {
  .prd_list .prd-list-block.with-line::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 60.5523vw;
    height: 1px;
    top: 12.15909vw;
    left: calc(5.09775vw/-2 + 50% + -27.72727vw + -27.72727vw + -22.27273vw);
    transform: rotate(-23.67863deg);
    background-color: #d3d3d3
  }

  .prd_list .prd-list-block.with-line::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 54.64007vw;
    height: 1px;
    top: 15.45455vw;
    left: calc(2.36734vw/-2 + 50% + -26.13636vw + 26.13636vw + 23.86364vw);
    transform: rotate(16.92751deg);
    background-color: #d3d3d3
  }
}

@media screen and (max-width: 750px) {
  .prd_list .prd-list-block.with-line::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 60.40633vw;
    height: 1px;
    top: 12.26667vw;
    left: calc(5.20633vw/-2 + 50% + -27.6vw + -27.6vw + -22.4vw);
    transform: rotate(-23.96249deg);
    background-color: #d3d3d3
  }

  .prd_list .prd-list-block.with-line::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 54.99414vw;
    height: 1px;
    top: 15.6vw;
    left: calc(2.46081vw/-2 + 50% + -26.26667vw + 26.26667vw + 23.73333vw);
    transform: rotate(17.20486deg);
    background-color: #d3d3d3
  }
}

.prd_list .prd-list-block::before, .prd_list .prd-list-block::after {
  z-index: -10
}

@media screen and (max-width: 880px) {
  .prd_list .prd-list-block {
    margin-bottom: 0
  }
}

@media screen and (max-width: 750px) {
  .prd_list .prd-list-block {
    margin-bottom: 0
  }
}

.prd_list .prd-list-block .prd-list-title .brand {
  margin-bottom: 35px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.23188;
  letter-spacing: .14em;
  line-height: 1.23188;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0)
}

.prd_list .prd-list-block .prd-list-title .brand::before, .prd_list .prd-list-block .prd-list-title .brand::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list .prd-list-block .prd-list-title .brand::before {
  margin-bottom: -0.25344em
}

.prd_list .prd-list-block .prd-list-title .brand::after {
  margin-top: -0.31594em
}

.prd_list .prd-list-block .prd-list-title .title {
  line-height: 20px;
  margin-bottom: 33px;
  display: block;
  text-align: center;
  font-size: 38px;
  line-height: 1.26316;
  letter-spacing: .1em;
  line-height: 1.26316;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0)
}

.prd_list .prd-list-block .prd-list-title .title::before, .prd_list .prd-list-block .prd-list-title .title::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list .prd-list-block .prd-list-title .title::before {
  margin-bottom: -0.29211em
}

.prd_list .prd-list-block .prd-list-title .title::after {
  margin-top: -0.29211em
}

@media screen and (max-width: 880px) {
  .prd_list .prd-list-block .prd-list-title {
    padding-top: 6.25vw
  }

  .prd_list .prd-list-block .prd-list-title .brand {
    margin-bottom: 8.18182vw;
    font-size: 3.19318vw;
    line-height: 1.15302;
    letter-spacing: .16em;
    line-height: 1.15302;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_list .prd-list-block .prd-list-title .brand::before, .prd_list .prd-list-block .prd-list-title .brand::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list .prd-list-block .prd-list-title .brand::before {
    margin-bottom: calc(-.27562em + 0vw)
  }

  .prd_list .prd-list-block .prd-list-title .brand::after {
    margin-top: calc(-.24004em + 0vw)
  }

  .prd_list .prd-list-block .prd-list-title .title {
    margin-bottom: 9.06667vw;
    font-size: 8.72267vw;
    line-height: 1.29624;
    letter-spacing: .1em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }
}

@media screen and (max-width: 750px) {
  .prd_list .prd-list-block .prd-list-title {
    padding-top: 6.26667vw
  }

  .prd_list .prd-list-block .prd-list-title .brand {
    margin-bottom: 8.13333vw;
    font-size: 3.2vw;
    line-height: 1.14958;
    letter-spacing: .16em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_list .prd-list-block .prd-list-title .title {
    margin-bottom: 2.66667vw;
    font-size: 7.2vw;
    line-height: 1.2963;
    letter-spacing: .1em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }
}

.prd_list .prd-list-block .prd-list-more {
  display: block;
  text-align: center;
  margin-bottom: 66px
}

@media screen and (max-width: 880px) {
  .prd_list .prd-list-block .prd-list-more {
    margin-bottom: 12.27273vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list .prd-list-block .prd-list-more {
    margin-bottom: 10.66667vw
  }
}

.prd_list .prd-list-block .prd-list-more a.prd-list-more-link {
  position: relative;
  display: inline-block;
  padding: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.51615;
  letter-spacing: .1em;
  line-height: 1.51615;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
  cursor: pointer
}

.prd_list .prd-list-block .prd-list-more a.prd-list-more-link::before, .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list .prd-list-block .prd-list-more a.prd-list-more-link::before {
  margin-bottom: -0.82346em
}

.prd_list .prd-list-block .prd-list-more a.prd-list-more-link::after {
  margin-top: -0.43885em
}

@media screen and (max-width: 880px) {
  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link {
    font-size: 3.02841vw;
    line-height: .89568;
    letter-spacing: .1em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    color: #A93439
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::before, .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::before {
    margin-bottom: calc(-.27523em + -.90909vw)
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::after {
    margin-top: calc(-.05009em + -.22727vw)
  }
}

@media screen and (max-width: 750px) {
  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link {
    font-size: 2.93333vw;
    line-height: .89591;
    letter-spacing: .1em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    color: #A93439
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::before, .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::before {
    margin-bottom: calc(-.08182em + -1.06667vw)
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link::after {
    margin-top: calc(-.08182em + -.26667vw)
  }
}

.prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow {
  opacity: 0;
  position: relative;
  display: block;
  width: 22px;
  height: 5px;
  transition: all 0.25s ease-out;
  top: 10px;
  left: -37px
}

.prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::before, .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::after {
  position: absolute;
  display: block;
  height: 1px;
  text-align: center;
  background-color: #A93439;
  border-radius: .5px
}

.prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::before {
  width: 22px;
  content: "";
  bottom: 0
}

.prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::after {
  width: 7.07107px;
  content: "";
  transform: rotate(45deg);
  bottom: 2.5px;
  right: -1.03553px
}

@media screen and (max-width: 880px) {
  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow {
    position: relative;
    display: block;
    width: 3.06818vw;
    height: 0.90909vw;
    top: 1.81818vw;
    left: -6.25vw;
    opacity: 1
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::before, .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1px
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::before {
    width: 3.06818vw;
    content: "";
    bottom: 0
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::after {
    width: 1.36836vw;
    content: "";
    transform: rotate(41.63354deg);
    bottom: 0.45455vw;
    right: -0.17282vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow {
    position: relative;
    display: block;
    width: 2.93333vw;
    height: 0.93333vw;
    top: 1.73333vw;
    left: -6vw;
    opacity: 1
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::before, .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::after {
    position: absolute;
    display: block;
    height: 1.2px;
    text-align: center;
    background-color: #A93439;
    border-radius: .6px
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::before {
    width: 2.93333vw;
    content: "";
    bottom: 0
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link .arrow::after {
    width: 1.31993vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.46667vw;
    right: -0.1933vw
  }
}

@media screen and (min-width: 881px) {
  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link:hover {
    color: #A93439;
    text-decoration: none
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link:hover .arrow {
    left: -27px;
    opacity: 1
  }

  .prd_list .prd-list-block .prd-list-more a.prd-list-more-link:hover .arrow::before, .prd_list .prd-list-block .prd-list-more a.prd-list-more-link:hover .arrow::after {
    background-color: #A93439
  }
}

.prd_list .prd-list-block .prd-list-items-wrapper {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 880px) {
  .prd_list .prd-list-block .prd-list-items-wrapper {
    max-width: 76.25vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list .prd-list-block .prd-list-items-wrapper {
    max-width: 74.13333vw
  }
}

.prd_list .prd-list-block .prd-list-items-wrapper .prd-list-items {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.prd_list.brand .first-view {
  position: relative;
  display: block;
  width: 964px;
  height: 498px;
  margin-top: 136px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 111px
}

.prd_list.brand .first-view .catch, .prd_list.brand .first-view .statement-wrapper, .prd_list.brand .first-view .brand-logo {
  position: absolute
}

.prd_list.brand .first-view .statement-wrapper .statement .sec0::before, .prd_list.brand .first-view .statement-wrapper .statement .sec0::after, .prd_list.brand .first-view .statement-wrapper .statement .sec1::before, .prd_list.brand .first-view .statement-wrapper .statement .sec1::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .first-view .statement-wrapper .statement .sec0::before, .prd_list.brand .first-view .statement-wrapper .statement .sec1::before {
  margin-left: -12px
}

.prd_list.brand .first-view .statement-wrapper .statement .sec0::after, .prd_list.brand .first-view .statement-wrapper .statement .sec1::after {
  margin-right: -12px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-a {
    width: 76.13636vw;
    height: 95.34091vw;
    margin-top: 10.34091vw;
    margin-bottom: 6.36364vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-a {
    width: 76vw;
    height: 146vw;
    margin-top: 9.33333vw;
    margin-bottom: 14.53333vw
  }
}

.prd_list.brand .first-view.brand-a .catch {
  background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/brand_copy_artviatokyo_pc.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 190px;
  height: 333px;
  left: 32px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-a .catch {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/brand_copy_artviatokyo_tb.png");
    width: 7.27273vw;
    height: 95.34091vw;
    left: 0;
    background-size: contain;
    background-position: 50% 0
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-a .catch {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/brand_copy_artviatokyo_sp.png");
    width: 21.46667vw;
    height: 43.06667vw;
    top: 0;
    background-size: contain;
    background-position: 50% 0;
    right: 27.33333vw;
    left: 27.33333vw;
    position: relative
  }
}

.prd_list.brand .first-view.brand-a .brand-logo {
  display: block;
  width: 823px;
  height: 80px;
  top: 420px;
  left: 0
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-a .brand-logo {
    width: 61.86364vw;
    height: 5.68182vw;
    top: unset;
    right: 0;
    bottom: 8.52273vw;
    left: unset
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-a .brand-logo {
    width: 76vw;
    height: 7.46667vw;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0
  }
}

.prd_list.brand .first-view.brand-a .statement-wrapper {
  right: 0;
  display: block;
  width: 681px;
  height: 342px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-a .statement-wrapper {
    display: block;
    width: 61.81818vw;
    height: 70.68182vw;
    overflow: hidden;
    top: 0
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-a .statement-wrapper {
    display: block;
    width: 76vw;
    height: 82.26667vw;
    overflow: hidden;
    top: 6.26667vw;
    position: relative
  }
}

.prd_list.brand .first-view.brand-a .statement-wrapper .statement {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  font-size: 15px;
  line-height: 2.66667;
  letter-spacing: .18em;
  font-weight: bold
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-a .statement-wrapper .statement {
    font-size: 2.95455vw;
    line-height: 2.26923;
    letter-spacing: .22em;
    position: absolute;
    transition: all 0.25s ease-out;
    right: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper .statement .sec0, .prd_list.brand .first-view.brand-a .statement-wrapper .statement .sec1 {
    position: absolute;
    -ms-word-break: keep-all;
    word-break: keep-all;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    transition: all 0.4s ease-out
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-a .statement-wrapper .statement {
    font-size: 3.33333vw;
    line-height: 2.24;
    letter-spacing: .22em;
    position: absolute;
    transition: opacity 0.25s ease-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper .statement .sec0, .prd_list.brand .first-view.brand-a .statement-wrapper .statement .sec1 {
    position: absolute;
    -ms-word-break: keep-all;
    word-break: keep-all;
    transition: all 0.4s ease-out;
    left: 50%;
    transform: translate(-50%, 0)
  }
}

.prd_list.brand .first-view.brand-a .statement-wrapper .nav {
  position: absolute
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-a .statement-wrapper .nav {
    top: 69.20455vw;
    right: 0vw;
    cursor: pointer
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper .nav .arrow {
    display: inline-block;
    width: 8.97727vw;
    height: 1.47727vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-a .statement-wrapper .nav {
    top: 74.13333vw;
    left: 32.8vw;
    cursor: pointer
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper .nav .arrow {
    display: inline-block;
    width: 10.4vw;
    height: 1.73333vw
  }
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .statement span.sec0 {
    opacity: 1
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .statement span.sec1 {
    opacity: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow {
    position: relative;
    display: block;
    width: 8.97727vw;
    height: 1.47727vw
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::before, .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::after {
    position: absolute;
    display: block;
    height: 2.5px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.25px
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::before {
    width: 8.97727vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::after {
    width: 1.86377vw;
    content: "";
    transform: rotate(-52.43141deg);
    bottom: 0.73864vw;
    left: -0.3637vw
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::before, .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::after {
    transition: initial;
    transition: 0.25s opacity ease-out
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .statement span.sec0 {
    opacity: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .statement span.sec1 {
    opacity: 1
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow {
    position: relative;
    display: block;
    width: 8.97727vw;
    height: 1.47727vw
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::before, .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::after {
    position: absolute;
    display: block;
    height: 2.5px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.25px
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::before {
    width: 8.97727vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::after {
    width: 1.86377vw;
    content: "";
    transform: rotate(52.43141deg);
    bottom: 0.73864vw;
    right: -0.3637vw
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::before, .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::after {
    transition: initial;
    transition: 0.25s opacity ease-out
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .statement span.sec0 {
    opacity: 1
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .statement span.sec1 {
    opacity: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow {
    position: relative;
    display: block;
    width: 10.4vw;
    height: 1.73333vw
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::before, .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::after {
    position: absolute;
    display: block;
    height: 2.5px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.25px
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::before {
    width: 10.4vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::after {
    width: 2.18683vw;
    content: "";
    transform: rotate(-52.43141deg);
    bottom: 0.86667vw;
    left: -0.42675vw
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::before, .prd_list.brand .first-view.brand-a .statement-wrapper.sec0 .nav .arrow::after {
    transition: initial;
    transition: 0.25s opacity ease-out
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .statement span.sec0 {
    opacity: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .statement span.sec1 {
    opacity: 1
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow {
    position: relative;
    display: block;
    width: 10.4vw;
    height: 1.73333vw
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::before, .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::after {
    position: absolute;
    display: block;
    height: 2.5px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.25px
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::before {
    width: 10.4vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::after {
    width: 2.18683vw;
    content: "";
    transform: rotate(52.43141deg);
    bottom: 0.86667vw;
    right: -0.42675vw
  }

  .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::before, .prd_list.brand .first-view.brand-a .statement-wrapper.sec1 .nav .arrow::after {
    transition: initial;
    transition: 0.25s opacity ease-out
  }
}

.prd_list.brand .section.profile {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 91px;
  margin-left: auto;
  position: relative
}

.prd_list.brand .section.profile::before {
  content: "";
  text-align: center;
  position: absolute;
  width: 1087.48701px;
  height: 1px;
  top: 216px;
  left: calc(-44.74351px + 50% + -499px + -640px);
  transform: rotate(-23.40613deg);
  background-color: #d4d4d4
}

.prd_list.brand .section.profile::after {
  content: "";
  text-align: center;
  position: absolute;
  width: 1033.30344px;
  height: 1px;
  top: 226px;
  left: calc(-21.65172px + 50% + -495px + 640px);
  transform: rotate(16.64613deg);
  background-color: #d4d4d4
}

@media screen and (min-width: 881px) {
  .prd_list.brand .section.profile {
    overflow-x: hidden
  }
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile {
    margin-top: 16.13636vw;
    margin-bottom: 17.15909vw;
    overflow-y: visible
  }

  .prd_list.brand .section.profile::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 66.96798vw;
    height: 2px;
    top: 8.18182vw;
    left: calc(5.60435vw/-2 + 50% + -30.68182vw + -30.68182vw + -19.31818vw);
    transform: rotate(-23.60711deg);
    background-color: #d4d4d4
  }

  .prd_list.brand .section.profile::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 62.82765vw;
    height: 2px;
    top: 10.34091vw;
    left: calc(2.82765vw/-2 + 50% + -30vw + 30vw + 20vw);
    transform: rotate(17.25511deg);
    background-color: #d4d4d4
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile {
    margin-top: 21.73333vw;
    margin-bottom: 17.33333vw;
    overflow-y: visible
  }

  .prd_list.brand .section.profile::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 60.40633vw;
    height: 2px;
    top: 4.8vw;
    left: calc(5.20633vw/-2 + 50% + -27.6vw + -27.6vw + -22.4vw);
    transform: rotate(-23.96249deg);
    background-color: #d4d4d4
  }

  .prd_list.brand .section.profile::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 49.42622vw;
    height: 2px;
    top: 7.33333vw;
    left: calc(2.22622vw/-2 + 50% + -23.6vw + 23.6vw + 26.4vw);
    transform: rotate(17.26182deg);
    background-color: #d4d4d4
  }
}

.prd_list.brand .section.profile .title {
  display: block
}

.prd_list.brand .section.profile .title .sub, .prd_list.brand .section.profile .title .main {
  text-align: center
}

.prd_list.brand .section.profile .title .sub {
  font-size: 16px;
  line-height: 1.23188;
  letter-spacing: .12em;
  line-height: 1.23188;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  display: block;
  margin-bottom: 21px
}

.prd_list.brand .section.profile .title .sub::before, .prd_list.brand .section.profile .title .sub::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .section.profile .title .sub::before {
  margin-bottom: -0.25344em
}

.prd_list.brand .section.profile .title .sub::after {
  margin-top: -0.31594em
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .title .sub {
    font-size: 3.29545vw;
    line-height: 1.26241;
    letter-spacing: .12em;
    line-height: 1.26241;
    border: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 5vw
  }

  .prd_list.brand .section.profile .title .sub::before, .prd_list.brand .section.profile .title .sub::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .title .sub::before {
    margin-bottom: calc(-.2881em + 0vw)
  }

  .prd_list.brand .section.profile .title .sub::after {
    margin-top: calc(-.35707em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .title .sub {
    font-size: 3.33333vw;
    line-height: 1.2668;
    letter-spacing: .12em;
    line-height: 1.2668;
    border: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 5.06667vw
  }

  .prd_list.brand .section.profile .title .sub::before, .prd_list.brand .section.profile .title .sub::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .title .sub::before {
    margin-bottom: calc(-.2434em + 0vw)
  }

  .prd_list.brand .section.profile .title .sub::after {
    margin-top: calc(-.2434em + 0vw)
  }
}

.prd_list.brand .section.profile .title .main {
  font-size: 38px;
  line-height: 1.31579;
  letter-spacing: .12em;
  line-height: 1.31579;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  display: block;
  margin-bottom: 97px
}

.prd_list.brand .section.profile .title .main::before, .prd_list.brand .section.profile .title .main::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .section.profile .title .main::before {
  margin-bottom: -0.29211em
}

.prd_list.brand .section.profile .title .main::after {
  margin-top: -0.34474em
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .title .main {
    font-size: 7.95455vw;
    line-height: 1.327;
    letter-spacing: .12em;
    line-height: 1.327;
    border: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 11.36364vw
  }

  .prd_list.brand .section.profile .title .main::before, .prd_list.brand .section.profile .title .main::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .title .main::before {
    margin-bottom: calc(-.32779em + 0vw)
  }

  .prd_list.brand .section.profile .title .main::after {
    margin-top: calc(-.3135em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .title .main {
    font-size: 8vw;
    line-height: 1.3395;
    letter-spacing: .12em;
    line-height: 1.3395;
    border: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 13.33333vw
  }

  .prd_list.brand .section.profile .title .main::before, .prd_list.brand .section.profile .title .main::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .title .main::before {
    margin-bottom: calc(-.28642em + 0vw)
  }

  .prd_list.brand .section.profile .title .main::after {
    margin-top: calc(-.35308em + 0vw)
  }
}

.prd_list.brand .section.profile .profile-wrapper {
  display: block;
  position: relative;
  width: 694px;
  height: 220px;
  margin: 97px auto 0
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper {
    width: 100vw;
    height: 105.79545vw;
    margin: 0
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .profile-wrapper {
    width: 100vw;
    height: 119.33333vw;
    margin: 0
  }
}

.prd_list.brand .section.profile .profile-wrapper .photo, .prd_list.brand .section.profile .profile-wrapper .information, .prd_list.brand .section.profile .profile-wrapper .name, .prd_list.brand .section.profile .profile-wrapper .title {
  position: absolute
}

.prd_list.brand .section.profile .profile-wrapper .photo {
  display: block;
  width: 136px;
  height: 164px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper .photo {
    width: 33.63636vw;
    height: 38.18182vw;
    top: 0;
    left: calc(50% - 16.81818vw)
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .profile-wrapper .photo {
    width: 34.13333vw;
    height: 38.8vw;
    top: 0;
    left: calc(50% - 17.06667vw)
  }
}

.prd_list.brand .section.profile .profile-wrapper .information {
  display: block;
  width: 354px;
  top: 0;
  left: 175px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper .information {
    width: 76.13636vw;
    top: 49.31818vw;
    left: calc(50% - 38.06818vw)
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .profile-wrapper .information {
    width: 73.86667vw;
    top: 52.13333vw;
    left: calc(50% - 36.93333vw)
  }
}

.prd_list.brand .section.profile .profile-wrapper .information .text, .prd_list.brand .section.profile .profile-wrapper .information .link {
  display: block
}

.prd_list.brand .section.profile .profile-wrapper .information .text {
  font-size: 12px;
  line-height: 2.08333;
  letter-spacing: 0em
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper .information .text {
    font-size: 2.95455vw;
    line-height: 1.92308;
    letter-spacing: -.02em;
    line-height: 1.92308;
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_list.brand .section.profile .profile-wrapper .information .text::before, .prd_list.brand .section.profile .profile-wrapper .information .text::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .information .text::before {
    margin-bottom: calc(-.41154em + 0vw)
  }

  .prd_list.brand .section.profile .profile-wrapper .information .text::after {
    margin-top: calc(-.41154em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .profile-wrapper .information .text {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: -.02em;
    line-height: 2;
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_list.brand .section.profile .profile-wrapper .information .text::before, .prd_list.brand .section.profile .profile-wrapper .information .text::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .information .text::before {
    margin-bottom: calc(-.53333em + 0vw)
  }

  .prd_list.brand .section.profile .profile-wrapper .information .text::after {
    margin-top: calc(-.53333em + 0vw)
  }
}

.prd_list.brand .section.profile .profile-wrapper .information .link {
  margin-left: 34px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper .information .link {
    margin-top: 11.13636vw;
    margin-left: 6.13636vw
  }
}

.prd_list.brand .section.profile .profile-wrapper .information .link a {
  font-size: 11.5px;
  line-height: 1.73913;
  letter-spacing: .06em;
  padding: 19px 0;
  display: block;
  transition: all 0.25s ease-out
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper .information .link a {
    font-size: 3.18182vw;
    line-height: .71429;
    letter-spacing: .06em;
    line-height: 1;
    border: 1px dotted rgba(0, 0, 0, 0);
    padding: 0;
    color: #A93439
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a::before, .prd_list.brand .section.profile .profile-wrapper .information .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a::before {
    margin-bottom: calc(-.30714em + 0vw)
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a::after {
    margin-top: calc(-.09286em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .profile-wrapper .information .link a {
    font-size: 3.2vw;
    line-height: .72083;
    letter-spacing: .06em;
    line-height: 1;
    border: 1px dotted rgba(0, 0, 0, 0);
    padding: 0;
    color: #A93439
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a::before, .prd_list.brand .section.profile .profile-wrapper .information .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a::before {
    margin-bottom: calc(-.28333em + 0vw)
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a::after {
    margin-top: calc(-.15833em + 0vw)
  }
}

.prd_list.brand .section.profile .profile-wrapper .information .link a .arrow {
  position: relative;
  display: block;
  width: 21px;
  height: 5px;
  transition: all 0.25s ease-out;
  left: -34px;
  top: 11px;
  transition: all 0.25s ease-out
}

.prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::before, .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::after {
  position: absolute;
  display: block;
  height: 1px;
  text-align: center;
  background-color: #000;
  border-radius: .5px
}

.prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::before {
  width: 21px;
  content: "";
  bottom: 0
}

.prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::after {
  width: 7.07107px;
  content: "";
  transform: rotate(45deg);
  bottom: 2.5px;
  right: -1.03553px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow {
    position: relative;
    display: block;
    width: 3.75vw;
    height: 0.79545vw;
    top: 1.81818vw
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::before, .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1px
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::before {
    width: 3.75vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::after {
    width: 1.12494vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.39773vw;
    right: -0.16474vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow {
    position: relative;
    display: block;
    width: 3.73333vw;
    height: 0.8vw;
    top: 1.86667vw;
    left: -6.26667vw
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::before, .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #A93439;
    border-radius: .5px
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::before {
    width: 3.73333vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .information .link a .arrow::after {
    width: 1.13137vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.4vw;
    right: -0.16568vw
  }
}

.prd_list.brand .section.profile .profile-wrapper .information .link a:hover {
  color: #A93439;
  text-decoration: none
}

.prd_list.brand .section.profile .profile-wrapper .information .link a:hover .arrow {
  left: -29px
}

.prd_list.brand .section.profile .profile-wrapper .information .link a:hover .arrow::before, .prd_list.brand .section.profile .profile-wrapper .information .link a:hover .arrow::after {
  background-color: #A93439
}

.prd_list.brand .section.profile .profile-wrapper .name {
  font-size: 24px;
  line-height: 1.54833;
  letter-spacing: .1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  line-height: 1.54833;
  border-right: 1px dotted rgba(0, 0, 0, 0);
  border-left: 1px dotted rgba(0, 0, 0, 0);
  top: 0;
  left: 565px
}

.prd_list.brand .section.profile .profile-wrapper .name::before, .prd_list.brand .section.profile .profile-wrapper .name::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .section.profile .profile-wrapper .name::before {
  margin-left: -0.5575em
}

.prd_list.brand .section.profile .profile-wrapper .name::after {
  margin-right: -0.34917em
}

.prd_list.brand .section.profile .profile-wrapper .name ruby {
  position: relative
}

.prd_list.brand .section.profile .profile-wrapper .name ruby rt {
  position: absolute;
  font-size: 9px;
  line-height: 5.61667;
  letter-spacing: .7em;
  line-height: 5.61667;
  border-right: 1px dotted rgba(0, 0, 0, 0);
  border-left: 1px dotted rgba(0, 0, 0, 0);
  padding-top: 3px;
  padding-left: 8px
}

.prd_list.brand .section.profile .profile-wrapper .name ruby rt::before, .prd_list.brand .section.profile .profile-wrapper .name ruby rt::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .section.profile .profile-wrapper .name ruby rt::before {
  margin-left: -2.48056em
}

.prd_list.brand .section.profile .profile-wrapper .name ruby rt::after {
  margin-right: -2.36944em
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper .name {
    font-size: 5.68182vw;
    line-height: 1.5608;
    letter-spacing: .1em;
    line-height: 1.5608;
    border: 1px dotted rgba(0, 0, 0, 0);
    top: 2.61364vw;
    right: 15.79545vw;
    left: unset
  }

  .prd_list.brand .section.profile .profile-wrapper .name::before, .prd_list.brand .section.profile .profile-wrapper .name::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .name::before {
    margin-left: -0.2304em
  }

  .prd_list.brand .section.profile .profile-wrapper .name::after {
    margin-right: -0.2304em
  }

  .prd_list.brand .section.profile .profile-wrapper .name ruby rt {
    font-size: 2.15909vw;
    line-height: 5.58789;
    letter-spacing: .7em;
    line-height: 5.58789;
    border: 1px dotted rgba(0, 0, 0, 0);
    padding-top: .34091vw;
    padding-left: 2.84091vw
  }

  .prd_list.brand .section.profile .profile-wrapper .name ruby rt::before, .prd_list.brand .section.profile .profile-wrapper .name ruby rt::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .name ruby rt::before {
    margin-left: -2.24395em
  }

  .prd_list.brand .section.profile .profile-wrapper .name ruby rt::after {
    margin-right: -2.24395em
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .profile-wrapper .name {
    font-size: 6.13333vw;
    line-height: 1.52891;
    letter-spacing: .1em;
    line-height: 1.52891;
    border: 1px dotted rgba(0, 0, 0, 0);
    top: 3.2vw;
    right: 20.13333vw;
    left: unset
  }

  .prd_list.brand .section.profile .profile-wrapper .name::before, .prd_list.brand .section.profile .profile-wrapper .name::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .name::before {
    margin-left: -0.27967em
  }

  .prd_list.brand .section.profile .profile-wrapper .name::after {
    margin-right: -0.27967em
  }

  .prd_list.brand .section.profile .profile-wrapper .name ruby rt {
    font-size: 2.4vw;
    line-height: 5.31556;
    letter-spacing: .7em;
    line-height: 5.31556;
    border: 1px dotted rgba(0, 0, 0, 0);
    padding-top: .4vw;
    padding-left: 3.33333vw
  }

  .prd_list.brand .section.profile .profile-wrapper .name ruby rt::before, .prd_list.brand .section.profile .profile-wrapper .name ruby rt::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .name ruby rt::before {
    margin-left: -2.27444em
  }

  .prd_list.brand .section.profile .profile-wrapper .name ruby rt::after {
    margin-right: -2.27444em
  }
}

.prd_list.brand .section.profile .profile-wrapper .title {
  font-size: 10px;
  line-height: 2.2;
  letter-spacing: .22em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  line-height: 2.2;
  border-right: 1px dotted rgba(0, 0, 0, 0);
  border-left: 1px dotted rgba(0, 0, 0, 0);
  top: 82px;
  right: 0;
  word-break: keep-all
}

.prd_list.brand .section.profile .profile-wrapper .title::before, .prd_list.brand .section.profile .profile-wrapper .title::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .section.profile .profile-wrapper .title::before {
  margin-left: -0.75em
}

.prd_list.brand .section.profile .profile-wrapper .title::after {
  margin-right: -0.75em
}

@media screen and (max-width: 880px) {
  .prd_list.brand .section.profile .profile-wrapper .title {
    font-size: 2.5vw;
    line-height: 2.09091;
    letter-spacing: .24em;
    line-height: 2.09091;
    border: 1px dotted rgba(0, 0, 0, 0);
    top: 2.95455vw;
    right: unset;
    left: 11.81818vw
  }

  .prd_list.brand .section.profile .profile-wrapper .title::before, .prd_list.brand .section.profile .profile-wrapper .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .title::before {
    margin-left: -0.58636em
  }

  .prd_list.brand .section.profile .profile-wrapper .title::after {
    margin-right: -0.58636em
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .section.profile .profile-wrapper .title {
    font-size: 2.66667vw;
    line-height: 2;
    letter-spacing: .24em;
    line-height: 2;
    border: 1px dotted rgba(0, 0, 0, 0);
    top: 2vw;
    right: unset;
    left: 12.8vw
  }

  .prd_list.brand .section.profile .profile-wrapper .title::before, .prd_list.brand .section.profile .profile-wrapper .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .section.profile .profile-wrapper .title::before {
    margin-left: -0.55em
  }

  .prd_list.brand .section.profile .profile-wrapper .title::after {
    margin-right: -0.65em
  }
}

.prd_list.brand .first-view.brand-b {
  height: 449px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-b {
    width: 76.36364vw;
    height: 88.97727vw;
    margin-top: 12.84091vw;
    margin-bottom: 13.52273vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-b {
    width: 74.13333vw;
    height: 136.13333vw;
    margin-top: 11.6vw;
    margin-bottom: 16vw
  }
}

.prd_list.brand .first-view.brand-b .catch {
  background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/brand_copy_teshigoto_pc.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 316px;
  height: 378px;
  left: 0
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-b .catch {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/brand_copy_teshigoto_tb.png");
    width: 28.40909vw;
    height: 48.75vw;
    left: 0;
    background-size: contain;
    background-position: 50% 0
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-b .catch {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/brand_copy_teshigoto_sp.png");
    width: 46.13333vw;
    height: 46.8vw;
    top: 0;
    background-size: contain;
    background-position: 50% 0;
    right: 14vw;
    left: 14vw;
    position: relative
  }
}

.prd_list.brand .first-view.brand-b .brand-logo {
  display: block;
  position: absolute;
  width: 261px;
  height: 180px;
  top: 269px;
  right: 0;
  left: unset
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-b .brand-logo {
    width: 41.81818vw;
    height: 28.52273vw;
    top: unset;
    left: 0;
    top: 60.45455vw;
    right: unset
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-b .brand-logo {
    width: 49.06667vw;
    height: 33.46667vw;
    top: 102.53333vw;
    right: 0;
    bottom: 0;
    left: 0
  }
}

.prd_list.brand .first-view.brand-b .statement-wrapper {
  right: 0;
  display: block;
  width: 574px;
  height: 378px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-b .statement-wrapper {
    display: block;
    width: 76.36364vw;
    height: 88.97727vw;
    overflow: hidden;
    top: 0
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-b .statement-wrapper {
    display: block;
    width: 74.13333vw;
    height: 136.13333vw;
    overflow: hidden;
    top: 7.46667vw;
    position: relative
  }
}

.prd_list.brand .first-view.brand-b .statement-wrapper .statement {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  font-size: 15px;
  line-height: 2.66667;
  letter-spacing: .18em;
  border-right: 1px dotted rgba(0, 0, 0, 0);
  border-left: 1px dotted rgba(0, 0, 0, 0);
  font-weight: bold
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-b .statement-wrapper .statement {
    font-size: 2.95455vw;
    line-height: 2.26923;
    letter-spacing: .22em;
    position: absolute;
    transition: all 0.25s ease-out;
    right: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper .statement .sec0, .prd_list.brand .first-view.brand-b .statement-wrapper .statement .sec1 {
    position: absolute;
    -ms-word-break: keep-all;
    word-break: keep-all;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    transition: all 0.4s ease-out
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-b .statement-wrapper .statement {
    font-size: 3.33333vw;
    line-height: 2.24;
    letter-spacing: .22em;
    position: absolute;
    transition: opacity 0.25s ease-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper .statement .sec0, .prd_list.brand .first-view.brand-b .statement-wrapper .statement .sec1 {
    position: absolute;
    -ms-word-break: keep-all;
    word-break: keep-all;
    transition: all 0.4s ease-out;
    left: 50%;
    transform: translate(-50%, 0)
  }
}

.prd_list.brand .first-view.brand-b .statement-wrapper .nav {
  position: absolute
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-b .statement-wrapper .nav {
    top: 87.15909vw;
    right: 0vw;
    cursor: pointer
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper .nav .arrow {
    display: inline-block;
    width: 8.97727vw;
    height: 1.47727vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-b .statement-wrapper .nav {
    top: 64.53333vw;
    left: unset;
    cursor: pointer
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper .nav .arrow {
    display: inline-block;
    width: 10.4vw;
    height: 1.73333vw
  }
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .statement span.sec0 {
    opacity: 1
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .statement span.sec1 {
    opacity: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow {
    position: relative;
    display: block;
    width: 8.97727vw;
    height: 1.47727vw
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::before, .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::after {
    position: absolute;
    display: block;
    height: 2.5px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.25px
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::before {
    width: 8.97727vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::after {
    width: 1.86377vw;
    content: "";
    transform: rotate(-52.43141deg);
    bottom: 0.73864vw;
    left: -0.3637vw
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::before, .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::after {
    transition: initial;
    transition: 0.25s opacity ease-out
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .statement span.sec0 {
    opacity: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .statement span.sec1 {
    opacity: 1
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow {
    position: relative;
    display: block;
    width: 8.97727vw;
    height: 1.47727vw
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::before, .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::after {
    position: absolute;
    display: block;
    height: 2.5px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.25px
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::before {
    width: 8.97727vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::after {
    width: 1.86377vw;
    content: "";
    transform: rotate(52.43141deg);
    bottom: 0.73864vw;
    right: -0.3637vw
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::before, .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::after {
    transition: initial;
    transition: 0.25s opacity ease-out
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .statement span.sec0 {
    opacity: 1
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .statement span.sec1 {
    opacity: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow {
    position: relative;
    display: block;
    width: 10.4vw;
    height: 1.73333vw
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::before, .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::after {
    position: absolute;
    display: block;
    height: 2.5px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.25px
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::before {
    width: 10.4vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::after {
    width: 2.18683vw;
    content: "";
    transform: rotate(-52.43141deg);
    bottom: 0.86667vw;
    left: -0.42675vw
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::before, .prd_list.brand .first-view.brand-b .statement-wrapper.sec0 .nav .arrow::after {
    transition: initial;
    transition: 0.25s opacity ease-out
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .statement span.sec0 {
    opacity: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .statement span.sec1 {
    opacity: 1
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow {
    position: relative;
    display: block;
    width: 10.4vw;
    height: 1.73333vw
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::before, .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::after {
    position: absolute;
    display: block;
    height: 2.5px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.25px
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::before {
    width: 10.4vw;
    content: "";
    bottom: 0
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::after {
    width: 2.18683vw;
    content: "";
    transform: rotate(52.43141deg);
    bottom: 0.86667vw;
    right: -0.42675vw
  }

  .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::before, .prd_list.brand .first-view.brand-b .statement-wrapper.sec1 .nav .arrow::after {
    transition: initial;
    transition: 0.25s opacity ease-out
  }
}

.prd_list.brand .first-view.munk {
  background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/mv_munk_pc.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 862px;
  height: 566px;
  margin-top: 84px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/mv_munk_tb.jpg")
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/product/brand/mv_munk_sp.jpg")
  }
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk {
    width: 85.90909vw;
    height: 119.43182vw;
    margin-top: 7.04545vw;
    margin-bottom: 11.81818vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk {
    width: 84vw;
    height: 123.33333vw;
    margin-top: 8vw;
    margin-bottom: 12.8vw
  }
}

.prd_list.brand .first-view.munk .catch__wrapper .catch {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  font-size: 23px;
  line-height: 1;
  letter-spacing: .4em;
  border: 1px dotted transparent;
  font-weight: bold;
  position: absolute;
  padding: 26px 14px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .catch__wrapper .catch {
    font-size: 3.86364vw;
    line-height: 1;
    letter-spacing: .4em
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .catch__wrapper .catch {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: .4em
  }
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .catch__wrapper .catch {
    padding: 3.97727vw 2.61364vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .catch__wrapper .catch {
    padding: 3.06667vw 1.73333vw
  }
}

.prd_list.brand .first-view.munk .catch__wrapper .catch.first {
  top: 70px;
  right: -44px;
  background-color: rgba(156, 154, 158, .8);
  color: #e9e9ec
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .catch__wrapper .catch.first {
    top: 9.31818vw;
    right: 36.47727vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .catch__wrapper .catch.first {
    top: 14.4vw;
    right: 36.8vw
  }
}

.prd_list.brand .first-view.munk .catch__wrapper .catch.second {
  top: 70px;
  right: 29px;
  background-color: rgba(249, 249, 250, .8);
  color: #74727a
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .catch__wrapper .catch.second {
    top: 9.31818vw;
    right: unset;
    left: 27.5vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .catch__wrapper .catch.second {
    top: 14.4vw;
    right: unset;
    left: 29.06667vw
  }
}

.prd_list.brand .first-view.munk .statement-wrapper {
  display: block;
  width: 286px;
  height: 265px;
  position: absolute;
  right: -73px;
  bottom: -87px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .statement-wrapper {
    right: 10.45455vw;
    bottom: 14.20455vw;
    left: 10.79545vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .statement-wrapper {
    right: 11.86667vw;
    bottom: 13.46667vw;
    left: 11.86667vw
  }
}

.prd_list.brand .first-view.munk .statement-wrapper .statement {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  font-size: 14px;
  line-height: 3.14286;
  letter-spacing: .29em;
  line-height: 3.14286;
  border: 1px dotted transparent;
  font-weight: bold;
  color: #68686a
}

.prd_list.brand .first-view.munk .statement-wrapper .statement::before, .prd_list.brand .first-view.munk .statement-wrapper .statement::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .first-view.munk .statement-wrapper .statement::before {
  margin-bottom: -1.2381em
}

.prd_list.brand .first-view.munk .statement-wrapper .statement::after {
  margin-top: -1.2381em
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .statement-wrapper .statement {
    font-size: 2.95455vw;
    line-height: 2.61538;
    letter-spacing: .26em;
    line-height: 2.61538
  }

  .prd_list.brand .first-view.munk .statement-wrapper .statement::before, .prd_list.brand .first-view.munk .statement-wrapper .statement::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .first-view.munk .statement-wrapper .statement::before {
    margin-bottom: -0.97436em
  }

  .prd_list.brand .first-view.munk .statement-wrapper .statement::after {
    margin-top: -0.97436em
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .statement-wrapper .statement {
    font-size: 2.66667vw;
    line-height: 2.7;
    letter-spacing: .34em;
    line-height: 2.7
  }

  .prd_list.brand .first-view.munk .statement-wrapper .statement::before, .prd_list.brand .first-view.munk .statement-wrapper .statement::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_list.brand .first-view.munk .statement-wrapper .statement::before {
    margin-bottom: -1.01667em
  }

  .prd_list.brand .first-view.munk .statement-wrapper .statement::after {
    margin-top: -1.01667em
  }
}

.prd_list.brand .first-view.munk .category__wrapper {
  position: absolute;
  bottom: 0;
  left: 0
}

.prd_list.brand .first-view.munk .category__wrapper .category__title {
  border: 1px dotted transparent;
  position: absolute;
  display: block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .1em;
  line-height: 1;
  color: #aaabae;
  font-weight: bold;
  bottom: 218px;
  left: 50px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__title {
    display: none
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__title {
    display: none
  }
}

.prd_list.brand .first-view.munk .category__wrapper .category__title::before, .prd_list.brand .first-view.munk .category__wrapper .category__title::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .first-view.munk .category__wrapper .category__title::before {
  margin-bottom: -0.16667em
}

.prd_list.brand .first-view.munk .category__wrapper .category__title::after {
  margin-top: calc(-.08333em + 2px)
}

.prd_list.brand .first-view.munk .category__wrapper .category__name {
  border: 1px dotted transparent
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: -1.875vw;
    margin-bottom: -.22727vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: -2.06667vw;
    margin-bottom: -.26667vw
  }
}

.prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item {
  border: 1px dotted transparent;
  position: absolute;
  display: block;
  font-size: 126px;
  line-height: 1;
  letter-spacing: .03em;
  line-height: 1;
  color: #b7b8bd
}

.prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item::before, .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item::before {
  margin-bottom: calc(-.16667em + 5px)
}

.prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item::after {
  margin-top: calc(-.08333em + -2px)
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item {
    font-size: 12.94091vw;
    line-height: 1;
    letter-spacing: .06em
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item {
    font-size: 12.39467vw;
    line-height: 1;
    letter-spacing: .068em
  }
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.first, .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.second {
    position: relative
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.first, .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.second {
    position: relative
  }
}

.prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.first {
  bottom: 115px;
  left: -134px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.first {
    bottom: unset;
    left: unset
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.first {
    bottom: unset;
    left: unset
  }
}

.prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.second {
  bottom: 0;
  left: 62px
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.second {
    bottom: unset;
    left: unset
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .category__wrapper .category__name .category__name__item.second {
    bottom: unset;
    left: unset
  }
}

.prd_list.brand .first-view.munk .open, .prd_list.brand .first-view.munk .mask {
  position: absolute;
  display: block;
  width: 862px;
  height: 566px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .open, .prd_list.brand .first-view.munk .mask {
    width: 85.90909vw;
    height: 119.43182vw
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .open, .prd_list.brand .first-view.munk .mask {
    width: 84vw;
    height: 123.33333vw
  }
}

.prd_list.brand .first-view.munk .open .statement-wrapper {
  z-index: -1
}

.prd_list.brand .first-view.munk .open .category__wrapper {
  z-index: -1
}

@media screen and (max-width: 880px) {
  .prd_list.brand .first-view.munk .open .category__wrapper {
    display: none
  }
}

@media screen and (max-width: 750px) {
  .prd_list.brand .first-view.munk .open .category__wrapper {
    display: none
  }
}

.prd_list.brand .first-view.munk .mask {
  overflow: hidden
}

.prd_list.brand .first-view.munk .mask .statement-wrapper .statement {
  color: #fff
}

.prd_list.brand .first-view.munk .mask .category__wrapper .category__name .category__name__item {
  color: #fff
}

@keyframes run-stroke {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

@keyframes rm-stroke {
  0% {
    stroke-dashoffset: 0
  }

  99% {
    stroke-dashoffset: 0
  }

  100% {
    stroke-dashoffset: 1000
  }
}

@media screen and (min-width: 881px) {
  .prd-list-item {
    position: relative;
    display: block;
    width: 310px;
    margin-bottom: 80px
  }

  .prd-list-item:nth-of-type(3n+1) {
    margin-top: 36px
  }

  .prd-list-item:nth-of-type(3n+3) {
    margin-top: 36px
  }

  .prd-list-item a.prd-list-item-wrapper {
    display: block
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-image-wrapper {
    width: 310px;
    height: 194px;
    overflow: hidden
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-image-wrapper .prd-list-item-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    transition: all 0.6s cubic-bezier(0, 0, 0.1, 0.85)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link {
    transition: all 0.2s ease-out;
    position: absolute;
    top: 165px;
    width: 100%
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    right: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid transparent;
    color: #A93439;
    text-align: center;
    padding-top: 13px;
    font-size: 10px;
    line-height: 2;
    letter-spacing: .08em;
    transition: 0.25s all ease-out
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .arrow {
    position: relative;
    display: block;
    width: 15px;
    height: 4px;
    transition: all 0.25s ease-out;
    opacity: 0;
    top: 34px;
    right: 28px;
    position: absolute
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .arrow::before, .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #A93439;
    border-radius: .5px
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .arrow::before {
    width: 15px;
    content: "";
    bottom: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .arrow::after {
    width: 5.65685px;
    content: "";
    transform: rotate(45deg);
    bottom: 2px;
    right: -.82843px
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .prd-list-item-view-svg-circle-wrapper {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    top: -4px;
    left: -4px;
    background-color: transparent
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .prd-list-item-view-svg-circle-wrapper .prd-list-item-view-svg-circle {
    background-color: transparent;
    transform: rotate(-90deg)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .prd-list-item-view-svg-circle-wrapper .prd-list-item-view-svg-circle .obj {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .prd-list-item-view-svg-circle-wrapper.back .obj {
    stroke: #fff;
    stroke-width: 1.8;
    stroke-dashoffset: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link .prd-list-item-view-svg-circle-wrapper.fore .obj {
    stroke: #A93439;
    stroke-width: 2.2;
    stroke-dashoffset: 1000
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link:hover .prd-list-item-view-svg-circle-wrapper.fore .obj {
    animation: run-stroke .5s ease-in normal forwards running
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link .link:hover .prd-list-item-view-svg-circle-wrapper.back .obj {
    animation: rm-stroke .5s ease-in normal forwards running
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information {
    margin-top: 27px;
    transition: all 0.2s ease-out
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.66667;
    letter-spacing: .08em;
    line-height: 1.66667;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand::before, .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand::before {
    margin-bottom: -0.45em
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand::after {
    margin-top: -0.53333em
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand .ja {
    display: none
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    line-height: 1.6;
    font-weight: bold;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title::before, .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title::before {
    margin-bottom: -0.35em
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title::after {
    margin-top: -0.35em
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: .05em;
    line-height: 1.42857;
    font-weight: bold;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price::before, .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price::before {
    margin-bottom: -0.30714em
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price::after {
    margin-top: -0.37857em
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price .tax {
    font-size: 10px;
    line-height: 2;
    letter-spacing: .08em;
    font-weight: bold
  }

  .prd-list-item a.prd-list-item-wrapper:hover {
    text-decoration: none
  }

  .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-image {
    transform: scale(1.1)
  }

  .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-link .link {
    text-decoration: none
  }

  .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-link .link .arrow {
    opacity: 1;
    right: 17px
  }

  .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-link .link .prd-list-item-view-svg-circle-wrapper.fore .obj {
    animation: run-stroke .5s ease-in normal forwards running
  }

  .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-information .brand, .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-information .title, .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-information .price {
    color: #000
  }
}

@media screen and (max-width: 880px) {
  .prd-list-item {
    width: 76.25vw;
    margin-bottom: 7.5vw
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-image-wrapper {
    width: 76.25vw;
    height: 50.45455vw;
    position: relative;
    z-index: -1
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-image-wrapper::after {
    position: absolute;
    display: block;
    content: '';
    background-color: #fff;
    width: 68.86364vw;
    height: 8.63636vw;
    top: 42.95455vw;
    left: -1.13636vw
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-image-wrapper .prd-list-item-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link {
    display: none
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 7.5vw;
    width: 76.25vw;
    top: 42.95455vw
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand {
    margin-bottom: 4.31818vw;
    font-size: 3.29545vw;
    line-height: 1.35034;
    letter-spacing: .06em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand .ja {
    display: none
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title {
    margin-bottom: 7.04545vw;
    font-size: 5.22727vw;
    line-height: 1.36842;
    letter-spacing: -.02em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: 600
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price {
    font-size: 3.63636vw;
    line-height: 1.215;
    letter-spacing: .05em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price .tax {
    font-size: 2.72727vw;
    line-height: 1.62;
    letter-spacing: .05em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd-list-item a.prd-list-item-wrapper:hover {
    text-decoration: none
  }

  .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-information .brand, .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-information .title, .prd-list-item a.prd-list-item-wrapper:hover .prd-list-item-information .price {
    color: #000;
    text-decoration: none
  }
}

@media screen and (max-width: 750px) {
  .prd-list-item {
    width: 74.13333vw;
    margin-bottom: 7.2vw
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-image-wrapper {
    width: 74.13333vw;
    height: 48.93333vw;
    position: relative;
    z-index: -1
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-image-wrapper::after {
    position: absolute;
    display: block;
    content: '';
    background-color: #fff;
    width: 67.06667vw;
    height: 8.66667vw;
    top: 41.6vw;
    left: -1.33333vw
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-image-wrapper .prd-list-item-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-link {
    display: none
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 7.2vw;
    width: 65.73333vw;
    top: 41.6vw
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand {
    margin-bottom: 4.13333vw;
    font-size: 3.2vw;
    line-height: 1.34708;
    letter-spacing: .06em;
    line-height: 1.34708;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand::before, .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand::before {
    margin-bottom: calc(-.29021em + 0vw)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand::after {
    margin-top: calc(-.29021em + 0vw)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .brand .ja {
    display: none
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title {
    margin-bottom: 6.8vw;
    font-size: 5.06667vw;
    line-height: 1.36842;
    letter-spacing: -.02em;
    line-height: 1.36842;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title::before, .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title::before {
    margin-bottom: calc(-.13421em + 0vw)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .title::after {
    margin-top: calc(-.13421em + 0vw)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price {
    font-size: 3.73333vw;
    line-height: 1.14643;
    letter-spacing: .05em;
    line-height: 1.14643;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price::before, .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price::before {
    margin-bottom: calc(-.20179em + 0vw)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price::after {
    margin-top: calc(-.20179em + 0vw)
  }

  .prd-list-item a.prd-list-item-wrapper .prd-list-item-information .price .tax {
    font-size: 2.66667vw;
    line-height: 1.605;
    letter-spacing: .05em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }
}

.prd_detail {
  position: relative;
  width: 100%;
  margin: 45px auto 0;
  overflow: hidden
}

.prd_detail .first-view {
  position: absolute;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 597px;
  z-index: -2
}

.prd_detail .first-view .main-visual {
  position: absolute;
  left: 0;
  width: 61.71875vw;
  height: 597px;
  overflow: hidden;
  margin: 0
}

.prd_detail .first-view .main-visual .main-visual-image {
  margin: 0;
  width: 100%;
  height: 597px;
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover
}

.prd_detail .section.product-information {
  position: relative;
  background-color: transparent;
  margin-top: 250px;
  margin-bottom: 122px;
  left: 61.71875vw;
  width: 418px;
  min-height: 251px
}

.prd_detail .section.product-information .group {
  display: block;
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: .08em;
  line-height: 1.33333;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  text-align: center;
  margin-bottom: 21px;
  z-index: 10;
  transition: all .25s ease-out
}

.prd_detail .section.product-information .group::before, .prd_detail .section.product-information .group::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_detail .section.product-information .group::before {
  margin-bottom: -0.28333em
}

.prd_detail .section.product-information .group::after {
  margin-top: -0.39444em
}

.prd_detail .section.product-information .group:hover {
  text-decoration: none
}

.prd_detail .section.product-information .titles {
  margin-bottom: 19px
}

.prd_detail .section.product-information .titles .title {
  font-weight: 600
}

.prd_detail .section.product-information .titles .title.ja {
  font-size: 23px;
  line-height: .86957;
  letter-spacing: 0em;
  line-height: 1;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  text-align: center
}

.prd_detail .section.product-information .titles .title.ja::before, .prd_detail .section.product-information .titles .title.ja::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_detail .section.product-information .titles .title.ja::before {
  margin-bottom: -0.08043em
}

.prd_detail .section.product-information .titles .title.ja::after {
  margin-top: -0.08043em
}

.prd_detail .section.product-information .titles .title.en {
  position: absolute;
  top: -254px;
  right: 0;
  left: -65.54688vw;
  bottom: 0;
  font-weight: 100;
  color: #DBDADC;
  width: 100vw;
  z-index: -1
}

.prd_detail .section.product-information .titles .title.en .open, .prd_detail .section.product-information .titles .title.en .mask {
  padding-left: 17.96875vw
}

.prd_detail .section.product-information .titles .title.en .open .main, .prd_detail .section.product-information .titles .title.en .open .sub, .prd_detail .section.product-information .titles .title.en .mask .main, .prd_detail .section.product-information .titles .title.en .mask .sub {
  text-align: center;
  display: block;
  width: 100vw
}

.prd_detail .section.product-information .titles .title.en .open .main, .prd_detail .section.product-information .titles .title.en .mask .main {
  font-size: 160px;
  line-height: .62144;
  letter-spacing: .05em;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0)
}

.prd_detail .section.product-information .titles .title.en .open .sub, .prd_detail .section.product-information .titles .title.en .mask .sub {
  font-size: 98px;
  line-height: .60571;
  letter-spacing: .03em;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  margin-top: 37px
}

.prd_detail .section.product-information .titles .title.en .open .main, .prd_detail .section.product-information .titles .title.en .open .sub {
  color: #d5d5d8
}

.prd_detail .section.product-information .titles .title.en .mask {
  position: absolute;
  width: 65.54688vw;
  height: 617px;
  overflow: hidden;
  top: 0
}

.prd_detail .section.product-information .titles .title.en .mask .main, .prd_detail .section.product-information .titles .title.en .mask .sub {
  color: #ffffff
}

.prd_detail .section.product-information .price {
  margin-left: 1.5rem;
  margin-bottom: 50px;
  font-size: 16px;
  letter-spacing: 1.34px;
  line-height: 1;
  font-size: 17px;
  line-height: 1.17647;
  letter-spacing: .05em;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  text-align: center
}

.prd_detail .section.product-information .price .tax {
  font-size: 11px;
  font-size: 12px;
  line-height: 1.66667;
  letter-spacing: .05em;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0)
}

.prd_detail .section.product-information .owner {
  margin-left: 1.5rem;
  background-color: rgba(0, 0, 0, .1);
  padding: 0 0.6em;
  display: inline-block;
  font-size: 0.7rem
}

.prd_detail .section.product-information .category {
  width: 65.54688vw;
  display: block;
  font-size: 112px;
  line-height: .69589;
  letter-spacing: .03em;
  line-height: 1;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  color: #fff;
  position: absolute;
  top: 241px;
  left: -65.54688vw;
  text-align: right;
  padding-right: 25px
}

.prd_detail .section.product-information .category::before, .prd_detail .section.product-information .category::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_detail .section.product-information .category::before {
  margin-bottom: -0.37857em
}

.prd_detail .section.product-information .category::after {
  margin-top: -0.075em
}

.prd_detail .section.product-information .category .ja {
  display: none
}

.prd_detail .section.product-information .category .en {
  font-family: "Playfair Display", serif;
  font-style: normal;
  text-transform: lowercase
}

.prd_detail .section.content {
  position: relative;
  width: 988px;
  margin: 0 auto
}

.prd_detail .section.content h2 {
  position: absolute;
  max-width: 112px;
  margin: 0;
  display: block;
  width: 60px
}

.prd_detail .section.content h2 .h2-wrapper {
  position: relative
}

.prd_detail .section.content h2 .h2-wrapper .prd-content-inner {
  position: absolute;
  font-size: 28px;
  line-height: 1.85714;
  letter-spacing: .24em;
  font-weight: 800;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  border-right: 1px dotted rgba(0, 0, 0, 0);
  border-left: 1px dotted rgba(0, 0, 0, 0);
  background-color: #fff;
  padding-bottom: 31px;
  display: block;
  -ms-word-break: keep-all;
  word-break: keep-all
}

.prd_detail .section.content p {
  position: absolute;
  width: 358px;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: .02em;
  line-height: 2.14286;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  font-weight: bold
}

.prd_detail .section.content p::before, .prd_detail .section.content p::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_detail .section.content p::before {
  margin-bottom: -0.59286em
}

.prd_detail .section.content p::after {
  margin-top: -0.73571em
}

.prd_detail .section.content .content-image {
  width: 410px;
  height: 565px;
  overflow: hidden;
  position: absolute;
  top: 36px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover
}

.prd_detail .section.content.right {
  height: 467px
}

.prd_detail .section.content.right h2 {
  left: 867px
}

.prd_detail .section.content.right h2 .prd-content-inner {
  padding-left: 22px;
  left: 0
}

.prd_detail .section.content.right p {
  top: 76px;
  left: 106px
}

.prd_detail .section.content.right .content-image {
  right: 53px
}

.prd_detail .section.content.left {
  height: 602px;
  margin-bottom: 131px
}

.prd_detail .section.content.left h2 {
  right: 876px
}

.prd_detail .section.content.left h2 .prd-content-inner {
  padding-right: 22px;
  right: 0
}

.prd_detail .section.content.left p {
  right: 105px;
  bottom: 41px
}

.prd_detail .section.content.left .content-image {
  left: 54px
}

.prd_detail .section.content-no-image {
  position: relative;
  width: 622px;
  margin: 119px auto 129px
}

.prd_detail .section.content-no-image h2 {
  position: relative;
  width: 186px
}

.prd_detail .section.content-no-image h2 .prd-content-inner {
  position: relative;
  text-align: left;
  font-size: 28px;
  line-height: 1.78571;
  letter-spacing: .26em;
  line-height: 1.78571;
  border-right: 1px dotted rgba(0, 0, 0, 0);
  border-left: 1px dotted rgba(0, 0, 0, 0);
  font-weight: 800;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  display: inline-block;
  -ms-word-break: keep-all;
  word-break: keep-all
}

.prd_detail .section.content-no-image h2 .prd-content-inner::before, .prd_detail .section.content-no-image h2 .prd-content-inner::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_detail .section.content-no-image h2 .prd-content-inner::before {
  margin-left: -0.37857em
}

.prd_detail .section.content-no-image h2 .prd-content-inner::after {
  margin-right: -0.45em
}

.prd_detail .section.content-no-image p {
  position: absolute;
  width: 379px;
  top: 36px;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: .02em;
  line-height: 2.14286;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  font-weight: bold
}

.prd_detail .section.content-no-image p::before, .prd_detail .section.content-no-image p::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_detail .section.content-no-image p::before {
  margin-bottom: -0.59286em
}

.prd_detail .section.content-no-image p::after {
  margin-top: -0.73571em
}

.prd_detail .section.content-no-image.right h2 {
  margin-left: 446px;
  text-align: left
}

.prd_detail .section.content-no-image.right h2 .prd-content-inner {
  left: 0
}

.prd_detail .section.content-no-image.right p {
  left: 0
}

.prd_detail .section.content-no-image.left h2 {
  left: 0;
  text-align: right
}

.prd_detail .section.content-no-image.left h2 .prd-content-inner {
  right: 0
}

.prd_detail .section.content-no-image.left p {
  right: 0
}

.prd_detail .section .soldout-container {
  margin-top: 9px;
  margin-bottom: 58px
}

.prd_detail .section .soldout-container .sc-sorry .show_sorry svg.sorry {
  width: 118px;
  height: 97px;
  margin-right: auto;
  margin-left: auto;
  display: block
}

.prd_detail .section .arrival_notification_container .an_link {
  display: block;
  width: 218px;
  font-size: 13px;
  line-height: 3.69231;
  letter-spacing: .045em;
  line-height: 1.3;
  border: 1px dotted rgba(0, 0, 0, 0);
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  transition: color .25s ease-out, background-color .25s ease-out, transform .25s ease-out
}

.prd_detail .section .arrival_notification_container .an_link::before, .prd_detail .section .arrival_notification_container .an_link::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_detail .section .arrival_notification_container .an_link::before {
  margin-bottom: calc(-.31667em + 0px)
}

.prd_detail .section .arrival_notification_container .an_link::after {
  margin-top: calc(-.31667em + 0px)
}

.prd_detail .section .arrival_notification_container .an_link::before {
  border: 1px dotted rgba(0, 0, 0, 0)
}

.prd_detail .section .arrival_notification_container .an_link::after {
  border: 1px dotted rgba(0, 0, 0, 0)
}

.prd_detail .section .arrival_notification_container .an_link .arrow {
  position: relative;
  display: block;
  width: 15px;
  height: 8px;
  transition: all 0.25s ease-out;
  top: 8px
}

.prd_detail .section .arrival_notification_container .an_link .arrow::before, .prd_detail .section .arrival_notification_container .an_link .arrow::after {
  position: absolute;
  display: block;
  height: 2px;
  text-align: center;
  background-color: #000;
  border-radius: 1px
}

.prd_detail .section .arrival_notification_container .an_link .arrow::before {
  width: 15px;
  content: "";
  bottom: 0
}

.prd_detail .section .arrival_notification_container .an_link .arrow::after {
  width: 10.63015px;
  content: "";
  transform: rotate(48.81407deg);
  bottom: 4px;
  right: -1.81507px
}

.prd_detail .section .arrival_notification_container .an_link:hover {
  text-decoration: none;
  color: #A93439
}

.prd_detail .section .arrival_notification_container .an_link:hover .arrow {
  transform: translateX(5px)
}

.prd_detail .section .arrival_notification_container .an_link:hover .arrow::before, .prd_detail .section .arrival_notification_container .an_link:hover .arrow::after {
  background-color: #A93439
}

.prd_detail .section.section__cart .soldout-container, .prd_detail .section.section__cart .arrival_notification_container {
  display: none
}

.prd_detail .options-wrapper {
  display: block;
  width: 288px;
  margin-left: 65px
}

.prd_detail .options-wrapper .caption {
  font-size: 10px;
  line-height: 4.985;
  letter-spacing: .1em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px
}

.prd_detail .options-wrapper .caption::before, .prd_detail .options-wrapper .caption::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.prd_detail .options-wrapper .caption::before {
  margin-bottom: calc(-.31667em + 0px)
}

.prd_detail .options-wrapper .caption::after {
  margin-top: calc(-.31667em + 0px)
}

.prd_detail .options-wrapper .option-captions .option-caption {
  display: inline-block
}

.prd_detail .options-wrapper .option-captions .option-caption:nth-child(1) {
  width: 181px
}

.prd_detail .options-wrapper .option-captions .option-caption:nth-child(2) {
  width: 88px
}

.prd_detail .options-wrapper .option-items {
  display: block;
  margin-bottom: 50px
}

.prd_detail .options-wrapper .option-items .option-item {
  display: block;
  border-bottom: 1px solid #eee
}

.prd_detail .options-wrapper .option-items .option-item:first-child {
  border-top: 1px solid #eee
}

.prd_detail .options-wrapper .option-items .option-item .option-item-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0
}

.prd_detail .options-wrapper .option-items .option-item .option-item-label .option-item-label-name, .prd_detail .options-wrapper .option-items .option-item .option-item-label .option-item-label-stock {
  margin-top: 12px;
  margin-bottom: 11px;
  margin-left: 7px
}

.prd_detail .options-wrapper .option-items .option-item .option-item-label .option-item-label-name {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: bold;
  width: 181px
}

.prd_detail .options-wrapper .option-items .option-item .option-item-label .option-item-label-stock {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: bold;
  width: 88px
}

.prd_detail .options-wrapper .option-items .option-item .option-item-label .show_radio-check {
  width: 19px;
  margin-left: 0
}

.prd_detail .options-wrapper .option-items .option-item .option-item-label .show_radio-check .radio-check {
  width: 10px;
  fill: #A93439;
  opacity: 0;
  transition: opacity .25s ease-out
}

.prd_detail .options-wrapper .option-items .option-item .option-item-btn {
  display: none
}

.prd_detail .options-wrapper .option-items .option-item .option-item-btn+.option-item-label {
  position: relative
}

.prd_detail .options-wrapper .option-items .option-item .option-item-btn:checked+.option-item-label .option-item-label-name, .prd_detail .options-wrapper .option-items .option-item .option-item-btn:checked+.option-item-label .option-item-label-stock {
  color: #A93439
}

.prd_detail .options-wrapper .option-items .option-item .option-item-btn:checked+.option-item-label .radio-check {
  opacity: 1
}

.prd_detail .options-wrapper .option-items .option-item .option-item-btn:disabled+.option-item-label .option-item-label-stock {
  color: #999999
}

.prd_detail .options-wrapper.position2 {
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-width: 880px) {
  .prd_detail {
    margin: 0
  }

  .prd_detail hr {
    display: none
  }

  .prd_detail .first-view {
    position: relative;
    height: 100.68182vw;
    margin-bottom: 11.70455vw
  }

  .prd_detail .first-view .main-visual {
    width: 100%;
    height: 100.68182vw
  }

  .prd_detail .first-view .main-visual .main-visual-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 75% 50%
  }

  .prd_detail .section.product-information {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 14.88636vw;
    margin-left: 0
  }

  .prd_detail .section.product-information .group {
    font-size: 4.09091vw;
    line-height: 1;
    letter-spacing: .06em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 6.02273vw
  }

  .prd_detail .section.product-information .group::before, .prd_detail .section.product-information .group::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.product-information .group::before {
    margin-bottom: calc(-.08889em + 0vw)
  }

  .prd_detail .section.product-information .group::after {
    margin-top: calc(-.14444em + 0vw)
  }

  .prd_detail .section.product-information .titles {
    margin-bottom: 5.68182vw
  }

  .prd_detail .section.product-information .titles .title.ja {
    font-size: 5.68182vw;
    line-height: 1;
    letter-spacing: .06em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section.product-information .titles .title.ja::before, .prd_detail .section.product-information .titles .title.ja::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.product-information .titles .title.ja::before {
    margin-bottom: calc(-.07em + 0vw)
  }

  .prd_detail .section.product-information .titles .title.ja::after {
    margin-top: calc(-.07em + 0vw)
  }

  .prd_detail .section.product-information .titles .title.en {
    left: 0;
    top: -112.27273vw;
    overflow: hidden
  }

  .prd_detail .section.product-information .titles .title.en .open, .prd_detail .section.product-information .titles .title.en .mask {
    padding-left: 22.5vw;
    margin-top: -4.88636vw;
    position: absolute
  }

  .prd_detail .section.product-information .titles .title.en .open .main, .prd_detail .section.product-information .titles .title.en .open .sub, .prd_detail .section.product-information .titles .title.en .mask .main, .prd_detail .section.product-information .titles .title.en .mask .sub {
    width: 100%
  }

  .prd_detail .section.product-information .titles .title.en .open .main, .prd_detail .section.product-information .titles .title.en .mask .main {
    font-size: 22.74205vw;
    line-height: 1;
    letter-spacing: .03em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section.product-information .titles .title.en .open .sub, .prd_detail .section.product-information .titles .title.en .mask .sub {
    font-size: 13.91023vw;
    line-height: 1;
    letter-spacing: .03em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 0
  }

  .prd_detail .section.product-information .titles .title.en .open {
    overflow: visible
  }

  .prd_detail .section.product-information .titles .title.en .open .main {
    -ms-word-break: keep-all;
    word-break: keep-all;
    white-space: nowrap
  }

  .prd_detail .section.product-information .titles .title.en .mask {
    display: none
  }

  .prd_detail .section.product-information .price {
    font-size: 4.09091vw;
    line-height: 1;
    letter-spacing: .05em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 12.38636vw
  }

  .prd_detail .section.product-information .price .tax {
    font-size: 2.95455vw;
    line-height: 1;
    letter-spacing: .05em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    display: inline-block
  }

  .prd_detail .section.product-information .price .tax::before, .prd_detail .section.product-information .price .tax::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.product-information .price .tax::before {
    margin-bottom: calc(-.10385em + 0vw)
  }

  .prd_detail .section.product-information .price .tax::after {
    margin-top: calc(-.10385em + 0vw)
  }

  .prd_detail .section.product-information .category {
    width: 100%;
    position: absolute;
    top: -38.86364vw;
    left: 0;
    text-align: left;
    padding-left: 9.31818vw
  }

  .prd_detail .section.product-information .category .ja {
    display: none
  }

  .prd_detail .section.product-information .category .en {
    font-size: 13.63636vw;
    line-height: 1;
    letter-spacing: .03em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section.content {
    width: 76.25vw;
    margin-left: auto;
    margin-right: auto
  }

  .prd_detail .section.content h2 {
    width: 19.88636vw
  }

  .prd_detail .section.content h2 .h2-wrapper .prd-content-inner {
    font-size: 5.16932vw;
    line-height: 1.68433;
    letter-spacing: .24em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: -6.59091vw;
    padding-bottom: 4.65909vw
  }

  .prd_detail .section.content p {
    position: relative;
    width: 76.25vw;
    font-size: 3.86364vw;
    line-height: 1.94118;
    letter-spacing: 0em;
    line-height: 1.94118;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 12.27273vw
  }

  .prd_detail .section.content p::before, .prd_detail .section.content p::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.content p::before {
    margin-bottom: calc(-.53824em + 0vw)
  }

  .prd_detail .section.content p::after {
    margin-top: calc(-.53824em + 0vw)
  }

  .prd_detail .section.content .content-image {
    position: relative;
    width: 67.72727vw;
    height: 94.09091vw;
    top: 0
  }

  .prd_detail .section.content.right {
    height: auto;
    height: initial;
    margin-top: 26.25vw
  }

  .prd_detail .section.content.right h2 {
    left: 56.70455vw
  }

  .prd_detail .section.content.right h2 .prd-content-inner {
    padding-left: 5vw;
    left: 0
  }

  .prd_detail .section.content.right p {
    top: 0;
    left: 0
  }

  .prd_detail .section.content.right .content-image {
    right: 0
  }

  .prd_detail .section.content.left {
    margin-top: 24.43182vw;
    height: auto;
    height: initial;
    margin-bottom: 17.84091vw
  }

  .prd_detail .section.content.left h2 {
    right: 57.04545vw
  }

  .prd_detail .section.content.left h2 .prd-content-inner {
    padding-right: 5vw;
    right: 0
  }

  .prd_detail .section.content.left p {
    top: 0;
    left: 0
  }

  .prd_detail .section.content.left .content-image {
    left: 8.52273vw
  }

  .prd_detail .section.content-no-image {
    width: 76.25vw;
    margin-left: auto;
    margin-right: auto
  }

  .prd_detail .section.content-no-image h2 {
    position: relative;
    width: 100%;
    margin-bottom: 9.43182vw;
    text-align: center
  }

  .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner {
    font-size: 5.45455vw;
    line-height: 1.875;
    letter-spacing: .24em;
    line-height: 1.875;
    border-right: 1px dotted rgba(0, 0, 0, 0);
    border-left: 1px dotted rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    text-align: left;
    -ms-word-break: keep-all;
    word-break: keep-all
  }

  .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner::before, .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner::before {
    margin-left: -0.49167em
  }

  .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner::after {
    margin-right: -0.53333em
  }

  .prd_detail .section.content-no-image p {
    position: relative;
    width: 76.25vw;
    font-size: 3.86364vw;
    line-height: 1.94118;
    letter-spacing: 0em;
    line-height: 1.94118;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 9.43182vw
  }

  .prd_detail .section.content-no-image p::before, .prd_detail .section.content-no-image p::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.content-no-image p::before {
    margin-bottom: calc(-.56765em + 0vw)
  }

  .prd_detail .section.content-no-image p::after {
    margin-top: calc(-.56765em + 0vw)
  }

  .prd_detail .section.content-no-image.right h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }

  .prd_detail .section.content-no-image.left h2 {
    text-align: center
  }

  .prd_detail .section .arrival_notification_container .an_link {
    display: block;
    width: 58.97727vw;
    font-size: 3.45682vw;
    line-height: 1;
    letter-spacing: .045em;
    line-height: 1.3;
    border: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    transition: color .25s ease-out, background-color .25s ease-out, transform .25s ease-out
  }

  .prd_detail .section .arrival_notification_container .an_link::before, .prd_detail .section .arrival_notification_container .an_link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section .arrival_notification_container .an_link::before {
    margin-bottom: calc(-.31667em + 0px)
  }

  .prd_detail .section .arrival_notification_container .an_link::after {
    margin-top: calc(-.31667em + 0px)
  }

  .prd_detail .section .arrival_notification_container .an_link::before {
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section .arrival_notification_container .an_link::after {
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section .arrival_notification_container .an_link .arrow {
    position: relative;
    display: block;
    width: 4.31818vw;
    height: 2.04545vw;
    top: 2.72727vw
  }

  .prd_detail .section .arrival_notification_container .an_link .arrow::before, .prd_detail .section .arrival_notification_container .an_link .arrow::after {
    position: absolute;
    display: block;
    height: 4px;
    text-align: center;
    background-color: #000;
    border-radius: 2px
  }

  .prd_detail .section .arrival_notification_container .an_link .arrow::before {
    width: 4.31818vw;
    content: "";
    bottom: 0
  }

  .prd_detail .section .arrival_notification_container .an_link .arrow::after {
    width: 2.89271vw;
    content: "";
    transform: rotate(45deg);
    bottom: 1.02273vw;
    right: -0.42363vw
  }

  .prd_detail .section .arrival_notification_container .an_link:hover {
    text-decoration: none;
    color: #A93439
  }

  .prd_detail .section .arrival_notification_container .an_link:hover .arrow::before, .prd_detail .section .arrival_notification_container .an_link:hover .arrow::after {
    background-color: #A93439
  }

  .prd_detail .section .soldout-container {
    margin-top: 3.18182vw;
    margin-bottom: 11.25vw
  }

  .prd_detail .section .soldout-container .sc-sorry .show_sorry svg.sorry {
    width: 31.59091vw;
    height: 25.56818vw;
    margin-right: auto;
    margin-left: auto;
    display: block
  }

  .prd_detail .options-wrapper {
    width: 63.63636vw;
    margin-right: auto;
    margin-left: auto
  }

  .prd_detail .options-wrapper .caption {
    margin-bottom: 2.72727vw;
    font-size: 2.5vw;
    line-height: 2.26591;
    letter-spacing: .1em
  }

  .prd_detail .options-wrapper .option-items .option-item {
    border-bottom: 2px solid #eee
  }

  .prd_detail .options-wrapper .option-items .option-item:first-child {
    border-top: 2px solid #eee
  }

  .prd_detail .options-wrapper .option-items .option-item .option-item-label {
    margin-bottom: 0
  }

  .prd_detail .options-wrapper .option-items .option-item .option-item-label .option-item-label-name {
    font-size: 3.18182vw;
    line-height: 1.71429;
    letter-spacing: 0em;
    width: 51.13636vw;
    margin-top: 4.20455vw;
    margin-bottom: 4.20455vw;
    margin-left: 2.38636vw
  }

  .prd_detail .options-wrapper .option-items .option-item .option-item-label .show_radio-check {
    margin-left: 5vw
  }

  .prd_detail .options-wrapper .option-items .option-item .option-item-label .show_radio-check .radio-check {
    width: 2.72727vw
  }
}

@media screen and (max-width: 750px) {
  .prd_detail {
    margin: 0
  }

  .prd_detail hr {
    display: none
  }

  .prd_detail .first-view {
    height: 131.46667vw;
    margin-bottom: 14.8vw
  }

  .prd_detail .first-view .main-visual {
    width: 100%;
    height: 131.46667vw
  }

  .prd_detail .first-view .main-visual .main-visual-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 75% 50%
  }

  .prd_detail .section.product-information {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-bottom: 25.46667vw
  }

  .prd_detail .section.product-information .group {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: .06em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 6vw
  }

  .prd_detail .section.product-information .group::before, .prd_detail .section.product-information .group::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.product-information .group::before {
    margin-bottom: calc(-.21667em + 0vw)
  }

  .prd_detail .section.product-information .group::after {
    margin-top: calc(-.21667em + 0vw)
  }

  .prd_detail .section.product-information .titles {
    margin-bottom: 5.6vw
  }

  .prd_detail .section.product-information .titles .title.ja {
    font-size: 5.6vw;
    line-height: 1;
    letter-spacing: .06em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section.product-information .titles .title.ja::before, .prd_detail .section.product-information .titles .title.ja::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.product-information .titles .title.ja::before {
    margin-bottom: calc(-.06905em + 0vw)
  }

  .prd_detail .section.product-information .titles .title.ja::after {
    margin-top: calc(-.09286em + 0vw)
  }

  .prd_detail .section.product-information .titles .title.en {
    left: 0;
    top: -146.13333vw;
    overflow: hidden
  }

  .prd_detail .section.product-information .titles .title.en .open, .prd_detail .section.product-information .titles .title.en .mask {
    margin-top: -5.73333vw;
    position: absolute;
    width: 111%;
    right: -19%
  }

  .prd_detail .section.product-information .titles .title.en .open .main, .prd_detail .section.product-information .titles .title.en .open .sub, .prd_detail .section.product-information .titles .title.en .mask .main, .prd_detail .section.product-information .titles .title.en .mask .sub {
    width: 100%
  }

  .prd_detail .section.product-information .titles .title.en .open .main, .prd_detail .section.product-information .titles .title.en .mask .main {
    font-size: 27.46667vw;
    line-height: 1;
    letter-spacing: 0em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section.product-information .titles .title.en .open .sub, .prd_detail .section.product-information .titles .title.en .mask .sub {
    font-size: 13.30933vw;
    line-height: 1;
    letter-spacing: .03em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 0
  }

  .prd_detail .section.product-information .titles .title.en .mask {
    display: none
  }

  .prd_detail .section.product-information .price {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: .05em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 14.66667vw
  }

  .prd_detail .section.product-information .price::before, .prd_detail .section.product-information .price::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.product-information .price::before {
    margin-bottom: calc(-0em + 0vw)
  }

  .prd_detail .section.product-information .price::after {
    margin-top: calc(-0em + 0vw)
  }

  .prd_detail .section.product-information .price .tax {
    font-size: 2.93333vw;
    line-height: 1;
    letter-spacing: .05em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    display: inline-block
  }

  .prd_detail .section.product-information .price .tax::before, .prd_detail .section.product-information .price .tax::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.product-information .price .tax::before {
    margin-bottom: calc(-0em + 0vw)
  }

  .prd_detail .section.product-information .price .tax::after {
    margin-top: calc(-0em + 0vw)
  }

  .prd_detail .section.product-information .category {
    width: 100%;
    height: 14.53333vw;
    position: absolute;
    top: -44.53333vw;
    left: 0;
    text-align: center;
    padding-left: 6.66667vw
  }

  .prd_detail .section.product-information .category .ja {
    display: none
  }

  .prd_detail .section.product-information .category .en {
    font-size: 14.97867vw;
    line-height: 1;
    letter-spacing: .03em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section.product-information .category::before {
    margin-bottom: 0
  }

  .prd_detail .section.product-information .category::after {
    margin-top: 0
  }

  .prd_detail .section.content {
    width: 74.53333vw;
    margin-left: auto;
    margin-right: auto
  }

  .prd_detail .section.content h2 {
    width: 19.06667vw
  }

  .prd_detail .section.content h2 .h2-wrapper .prd-content-inner {
    font-size: 5.06667vw;
    line-height: 1.68421;
    letter-spacing: .24em;
    line-height: 1.68421;
    border-right: 1px dotted rgba(0, 0, 0, 0);
    border-left: 1px dotted rgba(0, 0, 0, 0);
    margin-top: -6.4vw;
    padding-bottom: 4.4vw
  }

  .prd_detail .section.content h2 .h2-wrapper .prd-content-inner::before, .prd_detail .section.content h2 .h2-wrapper .prd-content-inner::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.content h2 .h2-wrapper .prd-content-inner::before {
    margin-left: -0.29211em
  }

  .prd_detail .section.content h2 .h2-wrapper .prd-content-inner::after {
    margin-right: -0.29211em
  }

  .prd_detail .section.content p {
    position: relative;
    width: 74.53333vw;
    font-size: 3.73333vw;
    line-height: 1.92857;
    letter-spacing: 0em;
    line-height: 1.92857;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 12vw
  }

  .prd_detail .section.content p::before, .prd_detail .section.content p::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.content p::before {
    margin-bottom: calc(-.48571em + 0vw)
  }

  .prd_detail .section.content p::after {
    margin-top: calc(-.52143em + 0vw)
  }

  .prd_detail .section.content .content-image {
    position: relative;
    width: 65.86667vw;
    height: 91.46667vw;
    top: 0
  }

  .prd_detail .section.content.right {
    height: auto;
    height: initial;
    margin-top: 25.46667vw
  }

  .prd_detail .section.content.right h2 {
    left: 55.2vw
  }

  .prd_detail .section.content.right h2 .prd-content-inner {
    padding-left: 4.66667vw;
    left: 0
  }

  .prd_detail .section.content.right p {
    top: 0;
    left: 0
  }

  .prd_detail .section.content.right .content-image {
    right: 0
  }

  .prd_detail .section.content.left {
    margin-top: 17.86667vw;
    height: auto;
    height: initial;
    margin-bottom: 13.2vw
  }

  .prd_detail .section.content.left h2 {
    right: 55.33333vw
  }

  .prd_detail .section.content.left h2 .prd-content-inner {
    padding-right: 4.66667vw;
    right: 0
  }

  .prd_detail .section.content.left p {
    top: 0;
    left: 0
  }

  .prd_detail .section.content.left .content-image {
    left: 8.13333vw
  }

  .prd_detail .section.content-no-image {
    width: 74.53333vw;
    margin-left: auto;
    margin-right: auto
  }

  .prd_detail .section.content-no-image h2 {
    position: relative;
    width: 100%;
    margin-bottom: 9.06667vw;
    text-align: center
  }

  .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner {
    font-size: 5.33333vw;
    line-height: 1.85;
    letter-spacing: .24em;
    line-height: 1.85;
    border-right: 1px dotted rgba(0, 0, 0, 0);
    border-left: 1px dotted rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    text-align: left;
    -ms-word-break: keep-all;
    word-break: keep-all
  }

  .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner::before, .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner::before {
    margin-left: -0.5em
  }

  .prd_detail .section.content-no-image h2 .h2-wrapper .prd-content-inner::after {
    margin-right: -0.575em
  }

  .prd_detail .section.content-no-image p {
    position: relative;
    width: 74.53333vw;
    font-size: 3.73333vw;
    line-height: 1.92857;
    letter-spacing: 0em;
    line-height: 1.92857;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 9.06667vw
  }

  .prd_detail .section.content-no-image p::before, .prd_detail .section.content-no-image p::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section.content-no-image p::before {
    margin-bottom: calc(-.55714em + 0vw)
  }

  .prd_detail .section.content-no-image p::after {
    margin-top: calc(-.55714em + 0vw)
  }

  .prd_detail .section .soldout-container {
    margin-top: 3.46667vw;
    margin-bottom: 18.13333vw
  }

  .prd_detail .section .soldout-container .sc-sorry .show_sorry svg.sorry {
    width: 57.33333vw;
    height: 24.93333vw;
    margin-right: auto;
    margin-left: auto;
    display: block
  }

  .prd_detail .section .arrival_notification_container .an_link {
    display: block;
    width: 58.66667vw;
    font-size: 3.46667vw;
    line-height: 3.79769;
    letter-spacing: .045em;
    line-height: 1.3;
    border: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    transition: color .25s ease-out, background-color .25s ease-out, transform .25s ease-out
  }

  .prd_detail .section .arrival_notification_container .an_link::before, .prd_detail .section .arrival_notification_container .an_link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .prd_detail .section .arrival_notification_container .an_link::before {
    margin-bottom: calc(-.31667em + 0px)
  }

  .prd_detail .section .arrival_notification_container .an_link::after {
    margin-top: calc(-.31667em + 0px)
  }

  .prd_detail .section .arrival_notification_container .an_link::before {
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section .arrival_notification_container .an_link::after {
    border: 1px dotted rgba(0, 0, 0, 0)
  }

  .prd_detail .section .arrival_notification_container .an_link .arrow {
    position: relative;
    display: block;
    width: 4.66667vw;
    height: 2.26667vw;
    top: 2.72727vw
  }

  .prd_detail .section .arrival_notification_container .an_link .arrow::before, .prd_detail .section .arrival_notification_container .an_link .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #000;
    border-radius: 1px
  }

  .prd_detail .section .arrival_notification_container .an_link .arrow::before {
    width: 4.66667vw;
    content: "";
    bottom: 0
  }

  .prd_detail .section .arrival_notification_container .an_link .arrow::after {
    width: 3.20555vw;
    content: "";
    transform: rotate(45deg);
    bottom: 1.13334vw;
    right: -0.46944vw
  }

  .prd_detail .section .arrival_notification_container .an_link:hover {
    text-decoration: none;
    color: #A93439
  }

  .prd_detail .section .arrival_notification_container .an_link:hover .arrow::before, .prd_detail .section .arrival_notification_container .an_link:hover .arrow::after {
    background-color: #A93439
  }

  .prd_detail .options-wrapper {
    width: 64vw;
    margin-right: auto;
    margin-left: auto
  }

  .prd_detail .options-wrapper .caption {
    margin-bottom: 2.8vw;
    font-size: 2.93333vw;
    line-height: 2.26591;
    letter-spacing: .1em
  }

  .prd_detail .options-wrapper .option-items {
    margin-bottom: 13.46667vw
  }

  .prd_detail .options-wrapper .option-items .option-item {
    border-bottom: 2px solid #eee
  }

  .prd_detail .options-wrapper .option-items .option-item:first-child {
    border-top: 2px solid #eee
  }

  .prd_detail .options-wrapper .option-items .option-item .option-item-label {
    margin-bottom: 0
  }

  .prd_detail .options-wrapper .option-items .option-item .option-item-label .option-item-label-name {
    font-size: 3.2vw;
    line-height: 1.83333;
    letter-spacing: 0em;
    width: 51.33333vw;
    margin-top: 5.2vw;
    margin-bottom: 5.2vw;
    margin-left: 1.33333vw
  }

  .prd_detail .options-wrapper .option-items .option-item .option-item-label .show_radio-check {
    margin-left: 5.33333vw
  }

  .prd_detail .options-wrapper .option-items .option-item .option-item-label .show_radio-check .radio-check {
    width: 3.33333vw
  }
}

.cart-container {
  padding: 0;
  width: 100%;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center
}

.cart-container .quantity-inner {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center
}

.cart-container .quantity-inner .btn {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
  transition: 0.25s all ease-out;
  cursor: pointer
}

@media screen and (max-width: 880px) {
  .cart-container .quantity-inner .btn {
    width: 6.02273vw;
    height: 6.02273vw
  }
}

@media screen and (max-width: 750px) {
  .cart-container .quantity-inner .btn {
    width: 6vw;
    min-width: 26px;
    height: 6vw;
    min-height: 26px
  }
}

.cart-container .quantity-inner .btn:hover {
  background-color: #000;
  border: 1px solid #000;
  box-shadow: 0 0 2px #000000
}

.cart-container .quantity-inner .btn:hover span.plus, .cart-container .quantity-inner .btn:hover span.minus {
  background-color: #fff
}

.cart-container .quantity-inner .btn:hover span::before, .cart-container .quantity-inner .btn:hover span::after {
  background-color: #fff
}

.cart-container .quantity-inner .btn span::before, .cart-container .quantity-inner .btn span::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #000;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  min-height: 1px;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  transition: all .25s ease-out
}

@media screen and (max-width: 880px) {
  .cart-container .quantity-inner .btn span::before, .cart-container .quantity-inner .btn span::after {
    width: 2.15909vw;
    height: .34091vw;
    min-height: 1px
  }
}

@media screen and (max-width: 750px) {
  .cart-container .quantity-inner .btn span::before, .cart-container .quantity-inner .btn span::after {
    width: 2.26667vw;
    height: .4vw;
    min-height: 1px
  }
}

.cart-container .quantity-inner .btn span.plus::before {
  transform: rotate(90deg);
  transform-origin: center center
}

.cart-container .quantity-inner .quantity {
  border: none;
  padding: 0;
  display: inline-block;
  width: 56px;
  height: 44px;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  font-size: 29px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  padding-bottom: 5px
}

@media screen and (max-width: 880px) {
  .cart-container .quantity-inner .quantity {
    width: 17.04545vw;
    height: 8.86364vw;
    font-size: 7.71136vw;
    margin-left: 0.45455vw;
    margin-right: 0.45455vw
  }
}

@media screen and (max-width: 750px) {
  .cart-container .quantity-inner .quantity {
    width: 7.86667vw;
    height: 9.33333vw;
    font-size: 7.73333vw;
    margin-right: 5.06667vw;
    margin-left: 5.06667vw
  }
}

.cart-container .quantity-btn {
  display: inline-block;
  margin-left: 39px
}

.cart-container .quantity-btn .cart {
  width: 79px;
  height: 79px;
  border: 2px solid transparent
}

.cart-container .quantity-btn .cart .circle-svg-wrapper {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 83px;
  height: 83px;
  top: -4px;
  left: -4px;
  background-color: transparent
}

.cart-container .quantity-btn .cart .circle-svg-wrapper .circle-svg {
  background-color: transparent;
  transform: rotate(-90deg)
}

.cart-container .quantity-btn .cart .circle-svg-wrapper .circle-svg .obj {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000
}

.cart-container .quantity-btn .cart .circle-svg-wrapper.back .obj {
  stroke: #333;
  stroke-width: 1.8;
  stroke-dashoffset: 0
}

.cart-container .quantity-btn .cart .circle-svg-wrapper.fore .obj {
  stroke: #A93439;
  stroke-width: 2.2;
  stroke-dashoffset: 1000
}

.cart-container .quantity-btn .cart:hover .circle-svg-wrapper.fore .obj {
  animation: run-stroke .5s ease-in normal forwards running
}

.cart-container .quantity-btn .cart:hover .circle-svg-wrapper.back .obj {
  animation: rm-stroke .5s ease-in normal forwards running
}

@media screen and (max-width: 880px) {
  .cart-container .quantity-btn {
    margin-left: 15.79545vw
  }

  .cart-container .quantity-btn .cart {
    width: 18.40909vw;
    height: 18.40909vw;
    border-width: .56818vw;
    margin-top: 0
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 18.29545vw;
    height: 18.29545vw;
    top: -0.45455vw;
    left: -0.45455vw;
    background-color: transparent
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper .circle-svg {
    background-color: transparent;
    transform: rotate(-90deg)
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper .circle-svg .obj {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper.back .obj {
    stroke: #333;
    stroke-width: 1.8;
    stroke-dashoffset: 0
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper.fore .obj {
    stroke: #A93439;
    stroke-width: 2.2;
    stroke-dashoffset: 1000
  }

  .cart-container .quantity-btn .cart:hover .circle-svg-wrapper.fore .obj {
    animation: run-stroke .5s ease-in normal forwards running
  }

  .cart-container .quantity-btn .cart:hover .circle-svg-wrapper.back .obj {
    animation: rm-stroke .5s ease-in normal forwards running
  }

  .cart-container .quantity-btn .cart .cart-label {
    bottom: -7.38636vw;
    font-size: 3.45682vw
  }
}

@media screen and (max-width: 750px) {
  .cart-container .quantity-btn {
    margin-left: 15.2vw
  }

  .cart-container .quantity-btn .cart {
    width: 18.66667vw;
    height: 18.66667vw;
    border-width: .53333vw;
    margin-top: 0
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 18.26667vw;
    height: 18.26667vw;
    top: -0.53333vw;
    left: -0.53333vw;
    background-color: transparent
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper .circle-svg {
    background-color: transparent;
    transform: rotate(-90deg)
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper .circle-svg .obj {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper.back .obj {
    stroke: #333;
    stroke-width: 1.8;
    stroke-dashoffset: 0
  }

  .cart-container .quantity-btn .cart .circle-svg-wrapper.fore .obj {
    stroke: #A93439;
    stroke-width: 2.2;
    stroke-dashoffset: 1000
  }

  .cart-container .quantity-btn .cart:hover .circle-svg-wrapper.fore .obj {
    animation: run-stroke .5s ease-in normal forwards running
  }

  .cart-container .quantity-btn .cart:hover .circle-svg-wrapper.back .obj {
    animation: rm-stroke .5s ease-in normal forwards running
  }

  .cart-container .quantity-btn .cart .cart-label {
    font-size: 3.46667vw
  }
}

@keyframes btn-cart {
  0% {
    top: -10px;
    opacity: 0
  }

  100% {
    top: 0;
    opacity: 1
  }
}

.cart {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  position: relative;
  transition: 0.25s all ease-out
}

.cart .Cart01-arrow .obj, .cart .Cart01-line .obj {
  transition: 0.25s all ease-out
}

.cart .Cart01-arrow {
  position: absolute;
  left: 0
}

.cart .Cart01-arrow .obj {
  fill: #000
}

.cart .Cart01-line {
  position: absolute;
  left: 0
}

.cart .Cart01-line .obj {
  fill: #000
}

.cart .cart-label {
  position: absolute;
  left: calc(50% - 1.5em);
  bottom: -36px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  transition: 0.25s all ease-out
}

.cart i {
  position: relative;
  width: 100%
}

.cart i::before {
  position: absolute;
  top: 4.2px;
  top: 0.3rem;
  left: calc(50% - 9.799px);
  left: calc(50% - .7rem);
  bottom: 0
}

.cart:hover {
  border: 2px solid #A93439;
  background-color: #fff
}

.cart:hover .Cart01-arrow {
  animation: btn-cart 0.4s ease-out
}

.cart:hover .Cart01-arrow .obj, .cart:hover .Cart01-line .obj {
  fill: #A93439
}

.cart:hover p.cart-label {
  color: #A93439
}

@media (max-width: 600px) {
  .cart {
    margin-top: 1.3rem
  }
}

#header .cart {
  width: 68px;
  height: 68px
}

#header .cart .Cart01-line {
  top: -3px
}

#header .cart .circle-svg-wrapper {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
  top: -4px;
  left: -4px;
  background-color: transparent
}

#header .cart .circle-svg-wrapper .circle-svg {
  background-color: transparent;
  transform: rotate(-90deg)
}

#header .cart .circle-svg-wrapper .circle-svg .obj {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000
}

#header .cart .circle-svg-wrapper.back .obj {
  stroke: #333;
  stroke-width: 1.8;
  stroke-dashoffset: 0
}

#header .cart .circle-svg-wrapper.fore .obj {
  stroke: #A93439;
  stroke-width: 2.2;
  stroke-dashoffset: 1000
}

#header .cart:hover .circle-svg-wrapper.fore .obj {
  animation: run-stroke .5s ease-in normal forwards running
}

#header .cart:hover .circle-svg-wrapper.back .obj {
  animation: rm-stroke .5s ease-in normal forwards running
}

@media screen and (max-width: 880px) {
  #header .cart {
    margin-top: 7.04545vw;
    margin-left: 5vw;
    width: 7.5vw;
    height: 7.5vw;
    border: none
  }
}

@media screen and (max-width: 750px) {
  #header .cart {
    margin-top: 8.66667vw;
    margin-left: 5.33333vw;
    width: 8.8vw;
    border: none
  }

  #header .cart .Cart01-line {
    top: -0.4vw;
    left: 0.13333vw;
    top: -3px;
    left: 1px
  }
}

.brand-about-wrapper {
  margin-top: 75px;
  margin-bottom: 44px;
  position: relative
}

.brand-about-wrapper::before {
  content: "";
  text-align: center;
  position: absolute;
  width: 1823.61399px;
  height: 1px;
  top: 450px;
  left: calc(-75.807px + 50% + -836px + -1058px);
  transform: rotate(-23.52863deg);
  background-color: #d3d3d3
}

.brand-about-wrapper::after {
  content: "";
  text-align: center;
  position: absolute;
  width: 1518.73632px;
  height: 1px;
  top: 411px;
  left: calc(-31.36816px + 50% + -728px + 1004px);
  transform: rotate(16.5258deg);
  background-color: #d3d3d3
}

@media screen and (max-width: 880px) {
  .brand-about-wrapper::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 59.62867vw;
    height: 2px;
    top: 20.34091vw;
    left: calc(5.08322vw/-2 + 50% + -27.27273vw + -27.27273vw + -22.72727vw);
    transform: rotate(-23.82945deg);
    background-color: #dedede
  }

  .brand-about-wrapper::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 54.62589vw;
    height: 2px;
    top: 21.25vw;
    left: calc(2.58043vw/-2 + 50% + -26.02273vw + 26.02273vw + 23.97727vw);
    transform: rotate(17.6811deg);
    background-color: #dedede
  }
}

@media screen and (max-width: 750px) {
  .brand-about-wrapper::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 60.40633vw;
    height: 1px;
    top: 20.53333vw;
    left: calc(5.20633vw/-2 + 50% + -27.6vw + -27.6vw + -22.4vw);
    transform: rotate(-23.96249deg);
    background-color: #d3d3d3
  }

  .brand-about-wrapper::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 54.99414vw;
    height: 1px;
    top: 21.2vw;
    left: calc(2.46081vw/-2 + 50% + -26.26667vw + 26.26667vw + 23.73333vw);
    transform: rotate(17.20486deg);
    background-color: #d3d3d3
  }
}

.brand-about-wrapper .tobi-logo {
  display: block;
  width: 52px;
  height: 44px;
  margin: 0 auto
}

.brand-about-wrapper .tobi-logo .Logo01-tobi {
  width: 52px;
  fill: #ccc
}

@media screen and (max-width: 880px) {
  .brand-about-wrapper .tobi-logo {
    width: 12.04545vw;
    height: 10vw
  }

  .brand-about-wrapper .tobi-logo .Logo01-tobi {
    width: 12.04545vw
  }
}

@media screen and (max-width: 750px) {
  .brand-about-wrapper .tobi-logo {
    width: 11.86667vw;
    height: 9.86667vw
  }

  .brand-about-wrapper .tobi-logo .Logo01-tobi {
    width: 11.86667vw
  }
}

.brand-about-wrapper .title {
  display: block;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 1.23188;
  letter-spacing: .14em;
  line-height: 1.23188;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  text-align: center
}

.brand-about-wrapper .title::before, .brand-about-wrapper .title::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.brand-about-wrapper .title::before {
  margin-bottom: -0.25344em
}

.brand-about-wrapper .title::after {
  margin-top: -0.25344em
}

@media screen and (max-width: 880px) {
  .brand-about-wrapper .title {
    font-size: 2.95455vw;
    line-height: .90962;
    letter-spacing: .1em;
    line-height: .90962;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 9.65909vw
  }

  .brand-about-wrapper .title::before, .brand-about-wrapper .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .brand-about-wrapper .title::before {
    margin-bottom: calc(-.13558em + 0vw)
  }

  .brand-about-wrapper .title::after {
    margin-top: calc(-.09712em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  .brand-about-wrapper .title {
    margin-top: 12vw;
    font-size: 3.46667vw;
    line-height: .90962;
    letter-spacing: .1em;
    line-height: .90962;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .brand-about-wrapper .title::before, .brand-about-wrapper .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .brand-about-wrapper .title::before {
    margin-bottom: calc(-.09712em + 0vw)
  }

  .brand-about-wrapper .title::after {
    margin-top: calc(-.17404em + 0vw)
  }
}

.brand-about-wrapper .brand-name {
  display: block;
  margin: 24px auto 0;
  font-size: 38px;
  line-height: 1.36842;
  letter-spacing: .1em;
  line-height: 1.36842;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  text-align: center
}

.brand-about-wrapper .brand-name::before, .brand-about-wrapper .brand-name::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.brand-about-wrapper .brand-name::before {
  margin-bottom: -0.34474em
}

.brand-about-wrapper .brand-name::after {
  margin-top: -0.34474em
}

@media screen and (max-width: 880px) {
  .brand-about-wrapper .brand-name {
    font-size: 5.90909vw;
    line-height: 1.36827;
    letter-spacing: .06em;
    line-height: 1.36827;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 4.20455vw
  }

  .brand-about-wrapper .brand-name::before, .brand-about-wrapper .brand-name::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .brand-about-wrapper .brand-name::before {
    margin-bottom: calc(-.32644em + 0vw)
  }

  .brand-about-wrapper .brand-name::after {
    margin-top: calc(-.32644em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  .brand-about-wrapper .brand-name {
    margin-top: 4.66667vw;
    font-size: 6.93333vw;
    line-height: .70192;
    letter-spacing: .06em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .brand-about-wrapper .brand-name::before, .brand-about-wrapper .brand-name::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .brand-about-wrapper .brand-name::before {
    margin-bottom: calc(-.14231em + 0vw)
  }

  .brand-about-wrapper .brand-name::after {
    margin-top: calc(-.14231em + 0vw)
  }
}

.brand-about-wrapper .brand-desc {
  display: block;
  margin: 40px auto 0;
  width: 457px;
  font-weight: 600;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: .02em;
  line-height: 2.14286;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0)
}

.brand-about-wrapper .brand-desc::before, .brand-about-wrapper .brand-desc::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.brand-about-wrapper .brand-desc::before {
  margin-bottom: -0.66429em
}

.brand-about-wrapper .brand-desc::after {
  margin-top: -0.66429em
}

@media screen and (max-width: 880px) {
  .brand-about-wrapper .brand-desc {
    font-size: 2.95455vw;
    line-height: 1.76923;
    letter-spacing: .02em;
    line-height: 1.76923;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 64.54545vw;
    margin-top: 9.54545vw
  }

  .brand-about-wrapper .brand-desc::before, .brand-about-wrapper .brand-desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .brand-about-wrapper .brand-desc::before {
    margin-bottom: calc(-.48846em + 0vw)
  }

  .brand-about-wrapper .brand-desc::after {
    margin-top: calc(-.48846em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  .brand-about-wrapper .brand-desc {
    margin-top: 12vw;
    width: 63.46667vw;
    font-size: 3.46667vw;
    line-height: 1.76923;
    letter-spacing: .02em;
    line-height: 1.76923;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .brand-about-wrapper .brand-desc::before, .brand-about-wrapper .brand-desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .brand-about-wrapper .brand-desc::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  .brand-about-wrapper .brand-desc::after {
    margin-top: calc(-.37308em + 0vw)
  }
}

.user-action-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 85px auto 35px;
  height: 38px
}

@media screen and (max-width: 750px) {
  .user-action-wrapper {
    max-width: 100vw;
    height: auto;
    height: initial
  }
}

@media screen and (max-width: 880px) {
  .user-action-wrapper {
    max-width: 100vw;
    height: auto;
    height: initial
  }
}

.user-action-wrapper .user-action-item {
  display: block;
  width: 180px;
  height: 38px;
  position: absolute;
  margin: 0
}

.user-action-wrapper .user-action-item a {
  display: block;
  width: 180px;
  height: 38px;
  padding: 9px;
  text-align: center
}

@media screen and (max-width: 750px) {
  .user-action-wrapper .user-action-item {
    width: 100vw;
    height: 19.73333vw;
    position: relative
  }

  .user-action-wrapper .user-action-item a {
    width: 100vw;
    height: 19.73333vw;
    padding: 0;
    position: relative
  }
}

@media screen and (max-width: 880px) {
  .user-action-wrapper .user-action-item {
    width: 100vw;
    height: 20.22727vw;
    position: relative
  }

  .user-action-wrapper .user-action-item a {
    width: 100vw;
    height: 20.22727vw;
    padding: 0;
    position: relative
  }
}

.user-action-wrapper .user-action-item.prd-share {
  left: 126px
}

@media screen and (max-width: 750px) {
  .user-action-wrapper .user-action-item.prd-share {
    left: 0
  }
}

@media screen and (max-width: 880px) {
  .user-action-wrapper .user-action-item.prd-share {
    left: 0
  }
}

.user-action-wrapper .user-action-item.prd-share a {
  background-color: #fff;
  color: #7f7f7f;
  font-size: 15px;
  line-height: .66667;
  letter-spacing: .1em;
  font-weight: bold;
  padding-top: 13px;
  position: relative;
  text-decoration: none;
  transition: 0.25s all ease-out
}

@media screen and (max-width: 750px) {
  .user-action-wrapper .user-action-item.prd-share a {
    color: #000;
    text-align: left;
    font-size: 3.73333vw;
    padding-left: 13.06667vw;
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw
  }
}

@media screen and (max-width: 880px) {
  .user-action-wrapper .user-action-item.prd-share a {
    color: #000;
    text-align: left;
    font-size: 3.86364vw;
    padding-left: 12.15909vw;
    padding-top: 8.29545vw;
    padding-bottom: 8.29545vw
  }
}

.user-action-wrapper .user-action-item.prd-share a::after {
  position: absolute;
  content: '';
  display: block;
  width: 17px;
  height: 19px;
  background-image: url("https://file002.shop-pro.jp/PA01399/151/img/common/share_icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: 8px;
  right: -3px;
  transition: 0.25s all ease-out
}

@media screen and (max-width: 750px) {
  .user-action-wrapper .user-action-item.prd-share a::after {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/common/share_icon_over.png");
    width: 5.33333vw;
    height: 5.86667vw;
    top: 6.93333vw;
    right: 12.8vw
  }
}

@media screen and (max-width: 880px) {
  .user-action-wrapper .user-action-item.prd-share a::after {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/common/share_icon_over.png");
    width: 5.45455vw;
    height: 6.02273vw;
    top: 7.04545vw;
    right: 11.81818vw
  }
}

@media screen and (min-width: 881px) {
  .user-action-wrapper .user-action-item.prd-share a:hover {
    color: #000
  }

  .user-action-wrapper .user-action-item.prd-share a:hover::after {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/common/share_icon_over.png")
  }
}

.user-action-wrapper .user-action-item.contact {
  right: 136px
}

.user-action-wrapper .user-action-item.contact a {
  background-color: #ebebeb;
  color: #000
}

@media screen and (min-width: 881px) {
  .user-action-wrapper .user-action-item.contact a .arrow {
    position: relative;
    display: block;
    width: 20px;
    height: 6px;
    transition: all 0.25s ease-out;
    float: right;
    right: 5px
  }

  .user-action-wrapper .user-action-item.contact a .arrow::before, .user-action-wrapper .user-action-item.contact a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #7a7a7a;
    border-radius: .5px
  }

  .user-action-wrapper .user-action-item.contact a .arrow::before {
    width: 20px;
    content: "";
    bottom: 0
  }

  .user-action-wrapper .user-action-item.contact a .arrow::after {
    width: 8.48528px;
    content: "";
    transform: rotate(45deg);
    bottom: 3px;
    right: -1.24264px
  }
}

@media screen and (max-width: 750px) {
  .user-action-wrapper .user-action-item.contact a .arrow {
    position: relative;
    display: block;
    width: 5.33333vw;
    height: 2.26667vw;
    float: right;
    right: 12.8vw;
    top: 1.6vw
  }

  .user-action-wrapper .user-action-item.contact a .arrow::before, .user-action-wrapper .user-action-item.contact a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1px
  }

  .user-action-wrapper .user-action-item.contact a .arrow::before {
    width: 5.33333vw;
    content: "";
    bottom: 0
  }

  .user-action-wrapper .user-action-item.contact a .arrow::after {
    width: 2.93636vw;
    content: "";
    transform: rotate(50.52754deg);
    bottom: 1.13334vw;
    right: -0.53485vw
  }
}

@media screen and (max-width: 880px) {
  .user-action-wrapper .user-action-item.contact a .arrow {
    position: relative;
    display: block;
    width: 6.26667vw;
    height: 2.26667vw;
    float: right;
    right: 11.81818vw;
    top: -0.34091vw
  }

  .user-action-wrapper .user-action-item.contact a .arrow::before, .user-action-wrapper .user-action-item.contact a .arrow::after {
    position: absolute;
    display: block;
    height: 3px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.5px
  }

  .user-action-wrapper .user-action-item.contact a .arrow::before {
    width: 6.26667vw;
    content: "";
    bottom: 0
  }

  .user-action-wrapper .user-action-item.contact a .arrow::after {
    width: 2.93636vw;
    content: "";
    transform: rotate(50.52754deg);
    bottom: 1.13334vw;
    right: -0.53485vw
  }
}

.user-action-wrapper .user-action-item.contact a .labels {
  position: relative;
  margin-right: 9px;
  margin-top: 6px
}

.user-action-wrapper .user-action-item.contact a .labels .en, .user-action-wrapper .user-action-item.contact a .labels .ja {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s all ease-out
}

.user-action-wrapper .user-action-item.contact a .labels .en {
  opacity: 1;
  color: #000;
  font-size: 15px;
  line-height: .66667;
  letter-spacing: .1em
}

.user-action-wrapper .user-action-item.contact a .labels .ja {
  opacity: 0;
  color: #fff;
  font-size: 12px;
  line-height: .83333;
  letter-spacing: .1em;
  font-family: "Yu Gothic", sans-serif;
  font-weight: bold
}

@media screen and (min-width: 881px) {
  .user-action-wrapper .user-action-item.contact a:hover {
    background-color: #000
  }

  .user-action-wrapper .user-action-item.contact a:hover::before, .user-action-wrapper .user-action-item.contact a:hover::after {
    background-color: #fff
  }

  .user-action-wrapper .user-action-item.contact a:hover .labels .en {
    opacity: 0
  }

  .user-action-wrapper .user-action-item.contact a:hover .labels .ja {
    opacity: 1
  }
}

@media screen and (max-width: 750px) {
  .user-action-wrapper .user-action-item.contact {
    right: 0
  }

  .user-action-wrapper .user-action-item.contact a {
    text-align: left;
    font-size: 4vw;
    padding-left: 13.06667vw;
    padding-top: 7.33333vw;
    padding-bottom: 7.33333vw
  }

  .user-action-wrapper .user-action-item.contact a .labels .en {
    font-size: 4vw;
    letter-spacing: 0.47067vw
  }

  .user-action-wrapper .user-action-item.contact a .labels .ja {
    font-size: 3.73333vw;
    letter-spacing: 0.13333vw
  }
}

@media screen and (max-width: 880px) {
  .user-action-wrapper .user-action-item.contact {
    right: 0
  }

  .user-action-wrapper .user-action-item.contact a {
    text-align: left;
    font-size: 4.09091vw;
    padding-left: 12.15909vw;
    padding-top: 8.29545vw;
    padding-bottom: 8.29545vw
  }

  .user-action-wrapper .user-action-item.contact a .labels .en {
    font-size: 4.09091vw;
    letter-spacing: 0.65682vw
  }

  .user-action-wrapper .user-action-item.contact a .labels .ja {
    font-size: 3.86364vw;
    letter-spacing: 0.42955vw
  }
}

.recommend-items-wrapper {
  margin-top: 100px;
  margin-bottom: 101px;
  text-align: center
}

@media screen and (max-width: 880px) {
  .recommend-items-wrapper {
    margin-top: 16.02273vw;
    padding-bottom: 13.75vw;
    margin-bottom: 0
  }
}

@media screen and (max-width: 750px) {
  .recommend-items-wrapper {
    margin-top: 15.6vw;
    padding-bottom: 5.33333vw;
    margin-bottom: 0
  }
}

.recommend-items-wrapper>.caption {
  position: relative;
  display: block;
  width: 217px;
  height: 16px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .15em;
  font-weight: bold
}

.recommend-items-wrapper>.caption::before, .recommend-items-wrapper>.caption::after {
  position: absolute;
  content: '';
  width: 22.624px;
  height: 1px;
  background-color: #000
}

.recommend-items-wrapper>.caption::before {
  top: 8px;
  left: 0;
  transform: rotate(45deg)
}

.recommend-items-wrapper>.caption::after {
  top: 8px;
  right: 0;
  transform: rotate(-45deg)
}

@media screen and (max-width: 880px) {
  .recommend-items-wrapper>.caption {
    width: 40.90909vw;
    height: 2.95455vw;
    font-size: 3.28295vw;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    letter-spacing: 0.17045vw
  }
}

@media screen and (max-width: 750px) {
  .recommend-items-wrapper>.caption {
    width: 39.73333vw;
    height: 3.06667vw;
    font-size: 3.2vw;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }
}

.recommend-items-wrapper>.title {
  margin: 29px auto 0;
  font-size: 35.98px;
  line-height: 1.88994;
  letter-spacing: .08em;
  line-height: 1.88994;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  text-align: center;
  font-weight: 500
}

.recommend-items-wrapper>.title::before, .recommend-items-wrapper>.title::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.recommend-items-wrapper>.title::before {
  margin-bottom: -0.58952em
}

.recommend-items-wrapper>.title::after {
  margin-top: -0.61732em
}

.recommend-items-wrapper>.title .ja {
  font-size: 30px;
  line-height: 1.01333;
  letter-spacing: .045em;
  line-height: 1;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  font-weight: bold;
  display: inline-block
}

.recommend-items-wrapper>.title .ja::before, .recommend-items-wrapper>.title .ja::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.recommend-items-wrapper>.title .ja::before {
  margin-bottom: -0.05em
}

.recommend-items-wrapper>.title .ja::after {
  margin-top: -0.15em
}

@media screen and (max-width: 880px) {
  .recommend-items-wrapper>.title {
    margin-top: 5.34091vw;
    font-size: 7.1125vw;
    line-height: .95862;
    letter-spacing: .09em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    letter-spacing: 1.13636vw
  }

  .recommend-items-wrapper>.title::before, .recommend-items-wrapper>.title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .recommend-items-wrapper>.title::before {
    margin-bottom: calc(-.14172em + 0vw)
  }

  .recommend-items-wrapper>.title::after {
    margin-top: calc(-.04586em + 0vw)
  }

  .recommend-items-wrapper>.title .ja {
    font-size: 6.01818vw;
    line-height: 1.6994;
    letter-spacing: .045em;
    line-height: 1.6994;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    display: block
  }

  .recommend-items-wrapper>.title .ja::before, .recommend-items-wrapper>.title .ja::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .recommend-items-wrapper>.title .ja::before {
    margin-bottom: calc(-.41299em + 0vw)
  }

  .recommend-items-wrapper>.title .ja::after {
    margin-top: calc(-.41299em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  .recommend-items-wrapper>.title {
    margin-top: 5.06667vw;
    font-size: 6.93333vw;
    line-height: 1.34615;
    letter-spacing: .06em;
    line-height: 1.4;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  .recommend-items-wrapper>.title::before, .recommend-items-wrapper>.title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .recommend-items-wrapper>.title::before {
    margin-bottom: calc(-.34231em + 0vw)
  }

  .recommend-items-wrapper>.title::after {
    margin-top: calc(-.07308em + 0vw)
  }

  .recommend-items-wrapper>.title .ja {
    font-size: 5.86667vw;
    line-height: 1.59091;
    letter-spacing: .045em;
    line-height: 1.59091;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    display: block
  }

  .recommend-items-wrapper>.title .ja::before, .recommend-items-wrapper>.title .ja::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .recommend-items-wrapper>.title .ja::before {
    margin-bottom: calc(-.35909em + 0vw)
  }

  .recommend-items-wrapper>.title .ja::after {
    margin-top: calc(-.35909em + 0vw)
  }
}

.recommend-items-wrapper>.recommend-items-list {
  list-style: none;
  max-width: 1009px;
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 49px auto 0;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left
}

@media screen and (max-width: 880px) {
  .recommend-items-wrapper>.recommend-items-list {
    max-width: 100vw;
    display: block;
    margin-top: 5.90909vw;
    text-align: center
  }
}

@media screen and (max-width: 750px) {
  .recommend-items-wrapper>.recommend-items-list {
    max-width: 100vw;
    display: block;
    margin-top: 10.66667vw;
    text-align: center
  }
}

.recommend-items-wrapper>.recommend-items-list .prd-list-item {
  width: calc((100% - 28px * 2) / 3);
  position: relative;
  margin: 0
}

@media screen and (min-width: 881px) {
  .recommend-items-wrapper>.recommend-items-list .prd-list-item:not(:first-child) {
    margin-left: 28px
  }
}

@media screen and (max-width: 880px) {
  .recommend-items-wrapper>.recommend-items-list .prd-list-item {
    width: 76.36364vw;
    margin-left: 11.81818vw;
    margin-bottom: 7.5vw
  }
}

@media screen and (max-width: 750px) {
  .recommend-items-wrapper>.recommend-items-list .prd-list-item {
    width: 74.13333vw;
    margin-left: 12.93333vw;
    margin-right: 12.93333vw;
    margin-bottom: 28.53333vw
  }

  .recommend-items-wrapper>.recommend-items-list .prd-list-item .prd-list-item-information {
    width: 74.13333vw
  }

  .recommend-items-wrapper>.recommend-items-list .prd-list-item .prd-list-item-information .brand, .recommend-items-wrapper>.recommend-items-list .prd-list-item .prd-list-item-information .title, .recommend-items-wrapper>.recommend-items-list .prd-list-item .prd-list-item-information .price {
    text-align: left
  }
}

.section.carousel {
  background: #fff;
  margin: 129px auto 75px;
  max-width: 876px;
  overflow: visible;
  position: relative
}

@media screen and (max-width: 880px) {
  .section.carousel {
    width: 100vw;
    margin-top: 17.95455vw;
    margin-bottom: 8.06818vw
  }
}

@media screen and (max-width: 750px) {
  .section.carousel {
    width: 100vw;
    height: auto;
    height: initial;
    max-width: 100vw
  }
}

.section.carousel .carousel-wrapper {
  position: relative;
  width: 100%;
  text-align: center
}

.section.carousel .carousel-wrapper .carousel-mainvisual {
  width: 876px;
  height: 470px;
  overflow: hidden;
  margin: 0 auto
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-mainvisual {
    width: 100vw;
    height: 100vw
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-mainvisual {
    width: 100vw;
    height: 100vw
  }
}

.section.carousel .carousel-wrapper .carousel-mainvisual .carousel-item {
  position: absolute;
  width: 100%;
  height: 470px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.25s all ease-out
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-mainvisual .carousel-item {
    width: 100vw;
    height: 100vw
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-mainvisual .carousel-item {
    width: 100vw;
    height: 100vw
  }
}

.section.carousel .carousel-wrapper .carousel-mainvisual .carousel-item.show {
  opacity: 1
}

.section.carousel .carousel-wrapper .carousel-mainvisual .carousel-item.hide {
  opacity: 0
}

.section.carousel .carousel-wrapper .carousel-mainvisual .carousel-item .carousel-image {
  height: 470px;
  background-size: cover;
  background-position: 50% 50%
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-mainvisual .carousel-item .carousel-image {
    height: 100vw
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-mainvisual .carousel-item .carousel-image {
    height: 100vw
  }
}

.section.carousel .carousel-wrapper .carousel-thumbnails {
  width: calc(100% - 50px);
  margin: 40px auto;
  height: 67px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-thumbnails {
    width: auto;
    width: initial;
    height: 1.93182vw;
    margin-top: 8.06818vw;
    margin-bottom: 8.52273vw
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-thumbnails {
    width: auto;
    width: initial;
    height: 2.13333vw;
    margin-top: 7.86667vw
  }
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item {
  width: 126px;
  height: 67px;
  cursor: pointer;
  transition: 0.25s all ease-out
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item {
    width: 1.93182vw;
    height: 1.93182vw;
    border: 2px solid #808080;
    border-radius: 50%
  }

  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item>.carousel-image {
    display: none
  }

  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item.no-image {
    display: none
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item {
    width: 2vw;
    height: 2vw;
    border: 1px solid #808080;
    border-radius: 50%
  }

  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item>.carousel-image {
    display: none
  }

  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item.no-image {
    display: none
  }
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item:hover .no-image {
  opacity: 1;
  cursor: auto
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item:hover .carousel-image {
  opacity: .6
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item.show, .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item:focus {
  opacity: .6;
  box-shadow: none
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item.show, .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item:focus {
    opacity: 1;
    border: 2px solid #000;
    background-color: #000
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item.show, .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item:focus {
    opacity: 1;
    border: 1px solid #000;
    background-color: #000
  }
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item:not(:first-child) {
  margin-left: 14px
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item .carousel-image {
  width: 100%;
  height: 67px;
  background-size: cover;
  background-position: 50% 50%
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item .no-image {
  border: 2px solid #dcdcdc;
  display: block;
  width: 126px;
  height: 67px;
  position: relative;
  overflow: hidden;
  transition: 0.25s all ease-out
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item .no-image::before, .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item .no-image::after {
  position: absolute;
  display: block;
  content: "";
  width: 190px;
  height: 2px;
  background-color: #dcdcdc;
  right: 0;
  bottom: 0;
  top: 30.5px;
  left: calc(50% - 95px)
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item .no-image::before {
  transform: rotate(27deg)
}

.section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item .no-image::after {
  transform: rotate(-27deg)
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item .no-image {
    display: none
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-thumbnails .carousel-item .no-image {
    display: none
  }
}

.section.carousel .carousel-wrapper .carousel-navigation {
  position: absolute;
  width: 876px;
  height: 470px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-navigation {
    width: 100vw;
    height: 100vw
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-navigation {
    width: 100vw;
    height: 100vw
  }
}

.section.carousel .carousel-wrapper .carousel-navigation .arrow-left, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right {
  width: 438px;
  height: 470px;
  margin: 0;
  position: relative
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right {
    width: 50vw;
    height: 100vw
  }
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right {
    width: 50vw;
    height: 100vw
  }
}

.section.carousel .carousel-wrapper .carousel-navigation .arrow-left a, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a {
  position: absolute;
  width: 438px;
  height: 470px;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.35s all ease-out
}

.section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow {
  top: calc(50% - 4px);
  opacity: 0;
  transition: 0.35s all ease-out
}

@media screen and (min-width: 881px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a:hover, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a:hover {
    background-color: rgba(255, 255, 255, .3)
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a:hover .arrow, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a:hover .arrow {
    opacity: 1
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a:hover .arrow::before, .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a:hover .arrow::after, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a:hover .arrow::before, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a:hover .arrow::after {
    background-color: #666
  }
}

.section.carousel .carousel-wrapper .carousel-navigation .arrow-left a:focus, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a:focus {
  box-shadow: none
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a {
    width: 50vw;
    height: 100vw
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow {
    top: calc(50% - 2.61364vw);
    opacity: 1
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a {
    width: 50vw;
    height: 100vw
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow {
    opacity: 1
  }
}

@media screen and (min-width: 881px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow {
    position: relative;
    display: block;
    width: 37px;
    height: 8px;
    transition: all 0.25s ease-out;
    left: 34px;
    float: left
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow::before, .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #000;
    border-radius: .5px
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow::before {
    width: 37px;
    content: "";
    bottom: 0
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow::after {
    width: 11.31371px;
    content: "";
    transform: rotate(-45deg);
    bottom: 4px;
    left: -1.65685px
  }
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow {
    position: relative;
    display: block;
    width: 7.38636vw;
    height: 2.61364vw;
    left: 5.22727vw;
    float: left
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow::before, .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow::after {
    position: absolute;
    display: block;
    height: .45455vw;
    text-align: center;
    background-color: #fff;
    border-radius: .45455vw / 2
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow::before {
    width: 7.38636vw;
    content: "";
    bottom: 0
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow::after {
    width: 3.69624vw;
    content: "";
    transform: rotate(-45deg);
    bottom: 1.30682vw;
    left: -0.5413vw
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a .arrow {
    left: 3.2vw
  }
}

@media screen and (min-width: 881px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-left a:hover .arrow {
    left: 24px;
    opacity: 1
  }
}

@media screen and (min-width: 881px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow {
    position: relative;
    display: block;
    width: 37px;
    height: 8px;
    transition: all 0.25s ease-out;
    right: 34px;
    float: right
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow::before, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #000;
    border-radius: .5px
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow::before {
    width: 37px;
    content: "";
    bottom: 0
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow::after {
    width: 11.31371px;
    content: "";
    transform: rotate(45deg);
    bottom: 4px;
    right: -1.65685px
  }
}

@media screen and (max-width: 880px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow {
    position: relative;
    display: block;
    width: 7.38636vw;
    height: 2.61364vw;
    right: 5.22727vw;
    float: right
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow::before, .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow::after {
    position: absolute;
    display: block;
    height: .45455vw;
    text-align: center;
    background-color: #fff;
    border-radius: .45455vw / 2
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow::before {
    width: 7.38636vw;
    content: "";
    bottom: 0
  }

  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow::after {
    width: 3.69624vw;
    content: "";
    transform: rotate(45deg);
    bottom: 1.30682vw;
    right: -0.5413vw
  }
}

@media screen and (max-width: 750px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a .arrow {
    right: 3.2vw
  }
}

@media screen and (min-width: 881px) {
  .section.carousel .carousel-wrapper .carousel-navigation .arrow-right a:hover .arrow {
    right: 24px;
    opacity: 1
  }
}

.lupe-wrapper {
  display: none;
  position: absolute;
  top: 417px;
  right: 0;
  bottom: 0;
  left: 134px;
  z-index: 1001
}

.lupe-wrapper .lupe {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: block;
  z-index: 20;
  transition: 0.25s all ease-out
}

.lupe-wrapper .lupe .LupeIcon .obj {
  fill: #fff
}

@media screen and (max-width: 750px) {
  .lupe-wrapper {
    top: 101.06667vw;
    left: 6.66667vw
  }

  .lupe-wrapper .lupe {
    width: 10vw;
    height: 10vw
  }
}

.hamburger {
  position: relative
}

@media screen and (max-width: 880px) {
  .hamburger {
    display: block;
    width: 4.31818vw;
    height: 3.52273vw;
    margin-top: 8.97727vw;
    margin-right: 5.68182vw;
    cursor: pointer
  }

  .hamburger .hamburger-inner {
    cursor: pointer;
    position: absolute;
    content: "";
    display: block;
    width: 3.75vw;
    height: 0.34091vw;
    height: 3px;
    background-color: #000;
    transition: 0.25s all ease-out;
    top: 1.59091vw
  }

  .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    background-color: #000;
    transition: 0.25s all ease-out
  }

  .hamburger .hamburger-inner::before {
    top: -1.59091vw;
    width: 4.31818vw
  }

  .hamburger .hamburger-inner::after {
    bottom: -1.59091vw;
    width: 3.75vw
  }

  .hamburger .hamburger-inner.close {
    width: 0
  }

  .hamburger .hamburger-inner.close::before, .hamburger .hamburger-inner.close::after {
    width: 45px;
    height: 3px;
    left: 0
  }

  .hamburger .hamburger-inner.close::before {
    transform: rotate(-225deg);
    top: 1px
  }

  .hamburger .hamburger-inner.close::after {
    transform: rotate(225deg);
    bottom: 1px
  }
}

@media screen and (max-width: 750px) {
  .hamburger {
    display: block;
    width: 4.66667vw;
    height: 3.6vw;
    margin-top: 11.06667vw;
    margin-right: 6vw
  }

  .hamburger .hamburger-inner {
    position: absolute;
    content: "";
    display: block;
    width: 2.93333vw;
    height: 0.66667vw;
    height: .4vw;
    min-height: 1px;
    top: 0vw;
    background-color: #000;
    transition: 0.25s all ease-out
  }

  .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    position: absolute;
    content: "";
    display: block;
    height: .4vw;
    min-height: 1px;
    background-color: #000;
    transition: 0.25s all ease-out
  }

  .hamburger .hamburger-inner::before {
    width: 4.8vw;
    top: -1.6vw
  }

  .hamburger .hamburger-inner::after {
    width: 4vw;
    bottom: -1.6vw
  }

  .hamburger .hamburger-inner.close {
    width: 0
  }

  .hamburger .hamburger-inner.close::before, .hamburger .hamburger-inner.close::after {
    width: 6vw;
    height: 0.4vw;
    left: 0
  }

  .hamburger .hamburger-inner.close::before {
    transform: rotate(-225deg);
    top: 0.13333vw
  }

  .hamburger .hamburger-inner.close::after {
    transform: rotate(225deg);
    bottom: 0.13333vw
  }
}

@media screen and (min-width: 881px) {
  .hamburger-wrapper {
    display: none
  }
}

@media screen and (max-width: 880px) {
  .hamburger-wrapper {
    position: relative;
    display: block;
    width: 4.31818vw;
    height: 3.52273vw;
    margin-top: 8.97727vw;
    margin-right: 5.68182vw
  }

  .hamburger-wrapper span {
    position: absolute;
    display: block;
    height: .34091vw;
    min-height: 1px;
    background-color: #000
  }

  .hamburger-wrapper span:nth-child(1) {
    width: 4.31818vw;
    top: 0
  }

  .hamburger-wrapper span:nth-child(2) {
    width: 3.06818vw;
    top: 1.59091vw
  }

  .hamburger-wrapper span:nth-child(3) {
    width: 3.75vw;
    bottom: 0
  }
}

@media screen and (max-width: 750px) {
  .hamburger-wrapper {
    position: relative;
    display: block;
    width: 4.66667vw;
    height: 3.6vw;
    margin-top: 11.06667vw;
    margin-right: 6vw
  }

  .hamburger-wrapper span {
    position: absolute;
    display: block;
    height: .4vw;
    min-height: 1px;
    background-color: #000
  }

  .hamburger-wrapper span:nth-child(1) {
    width: 4.66667vw;
    top: 0
  }

  .hamburger-wrapper span:nth-child(2) {
    width: 3.2vw;
    top: 1.6vw
  }

  .hamburger-wrapper span:nth-child(3) {
    width: 4vw;
    bottom: 0
  }
}

@media screen and (min-width: 881px) {
  #shopinfo {
    padding-top: 241px;
    margin-top: -197px;
    overflow: hidden
  }

  #shopinfo .section>.title {
    font-size: 32px;
    line-height: 1.49812;
    letter-spacing: .08em;
    line-height: 1.49812;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 0 25px
  }

  #shopinfo .section>.title::before, #shopinfo .section>.title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.title::before {
    margin-bottom: -0.38656em
  }

  #shopinfo .section>.title::after {
    margin-top: -0.38656em
  }

  #shopinfo .section>.desc {
    font-size: 16px;
    line-height: 1.49812;
    letter-spacing: .06em;
    line-height: 1.49812;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 0 24px
  }

  #shopinfo .section>.desc::before, #shopinfo .section>.desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.desc::before {
    margin-bottom: -0.19906em
  }

  #shopinfo .section>.desc::after {
    margin-top: -0.32406em
  }

  #shopinfo .section>.link {
    font-size: 13px;
    line-height: 1.51385;
    letter-spacing: .1em;
    line-height: 1.51385;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 59px
  }

  #shopinfo .section>.link::before, #shopinfo .section>.link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.link::before {
    margin-bottom: -0.36077em
  }

  #shopinfo .section>.link::after {
    margin-top: -0.43769em
  }

  #shopinfo .section.language a {
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: .05em;
    line-height: 1.1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold
  }

  #shopinfo .section.language a::before, #shopinfo .section.language a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.language a::before {
    margin-bottom: calc(-.2em + -6px)
  }

  #shopinfo .section.language a::after {
    margin-top: calc(-.2em + -1px)
  }

  #shopinfo .section.language a:hover {
    color: #A93439;
    text-decoration: none
  }

  #shopinfo .section.access .link a {
    color: #A93439
  }

  #shopinfo .section.access .link a:hover {
    text-decoration: none
  }

  #shopinfo .section.access .link a .arrow::before, #shopinfo .section.access .link a .arrow::after {
    background-color: #A93439
  }

  #shopinfo .section.access .map .link a {
    color: #A93439
  }

  #shopinfo .section.access .information .address, #shopinfo .section.access .information .route, #shopinfo .section.access .information .business-hours {
    font-size: 12px;
    line-height: 2.16667;
    letter-spacing: .06em;
    line-height: 2.16667;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold
  }

  #shopinfo .section.access .information .address::before, #shopinfo .section.access .information .address::after, #shopinfo .section.access .information .route::before, #shopinfo .section.access .information .route::after, #shopinfo .section.access .information .business-hours::before, #shopinfo .section.access .information .business-hours::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.access .information .address::before, #shopinfo .section.access .information .route::before, #shopinfo .section.access .information .business-hours::before {
    margin-bottom: -0.78333em
  }

  #shopinfo .section.access .information .address::after, #shopinfo .section.access .information .route::after, #shopinfo .section.access .information .business-hours::after {
    margin-top: -0.78333em
  }

  #shopinfo .section.news .link a {
    color: #A93439;
    text-decoration: none
  }

  #shopinfo .section.news .link a:hover {
    text-decoration: underline
  }

  #shopinfo .section.news .news-list .news-item .category {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: 0em;
    line-height: 1.42857;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold
  }

  #shopinfo .section.news .news-list .news-item .category::before, #shopinfo .section.news .news-list .news-item .category::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .category::before {
    margin-bottom: -0.23571em
  }

  #shopinfo .section.news .news-list .news-item .category::after {
    margin-top: -0.23571em
  }

  #shopinfo .section.news .news-list .news-item .content .title {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0em;
    line-height: 2;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.news .news-list .news-item .content .title::before, #shopinfo .section.news .news-list .news-item .content .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .content .title::before {
    margin-bottom: -0.59286em
  }

  #shopinfo .section.news .news-list .news-item .content .title::after {
    margin-top: -0.59286em
  }

  #shopinfo .section.news .news-list .news-item .content .desc {
    font-size: 12px;
    line-height: 1.83333;
    letter-spacing: 0em;
    line-height: 1.83333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.news .news-list .news-item .content .desc::before, #shopinfo .section.news .news-list .news-item .content .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .content .desc::before {
    margin-bottom: -0.45em
  }

  #shopinfo .section.news .news-list .news-item .content .desc::after {
    margin-top: -1.36667em
  }

  #shopinfo .section.news .news-list .news-item .content .desc p a {
    color: #A93439;
    text-decoration: none
  }

  #shopinfo .section.news .news-list .news-item .content .desc p a:hover {
    text-decoration: underline
  }

  #shopinfo .section.about-shop .content .sub-visual {
    font-size: 166px;
    line-height: 1.03614;
    letter-spacing: .02em;
    font-weight: 400;
    color: #f0f0f0
  }

  #shopinfo .section.about-shop .content .sub-visual .white {
    color: white
  }

  #shopinfo .section.about-shop .content .catch {
    font-weight: bold
  }

  #shopinfo .section.about-shop .content .desc {
    font-weight: bold
  }

  #shopinfo.ja .section.about-shop .content .catch {
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: .44em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits
  }

  #shopinfo.ja .section.about-shop .content .desc {
    font-size: 14px;
    line-height: 2.35714;
    letter-spacing: 0em
  }

  #shopinfo.en .section.about-shop .content .catch {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: 500
  }

  #shopinfo.en .section.about-shop .content .catch::before, #shopinfo.en .section.about-shop .content .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.en .section.about-shop .content .catch::before {
    margin-bottom: -0.55em
  }

  #shopinfo.en .section.about-shop .content .catch::after {
    margin-top: -0.45em
  }

  #shopinfo.en .section.about-shop .content .desc {
    font-size: 14px;
    line-height: 2.28571;
    letter-spacing: 0em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: 500
  }

  #shopinfo.en .section.about-shop .content .desc::before, #shopinfo.en .section.about-shop .content .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.en .section.about-shop .content .desc::before {
    margin-bottom: -0.64286em
  }

  #shopinfo.en .section.about-shop .content .desc::after {
    margin-top: -0.64286em
  }
}

@media screen and (max-width: 880px) {
  #shopinfo {
    overflow: hidden
  }

  #shopinfo .section>.title {
    font-size: 6.59091vw;
    line-height: 1;
    letter-spacing: .08em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 5.34091vw;
    text-align: center
  }

  #shopinfo .section>.title::before, #shopinfo .section>.title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.title::before {
    margin-bottom: calc(-.1569em + 0vw)
  }

  #shopinfo .section>.title::after {
    margin-top: calc(-.1569em + 0vw)
  }

  #shopinfo .section>.desc {
    font-size: 3.18182vw;
    line-height: 1.71429;
    letter-spacing: 0em;
    line-height: 1.71429;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 14.65909vw;
    text-align: center;
    font-weight: bold
  }

  #shopinfo .section>.desc::before, #shopinfo .section>.desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.desc::before {
    margin-bottom: calc(-.37857em + 0vw)
  }

  #shopinfo .section>.desc::after {
    margin-top: calc(-.45em + 0vw)
  }

  #shopinfo .section>.link {
    font-size: 3.86364vw;
    line-height: 1.15765;
    letter-spacing: .1em;
    line-height: 1.15765;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 0
  }

  #shopinfo .section>.link::before, #shopinfo .section>.link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.link::before {
    margin-bottom: calc(-.05824em + 0vw)
  }

  #shopinfo .section>.link::after {
    margin-top: calc(-.05824em + 0vw)
  }

  #shopinfo .section.language a {
    color: #000
  }

  #shopinfo .section.language a .arrow::before, #shopinfo .section.language a .arrow::after {
    background-color: #000
  }

  #shopinfo .section.access .map .link a {
    font-size: 3.86364vw;
    line-height: 1.15765;
    letter-spacing: .1em;
    line-height: 1.15765;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.access .map .link a::before, #shopinfo .section.access .map .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.access .map .link a::before {
    margin-bottom: calc(-.05824em + 0vw)
  }

  #shopinfo .section.access .map .link a::after {
    margin-top: calc(-.05824em + 0vw)
  }

  #shopinfo .section.access .information .address, #shopinfo .section.access .information .route, #shopinfo .section.access .information .business-hours {
    font-size: 3.63636vw;
    line-height: 1.875;
    letter-spacing: 0em;
    line-height: 1.875;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold
  }

  #shopinfo .section.access .information .address::before, #shopinfo .section.access .information .address::after, #shopinfo .section.access .information .route::before, #shopinfo .section.access .information .route::after, #shopinfo .section.access .information .business-hours::before, #shopinfo .section.access .information .business-hours::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.access .information .address::before, #shopinfo .section.access .information .route::before, #shopinfo .section.access .information .business-hours::before {
    margin-bottom: calc(-.5125em + 0vw)
  }

  #shopinfo .section.access .information .address::after, #shopinfo .section.access .information .route::after, #shopinfo .section.access .information .business-hours::after {
    margin-top: calc(-.5125em + 0vw)
  }

  #shopinfo .section.news {
    position: relative
  }

  #shopinfo .section.news::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 67.29461vw;
    height: 1px;
    top: 7.15909vw;
    left: calc(5.47642vw/-2 + 50% + -30.90909vw + -30.90909vw + -19.09091vw);
    transform: rotate(-23.27482deg);
    background-color: #d3d3d3
  }

  #shopinfo .section.news::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 62.12823vw;
    height: 1px;
    top: 8.86364vw;
    left: calc(2.58278vw/-2 + 50% + -29.77273vw + 29.77273vw + 20.22727vw);
    transform: rotate(16.57879deg);
    background-color: #d3d3d3
  }

  #shopinfo .section.news .news-list .news-item .category {
    font-size: 3.18182vw;
    line-height: 1.5425;
    letter-spacing: 0em;
    line-height: 1.5425;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    color: #A93439
  }

  #shopinfo .section.news .news-list .news-item .category::before, #shopinfo .section.news .news-list .news-item .category::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .category::before {
    margin-bottom: calc(-.25696em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .category::after {
    margin-top: calc(-.25696em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .title {
    font-size: 4.77273vw;
    line-height: .90929;
    letter-spacing: 0em;
    line-height: 1.3;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.news .news-list .news-item .content .title::before, #shopinfo .section.news .news-list .news-item .content .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .content .title::before {
    margin-bottom: calc(-.24286em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .title::after {
    margin-top: calc(-.17143em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .desc p {
    font-size: 3.40909vw;
    line-height: 1.8;
    letter-spacing: 0em;
    line-height: 1.8;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 5.11364vw
  }

  #shopinfo .section.news .news-list .news-item .content .desc p::before, #shopinfo .section.news .news-list .news-item .content .desc p::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .content .desc p::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .desc p::after {
    margin-top: calc(-.45em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .desc p a {
    color: #A93439
  }

  #shopinfo .section.about-shop>.title {
    font-size: 6.13636vw;
    line-height: 1.25926;
    letter-spacing: .1em;
    line-height: 1.25926;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.about-shop>.title::before, #shopinfo .section.about-shop>.title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.about-shop>.title::before {
    margin-bottom: calc(-.22778em + 0vw)
  }

  #shopinfo .section.about-shop>.title::after {
    margin-top: calc(-.07963em + 0vw)
  }

  #shopinfo .section.about-shop>.desc {
    font-size: 3.63636vw;
    line-height: .69219;
    letter-spacing: 0em;
    line-height: 1;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.about-shop>.desc::before, #shopinfo .section.about-shop>.desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.about-shop>.desc::before {
    margin-bottom: calc(-.10625em + 0vw)
  }

  #shopinfo .section.about-shop>.desc::after {
    margin-top: calc(-.10625em + 0vw)
  }

  #shopinfo .section.about-shop .content .sub-visual {
    font-size: 24.95682vw;
    line-height: .83394;
    letter-spacing: 0em;
    line-height: .9;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.about-shop .content .sub-visual::before, #shopinfo .section.about-shop .content .sub-visual::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.about-shop .content .sub-visual::before {
    margin-bottom: calc(-.14588em + 0vw)
  }

  #shopinfo .section.about-shop .content .sub-visual::after {
    margin-top: calc(-.0366em + 0vw)
  }

  #shopinfo .section.about-shop .content .desc {
    font-size: 3.40909vw;
    line-height: 1.8;
    letter-spacing: -.03em;
    line-height: 1.8;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.about-shop .content .desc::before, #shopinfo .section.about-shop .content .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.about-shop .content .desc::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  #shopinfo .section.about-shop .content .desc::after {
    margin-top: calc(-.41667em + 0vw)
  }

  #shopinfo.ja .section.about-shop .content .catch {
    font-size: 4.31818vw;
    line-height: 1.96579;
    letter-spacing: .33em;
    line-height: 1.96579;
    border-right: 1px dotted rgba(0, 0, 0, 0);
    border-left: 1px dotted rgba(0, 0, 0, 0);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-weight: bold
  }

  #shopinfo.ja .section.about-shop .content .catch::before, #shopinfo.ja .section.about-shop .content .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.ja .section.about-shop .content .catch::before {
    margin-bottom: calc(-.43289em + 0vw)
  }

  #shopinfo.ja .section.about-shop .content .catch::after {
    margin-top: calc(-.43289em + 0vw)
  }

  #shopinfo.ja .section.about-shop .content .desc {
    font-size: 3.40909vw;
    line-height: 1.8;
    letter-spacing: -.03em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo.ja .section.about-shop .content .desc::before, #shopinfo.ja .section.about-shop .content .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.ja .section.about-shop .content .desc::before {
    margin-bottom: calc(-.4em + 0px)
  }

  #shopinfo.ja .section.about-shop .content .desc::after {
    margin-top: calc(-.4em + 0px)
  }

  #shopinfo.en .section.language a {
    color: #000
  }

  #shopinfo.en .section.language a .arrow {
    right: 25.06667vw
  }

  #shopinfo.en .section.language a .arrow::before, #shopinfo.en .section.language a .arrow::after {
    background-color: #000
  }

  #shopinfo.en .section.about-shop>.desc {
    font-size: 3.46667vw;
    line-height: 1.76923;
    letter-spacing: 0em;
    line-height: 1.76923;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 17.86667vw
  }

  #shopinfo.en .section.about-shop>.desc::before, #shopinfo.en .section.about-shop>.desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.en .section.about-shop>.desc::before {
    margin-bottom: calc(-.52692em + 0vw)
  }

  #shopinfo.en .section.about-shop>.desc::after {
    margin-top: calc(-.45em + 0vw)
  }

  #shopinfo.en .section.about-shop .content .catch {
    font-size: 5vw;
    line-height: 1.63636;
    letter-spacing: 0em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo.en .section.about-shop .content .catch::before, #shopinfo.en .section.about-shop .content .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.en .section.about-shop .content .catch::before {
    margin-bottom: calc(-.31818em + 0px)
  }

  #shopinfo.en .section.about-shop .content .catch::after {
    margin-top: calc(-.31818em + 0px)
  }

  #shopinfo.en .section.about-shop .content .desc {
    font-size: 3.40909vw;
    line-height: 1.8;
    letter-spacing: 0em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: 500
  }

  #shopinfo.en .section.about-shop .content .desc::before, #shopinfo.en .section.about-shop .content .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.en .section.about-shop .content .desc::before {
    margin-bottom: calc(-.4em + 0px)
  }

  #shopinfo.en .section.about-shop .content .desc::after {
    margin-top: calc(-.4em + 0px)
  }
}

@media screen and (max-width: 750px) {
  #shopinfo .section>.title {
    font-size: 6.93333vw;
    line-height: 1.41135;
    letter-spacing: .08em;
    line-height: 1.41135;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 5.2vw
  }

  #shopinfo .section>.title::before, #shopinfo .section>.title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.title::before {
    margin-bottom: calc(-.36721em + 0vw)
  }

  #shopinfo .section>.title::after {
    margin-top: calc(-.32875em + 0vw)
  }

  #shopinfo .section>.desc {
    font-size: 3.46667vw;
    line-height: 1.76923;
    letter-spacing: 0em;
    line-height: 1.76923;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 17.86667vw
  }

  #shopinfo .section>.desc::before, #shopinfo .section>.desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.desc::before {
    margin-bottom: calc(-.52692em + 0vw)
  }

  #shopinfo .section>.desc::after {
    margin-top: calc(-.45em + 0vw)
  }

  #shopinfo .section>.link {
    font-size: 3.73333vw;
    line-height: 1.40571;
    letter-spacing: .1em;
    line-height: 1.40571;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 0
  }

  #shopinfo .section>.link::before, #shopinfo .section>.link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section>.link::before {
    margin-bottom: calc(-.33143em + 0vw)
  }

  #shopinfo .section>.link::after {
    margin-top: calc(-.26em + 0vw)
  }

  #shopinfo .section.language a {
    font-size: 2.93333vw;
    line-height: 1.23955;
    letter-spacing: .08em;
    line-height: 1.23955;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    color: #000
  }

  #shopinfo .section.language a::before, #shopinfo .section.language a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.language a::before {
    margin-bottom: calc(-.25159em + 0vw)
  }

  #shopinfo .section.language a::after {
    margin-top: calc(-.20614em + 0vw)
  }

  #shopinfo .section.access .map .link a {
    font-size: 3.73333vw;
    line-height: 1.40571;
    letter-spacing: .1em;
    line-height: 1.40571;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    color: #000
  }

  #shopinfo .section.access .map .link a::before, #shopinfo .section.access .map .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.access .map .link a::before {
    margin-bottom: calc(-.33143em + 0vw)
  }

  #shopinfo .section.access .map .link a::after {
    margin-top: calc(-.26em + 0vw)
  }

  #shopinfo .section.access .information .address, #shopinfo .section.access .information .route, #shopinfo .section.access .information .business-hours {
    font-size: 3.73333vw;
    line-height: 1.92857;
    letter-spacing: 0em;
    line-height: 1.92857;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.access .information .address::before, #shopinfo .section.access .information .address::after, #shopinfo .section.access .information .route::before, #shopinfo .section.access .information .route::after, #shopinfo .section.access .information .business-hours::before, #shopinfo .section.access .information .business-hours::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.access .information .address::before, #shopinfo .section.access .information .route::before, #shopinfo .section.access .information .business-hours::before {
    margin-bottom: calc(-.59286em + 0vw)
  }

  #shopinfo .section.access .information .address::after, #shopinfo .section.access .information .route::after, #shopinfo .section.access .information .business-hours::after {
    margin-top: calc(-.52143em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .category {
    font-size: 3.2vw;
    line-height: 1.49208;
    letter-spacing: 0em;
    line-height: 1.49208;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold;
    color: #A93439
  }

  #shopinfo .section.news .news-list .news-item .category::before, #shopinfo .section.news .news-list .news-item .category::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .category::before {
    margin-bottom: calc(-.40437em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .category::after {
    margin-top: calc(-.32104em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .title {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    line-height: 1.5;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: bold
  }

  #shopinfo .section.news .news-list .news-item .content .title::before, #shopinfo .section.news .news-list .news-item .content .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .content .title::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .title::after {
    margin-top: calc(-.39444em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .desc p {
    font-size: 3.46667vw;
    line-height: 1.76923;
    letter-spacing: 0em;
    line-height: 1.76923;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.news .news-list .news-item .content .desc p::before, #shopinfo .section.news .news-list .news-item .content .desc p::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.news .news-list .news-item .content .desc p::before {
    margin-bottom: calc(-.52692em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .desc p::after {
    margin-top: calc(-.45em + 0vw)
  }

  #shopinfo .section.news .news-list .news-item .content .desc p a {
    color: #A93439
  }

  #shopinfo .section.news .news-list .news-item .content .desc p a:hover {
    text-decoration: underline
  }

  #shopinfo .section.about-shop .content .sub-visual {
    font-size: 25.33333vw;
    line-height: 1.04211;
    letter-spacing: 0em;
    line-height: .95;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo .section.about-shop .content .sub-visual::before, #shopinfo .section.about-shop .content .sub-visual::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo .section.about-shop .content .sub-visual::before {
    margin-bottom: calc(-.16184em + 0vw)
  }

  #shopinfo .section.about-shop .content .sub-visual::after {
    margin-top: calc(-.05658em + 0vw)
  }

  #shopinfo.ja .section.about-shop .content .catch {
    font-size: 4.8vw;
    line-height: 1.94444;
    letter-spacing: .3em;
    line-height: 1.94444;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    border-right: 1px dotted rgba(0, 0, 0, 0);
    border-left: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo.ja .section.about-shop .content .catch::before, #shopinfo.ja .section.about-shop .content .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.ja .section.about-shop .content .catch::before {
    margin-left: -0.50556em
  }

  #shopinfo.ja .section.about-shop .content .catch::after {
    margin-right: -0.50556em
  }

  #shopinfo.ja .section.about-shop .content .desc {
    font-size: 3.46667vw;
    line-height: 2.07692;
    letter-spacing: -.03em;
    line-height: 2.07692;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo.ja .section.about-shop .content .desc::before, #shopinfo.ja .section.about-shop .content .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.ja .section.about-shop .content .desc::before {
    margin-bottom: calc(-.60385em + 0vw)
  }

  #shopinfo.ja .section.about-shop .content .desc::after {
    margin-top: calc(-.60385em + 0vw)
  }

  #shopinfo.en .section.language a {
    color: #000
  }

  #shopinfo.en .section.language a .arrow {
    right: 25.06667vw
  }

  #shopinfo.en .section.language a .arrow::before, #shopinfo.en .section.language a .arrow::after {
    background-color: #000
  }

  #shopinfo.en .section.about-shop>.desc {
    font-size: 3.46667vw;
    line-height: 1.76923;
    letter-spacing: 0em;
    line-height: 1.76923;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 17.86667vw
  }

  #shopinfo.en .section.about-shop>.desc::before, #shopinfo.en .section.about-shop>.desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.en .section.about-shop>.desc::before {
    margin-bottom: calc(-.52692em + 0vw)
  }

  #shopinfo.en .section.about-shop>.desc::after {
    margin-top: calc(-.45em + 0vw)
  }

  #shopinfo.en .section.about-shop .content .catch {
    font-size: 5.06667vw;
    line-height: 1.63158;
    letter-spacing: 0em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #shopinfo.en .section.about-shop .content .catch::before, #shopinfo.en .section.about-shop .content .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.en .section.about-shop .content .catch::before {
    margin-bottom: calc(-.31579em + 0px)
  }

  #shopinfo.en .section.about-shop .content .catch::after {
    margin-top: calc(-.31579em + 0px)
  }

  #shopinfo.en .section.about-shop .content .desc {
    font-size: 3.46667vw;
    line-height: 2.07692;
    letter-spacing: -.03em;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    font-weight: 500
  }

  #shopinfo.en .section.about-shop .content .desc::before, #shopinfo.en .section.about-shop .content .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #shopinfo.en .section.about-shop .content .desc::before {
    margin-bottom: calc(-.53846em + 0px)
  }

  #shopinfo.en .section.about-shop .content .desc::after {
    margin-top: calc(-.53846em + 0px)
  }
}

@media screen and (min-width: 881px) {
  .section.language {
    text-align: right;
    display: block;
    width: 1008px;
    margin: 30px auto 39px
  }

  .section.language a {
    display: inline-block
  }

  .section.language a .arrow {
    position: relative;
    display: block;
    width: 19px;
    height: 6px;
    transition: all 0.25s ease-out;
    top: 9px;
    left: -33px;
    transition: left .25s ease-out, background-color .25s ease-out
  }

  .section.language a .arrow::before, .section.language a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #000;
    border-radius: .5px
  }

  .section.language a .arrow::before {
    width: 19px;
    content: "";
    bottom: 0
  }

  .section.language a .arrow::after {
    width: 8.48528px;
    content: "";
    transform: rotate(45deg);
    bottom: 3px;
    right: -1.24264px
  }

  .section.language a:hover .arrow {
    left: -23px
  }

  .section.language a:hover .arrow::before, .section.language a:hover .arrow::after {
    background-color: #A93439
  }
}

@media screen and (max-width: 880px) {
  .section.language {
    display: block;
    width: 100%;
    margin-top: 4.65909vw;
    margin-right: 4.65909vw;
    margin-bottom: 5.79545vw;
    text-align: right
  }

  .section.language a {
    display: inline-block;
    color: #A93439;
    height: 1.81818vw;
    font-size: 2.72727vw;
    line-height: 1.13625;
    letter-spacing: .08em;
    line-height: 1.3;
    padding-right: 4.54545vw;
    position: relative
  }

  .section.language a::before, .section.language a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .section.language a::before {
    margin-bottom: calc(-.31667em + 0px)
  }

  .section.language a::after {
    margin-top: calc(-.31667em + 0px)
  }

  .section.language a .arrow {
    position: relative;
    display: block;
    width: 2.95455vw;
    height: 1.02273vw;
    position: absolute;
    top: 0;
    left: -4.31818vw
  }

  .section.language a .arrow::before, .section.language a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #000;
    border-radius: 1px
  }

  .section.language a .arrow::before {
    width: 2.95455vw;
    content: "";
    bottom: 0
  }

  .section.language a .arrow::after {
    width: 1.44635vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.51136vw;
    right: -0.21181vw
  }

  .section.language a .arrow::before, .section.language a .arrow::after {
    background-color: #A93439
  }
}

@media screen and (max-width: 750px) {
  .section.language {
    display: block;
    width: 100vw;
    height: 13.33333vw;
    margin: 0;
    margin-bottom: 4.53333vw
  }

  .section.language a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 13.33333vw;
    padding-top: 5.6vw;
    padding-right: 5.86667vw;
    padding-bottom: 5.6vw;
    padding-left: 5.86667vw
  }

  .section.language a .arrow {
    position: relative;
    display: block;
    width: 3.46667vw;
    height: 1.2vw;
    position: absolute;
    top: 5.6vw;
    right: 22.4vw;
    left: unset
  }

  .section.language a .arrow::before, .section.language a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #000;
    border-radius: .5px
  }

  .section.language a .arrow::before {
    width: 3.46667vw;
    content: "";
    bottom: 0
  }

  .section.language a .arrow::after {
    width: 1.69706vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.6vw;
    right: -0.24853vw
  }

  .section.language a .arrow::before, .section.language a .arrow::after {
    background-color: #A93439
  }
}

@media screen and (min-width: 881px) {
  .section.access {
    margin-bottom: 94px;
    position: relative
  }

  .section.access::before {
    content: "";
    text-align: center;
    position: absolute;
    width: 1367.7105px;
    height: 1px;
    top: 273px;
    left: calc(-56.85525px + 50% + -627px + -849px);
    transform: rotate(-23.52863deg);
    background-color: #d3d3d3
  }

  .section.access::after {
    content: "";
    text-align: center;
    position: absolute;
    width: 1139.05224px;
    height: 1px;
    top: 271px;
    left: calc(-23.52612px + 50% + -546px + 822px);
    transform: rotate(16.5258deg);
    background-color: #d3d3d3
  }

  .section.access .link a {
    display: inline-block;
    position: relative
  }

  .section.access .link a .arrow {
    position: relative;
    display: block;
    width: 21px;
    height: 6px;
    transition: all 0.25s ease-out;
    position: absolute;
    left: -36px;
    top: 4px
  }

  .section.access .link a .arrow::before, .section.access .link a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #000;
    border-radius: .5px
  }

  .section.access .link a .arrow::before {
    width: 21px;
    content: "";
    bottom: 0
  }

  .section.access .link a .arrow::after {
    width: 7.81025px;
    content: "";
    transform: rotate(50.19443deg);
    bottom: 3px;
    right: -1.40512px
  }

  .section.access .link a:hover .arrow {
    left: -28px
  }

  .section.access .link a:hover .arrow::before, .section.access .link a:hover .arrow::after {
    background-color: #A93439
  }

  .section.access .map {
    position: relative
  }

  .section.access .map .icon {
    position: absolute;
    display: block
  }

  .section.access .map .google-map {
    display: block;
    width: 100vw;
    height: 572px
  }

  .section.access .information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 1008px
  }

  .section.access .information .address, .section.access .information .route, .section.access .information .business-hours {
    display: block
  }

  .section.access .information .address {
    width: 160px
  }

  .section.access .information .route {
    width: 390px
  }

  .section.access .information .business-hours {
    width: 380px
  }
}

@media screen and (max-width: 880px) {
  .section.access {
    margin-bottom: 19.54545vw
  }

  .section.access>.link {
    display: none !important
  }

  .section.access .map .icon {
    width: 21.13636vw;
    height: 22.04545vw;
    display: none
  }

  .section.access .map .google-map {
    height: 60.68182vw
  }

  .section.access .map .link a {
    display: block;
    width: 100%;
    padding-top: 6.70455vw;
    padding-right: 11.93182vw;
    padding-bottom: 6.93182vw;
    padding-left: 11.93182vw;
    background-color: #f7f7f7;
    font-size: 3.86364vw;
    line-height: 1.15765;
    letter-spacing: .1em;
    line-height: 1;
    position: relative
  }

  .section.access .map .link a::before, .section.access .map .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .section.access .map .link a::before {
    margin-bottom: calc(-.03824em + 0vw)
  }

  .section.access .map .link a::after {
    margin-top: calc(-.03824em + 0vw)
  }

  .section.access .map .link a .arrow {
    position: relative;
    display: block;
    width: 4.09091vw;
    height: 1.47727vw;
    position: absolute;
    top: 7.04545vw;
    right: 12.04545vw;
    bottom: unset;
    left: unset
  }

  .section.access .map .link a .arrow::before, .section.access .map .link a .arrow::after {
    position: absolute;
    display: block;
    height: 3px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1.5px
  }

  .section.access .map .link a .arrow::before {
    width: 4.09091vw;
    content: "";
    bottom: 0
  }

  .section.access .map .link a .arrow::after {
    width: 2.01043vw;
    content: "";
    transform: rotate(47.29061deg);
    bottom: 0.73864vw;
    right: -0.3234vw
  }

  .section.access .map .link a .arrow::before, .section.access .map .link a .arrow::after {
    background-color: #000
  }

  .section.access .information {
    display: block;
    margin-top: 11.25vw;
    width: 100vw
  }

  .section.access .information .address, .section.access .information .route, .section.access .information .business-hours {
    margin-right: auto;
    margin-left: auto;
    width: 77.27273vw
  }

  .section.access .information .address {
    margin-bottom: 3.29545vw
  }

  .section.access .information .route {
    margin-bottom: 10.34091vw
  }

  .section.access .information .business-hours {
    margin-bottom: 23.75vw
  }
}

@media screen and (max-width: 750px) {
  .section.access>.title {
    margin-bottom: 6.8vw
  }

  .section.access>.desc {
    margin-right: auto;
    margin-bottom: 14vw;
    margin-left: auto;
    width: 73.86667vw
  }

  .section.access>.link {
    display: none !important
  }

  .section.access .map .google-map {
    display: block;
    width: 100%;
    height: 68.26667vw
  }

  .section.access .map .link {
    display: block;
    width: 100%;
    height: 19.6vw;
    margin-bottom: 13.2vw
  }

  .section.access .map .link a {
    display: block;
    padding: 8.53333vw 13.06667vw;
    position: relative
  }

  .section.access .map .link a .arrow {
    position: relative;
    display: block;
    width: 4.8vw;
    height: 1.73333vw;
    position: absolute;
    top: 8.4vw;
    right: 13.33333vw
  }

  .section.access .map .link a .arrow::before, .section.access .map .link a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #000;
    border-radius: 1px
  }

  .section.access .map .link a .arrow::before {
    width: 4.8vw;
    content: "";
    bottom: 0
  }

  .section.access .map .link a .arrow::after {
    width: 2.35891vw;
    content: "";
    transform: rotate(47.29061deg);
    bottom: 0.86667vw;
    right: -0.37945vw
  }

  .section.access .information .address, .section.access .information .route, .section.access .information .business-hours {
    width: 73.86667vw
  }

  .section.access .information .address {
    margin-bottom: 3.33333vw
  }

  .section.access .information .route {
    margin-bottom: 10.8vw
  }

  .section.access .information .business-hours {
    margin-bottom: 23.33333vw
  }
}

@media screen and (min-width: 881px) {
  .section.news {
    margin-bottom: 121px
  }

  .section.news .link a {
    display: inline-block
  }

  .section.news .link a .arrow {
    position: relative;
    display: block;
    width: 22px;
    height: 6px;
    transition: all 0.25s ease-out;
    left: -27px
  }

  .section.news .link a .arrow::before, .section.news .link a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #A93439;
    border-radius: .5px
  }

  .section.news .link a .arrow::before {
    width: 22px;
    content: "";
    bottom: 0
  }

  .section.news .link a .arrow::after {
    width: 7.81025px;
    content: "";
    transform: rotate(50.19443deg);
    bottom: 3px;
    right: -1.40512px
  }

  .section.news .link a:hover .arrow {
    left: -17px
  }

  .section.news .link a:hover .arrow::before, .section.news .link a:hover .arrow::after {
    background-color: #A93439
  }

  .section.news .news-list {
    margin-top: 60px
  }

  .section.news .news-list .news-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 810px;
    margin-right: auto;
    margin-left: auto
  }

  .section.news .news-list .news-item:not(:first-child) {
    margin-top: 35px
  }

  .section.news .news-list .news-item .category, .section.news .news-list .news-item .visual, .section.news .news-list .news-item .content {
    display: block
  }

  .section.news .news-list .news-item .category {
    width: 81px;
    word-break: keep-all;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: start;
    -moz-box-align: start;
    padding-top: 49px
  }

  .section.news .news-list .news-item .visual {
    width: 246px
  }

  .section.news .news-list .news-item .visual .img {
    width: 100%;
    height: 112px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
  }

  .section.news .news-list .news-item .content {
    width: 403px;
    padding-top: 22px
  }

  .section.news .news-list .news-item .content .title {
    margin-bottom: 20px
  }
}

@media screen and (max-width: 880px) {
  .section.news {
    margin-bottom: 16.13636vw
  }

  .section.news>.desc {
    margin-bottom: 5.33333vw
  }

  .section.news .link a .arrow {
    position: relative;
    display: block;
    width: 2.61364vw;
    height: 0.79545vw;
    top: 1.13636vw;
    left: -1.93182vw
  }

  .section.news .link a .arrow::before, .section.news .link a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1px
  }

  .section.news .link a .arrow::before {
    width: 2.61364vw;
    content: "";
    bottom: 0
  }

  .section.news .link a .arrow::after {
    width: 0.97754vw;
    content: "";
    transform: rotate(54.46232deg);
    bottom: 0.39773vw;
    right: -0.20468vw
  }

  .section.news .link a .arrow::before, .section.news .link a .arrow::after {
    background-color: #A93439
  }

  .section.news .news-list {
    margin-top: 10vw
  }

  .section.news .news-list .news-item {
    display: block;
    position: relative;
    width: 76.02273vw;
    margin-right: auto;
    margin-left: auto
  }

  .section.news .news-list .news-item:not(:first-child) {
    margin-top: 10.34091vw
  }

  .section.news .news-list .news-item .category, .section.news .news-list .news-item .visual, .section.news .news-list .news-item .content {
    font-weight: bold
  }

  .section.news .news-list .news-item .category {
    text-align: left;
    display: block;
    width: 67.61364vw;
    padding-top: 7.27273vw;
    top: 42.61364vw;
    background-color: #fff;
    position: absolute;
    margin-left: -1px
  }

  .section.news .news-list .news-item .visual {
    width: 76.02273vw
  }

  .section.news .news-list .news-item .visual .img {
    height: 50.45455vw;
    background-size: cover;
    background-position: 50% 50%
  }

  .section.news .news-list .news-item .content {
    width: 76.02273vw
  }

  .section.news .news-list .news-item .content .title {
    margin-top: 5.56818vw
  }

  .section.news .news-list .news-item .content .desc {
    margin-top: 5.45455vw
  }
}

@media screen and (max-width: 750px) {
  .section.news {
    margin-bottom: 33.06667vw
  }

  .section.news>.desc {
    margin-bottom: 5.06667vw
  }

  .section.news .link a .arrow {
    position: relative;
    display: block;
    width: 2.5vw;
    height: 0.79545vw;
    top: 1.33333vw;
    left: -2.26667vw
  }

  .section.news .link a .arrow::before, .section.news .link a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1px
  }

  .section.news .link a .arrow::before {
    width: 2.5vw;
    content: "";
    bottom: 0
  }

  .section.news .link a .arrow::after {
    width: 0.97754vw;
    content: "";
    transform: rotate(54.46232deg);
    bottom: 0.39773vw;
    right: -0.20468vw
  }

  .section.news .link a .arrow::before, .section.news .link a .arrow::after {
    background-color: #A93439
  }

  .section.news .news-list {
    margin-top: 13.33333vw
  }

  .section.news .news-list .news-item {
    display: block;
    position: relative;
    width: 74.13333vw
  }

  .section.news .news-list .news-item:not(:first-child) {
    margin-top: 10.4vw
  }

  .section.news .news-list .news-item .category {
    font-size: 3.2vw;
    line-height: 1.49208;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    width: 65.6vw;
    padding-top: 7.46667vw;
    top: 41.33333vw;
    background-color: #fff;
    position: absolute;
    margin-left: -1px
  }

  .section.news .news-list .news-item .visual {
    width: 74.13333vw
  }

  .section.news .news-list .news-item .visual .img {
    height: 48.93333vw
  }

  .section.news .news-list .news-item .content {
    width: 74.13333vw
  }

  .section.news .news-list .news-item .content .title {
    font-size: 4.8vw;
    line-height: 1.55556;
    letter-spacing: 0em;
    margin-top: 6.13333vw
  }

  .section.news .news-list .news-item .content .desc {
    font-size: 3.46667vw;
    line-height: 1.76923;
    letter-spacing: 0em;
    margin-top: 6.53333vw
  }
}

@media screen and (max-width: 750px) {
  .section.about-shop .content {
    width: 100vw;
    height: 98vw
  }
}

@media screen and (min-width: 881px) {
  .section {
    margin-bottom: 55px
  }

  .section.about-shop .visual .main-visual {
    display: block;
    width: 100vw;
    height: 469px;
    background-position: 50% 50%;
    background-size: cover
  }

  .section.about-shop .content {
    display: block;
    width: 1008px;
    height: 260px;
    position: relative;
    margin: 0 auto
  }

  .section.about-shop .content .sub-visual, .section.about-shop .content .catch, .section.about-shop .content .desc {
    position: absolute
  }

  .section.about-shop .content .sub-visual {
    z-index: 20;
    top: -153px;
    left: 34px;
    text-align: center
  }

  .section.about-shop .content .catch {
    display: block;
    width: 125px;
    height: 92px;
    top: 59px;
    left: 27px;
    -ms-word-break: keep-all;
    word-break: keep-all
  }

  .section.about-shop .content .desc {
    display: block;
    width: 310px;
    top: 45px;
    right: 37px
  }
}

@media screen and (max-width: 880px) {
  .section.about-shop {
    position: relative;
    margin-bottom: 9.77273vw
  }

  .section.about-shop::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 67.29461vw;
    height: 1px;
    top: 7.15909vw;
    left: calc(5.47642vw/-2 + 50% + -30.90909vw + -30.90909vw + -19.09091vw);
    transform: rotate(-23.27482deg);
    background-color: #d3d3d3
  }

  .section.about-shop::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 62.12823vw;
    height: 1px;
    top: 8.86364vw;
    left: calc(2.58278vw/-2 + 50% + -29.77273vw + 29.77273vw + 20.22727vw);
    transform: rotate(16.57879deg);
    background-color: #d3d3d3
  }

  .section.about-shop>.title {
    display: block;
    height: 12.04545vw;
    margin-bottom: 4.88636vw
  }

  .section.about-shop>.desc {
    display: block;
    height: 3.29545vw;
    margin-bottom: 11.59091vw
  }

  .section.about-shop .visual {
    margin-bottom: 13.63636vw
  }

  .section.about-shop .visual .main-visual {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    width: 100vw;
    height: 91.93182vw
  }

  .section.about-shop .content {
    display: block;
    width: 100vw;
    height: 71.02273vw;
    position: relative;
    margin: 0 auto
  }

  .section.about-shop .content .sub-visual, .section.about-shop .content .catch, .section.about-shop .content .desc {
    position: absolute;
    display: block
  }

  .section.about-shop .content .sub-visual {
    top: 0;
    left: -3.40909vw;
    text-align: right;
    color: #f0f0f0
  }

  .section.about-shop .content .sub-visual .white {
    color: #f0f0f0
  }

  .section.about-shop .content .catch {
    top: -0.34091vw;
    left: 6.36364vw;
    z-index: 20
  }

  .section.about-shop .content .desc {
    font-weight: bold;
    width: 76.13636vw;
    top: 49.20455vw;
    left: 11.93182vw;
    position: absolute
  }

  #shopinfo.en .section.about-shop .content {
    height: 93.75vw
  }

  #shopinfo.en .section.about-shop .content .catch {
    width: 31.47727vw;
    height: 20.79545vw;
    top: 16.70455vw;
    left: 11.81818vw
  }

  #shopinfo.en .section.about-shop .content .desc {
    width: 76.36364vw;
    height: 27.27273vw
  }
}

@media screen and (max-width: 750px) {
  .section.about-shop {
    position: relative;
    margin-bottom: 14.53333vw
  }

  .section.about-shop::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 60.40633vw;
    height: 1px;
    top: -4.8vw;
    left: calc(5.20633vw/-2 + 50% + -27.6vw + -27.6vw + -22.4vw);
    transform: rotate(-23.96249deg);
    background-color: #d3d3d3
  }

  .section.about-shop::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 55.07361vw;
    height: 1px;
    top: -1.33333vw;
    left: calc(2.54027vw/-2 + 50% + -26.26667vw + 26.26667vw + 23.73333vw);
    transform: rotate(17.46987deg);
    background-color: #d3d3d3
  }

  .section.about-shop>.desc {
    margin-bottom: 1.6vw
  }

  .section.about-shop .visual .main-visual {
    width: 100vw;
    height: 99.86667vw;
    display: block;
    background-position: 50% 50%;
    background-size: cover
  }

  .section.about-shop .content {
    display: block;
    width: 100vw;
    height: 78.53333vw;
    position: relative;
    margin: 0 auto
  }

  .section.about-shop .content .sub-visual, .section.about-shop .content .catch, .section.about-shop .content .desc {
    position: absolute
  }

  .section.about-shop .content .sub-visual {
    top: 0vw;
    left: -1.6vw;
    text-align: right
  }

  .section.about-shop .content .sub-visual .white {
    color: #f0f0f0
  }

  .section.about-shop .content .catch {
    top: -0.53333vw;
    left: 12.66667vw;
    z-index: 20
  }

  .section.about-shop .content .desc {
    width: 74.26667vw;
    top: 53.46667vw;
    left: calc(0.5 - spv278.5)
  }

  #shopinfo.en .section.about-shop .content {
    height: 83.33333vw
  }

  #shopinfo.en .section.about-shop .content .catch {
    top: 17.46667vw;
    left: 12.93333vw
  }
}

#sk .section .def-lst .dd-val {
  font-weight: bold
}

#sk .section#info .dt-cap {
  color: #A93439
}

#sk .section#info .dd-val .dt-cap {
  color: #000
}

#sk .section#info .dd-val .dt-cap .webfont {
  font-weight: bold
}

@media screen and (min-width: 881px) {
  #sk {
    margin-top: 45px
  }

  #sk .section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1008px;
    margin: 83px auto
  }

  #sk .section .title, #sk .section .def-lst {
    display: block
  }

  #sk .section:not(:nth-child(3)) .title, #sk .section:not(:nth-child(3)) .def-lst {
    border-bottom: 1px solid #e9e8ea;
    padding-bottom: 81px
  }

  #sk .section .title {
    margin-right: 111px
  }

  #sk .section .title .shopkeeper-h2 {
    font-size: 26px;
    line-height: 1.65385;
    letter-spacing: .045em;
    line-height: 1.6;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    text-align: center;
    width: 245px
  }

  #sk .section .title .shopkeeper-h2::before, #sk .section .title .shopkeeper-h2::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .title .shopkeeper-h2::before {
    margin-bottom: calc(-.26923em + -1px)
  }

  #sk .section .title .shopkeeper-h2::after {
    margin-top: calc(-.38462em + 1px)
  }

  #sk .section .title .svg {
    margin-top: 39px
  }

  #sk .section .def-lst {
    width: 300px
  }

  #sk .section .def-lst:nth-child(2) {
    margin-right: 53px
  }

  #sk .section .def-lst .dt-cap {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0em;
    line-height: 1.35714;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 19px
  }

  #sk .section .def-lst .dt-cap::before, #sk .section .def-lst .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dt-cap::before {
    margin-bottom: -0.22857em
  }

  #sk .section .def-lst .dt-cap::after {
    margin-top: -0.27857em
  }

  #sk .section .def-lst .dt-cap:not(:first-child) {
    margin-top: 38px
  }

  #sk .section .def-lst .dd-val {
    font-size: 12px;
    line-height: 1.83333;
    letter-spacing: 0em;
    line-height: 1.83333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section .def-lst .dd-val::before, #sk .section .def-lst .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val::before {
    margin-bottom: -0.43333em
  }

  #sk .section .def-lst .dd-val::after {
    margin-top: -0.51667em
  }

  #sk .section .def-lst .dd-val .dt-cap {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0em;
    line-height: 1.35714;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 55px;
    margin-bottom: 19px;
    display: block
  }

  #sk .section .def-lst .dd-val .dt-cap::before, #sk .section .def-lst .dd-val .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val .dt-cap::before {
    margin-bottom: -0.22857em
  }

  #sk .section .def-lst .dd-val .dt-cap::after {
    margin-top: -0.22857em
  }

  #sk .section .def-lst .dd-val .dt-cap .small {
    font-size: 10px;
    line-height: 3.8;
    letter-spacing: 0em;
    line-height: 3.8;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    display: inline-block
  }

  #sk .section .def-lst .dd-val .dt-cap .small::before, #sk .section .def-lst .dd-val .dt-cap .small::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val .dt-cap .small::before {
    margin-bottom: -1.4em
  }

  #sk .section .def-lst .dd-val .dt-cap .small::after {
    margin-top: -1.4em
  }

  #sk .section#delivery {
    padding-top: 300px;
    margin-top: -300px;
    margin-top: -217px
  }

  #sk .section#delivery .title .show_deliveryIconWrapper {
    width: 245px;
    text-align: center
  }

  #sk .section#delivery .title .show_deliveryIconWrapper .deliveryIconWrapper {
    width: 56px
  }

  #sk .section#payment {
    padding-top: 300px;
    margin-top: -300px
  }

  #sk .section#payment .title .show_paymentIconWrapper {
    width: 245px;
    text-align: center
  }

  #sk .section#payment .title .show_paymentIconWrapper .paymentIconWrapper {
    width: 56px
  }

  #sk .section#info {
    padding-top: 300px;
    margin-top: -300px
  }

  #sk .section#info .title .show_infoIconWrapper {
    width: 245px;
    text-align: center
  }

  #sk .section#info .title .show_infoIconWrapper .infoIconWrapper {
    width: 56px
  }

  #sk .section#info .dt-cap {
    font-size: 12px;
    line-height: 1.83333;
    letter-spacing: 0em;
    line-height: 1.83333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 13px
  }

  #sk .section#info .dt-cap::before, #sk .section#info .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section#info .dt-cap::before {
    margin-bottom: -0.36667em
  }

  #sk .section#info .dt-cap::after {
    margin-top: -0.45em
  }

  #sk .section#info .dd-val {
    font-size: 12px;
    line-height: 1.83333;
    letter-spacing: 0em;
    line-height: 1.83333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 29px
  }

  #sk .section#info .dd-val::before, #sk .section#info .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section#info .dd-val::before {
    margin-bottom: -0.36667em
  }

  #sk .section#info .dd-val::after {
    margin-top: -0.45em
  }

  #sk .section#info .dd-val .dt-cap {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0em;
    line-height: 1.35714;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 60px;
    margin-bottom: 13px
  }

  #sk .section#info .dd-val .dt-cap::before, #sk .section#info .dd-val .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section#info .dd-val .dt-cap::before {
    margin-bottom: -0.22857em
  }

  #sk .section#info .dd-val .dt-cap::after {
    margin-top: -0.22857em
  }

  #sk .section#info .dd-val .dt-cap .small {
    font-size: 10px;
    line-height: 3.8;
    letter-spacing: 0em;
    line-height: 3.8;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section#info .dd-val .dt-cap .small::before, #sk .section#info .dd-val .dt-cap .small::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section#info .dd-val .dt-cap .small::before {
    margin-bottom: -1.4em
  }

  #sk .section#info .dd-val .dt-cap .small::after {
    margin-top: -1.4em
  }
}

@media screen and (max-width: 880px) {
  #sk {
    border: 2px solid #E9E8EA;
    overflow: hidden
  }

  #sk .section {
    width: 76.59091vw;
    margin-top: 13.97727vw;
    margin-right: auto;
    margin-bottom: 22.72727vw;
    margin-left: auto
  }

  #sk .section .title {
    width: 100%;
    height: 31.93182vw;
    position: relative
  }

  #sk .section .title .shopkeeper-h2 {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 17.95455vw;
    font-size: 5.68182vw;
    line-height: 1.6;
    letter-spacing: .045em;
    line-height: 1.6;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section .title .shopkeeper-h2::before, #sk .section .title .shopkeeper-h2::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .title .shopkeeper-h2::before {
    margin-bottom: calc(-.28em + -.22727vw)
  }

  #sk .section .title .shopkeeper-h2::after {
    margin-top: calc(-.28em + -.22727vw)
  }

  #sk .section .title .svg {
    width: 10.22727vw;
    position: absolute;
    top: 0;
    left: 33.18182vw
  }

  #sk .section .def-lst {
    width: 100%;
    position: relative;
    margin-top: 11.81818vw
  }

  #sk .section .def-lst .dt-cap {
    font-size: 5vw;
    line-height: 2.04545;
    letter-spacing: 0em;
    line-height: 2.04545;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 100%;
    margin-bottom: 5.45455vw;
    display: block
  }

  #sk .section .def-lst .dt-cap::before, #sk .section .def-lst .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dt-cap::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  #sk .section .def-lst .dt-cap::after {
    margin-top: calc(-.40455em + 0vw)
  }

  #sk .section .def-lst .dt-cap:not(:first-child) {
    margin-top: 5.45455vw
  }

  #sk .section .def-lst .dt-cap .small {
    font-size: 2.72727vw;
    line-height: 3.75;
    letter-spacing: 0em;
    line-height: 3.75;
    display: inline-block
  }

  #sk .section .def-lst .dt-cap .small::before, #sk .section .def-lst .dt-cap .small::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dt-cap .small::before {
    margin-bottom: calc(-1.49167em + 0vw)
  }

  #sk .section .def-lst .dt-cap .small::after {
    margin-top: calc(-1.40833em + 0vw)
  }

  #sk .section .def-lst .dd-val {
    font-size: 3.40909vw;
    line-height: 1.73333;
    letter-spacing: 0em;
    line-height: 1.73333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 100%;
    margin-bottom: 8.29545vw
  }

  #sk .section .def-lst .dd-val::before, #sk .section .def-lst .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val::before {
    margin-bottom: calc(-.2em + 0vw)
  }

  #sk .section .def-lst .dd-val::after {
    margin-top: calc(-.2em + 0vw)
  }

  #sk .section .def-lst .dd-val .notice {
    font-size: 2.95455vw;
    line-height: 1.84615;
    letter-spacing: 0em;
    line-height: 1.84615;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section .def-lst .dd-val .notice::before, #sk .section .def-lst .dd-val .notice::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val .notice::before {
    margin-bottom: calc(-.50769em + 0vw)
  }

  #sk .section .def-lst .dd-val .notice::after {
    margin-top: calc(-.50769em + 0vw)
  }

  #sk .section .def-lst .dd-val .dt-cap {
    font-size: 5vw;
    line-height: 2.04545;
    letter-spacing: 0em;
    line-height: 2.04545;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 100%
  }

  #sk .section .def-lst .dd-val .dt-cap::before, #sk .section .def-lst .dd-val .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val .dt-cap::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  #sk .section .def-lst .dd-val .dt-cap::after {
    margin-top: calc(-.45em + 0vw)
  }

  #sk .section .def-lst .dd-val .dd-val {
    font-size: 3.40909vw;
    line-height: 1.73333;
    letter-spacing: 0em;
    line-height: 1.73333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 100%
  }

  #sk .section .def-lst .dd-val .dd-val::before, #sk .section .def-lst .dd-val .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val .dd-val::before {
    margin-bottom: calc(-.4em + 0vw)
  }

  #sk .section .def-lst .dd-val .dd-val::after {
    margin-top: calc(-.4em + 0vw)
  }

  #sk .section#delivery {
    padding-top: 22.72727vw;
    margin-top: -22.72727vw
  }

  #sk .section#payment, #sk .section#info {
    padding-top: 5.56818vw;
    position: relative;
    padding-top: 22.72727vw;
    margin-top: -22.72727vw
  }

  #sk .section#payment::before, #sk .section#info::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 67.38473vw;
    height: 2px;
    top: 36.13636vw;
    left: calc(5.56655vw/-2 + 50% + -30.90909vw + -30.90909vw + -19.09091vw);
    transform: rotate(-23.45233deg);
    background-color: #d3d3d3
  }

  #sk .section#payment::after, #sk .section#info::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 62.12823vw;
    height: 2px;
    top: 40.22727vw;
    left: calc(2.58278vw/-2 + 50% + -29.77273vw + 29.77273vw + 20.22727vw);
    transform: rotate(16.57879deg);
    background-color: #d3d3d3
  }

  #sk .section#payment .title, #sk .section#info .title {
    margin-top: 5.56818vw
  }

  #sk .section#info .dt-cap {
    font-size: 3.40909vw;
    line-height: 1.73333;
    letter-spacing: 0em;
    line-height: 1.73333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 2.61364vw
  }

  #sk .section#info .dt-cap::before, #sk .section#info .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section#info .dt-cap::before {
    margin-bottom: calc(-.4em + 0vw)
  }

  #sk .section#info .dt-cap::after {
    margin-top: calc(-.4em + 0vw)
  }

  #sk .section#info .dd-val {
    font-size: 3.40909vw;
    line-height: 1.73333;
    letter-spacing: 0em;
    line-height: 1.73333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 8.52273vw
  }

  #sk .section#info .dd-val::before, #sk .section#info .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section#info .dd-val::before {
    margin-bottom: calc(-.4em + 0vw)
  }

  #sk .section#info .dd-val::after {
    margin-top: calc(-.4em + 0vw)
  }

  #sk .section#info .dd-val .dt-cap {
    font-size: 5vw;
    line-height: 2.04545;
    letter-spacing: 0em;
    line-height: 2.04545;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 8.52273vw;
    margin-bottom: 5.45455vw
  }

  #sk .section#info .dd-val .dt-cap::before, #sk .section#info .dd-val .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section#info .dd-val .dt-cap::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  #sk .section#info .dd-val .dt-cap::after {
    margin-top: calc(-.40455em + 0vw)
  }
}

@media screen and (max-width: 750px) {
  #sk .section {
    width: 74.4vw;
    margin-top: 16vw;
    margin-right: auto;
    margin-bottom: 19.73333vw;
    margin-left: auto
  }

  #sk .section .title .shopkeeper-h2 {
    font-size: 5.7vw;
    line-height: 1.6;
    letter-spacing: .045em;
    line-height: 1.6;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section .title .shopkeeper-h2::before, #sk .section .title .shopkeeper-h2::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .title .shopkeeper-h2::before {
    margin-bottom: calc(-.32749em + -.26667vw)
  }

  #sk .section .title .shopkeeper-h2::after {
    margin-top: calc(-.32749em + -.26667vw)
  }

  #sk .section .def-lst .dt-cap {
    font-size: 5.06667vw;
    line-height: 2.05263;
    letter-spacing: 0em;
    line-height: 2.05263;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section .def-lst .dt-cap::before, #sk .section .def-lst .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dt-cap::before {
    margin-bottom: calc(-.51579em + 0vw)
  }

  #sk .section .def-lst .dt-cap::after {
    margin-top: calc(-.48947em + 0vw)
  }

  #sk .section .def-lst .dd-val {
    font-size: 2.95455vw;
    line-height: 1.92308;
    letter-spacing: 0em;
    line-height: 1.92308;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section .def-lst .dd-val::before, #sk .section .def-lst .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val::before {
    margin-bottom: calc(-.31538em + 0vw)
  }

  #sk .section .def-lst .dd-val::after {
    margin-top: calc(-.31538em + 0vw)
  }

  #sk .section .def-lst .dd-val .dt-cap {
    font-size: 5.06667vw;
    line-height: 2.05263;
    letter-spacing: 0em;
    line-height: 2.05263;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section .def-lst .dd-val .dt-cap::before, #sk .section .def-lst .dd-val .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val .dt-cap::before {
    margin-bottom: calc(-.51579em + 0vw)
  }

  #sk .section .def-lst .dd-val .dt-cap::after {
    margin-top: calc(-.48947em + 0vw)
  }

  #sk .section .def-lst .dd-val .dd-val {
    font-size: 2.95455vw;
    line-height: 1.92308;
    letter-spacing: 0em;
    line-height: 1.92308;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #sk .section .def-lst .dd-val .dd-val::before, #sk .section .def-lst .dd-val .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #sk .section .def-lst .dd-val .dd-val::before {
    margin-bottom: calc(-.31538em + 0vw)
  }

  #sk .section .def-lst .dd-val .dd-val::after {
    margin-top: calc(-.31538em + 0vw)
  }

  #sk .section#delivery {
    padding-top: 26.66667vw;
    margin-top: -26.66667vw;
    margin-top: -10.66667vw
  }
}

#deliveryIconWrapper .st0 {
  fill: none;
  stroke: #A93439;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-miterlimit: 10
}

#deliveryIconWrapper .st1 {
  fill: #A93439
}

#paymentIconWrapper .st0 {
  fill: none;
  stroke: #A93439;
  stroke-width: 2;
  stroke-linecap: square
}

#paymentIconWrapper .st1 {
  fill: none;
  stroke: #A93439;
  stroke-width: 2;
  stroke-linecap: round
}

#paymentIconWrapper .st2 {
  fill: none;
  stroke: #A93439;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

#infoIconWrapper path {
  fill: #A93439
}

@media screen and (min-width: 881px) {
  .top {
    border-bottom: 1px solid #E9E8EA
  }

  .top .section#carousel__wrapper {
    display: block;
    width: 100vw;
    height: 650px;
    position: relative;
    margin-top: 45px
  }

  .top .section#carousel__wrapper .carousel__list {
    display: block;
    width: 100vw;
    height: 650px;
    position: relative
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item {
    display: block;
    width: 100vw;
    height: 650px;
    position: absolute;
    transition: all 1.15s ease-out;
    opacity: 0;
    visibility: hidden
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.active {
    opacity: 1;
    visibility: visible
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/munk-bg-pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 15px;
    line-height: 2.56667;
    letter-spacing: .55em;
    line-height: 2.56667;
    font-weight: bold;
    color: #fff;
    border: 1px dotted transparent;
    position: absolute;
    top: 92px;
    right: calc(50vw - 450px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::before {
    margin-left: -0.73333em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::after {
    margin-right: -0.73333em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch {
    display: block;
    width: 100%;
    height: 116px;
    position: absolute;
    bottom: -8px;
    left: 0;
    font-size: 146px;
    line-height: 1;
    letter-spacing: .08em;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    color: white;
    border: 1px dotted transparent
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::before {
    margin-bottom: calc(-.31667em + 0px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::after {
    margin-top: calc(-.23333em + 0px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper {
    position: absolute;
    top: 119px;
    left: calc(50% - 335px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title {
    display: -ms-flexbox;
    display: flex
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span {
    border: 1px dotted transparent;
    color: #fff
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb {
    font-size: 45px;
    line-height: 1;
    letter-spacing: .4em;
    line-height: 1
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::before {
    margin-bottom: calc(-.16667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::after {
    margin-top: calc(-.16667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4 {
    font-size: 43px;
    line-height: 1;
    letter-spacing: .4em;
    line-height: 1
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::before {
    margin-bottom: calc(-.16667em + 6px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::after {
    margin-top: calc(-.16667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .42em;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    border: 1px dotted transparent;
    margin-top: 40px;
    margin-left: 10px;
    position: relative;
    display: inline-block
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::before {
    margin-bottom: calc(-.16667em + 2px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::after {
    margin-top: calc(-.16667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::after {
    position: absolute
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::before {
    content: '[';
    top: 0;
    left: -10px
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::after {
    content: ']';
    right: 0;
    top: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link {
    position: absolute;
    top: 264px;
    right: calc(50vw - 450px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .1em;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 8px 12px 12px 46px;
    display: block;
    width: 167px;
    height: 33px;
    transition: all .25s ease-out
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::before {
    margin-bottom: -0.16667em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::after {
    margin-top: -0.16667em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow {
    position: relative;
    display: block;
    width: 18px;
    height: 5px;
    transition: all 0.25s ease-out
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #fff;
    border-radius: .5px
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::before {
    width: 18px;
    content: "";
    bottom: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::after {
    width: 7.07107px;
    content: "";
    transform: rotate(45deg);
    bottom: 2.5px;
    right: -1.03553px
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover {
    background-color: #fff;
    color: #A93439;
    text-decoration: none
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover span.arrow::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover span.arrow::after {
    background-color: #A93439
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift {
    display: block;
    width: 100vw;
    height: 650px;
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/curation-gift-bg.jpg");
    background-position: 50% 50%;
    background-size: cover
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner {
    position: relative;
    display: block;
    width: 1008px;
    height: 100%;
    margin: 0 auto
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 24px;
    line-height: 2.08333;
    letter-spacing: .4em;
    line-height: 2.25;
    display: block;
    width: 230px;
    height: 298px;
    position: absolute;
    top: 86px;
    right: 75px;
    word-break: keep-all;
    font-weight: 600
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::before, .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::before {
    margin-left: calc(-.64167em + -3px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::after {
    margin-right: calc(-.64167em + -2px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch {
    display: block;
    width: 1008px;
    height: 116px;
    position: absolute;
    bottom: -4px;
    left: 0;
    font-size: 143px;
    line-height: .59266;
    letter-spacing: .082em;
    line-height: 1.3;
    text-align: center;
    color: white
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::before, .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::before {
    margin-bottom: calc(-0em + -39px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::after {
    margin-top: 0em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a {
    font-size: 15px;
    line-height: 1.768;
    letter-spacing: .045em;
    line-height: 1.0608;
    color: #A93439;
    display: block;
    position: absolute;
    right: 76px;
    bottom: 86px
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a::before, .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a::before {
    margin-bottom: -0.0304em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a::after {
    margin-top: -0.16373em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a .arrow {
    position: relative;
    display: block;
    width: 19px;
    height: 6px;
    transition: all 0.25s ease-out;
    top: 3px;
    left: -11px;
    transition: all 0.25s ease-out
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a .arrow::before, .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #A93439;
    border-radius: .5px
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a .arrow::before {
    width: 19px;
    content: "";
    bottom: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a .arrow::after {
    width: 7.81025px;
    content: "";
    transform: rotate(50.19443deg);
    bottom: 3px;
    right: -1.40512px
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a:hover {
    text-decoration: none
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link a:hover .arrow {
    left: -6px
  }

  .top .section#carousel__wrapper .carousel__pager {
    position: absolute;
    width: 5vh;
    height: 650px;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item {
    text-indent: -200%;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: all 1.15s ease-out
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item:hover {
    background-color: #A93439;
    border: none
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item.active {
    background-color: #A93439;
    border: none
  }

  .top .section.curation-gift {
    display: block;
    width: 100vw;
    height: 650px;
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/curation-gift-bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
    margin-top: 45px
  }

  .top .section.curation-gift .curation-gift-inner {
    position: relative;
    display: block;
    width: 1008px;
    height: 100%;
    margin: 0 auto
  }

  .top .section.curation-gift .curation-gift-inner .copy {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 24px;
    line-height: 2.08333;
    letter-spacing: .4em;
    line-height: 2.25;
    display: block;
    width: 230px;
    height: 298px;
    position: absolute;
    top: 86px;
    right: 75px;
    word-break: keep-all;
    font-weight: 600
  }

  .top .section.curation-gift .curation-gift-inner .copy::before, .top .section.curation-gift .curation-gift-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section.curation-gift .curation-gift-inner .copy::before {
    margin-left: calc(-.64167em + -3px)
  }

  .top .section.curation-gift .curation-gift-inner .copy::after {
    margin-right: calc(-.64167em + -2px)
  }

  .top .section.curation-gift .curation-gift-inner .catch {
    display: block;
    width: 1008px;
    height: 116px;
    position: absolute;
    bottom: -4px;
    left: 0;
    font-size: 143px;
    line-height: .59266;
    letter-spacing: .082em;
    line-height: 1.3;
    text-align: center;
    color: white
  }

  .top .section.curation-gift .curation-gift-inner .catch::before, .top .section.curation-gift .curation-gift-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section.curation-gift .curation-gift-inner .catch::before {
    margin-bottom: calc(-0em + -39px)
  }

  .top .section.curation-gift .curation-gift-inner .catch::after {
    margin-top: 0em
  }

  .top .section.curation-gift .curation-gift-inner .link a {
    font-size: 15px;
    line-height: 1.768;
    letter-spacing: .045em;
    line-height: 1.0608;
    color: #A93439;
    display: block;
    position: absolute;
    right: 76px;
    bottom: 86px
  }

  .top .section.curation-gift .curation-gift-inner .link a::before, .top .section.curation-gift .curation-gift-inner .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section.curation-gift .curation-gift-inner .link a::before {
    margin-bottom: -0.0304em
  }

  .top .section.curation-gift .curation-gift-inner .link a::after {
    margin-top: -0.16373em
  }

  .top .section.curation-gift .curation-gift-inner .link a .arrow {
    position: relative;
    display: block;
    width: 19px;
    height: 6px;
    transition: all 0.25s ease-out;
    top: 3px;
    left: -11px;
    transition: all 0.25s ease-out
  }

  .top .section.curation-gift .curation-gift-inner .link a .arrow::before, .top .section.curation-gift .curation-gift-inner .link a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #A93439;
    border-radius: .5px
  }

  .top .section.curation-gift .curation-gift-inner .link a .arrow::before {
    width: 19px;
    content: "";
    bottom: 0
  }

  .top .section.curation-gift .curation-gift-inner .link a .arrow::after {
    width: 7.81025px;
    content: "";
    transform: rotate(50.19443deg);
    bottom: 3px;
    right: -1.40512px
  }

  .top .section.curation-gift .curation-gift-inner .link a:hover {
    text-decoration: none
  }

  .top .section.curation-gift .curation-gift-inner .link a:hover .arrow {
    left: -6px
  }

  .top .prd-category {
    position: relative
  }
}

@media screen and (max-width: 880px) {
  .top .section#carousel__wrapper {
    display: block;
    width: 100vw;
    height: 100.56818vw;
    position: relative;
    margin-top: 0
  }

  .top .section#carousel__wrapper .carousel__list {
    display: block;
    width: 100vw;
    height: 100.56818vw;
    position: relative
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item {
    display: block;
    width: 100vw;
    height: 100.56818vw;
    position: absolute;
    transition: opacity 1.15s ease-out, visibility 1.15s ease-out;
    opacity: 0;
    visibility: hidden
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.active {
    opacity: 1;
    visibility: visible
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/munk-bg-tb.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy {
    font-size: 2.5vw;
    line-height: 2.09091;
    letter-spacing: .1em;
    line-height: 2.09091;
    font-weight: bold;
    color: #fff;
    border: 1px dotted transparent;
    position: absolute;
    top: 40.56818vw;
    right: unset;
    left: 14.09091vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::before {
    margin-bottom: calc(-.71212em + 0px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::after {
    margin-top: calc(-.71212em + 0px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch {
    display: block;
    width: 39.65909vw;
    height: unset;
    position: absolute;
    top: 11.70455vw;
    right: unset;
    bottom: unset;
    left: 13.29545vw;
    font-size: 11.59091vw;
    line-height: 1;
    letter-spacing: .03em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: white;
    border: 1px dotted transparent
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::before {
    margin-bottom: calc(-.16667em + 0px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::after {
    margin-top: calc(-.08333em + 0px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper {
    position: absolute;
    top: 12.72727vw;
    right: 22.84091vw;
    left: unset
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span {
    border: 1px dotted transparent;
    color: #fff
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 6.84205vw;
    line-height: 1;
    letter-spacing: .34em;
    line-height: 1.7;
    border: 1px dotted transparent
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::before {
    margin-bottom: calc(-.51667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::after {
    margin-top: calc(-.51667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 6.8875vw;
    line-height: 1;
    letter-spacing: 0em;
    line-height: 1.7;
    border: 1px dotted transparent
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::before {
    margin-bottom: calc(-.51667em + 6px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::after {
    margin-top: calc(-.51667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 2.5vw;
    line-height: 2.09091;
    letter-spacing: .3em;
    line-height: 2.09091;
    font-weight: bold;
    color: #fff;
    border-top: .45455vw solid #fff;
    border-right: 1px dotted transparent;
    border-bottom: .45455vw solid #fff;
    border-left: 1px dotted transparent;
    padding: 3.29545vw .68182vw 3.40909vw .79545vw;
    margin-top: 7.04545vw;
    text-shadow: 0 0 1px #7d7e85
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::before {
    margin-bottom: calc(-.71212em + 2px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::after {
    margin-top: calc(-.71212em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link {
    position: absolute;
    top: 60.22727vw;
    right: unset;
    left: 14.09091vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a {
    font-size: 2.72727vw;
    line-height: 1;
    letter-spacing: .1em;
    line-height: 1;
    color: #fff;
    text-align: left;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    display: block;
    width: 14.77273vw;
    height: 1.93182vw;
    transition: all .25s ease-out
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::before {
    margin-bottom: -0.16667em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::after {
    margin-top: -0.16667em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow {
    position: relative;
    display: block;
    width: 3.52273vw;
    height: 1.25vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::after {
    position: absolute;
    display: block;
    height: 3px;
    text-align: center;
    background-color: #fff;
    border-radius: 1.5px
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::before {
    width: 3.52273vw;
    content: "";
    bottom: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::after {
    width: 1.61508vw;
    content: "";
    transform: rotate(50.71059deg);
    bottom: 0.625vw;
    right: -0.29618vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover {
    background-color: #fff;
    color: #A93439;
    text-decoration: none
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover span.arrow::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover span.arrow::after {
    background-color: #A93439
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift {
    display: block;
    width: 100vw;
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/curation-gift-bg_tb.jpg");
    background-position: 50% 50%;
    background-size: cover
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 3.63636vw;
    line-height: 2.3125;
    letter-spacing: .5em;
    line-height: 2.25;
    display: block;
    width: 40.34091vw;
    height: 59.88636vw;
    position: absolute;
    top: 11.59091vw;
    right: 8.97727vw;
    word-break: keep-all;
    font-weight: 600
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::before, .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::before {
    margin-left: calc(-.5375em + -3px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::after {
    margin-right: calc(-.5375em + -2px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch {
    display: block;
    width: 83.97727vw;
    height: 35vw;
    position: absolute;
    bottom: -3.18182vw;
    left: 7.72727vw;
    font-size: 18.18182vw;
    line-height: 1;
    letter-spacing: .05em;
    line-height: -40;
    color: #fff
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::before, .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::before {
    margin-bottom: calc(-0em + -2.72727vw)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::after {
    margin-top: calc(-0em + 0vw)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link {
    display: none
  }

  .top .section#carousel__wrapper .carousel__pager {
    position: absolute;
    width: 5vh;
    height: 100.56818vw;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item {
    text-indent: -200%;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: all 1.15s ease-out
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item:hover {
    background-color: #A93439;
    border: none
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item.active {
    background-color: #A93439;
    border: none
  }

  .top .section.curation-gift {
    display: block;
    width: 100vw;
    height: 132.95455vw;
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/curation-gift-bg_tb.jpg");
    background-position: 50% 50%;
    background-size: cover
  }

  .top .section.curation-gift .curation-gift-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
  }

  .top .section.curation-gift .curation-gift-inner .copy {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 4.09091vw;
    line-height: 2.22222;
    letter-spacing: .5em;
    line-height: 2.25;
    display: block;
    width: 40.34091vw;
    height: 59.88636vw;
    position: absolute;
    top: 11.59091vw;
    right: 8.97727vw;
    word-break: keep-all;
    font-weight: 600
  }

  .top .section.curation-gift .curation-gift-inner .copy::before, .top .section.curation-gift .curation-gift-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section.curation-gift .curation-gift-inner .copy::before {
    margin-left: calc(-.50278em + -3px)
  }

  .top .section.curation-gift .curation-gift-inner .copy::after {
    margin-right: calc(-.50278em + -2px)
  }

  .top .section.curation-gift .curation-gift-inner .catch {
    display: block;
    width: 83.97727vw;
    height: 35vw;
    position: absolute;
    bottom: -.45455vw;
    left: 7.72727vw;
    font-size: 19.54545vw;
    line-height: 1;
    letter-spacing: .05em;
    line-height: -40;
    color: #fff
  }

  .top .section.curation-gift .curation-gift-inner .catch::before, .top .section.curation-gift .curation-gift-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section.curation-gift .curation-gift-inner .catch::before {
    margin-bottom: calc(-0em + -2.72727vw)
  }

  .top .section.curation-gift .curation-gift-inner .catch::after {
    margin-top: calc(-0em + 0vw)
  }

  .top .section.curation-gift .curation-gift-inner .link {
    display: none
  }

  .top .prd_list {
    margin-top: 11.36364vw
  }

  .top .prd_list .prd-list-block {
    margin-bottom: 0
  }
}

@media screen and (max-width: 750px) {
  .top .section#carousel__wrapper {
    display: block;
    width: 100vw;
    height: 131.33333vw;
    position: relative;
    margin-top: 0
  }

  .top .section#carousel__wrapper .carousel__list {
    display: block;
    width: 100vw;
    height: 131.33333vw;
    position: relative
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item {
    display: block;
    width: 100vw;
    height: 131.33333vw;
    position: absolute;
    transition: all 1.15s ease-out;
    opacity: 0;
    visibility: hidden
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.active {
    opacity: 1;
    visibility: visible
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk {
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/munk-bg-sp.jpg")
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy {
    font-size: 2.66667vw;
    line-height: 2.9;
    letter-spacing: .3em;
    line-height: 2.9;
    font-weight: bold;
    color: #fff;
    border: 1px dotted transparent;
    position: absolute;
    top: 51.73333vw;
    right: 15.06667vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::before {
    margin-bottom: -1.11667em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .copy::after {
    margin-top: calc(-1.11667em + 3px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch {
    display: block;
    width: 46.4vw;
    height: 24.66667vw;
    position: absolute;
    top: 18.8vw;
    bottom: unset;
    left: 13.06667vw;
    font-size: 13.6vw;
    line-height: 1;
    letter-spacing: .026em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: white;
    border: 1px dotted transparent
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::before {
    margin-bottom: calc(-.16667em + 2px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .catch::after {
    margin-top: calc(-.08333em + -4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper {
    position: absolute;
    top: 17.73333vw;
    left: unset;
    right: 20.53333vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span {
    border: 1px dotted transparent;
    color: #fff
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 8.028vw;
    line-height: 1;
    letter-spacing: .34em;
    line-height: 1.7;
    border: 1px dotted transparent
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::before {
    margin-bottom: calc(-.51667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fwb::after {
    margin-top: calc(-.51667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 8.08133vw;
    line-height: 1;
    letter-spacing: .34em;
    line-height: 1.7;
    border: 1px dotted transparent
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::before {
    margin-bottom: calc(-.51667em + 6px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.title span.fw4::after {
    margin-top: calc(-.51667em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title {
    font-size: 2.93333vw;
    line-height: 2.09091;
    letter-spacing: .1em;
    line-height: 2.09091;
    color: #fff;
    border: 1px dotted transparent;
    margin-top: 8.26667vw;
    padding-top: 3.86667vw;
    padding-right: .66667vw;
    padding-bottom: 3.86667vw;
    padding-left: .8vw;
    border-top: .53333vw solid #fff;
    border-bottom: .53333vw solid #fff
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::before {
    margin-bottom: calc(-.71212em + 2px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .title__wrapper .title__item.sub_title::after {
    margin-top: calc(-.71212em + 4px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link {
    position: absolute;
    top: 74.8vw;
    right: 15.06667vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: .1em;
    line-height: 1;
    color: #fff;
    text-align: left;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    display: block;
    width: 17.2vw;
    height: 2.26667vw;
    transition: all .25s ease-out
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::before {
    margin-bottom: -0.16667em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a::after {
    margin-top: -0.16667em
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow {
    position: relative;
    display: block;
    width: 4.13333vw;
    height: 1.46667vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::after {
    position: absolute;
    display: block;
    height: 3px;
    text-align: center;
    background-color: #fff;
    border-radius: 1.5px
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::before {
    width: 4.13333vw;
    content: "";
    bottom: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a span.arrow::after {
    width: 1.89502vw;
    content: "";
    transform: rotate(50.71059deg);
    bottom: 0.73334vw;
    right: -0.34751vw
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover {
    background-color: #fff;
    color: #A93439;
    text-decoration: none
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover span.arrow::before, .top .section#carousel__wrapper .carousel__list .carousel__item.munk .munk-inner .link a:hover span.arrow::after {
    background-color: #A93439
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift {
    display: block;
    width: 100vw;
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/curation-gift-bg_sp.jpg");
    background-position: 50% 50%;
    background-size: cover
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 4.26667vw;
    line-height: 2.25;
    letter-spacing: .5em;
    line-height: 2.25;
    display: block;
    width: 42.53333vw;
    height: 62.4vw;
    position: absolute;
    top: 12.53333vw;
    right: 12.26667vw;
    word-break: keep-all;
    font-weight: 600
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::before, .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::before {
    margin-left: calc(-.5375em + -3px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .copy::after {
    margin-right: calc(-.5375em + -2px)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch {
    display: block;
    width: 91.6vw;
    height: 38.53333vw;
    position: absolute;
    bottom: -3.33333vw;
    left: 4.53333vw;
    font-size: 21.33333vw;
    line-height: 1;
    letter-spacing: .04em;
    line-height: 1.01;
    color: #fff
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::before, .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::before {
    margin-bottom: calc(-0em + -5.33333vw)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .catch::after {
    margin-top: calc(-0em + -2.66667vw)
  }

  .top .section#carousel__wrapper .carousel__list .carousel__item.curation-gift .curation-gift-inner .link {
    display: none
  }

  .top .section#carousel__wrapper .carousel__pager {
    position: absolute;
    width: 5vh;
    height: 131.33333vw;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item {
    text-indent: -200%;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: all 1.15s ease-out
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item:hover {
    background-color: #A93439;
    border: none
  }

  .top .section#carousel__wrapper .carousel__pager .carousel__pager__item.active {
    background-color: #A93439;
    border: none
  }

  .top .section.curation-gift {
    display: block;
    width: 100vw;
    height: 177.86667vw;
    background-image: url("https://file002.shop-pro.jp/PA01399/151/img/top/curation-gift-bg_sp.jpg");
    background-position: 50% 50%;
    background-size: cover
  }

  .top .section.curation-gift .curation-gift-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
  }

  .top .section.curation-gift .curation-gift-inner .copy {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    -ms-text-combine-horizontal: digits;
    text-combine-upright: digits;
    font-size: 4.26667vw;
    line-height: 2.25;
    letter-spacing: .5em;
    line-height: 2.25;
    display: block;
    width: 42.53333vw;
    height: 62.4vw;
    position: absolute;
    top: 12.53333vw;
    right: 12.26667vw;
    word-break: keep-all;
    font-weight: 600
  }

  .top .section.curation-gift .curation-gift-inner .copy::before, .top .section.curation-gift .curation-gift-inner .copy::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section.curation-gift .curation-gift-inner .copy::before {
    margin-left: calc(-.5375em + -3px)
  }

  .top .section.curation-gift .curation-gift-inner .copy::after {
    margin-right: calc(-.5375em + -2px)
  }

  .top .section.curation-gift .curation-gift-inner .catch {
    display: block;
    width: 91.6vw;
    height: 38.53333vw;
    position: absolute;
    bottom: -3.33333vw;
    left: 4.53333vw;
    font-size: 21.33333vw;
    line-height: 1;
    letter-spacing: .04em;
    line-height: 1.01;
    color: #fff
  }

  .top .section.curation-gift .curation-gift-inner .catch::before, .top .section.curation-gift .curation-gift-inner .catch::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .top .section.curation-gift .curation-gift-inner .catch::before {
    margin-bottom: calc(-0em + -5.33333vw)
  }

  .top .section.curation-gift .curation-gift-inner .catch::after {
    margin-top: calc(-0em + -2.66667vw)
  }

  .top .section.curation-gift .curation-gift-inner .link {
    display: none
  }

  .top .prd_list {
    margin-top: 11.33333vw
  }

  .top .prd_list .prd-list-block {
    margin-bottom: 0
  }
}

#guide dl, #guide dt, #guide dd {
  margin: 0;
  padding: 0
}

@media screen and (min-width: 881px) {
  #guide {
    width: 100%;
    padding: 0;
    margin-top: 176px;
    overflow: hidden
  }

  #guide p {
    margin: 0
  }

  #guide .title {
    font-size: 32px;
    line-height: .75;
    letter-spacing: .08em;
    line-height: 1;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent
  }

  #guide .title::before, #guide .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .title::before {
    margin-bottom: calc(-.075em + -2px)
  }

  #guide .title::after {
    margin-top: calc(-.075em + -3px)
  }

  #guide .desc {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .06em;
    line-height: 1;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    font-weight: bold
  }

  #guide .desc::before, #guide .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .desc::before {
    margin-bottom: -0.1375em
  }

  #guide .desc::after {
    margin-top: -0.1375em
  }

  #guide .text {
    font-size: 12px;
    line-height: 2.16667;
    letter-spacing: 0em;
    line-height: 2.16667;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    font-weight: bold
  }

  #guide .text::before, #guide .text::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .text::before {
    margin-bottom: -0.78333em
  }

  #guide .text::after {
    margin-top: -0.61667em
  }

  #guide .link {
    font-size: 13px;
    line-height: 1.53846;
    letter-spacing: .1em;
    line-height: 1.53846;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent
  }

  #guide .link::before, #guide .link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .link::before {
    margin-bottom: -0.45em
  }

  #guide .link::after {
    margin-top: -0.29615em
  }

  #guide .option-caption {
    font-size: 12px;
    line-height: 2.16667;
    letter-spacing: 0em;
    line-height: 2.16667;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    font-weight: bold;
    color: #921d22
  }

  #guide .option-caption::before, #guide .option-caption::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .option-caption::before {
    margin-bottom: -0.78333em
  }

  #guide .option-caption::after {
    margin-top: -0.61667em
  }

  #guide .option-text {
    font-size: 12px;
    line-height: 1.66667;
    letter-spacing: 0em;
    line-height: 2.16667;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    font-weight: bold
  }

  #guide .option-text::before, #guide .option-text::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .option-text::before {
    margin-bottom: -0.78333em
  }

  #guide .option-text::after {
    margin-top: -0.61667em
  }

  #guide .prd-name {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0em;
    line-height: 2.16667;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    font-weight: bold
  }

  #guide .prd-name::before, #guide .prd-name::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .prd-name::before {
    margin-bottom: -0.78333em
  }

  #guide .prd-name::after {
    margin-top: -0.61667em
  }
}

@media screen and (max-width: 880px) {
  #guide {
    width: 100%;
    padding: 0;
    margin-top: 17.04545vw;
    margin-bottom: 17.04545vw;
    overflow: hidden
  }

  #guide p {
    margin: 0
  }

  #guide .title {
    font-size: 6.70455vw;
    line-height: .45763;
    letter-spacing: .08em;
    line-height: 1
  }

  #guide .title::before, #guide .title::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .title::before {
    margin-bottom: calc(-.10254em + -.22727vw)
  }

  #guide .title::after {
    margin-top: calc(-.11949em + -.34091vw)
  }

  #guide .desc {
    font-size: 2.95455vw;
    line-height: 1.15385;
    letter-spacing: 0em;
    line-height: 1.15385;
    font-weight: bold
  }

  #guide .desc::before, #guide .desc::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .desc::before {
    margin-bottom: calc(-.10385em + 0vw)
  }

  #guide .desc::after {
    margin-top: calc(-.18077em + 0vw)
  }

  #guide .text {
    font-size: 3.40909vw;
    line-height: 1.7;
    letter-spacing: 0em;
    line-height: 1.7;
    font-weight: bold
  }

  #guide .text::before, #guide .text::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .text::before {
    margin-bottom: calc(-.46667em + 0vw)
  }

  #guide .text::after {
    margin-top: calc(-.36667em + 0vw)
  }

  #guide .link {
    font-size: 2.95455vw;
    line-height: .76923;
    letter-spacing: .1em;
    line-height: 1
  }

  #guide .link::before, #guide .link::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .link::before {
    margin-bottom: calc(-.06538em + 0vw)
  }

  #guide .link::after {
    margin-top: calc(-0em + 0vw)
  }

  #guide .option-caption {
    font-size: 2.84091vw;
    line-height: .88;
    letter-spacing: 0em;
    line-height: 1;
    font-weight: bold;
    color: #921d22
  }

  #guide .option-caption::before, #guide .option-caption::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .option-caption::before {
    margin-bottom: calc(-.07em + 0vw)
  }

  #guide .option-caption::after {
    margin-top: calc(-.11em + 0vw)
  }

  #guide .option-text {
    font-size: 3.40909vw;
    line-height: 1.7;
    letter-spacing: 0em;
    line-height: 1.7;
    font-weight: bold
  }

  #guide .option-text::before, #guide .option-text::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .option-text::before {
    margin-bottom: calc(-.4em + 0vw)
  }

  #guide .option-text::after {
    margin-top: calc(-.43333em + 0vw)
  }

  #guide .prd-name {
    font-size: 4.54545vw;
    line-height: 1.55;
    letter-spacing: 0em;
    line-height: 1.55;
    font-weight: bold
  }

  #guide .prd-name::before, #guide .prd-name::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #guide .prd-name::before {
    margin-bottom: calc(-.35em + 0vw)
  }

  #guide .prd-name::after {
    margin-top: calc(-.325em + 0vw)
  }
}

@media screen and (min-width: 881px) {
  #guide #usage-guide {
    margin-bottom: 121px;
    padding-top: 300px;
    margin-top: -300px
  }

  #guide #usage-guide .title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 26px
  }

  #guide #usage-guide .desc {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px
  }

  #guide #usage-guide .text {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 51px
  }

  #guide #usage-guide a.link {
    display: block;
    width: 89px;
    height: 9px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: relative
  }

  #guide #usage-guide a.link .arrow {
    position: relative;
    display: block;
    width: 22px;
    height: 6px;
    transition: all 0.25s ease-out;
    position: absolute;
    top: -1px;
    left: -35px
  }

  #guide #usage-guide a.link .arrow::before, #guide #usage-guide a.link .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #000;
    border-radius: .5px
  }

  #guide #usage-guide a.link .arrow::before {
    width: 22px;
    content: "";
    bottom: 0
  }

  #guide #usage-guide a.link .arrow::after {
    width: 8.48528px;
    content: "";
    transform: rotate(45deg);
    bottom: 3px;
    right: -1.24264px
  }

  #guide #usage-guide a.link:hover {
    color: #A93439;
    text-decoration: none
  }

  #guide #usage-guide a.link:hover .arrow {
    left: -27px
  }

  #guide #usage-guide a.link:hover .arrow::before, #guide #usage-guide a.link:hover .arrow::after {
    background-color: #A93439
  }
}

@media screen and (max-width: 880px) {
  #guide #usage-guide {
    padding-top: 22.72727vw;
    margin-top: -22.72727vw
  }

  #guide #usage-guide .title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 4.65909vw
  }

  #guide #usage-guide .desc {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 11.70455vw
  }

  #guide #usage-guide .text {
    display: block;
    width: 75.68182vw;
    text-align: left;
    margin-right: auto;
    margin-bottom: 11.81818vw;
    margin-left: auto
  }

  #guide #usage-guide a.link {
    display: block;
    width: 20.11364vw;
    margin-right: auto;
    margin-bottom: 24.09091vw;
    margin-left: auto;
    position: relative;
    color: #A93439
  }

  #guide #usage-guide a.link .arrow {
    position: relative;
    display: block;
    width: 2.72727vw;
    height: 0.79545vw;
    position: absolute;
    top: .68182vw;
    left: -5vw
  }

  #guide #usage-guide a.link .arrow::before, #guide #usage-guide a.link .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1px
  }

  #guide #usage-guide a.link .arrow::before {
    width: 2.72727vw;
    content: "";
    bottom: 0
  }

  #guide #usage-guide a.link .arrow::after {
    width: 1.12494vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.39773vw;
    right: -0.16474vw
  }
}

#guide #catalog {
  z-index: -1
}

@media screen and (min-width: 881px) {
  #guide #catalog {
    margin-bottom: 112px;
    position: relative;
    padding-top: 300px;
    margin-top: -300px
  }

  #guide #catalog .title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 26px
  }

  #guide #catalog .desc {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px
  }

  #guide #catalog .text {
    display: block;
    width: 100%;
    text-align: center
  }

  #guide #catalog::before {
    content: "";
    text-align: center;
    position: absolute;
    width: 1366.51564px;
    height: 1px;
    top: 571.5px;
    left: calc(-56.25782px + 50% + -627px + -849px);
    transform: rotate(-23.4133deg);
    background-color: #d3d3d3
  }

  #guide #catalog::after {
    content: "";
    text-align: center;
    position: absolute;
    width: 1139.05224px;
    height: 1px;
    top: 570px;
    left: calc(-23.52612px + 50% + -546px + 822px);
    transform: rotate(16.5258deg);
    background-color: #d3d3d3
  }
}

@media screen and (max-width: 880px) {
  #guide #catalog {
    position: relative;
    padding-top: 22.72727vw;
    margin-top: -22.72727vw
  }

  #guide #catalog .title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 4.88636vw
  }

  #guide #catalog .desc {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 11.59091vw
  }

  #guide #catalog .text {
    display: block;
    width: 75.68182vw;
    text-align: left;
    margin-right: auto;
    margin-bottom: 23.97727vw;
    margin-left: auto
  }

  #guide #catalog::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 33.02207vw;
    height: 2px;
    top: 22.10227vw;
    left: calc(2.7948vw/-2 + 50% + -15.11364vw + -15.11364vw + -19.77273vw);
    transform: rotate(-23.74228deg);
    background-color: #d3d3d3
  }

  #guide #catalog::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 23.57729vw;
    height: 2px;
    top: 26.25vw;
    left: calc(1.07729vw/-2 + 50% + -11.25vw + 11.25vw + 27.5vw);
    transform: rotate(17.38697deg);
    background-color: #d3d3d3
  }
}

@media screen and (min-width: 881px) {
  #guide #wrapping {
    margin-bottom: 101px;
    position: relative;
    padding-top: 300px;
    margin-top: -300px
  }

  #guide #wrapping .title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 26px
  }

  #guide #wrapping .desc {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 65px
  }

  #guide #wrapping .main-visual {
    display: block;
    width: 100%;
    height: 571px;
    background-image: url(/file002.shop-pro.jp/PA01399/151/img/guide/wrapping_mv.jpg);
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 50px
  }

  #guide #wrapping .text {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 71px
  }

  #guide #wrapping .text.text2 {
    width: 599px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 61px
  }

  #guide #wrapping .text.text3 {
    width: 599px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
  }

  #guide #wrapping .photo {
    display: block;
    width: 779px;
    height: 571px;
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 50px
  }

  #guide #wrapping .photo.photo1 {
    background-image: url(/file002.shop-pro.jp/PA01399/151/img/guide/wrapping_photo1.jpg)
  }

  #guide #wrapping .photo.photo2 {
    background-image: url(/file002.shop-pro.jp/PA01399/151/img/guide/wrapping_photo2.jpg)
  }

  #guide #wrapping .options {
    display: block;
    width: 599px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 57px;
    margin-left: auto
  }

  #guide #wrapping .options .option-caption {
    text-align: left;
    margin-bottom: 14px
  }

  #guide #wrapping .options .option-text {
    text-align: left;
    margin-bottom: 41px
  }

  #guide #wrapping .prd-name {
    display: block;
    width: 599px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    text-align: left
  }

  #guide #wrapping::before {
    content: "";
    text-align: center;
    position: absolute;
    width: 1366.51564px;
    height: 1px;
    top: 571.5px;
    left: calc(-56.25782px + 50% + -627px + -849px);
    transform: rotate(-23.4133deg);
    background-color: #d3d3d3;
    z-index: -1
  }

  #guide #wrapping::after {
    content: "";
    text-align: center;
    position: absolute;
    width: 1139.05224px;
    height: 1px;
    top: 570px;
    left: calc(-23.52612px + 50% + -546px + 822px);
    transform: rotate(16.5258deg);
    background-color: #d3d3d3;
    z-index: 10
  }
}

@media screen and (max-width: 880px) {
  #guide #wrapping {
    position: relative;
    padding-top: 22.72727vw;
    margin-top: -22.72727vw
  }

  #guide #wrapping .title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 4.88636vw
  }

  #guide #wrapping .desc {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 11.70455vw
  }

  #guide #wrapping .main-visual {
    display: block;
    width: 100%;
    height: 88.75vw;
    background-image: url(/file002.shop-pro.jp/PA01399/151/img/guide/wrapping_mv.jpg);
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 8.97727vw
  }

  #guide #wrapping .text {
    display: block;
    width: 75.68182vw;
    text-align: left;
    margin-right: auto;
    margin-left: auto
  }

  #guide #wrapping .text.text1 {
    margin-bottom: 13.75vw
  }

  #guide #wrapping .text.text2 {
    margin-bottom: 12.38636vw
  }

  #guide #wrapping .photo {
    display: block;
    width: 76.13636vw;
    height: 50.45455vw;
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
    background-position: 50% 50%
  }

  #guide #wrapping .photo.photo1 {
    background-image: url(/file002.shop-pro.jp/PA01399/151/img/guide/wrapping_photo1.jpg);
    margin-bottom: 8.97727vw
  }

  #guide #wrapping .photo.photo2 {
    background-image: url(/file002.shop-pro.jp/PA01399/151/img/guide/wrapping_photo2.jpg);
    margin-bottom: 0;
    position: relative
  }

  #guide #wrapping .photo.photo2::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67.61364vw;
    height: 7.84091vw;
    background-color: #fff
  }

  #guide #wrapping .options {
    display: block;
    width: 76.13636vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 5.68182vw;
    margin-left: auto
  }

  #guide #wrapping .options .option-caption {
    text-align: left;
    margin-bottom: 5.68182vw
  }

  #guide #wrapping .options .option-text {
    text-align: left;
    margin-bottom: 7.84091vw
  }

  #guide #wrapping .prd-name {
    display: block;
    width: 76.13636vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 8.86364vw;
    margin-left: auto;
    text-align: left
  }

  #guide #wrapping::before {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 33.02207vw;
    height: 2px;
    top: 22.10227vw;
    left: calc(2.7948vw/-2 + 50% + -15.11364vw + -15.11364vw + -19.77273vw);
    transform: rotate(-23.74228deg);
    background-color: #d3d3d3
  }

  #guide #wrapping::after {
    content: "";
    text-align: center;
    position: absolute;
    display: block;
    width: 23.57729vw;
    height: 2px;
    top: 26.25vw;
    left: calc(1.07729vw/-2 + 50% + -11.25vw + 11.25vw + 27.5vw);
    transform: rotate(17.38697deg);
    background-color: #d3d3d3
  }
}

#pp #policy .policy-lst .dt-cap {
  color: #A93439
}

#pp #policy .policy-lst .dd-val {
  font-weight: bold
}

@media screen and (min-width: 881px) {
  #pp {
    margin-top: 66px
  }

  #pp .section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1008px;
    margin: 83px auto
  }

  #pp .section .title, #pp .section .policy-lst {
    display: block
  }

  #pp .section .policy-lst:not(:nth-child(9)) {
    border-bottom: 1px solid #e9e8ea;
    padding-bottom: 80px
  }

  #pp .section .policy-lst:not(:first-child) {
    padding-top: 80px
  }

  #pp .section .title {
    margin-right: 111px
  }

  #pp .section .title .privacy-cap {
    font-size: 26px;
    line-height: 1.65385;
    letter-spacing: .045em;
    line-height: 1.6;
    text-align: center;
    width: 245px;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .title .privacy-cap::before, #pp .section .title .privacy-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .title .privacy-cap::before {
    margin-bottom: calc(-.26923em + -1px)
  }

  #pp .section .title .privacy-cap::after {
    margin-top: calc(-.38462em + 1px)
  }

  #pp .section .title .svg {
    margin-top: 39px
  }

  #pp .section .policy-lst {
    width: 100%
  }

  #pp .section .policy-lst:nth-child(2) {
    margin-right: 53px
  }

  #pp .section .policy-lst .dt-cap {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0em;
    line-height: 1.35714;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-bottom: 19px
  }

  #pp .section .policy-lst .dt-cap::before, #pp .section .policy-lst .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dt-cap::before {
    margin-bottom: -0.22857em
  }

  #pp .section .policy-lst .dt-cap::after {
    margin-top: -0.27857em
  }

  #pp .section .policy-lst .dd-val {
    font-size: 12px;
    line-height: 1.83333;
    letter-spacing: 0em;
    line-height: 1.83333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .policy-lst .dd-val::before, #pp .section .policy-lst .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val::before {
    margin-bottom: -0.43333em
  }

  #pp .section .policy-lst .dd-val::after {
    margin-top: -0.43333em
  }

  #pp .section .policy-lst .dd-val .dt-cap {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0em;
    line-height: 1.35714;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    margin-top: 55px;
    margin-bottom: 19px;
    display: block
  }

  #pp .section .policy-lst .dd-val .dt-cap::before, #pp .section .policy-lst .dd-val .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val .dt-cap::before {
    margin-bottom: -0.22857em
  }

  #pp .section .policy-lst .dd-val .dt-cap::after {
    margin-top: -0.22857em
  }

  #pp .section .policy-lst .dd-val .dt-cap .small {
    font-size: 10px;
    line-height: 3.8;
    letter-spacing: 0em;
    line-height: 3.8;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    display: inline-block
  }

  #pp .section .policy-lst .dd-val .dt-cap .small::before, #pp .section .policy-lst .dd-val .dt-cap .small::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val .dt-cap .small::before {
    margin-bottom: -1.4em
  }

  #pp .section .policy-lst .dd-val .dt-cap .small::after {
    margin-top: -1.4em
  }

  #pp .section#policy {
    padding-top: 300px;
    margin-top: -300px;
    margin-top: -217px
  }

  #pp .section#policy .title .show_privacyPolicyIconWrapper {
    width: 245px;
    text-align: center
  }

  #pp .section#policy .title .show_privacyPolicyIconWrapper .privacyPolicyIconWrapper {
    width: 56px
  }
}

@media screen and (max-width: 880px) {
  #pp {
    border: 2px solid #E9E8EA;
    overflow: hidden
  }

  #pp .section {
    width: 76.59091vw;
    margin-top: 13.97727vw;
    margin-right: auto;
    margin-bottom: 22.72727vw;
    margin-left: auto
  }

  #pp .section .title {
    width: 100%;
    height: 31.93182vw;
    position: relative
  }

  #pp .section .title .privacy-cap {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 17.95455vw;
    font-size: 5.68182vw;
    line-height: 1.6;
    letter-spacing: .045em;
    line-height: 1.6;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .title .privacy-cap::before, #pp .section .title .privacy-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .title .privacy-cap::before {
    margin-bottom: calc(-.28em + -.22727vw)
  }

  #pp .section .title .privacy-cap::after {
    margin-top: calc(-.28em + -.22727vw)
  }

  #pp .section .title .svg {
    width: 10.22727vw;
    position: absolute;
    top: 0;
    left: 33.18182vw
  }

  #pp .section .policy-lst {
    width: 100%;
    position: relative;
    margin-top: 11.81818vw
  }

  #pp .section .policy-lst .dt-cap {
    font-size: 5vw;
    line-height: 2.04545;
    letter-spacing: 0em;
    line-height: 2.04545;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 100%;
    margin-bottom: 5.45455vw;
    display: block
  }

  #pp .section .policy-lst .dt-cap::before, #pp .section .policy-lst .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dt-cap::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  #pp .section .policy-lst .dt-cap::after {
    margin-top: calc(-.40455em + 0vw)
  }

  #pp .section .policy-lst .dt-cap .small {
    font-size: 2.72727vw;
    line-height: 3.75;
    letter-spacing: 0em;
    line-height: 3.75;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    display: inline-block
  }

  #pp .section .policy-lst .dt-cap .small::before, #pp .section .policy-lst .dt-cap .small::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dt-cap .small::before {
    margin-bottom: calc(-1.49167em + 0vw)
  }

  #pp .section .policy-lst .dt-cap .small::after {
    margin-top: calc(-1.40833em + 0vw)
  }

  #pp .section .policy-lst .dd-val {
    font-size: 3.40909vw;
    line-height: 1.73333;
    letter-spacing: 0em;
    line-height: 1.73333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 100%;
    margin-bottom: 8.29545vw
  }

  #pp .section .policy-lst .dd-val::before, #pp .section .policy-lst .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val::before {
    margin-bottom: calc(-.2em + 0vw)
  }

  #pp .section .policy-lst .dd-val::after {
    margin-top: calc(-.2em + 0vw)
  }

  #pp .section .policy-lst .dd-val .notice {
    font-size: 2.95455vw;
    line-height: 1.84615;
    letter-spacing: 0em;
    line-height: 1.84615;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .policy-lst .dd-val .notice::before, #pp .section .policy-lst .dd-val .notice::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val .notice::before {
    margin-bottom: calc(-.50769em + 0vw)
  }

  #pp .section .policy-lst .dd-val .notice::after {
    margin-top: calc(-.50769em + 0vw)
  }

  #pp .section .policy-lst .dd-val .dt-cap {
    font-size: 5vw;
    line-height: 2.04545;
    letter-spacing: 0em;
    line-height: 2.04545;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 100%
  }

  #pp .section .policy-lst .dd-val .dt-cap::before, #pp .section .policy-lst .dd-val .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val .dt-cap::before {
    margin-bottom: calc(-.45em + 0vw)
  }

  #pp .section .policy-lst .dd-val .dt-cap::after {
    margin-top: calc(-.45em + 0vw)
  }

  #pp .section .policy-lst .dd-val .dd-val {
    font-size: 3.40909vw;
    line-height: 1.73333;
    letter-spacing: 0em;
    line-height: 1.73333;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    width: 100%
  }

  #pp .section .policy-lst .dd-val .dd-val::before, #pp .section .policy-lst .dd-val .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val .dd-val::before {
    margin-bottom: calc(-.4em + 0vw)
  }

  #pp .section .policy-lst .dd-val .dd-val::after {
    margin-top: calc(-.4em + 0vw)
  }

  #pp .section#policy {
    padding-top: 22.72727vw;
    margin-top: -22.72727vw
  }
}

@media screen and (max-width: 750px) {
  #pp .section {
    width: 74.4vw;
    margin-top: 16vw;
    margin-right: auto;
    margin-bottom: 19.73333vw;
    margin-left: auto
  }

  #pp .section .title .privacy-cap {
    font-size: 5.7vw;
    line-height: 1.6;
    letter-spacing: .045em;
    line-height: 1.6;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .title .privacy-cap::before, #pp .section .title .privacy-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .title .privacy-cap::before {
    margin-bottom: calc(-.32749em + -.26667vw)
  }

  #pp .section .title .privacy-cap::after {
    margin-top: calc(-.32749em + -.26667vw)
  }

  #pp .section .policy-lst .dt-cap {
    font-size: 5.06667vw;
    line-height: 2.05263;
    letter-spacing: 0em;
    line-height: 2.05263;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .policy-lst .dt-cap::before, #pp .section .policy-lst .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dt-cap::before {
    margin-bottom: calc(-.51579em + 0vw)
  }

  #pp .section .policy-lst .dt-cap::after {
    margin-top: calc(-.48947em + 0vw)
  }

  #pp .section .policy-lst .dd-val {
    font-size: 2.95455vw;
    line-height: 1.92308;
    letter-spacing: 0em;
    line-height: 1.92308;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .policy-lst .dd-val::before, #pp .section .policy-lst .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val::before {
    margin-bottom: calc(-.31538em + 0vw)
  }

  #pp .section .policy-lst .dd-val::after {
    margin-top: calc(-.31538em + 0vw)
  }

  #pp .section .policy-lst .dd-val .dt-cap {
    font-size: 5.06667vw;
    line-height: 2.05263;
    letter-spacing: 0em;
    line-height: 2.05263;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .policy-lst .dd-val .dt-cap::before, #pp .section .policy-lst .dd-val .dt-cap::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val .dt-cap::before {
    margin-bottom: calc(-.51579em + 0vw)
  }

  #pp .section .policy-lst .dd-val .dt-cap::after {
    margin-top: calc(-.48947em + 0vw)
  }

  #pp .section .policy-lst .dd-val .dd-val {
    font-size: 2.95455vw;
    line-height: 1.92308;
    letter-spacing: 0em;
    line-height: 1.92308;
    border-top: 1px dotted rgba(0, 0, 0, 0);
    border-bottom: 1px dotted rgba(0, 0, 0, 0)
  }

  #pp .section .policy-lst .dd-val .dd-val::before, #pp .section .policy-lst .dd-val .dd-val::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  #pp .section .policy-lst .dd-val .dd-val::before {
    margin-bottom: calc(-.31538em + 0vw)
  }

  #pp .section .policy-lst .dd-val .dd-val::after {
    margin-top: calc(-.31538em + 0vw)
  }

  #pp .section#policy {
    padding-top: 26.66667vw;
    margin-top: -26.66667vw;
    margin-top: -10.66667vw
  }
}

#privacyPolicyIconWrapper .st0 {
  fill: none;
  stroke: #A93439;
  stroke-width: 2;
  stroke-linecap: square
}

.tooltip__wrapper {
  z-index: 10;
  padding: 0;
  position: absolute;
  width: 300px;
  display: block;
  border: 1px solid #e9e8ea;
  background-color: #fff;
  transition: all .30s ease-out;
  top: 65px;
  right: calc(100% / 2 - 1164px / 2);
  box-shadow: 0 11px 10px -6px rgba(0, 0, 0, .1)
}

.tooltip__wrapper.on {
  opacity: 1;
  transform: translatey(7px);
  visibility: visible
}

.tooltip__wrapper.off {
  opacity: 0;
  transform: translatey(0);
  visibility: hidden
}

.tooltip__wrapper::before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #e9e8ea;
  border-left: 1px solid #e9e8ea;
  content: '';
  transform: rotate(45deg);
  background-color: #fff;
  top: -7.5px;
  right: 0;
  bottom: 0;
  left: calc(50% - 7.5px)
}

.tooltip__wrapper::after {
  position: absolute;
  display: block;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  content: '';
  background-color: rgba(255, 255, 0, 0);
  z-index: -1;
  top: -25px;
  right: 0;
  bottom: 0;
  left: -25px
}

.tooltip__wrapper .tooltip__main {
  background-color: #fff;
  position: relative;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%
}

.tooltip__wrapper .tooltip__main .tooltip__list {
  list-style: none;
  text-align: center
}

.tooltip__wrapper .tooltip__main .tooltip__list .tooltip__list-item {
  padding: 0;
  z-index: 10;
  position: relative
}

.tooltip__wrapper .tooltip__main .tooltip__list .tooltip__list-item:not(:first-child)::after {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background-color: #e9e8ea;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10%
}

.tooltip__wrapper .tooltip__main .tooltip__list .tooltip__list-item a {
  color: black;
  text-decoration: none;
  z-index: 10;
  transition: color .25s ease-out;
  display: block;
  width: 100%;
  font-size: 13.5px;
  line-height: 1;
  letter-spacing: .1em;
  line-height: 1;
  border: 1px dotted transparent;
  padding: 23px 18px
}

.tooltip__wrapper .tooltip__main .tooltip__list .tooltip__list-item a::before, .tooltip__wrapper .tooltip__main .tooltip__list .tooltip__list-item a::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.tooltip__wrapper .tooltip__main .tooltip__list .tooltip__list-item a::before {
  margin-bottom: -0.225em
}

.tooltip__wrapper .tooltip__main .tooltip__list .tooltip__list-item a::after {
  margin-top: -0.225em
}

.tooltip__wrapper .tooltip__main .tooltip__list .tooltip__list-item a:hover {
  color: #A93439
}

.section.feature {
  border-top: 1px solid #d3d3d3;
  padding-top: 80px
}

@media screen and (max-width: 880px) {
  .section.feature {
    padding-top: 16vw;
    padding-bottom: 16.53333vw
  }
}

.section.feature .feature__wrapper .section__title {
  margin-bottom: 50px
}

@media screen and (max-width: 880px) {
  .section.feature .feature__wrapper .section__title {
    margin-bottom: 11.36364vw
  }
}

@media screen and (max-width: 750px) {
  .section.feature .feature__wrapper .section__title {
    margin-bottom: 10.53333vw
  }
}

.section.feature .feature__wrapper .section__title h3 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: .1em;
  line-height: 1.3;
  border: 1px dotted transparent;
  text-align: center
}

.section.feature .feature__wrapper .section__title h3::before, .section.feature .feature__wrapper .section__title h3::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.section.feature .feature__wrapper .section__title h3::before {
  margin-bottom: calc(-.31667em + 0px)
}

.section.feature .feature__wrapper .section__title h3::after {
  margin-top: calc(-.31667em + 0px)
}

@media screen and (max-width: 880px) {
  .section.feature .feature__wrapper .section__title h3 {
    font-size: 7.2vw;
    line-height: 1;
    letter-spacing: .1em;
    line-height: 1.3
  }

  .section.feature .feature__wrapper .section__title h3::before, .section.feature .feature__wrapper .section__title h3::after {
    content: '';
    display: block;
    height: 0;
    width: 0
  }

  .section.feature .feature__wrapper .section__title h3::before {
    margin-bottom: calc(-.31667em + 0px)
  }

  .section.feature .feature__wrapper .section__title h3::after {
    margin-top: calc(-.31667em + 0px)
  }
}

@media screen and (max-width: 880px) {
  .section.feature.munk {
    padding-top: 15.90909vw;
    padding-bottom: 15.90909vw
  }
}

@media screen and (max-width: 750px) {
  .section.feature.munk {
    padding-top: 16.13333vw;
    padding-bottom: 16vw
  }
}

.section.feature.munk .feature__image img.feature__image__pc {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto
}

.section.feature.munk .feature__image img.feature__image__tb {
  margin-bottom: 10.53333vw
}

.section.feature.munk .feature__image img.feature__image__sp {
  margin-bottom: 10.53333vw
}

.section.feature.munk .feature__title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  line-height: 1;
  border: 1px dotted transparent;
  display: block;
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto
}

.section.feature.munk .feature__title::before, .section.feature.munk .feature__title::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.section.feature.munk .feature__title::before {
  margin-bottom: calc(-.16667em + 1px)
}

.section.feature.munk .feature__title::after {
  margin-top: calc(-.16667em + 3px)
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__title {
    font-size: 5.33333vw;
    line-height: 1;
    letter-spacing: .02em
  }
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__title {
    max-width: 100vw
  }
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__title {
    margin-bottom: 6.66667vw;
    padding-left: 13.33333vw
  }
}

.section.feature.munk .feature__subcopy {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  line-height: 1;
  border: 1px dotted transparent;
  display: block;
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto
}

.section.feature.munk .feature__subcopy::before, .section.feature.munk .feature__subcopy::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.section.feature.munk .feature__subcopy::before {
  margin-bottom: calc(-.16667em + 1px)
}

.section.feature.munk .feature__subcopy::after {
  margin-top: calc(-.16667em + 1px)
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__subcopy {
    font-size: 3.46667vw;
    line-height: 2.07692;
    letter-spacing: .02em
  }
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__subcopy {
    max-width: 100vw;
    padding-left: 13.33333vw;
    margin-bottom: 6.25vw
  }
}

.section.feature.munk .feature__conversion {
  display: block;
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__conversion {
    max-width: 100vw;
    padding-left: 13.33333vw
  }
}

.section.feature.munk .feature__conversion a {
  position: absolute;
  display: block;
  width: 167px;
  height: 33px;
  padding-top: 12px;
  padding-right: 49px;
  padding-bottom: 11px;
  padding-left: 73px;
  border: 1px solid #A93439;
  border-radius: 2px;
  top: -47px;
  right: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .1em;
  line-height: 1.3;
  color: #A93439;
  transition: color .25s ease-out, background-color .25s ease-out
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__conversion a {
    position: relative
  }
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__conversion a {
    width: 16.13636vw;
    height: 2.38636vw;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 4.77273vw;
    border: 1px solid transparent
  }
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__conversion a {
    top: unset;
    right: unset
  }
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__conversion a {
    font-size: 3.18182vw;
    line-height: 1;
    letter-spacing: .1em
  }
}

@media screen and (max-width: 750px) {
  .section.feature.munk .feature__conversion a {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: .1em
  }
}

.section.feature.munk .feature__conversion a::before, .section.feature.munk .feature__conversion a::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.section.feature.munk .feature__conversion a::before {
  margin-bottom: calc(-.31667em + 0px)
}

.section.feature.munk .feature__conversion a::after {
  margin-top: calc(-.31667em + 0px)
}

.section.feature.munk .feature__conversion a .arrow {
  position: relative;
  display: block;
  width: 18px;
  height: 6px;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 11px;
  left: 42px;
  transition: background-color .25s ease-out
}

.section.feature.munk .feature__conversion a .arrow::before, .section.feature.munk .feature__conversion a .arrow::after {
  position: absolute;
  display: block;
  height: 1px;
  text-align: center;
  background-color: #A93439;
  border-radius: .5px
}

.section.feature.munk .feature__conversion a .arrow::before {
  width: 18px;
  content: "";
  bottom: 0
}

.section.feature.munk .feature__conversion a .arrow::after {
  width: 7.81025px;
  content: "";
  transform: rotate(50.19443deg);
  bottom: 3px;
  right: -1.40512px
}

@media screen and (max-width: 880px) {
  .section.feature.munk .feature__conversion a .arrow {
    position: relative;
    display: block;
    width: 2.61364vw;
    height: 0.90909vw;
    top: 2.04545vw;
    left: -4.65909vw
  }

  .section.feature.munk .feature__conversion a .arrow::before, .section.feature.munk .feature__conversion a .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #A93439;
    border-radius: 1px
  }

  .section.feature.munk .feature__conversion a .arrow::before {
    width: 2.61364vw;
    content: "";
    bottom: 0
  }

  .section.feature.munk .feature__conversion a .arrow::after {
    width: 1.13636vw;
    content: "";
    transform: rotate(53.1301deg);
    bottom: 0.45455vw;
    right: -0.22727vw
  }
}

@media screen and (max-width: 750px) {
  .section.feature.munk .feature__conversion a .arrow {
    position: relative;
    display: block;
    width: 2.5vw;
    height: 0.90909vw;
    top: 2.04545vw;
    left: -4.65909vw
  }

  .section.feature.munk .feature__conversion a .arrow::before, .section.feature.munk .feature__conversion a .arrow::after {
    position: absolute;
    display: block;
    height: 1px;
    text-align: center;
    background-color: #A93439;
    border-radius: .5px
  }

  .section.feature.munk .feature__conversion a .arrow::before {
    width: 2.5vw;
    content: "";
    bottom: 0
  }

  .section.feature.munk .feature__conversion a .arrow::after {
    width: 1.13636vw;
    content: "";
    transform: rotate(53.1301deg);
    bottom: 0.45455vw;
    right: -0.22727vw
  }
}

.section.feature.munk .feature__conversion a:hover {
  text-decoration: none;
  background-color: #A93439;
  color: #fff
}

.section.feature.munk .feature__conversion a:hover .arrow::before, .section.feature.munk .feature__conversion a:hover .arrow::after {
  background-color: #fff
}

.md__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 443px;
  max-width: 660px;
  min-width: 443px;
  height: auto;
  z-index: 200000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%)
}

.md_show {
  visibility: visible
}

.md_show~.md_overlay {
  opacity: 1;
  visibility: visible
}

.md_show.md_stock_notification~.md_overlay {
  background: #fff
}

.md_show.md_stock_notification .md_modal__content {
  transform: scale(1);
  opacity: 1
}

.md_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 100000;
  opacity: 0;
  background: #fff;
  transition: all 0.3s
}

.md_modal__content {
  color: #000;
  position: relative;
  border-radius: 3px;
  margin: 0 auto
}

.md_modal__content .md_modal_content__title, .md_modal__content .md_modal_content_about__title, .md_modal__content .md_modal_content_about__text, .md_modal__content .md_modal_content__note, .md_modal__content .md_modal_content__action {
  padding: 0;
  text-align: center;
  font-weight: bold;
  background: none
}

.md_modal__content .md_modal_content__title {
  margin: 0 0 58px 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: .045em;
  line-height: 1.3
}

.md_modal__content .md_modal_content__title::before, .md_modal__content .md_modal_content__title::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.md_modal__content .md_modal_content__title::before {
  margin-bottom: calc(-.31667em + 0px)
}

.md_modal__content .md_modal_content__title::after {
  margin-top: calc(-.31667em + 0px)
}

.md_modal__content .md_modal_content_about__title {
  margin: 0 0 42px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  line-height: 1.3
}

.md_modal__content .md_modal_content_about__title::before, .md_modal__content .md_modal_content_about__title::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.md_modal__content .md_modal_content_about__title::before {
  margin-bottom: calc(-.31667em + 0px)
}

.md_modal__content .md_modal_content_about__title::after {
  margin-top: calc(-.31667em + 0px)
}

.md_modal__content .md_modal_content_about__text {
  margin: 0 0 46px 0;
  font-size: 13px;
  line-height: 2.15385;
  letter-spacing: 0em;
  line-height: 2.15385
}

.md_modal__content .md_modal_content_about__text::before, .md_modal__content .md_modal_content_about__text::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.md_modal__content .md_modal_content_about__text::before {
  margin-bottom: calc(-.74359em + 0px)
}

.md_modal__content .md_modal_content_about__text::after {
  margin-top: calc(-.74359em + 0px)
}

.md_modal__content .md_modal_content__note {
  margin: 0 0 49px 0;
  font-size: 13px;
  line-height: 2.15385;
  letter-spacing: 0em;
  line-height: 2.15385;
  color: #7f7f7f
}

.md_modal__content .md_modal_content__note::before, .md_modal__content .md_modal_content__note::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.md_modal__content .md_modal_content__note::before {
  margin-bottom: calc(-.74359em + 0px)
}

.md_modal__content .md_modal_content__note::after {
  margin-top: calc(-.74359em + 0px)
}

.md_modal__content .md_modal_content__action {
  position: relative;
  padding-top: 50px
}

.md_modal__content .md_modal_content__action::before {
  content: '';
  display: block;
  width: 180px;
  height: 1px;
  background-color: #d3d3d3;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: calc(50% - 180px / 2)
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request, .md_modal__content .md_modal_content__action .md_modal_content_action__close {
  text-align: center
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request:hover, .md_modal__content .md_modal_content__action .md_modal_content_action__close:hover {
  text-decoration: none
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request {
  display: block;
  margin: 0 0 70px 0;
  font-size: 18px;
  line-height: 2.66667;
  letter-spacing: .045em;
  line-height: 1.3;
  transition: color .25s ease-out
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request::before, .md_modal__content .md_modal_content__action .md_modal_content_action__request::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request::before {
  margin-bottom: calc(-.31667em + 0px)
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request::after {
  margin-top: calc(-.31667em + 0px)
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow {
  position: relative;
  display: block;
  width: 16px;
  height: 6px;
  transition: all 0.25s ease-out;
  top: 14px;
  left: 47px;
  transition: left .25s ease-out
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::before, .md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::after {
  position: absolute;
  display: block;
  height: 1px;
  text-align: center;
  background-color: #000;
  border-radius: .5px
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::before {
  width: 16px;
  content: "";
  bottom: 0
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::after {
  width: 8.48528px;
  content: "";
  transform: rotate(45deg);
  bottom: 3px;
  right: -1.24264px
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::before, .md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::after {
  transition: background-color .25s ease-out
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request:hover {
  color: #A93439
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request:hover .arrow {
  left: 57px
}

.md_modal__content .md_modal_content__action .md_modal_content_action__request:hover .arrow::before, .md_modal__content .md_modal_content__action .md_modal_content_action__request:hover .arrow::after {
  background-color: #A93439
}

.md_modal__content .md_modal_content__action .md_modal_content_action__close {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: .12em;
  line-height: 1.3;
  transition: color .25s ease-out;
  color: #7f7f7f;
  font-weight: bold
}

.md_modal__content .md_modal_content__action .md_modal_content_action__close::before, .md_modal__content .md_modal_content__action .md_modal_content_action__close::after {
  content: '';
  display: block;
  height: 0;
  width: 0
}

.md_modal__content .md_modal_content__action .md_modal_content_action__close::before {
  margin-bottom: calc(-.31667em + 0px)
}

.md_modal__content .md_modal_content__action .md_modal_content_action__close::after {
  margin-top: calc(-.31667em + 0px)
}

.md_modal__content .md_modal_content__action .md_modal_content_action__close .cross {
  position: relative;
  width: 10px;
  height: 10px;
  top: 3px;
  left: -20px
}

.md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::before, .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::after {
  content: "";
  text-align: center;
  position: absolute;
  width: 14.14214px;
  height: 1px;
  top: 4.5px;
  left: -2.32107px;
  background-color: #7f7f7f;
  border-radius: 0
}

.md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::before {
  transform: rotate(-45deg)
}

.md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::after {
  transform: rotate(45deg)
}

.md_stock_notification .md_modal__content {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s
}

.md_stock_notification .md_modal__content, .md_stock_notification .md_modal__content h3 {
  background: transparent
}

@media screen and (max-width: 880px) {
  .md__modal {
    width: 87.2vw;
    max-width: 100%;
    min-width: 87.2vw
  }

  .md_modal__content .md_modal_content__title {
    margin: 0 0 11.73333vw 0;
    font-size: 5.6vw;
    line-height: 1;
    letter-spacing: .02em
  }

  .md_modal__content .md_modal_content_about__title {
    margin: 0 0 6.26667vw 0;
    font-size: 2.93333vw;
    line-height: 1.09091;
    letter-spacing: -.04em
  }

  .md_modal__content .md_modal_content_about__text {
    margin: 0 0 3.53333vw 0;
    font-size: 2.93333vw;
    line-height: 2.18182;
    letter-spacing: -.02em
  }

  .md_modal__content .md_modal_content__note {
    margin: 0 0 5.66667vw 0;
    font-size: 2.66667vw;
    line-height: 2.3;
    letter-spacing: 0em
  }

  .md_modal__content .md_modal_content__action {
    padding-top: 5.6vw
  }

  .md_modal__content .md_modal_content__action::before {
    width: 24vw;
    height: 2px;
    left: calc(50% - 12vw)
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request {
    margin: 0 0 11.2vw 0;
    font-size: 3.73333vw;
    line-height: 1;
    letter-spacing: .045em
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow {
    position: relative;
    display: block;
    width: 4.8vw;
    height: 1.86667vw;
    top: 2.66667vw;
    left: 8vw
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::before, .md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::after {
    position: absolute;
    display: block;
    height: 2px;
    text-align: center;
    background-color: #000;
    border-radius: 1px
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::before {
    width: 4.8vw;
    content: "";
    bottom: 0
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request .arrow::after {
    width: 2.63987vw;
    content: "";
    transform: rotate(45deg);
    bottom: 0.93334vw;
    right: -0.3866vw
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request:hover {
    color: unset
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request:hover .arrow {
    left: 8vw
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request:hover .arrow::before, .md_modal__content .md_modal_content__action .md_modal_content_action__request:hover .arrow::after {
    background-color: #000
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close {
    padding: 4.26667vw 0;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: .12em;
    position: relative
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close::before {
    content: '';
    display: block;
    width: 120%;
    height: 2px;
    background-color: #d3d3d3;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -10%
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross {
    position: relative;
    width: 20;
    height: 20;
    top: .8vw;
    left: -5.33333vw
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::before, .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::after {
    content: "";
    text-align: center;
    position: absolute;
    width: 3.77124vw;
    height: 2px;
    top: 9px;
    left: -4.64214px;
    background-color: #7f7f7f;
    border-radius: 0
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::before {
    transform: rotate(-45deg)
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::after {
    transform: rotate(45deg)
  }
}

@media screen and (max-width: 750px) {
  .md__modal {
    width: 87.2vw;
    max-width: 100%;
    min-width: 87.2vw
  }

  .md_modal__content .md_modal_content__title {
    margin: 0 0 11.73333vw 0;
    font-size: 5.6vw;
    line-height: 1;
    letter-spacing: .02em
  }

  .md_modal__content .md_modal_content_about__title {
    margin: 0 0 6.26667vw 0;
    font-size: 2.93333vw;
    line-height: 1.09091;
    letter-spacing: -.04em
  }

  .md_modal__content .md_modal_content_about__text {
    margin: 0 0 7.06667vw 0;
    font-size: 2.93333vw;
    line-height: 2.18182;
    letter-spacing: -.02em
  }

  .md_modal__content .md_modal_content__note {
    margin: 0 0 11.33333vw 0;
    font-size: 2.66667vw;
    line-height: 2.3;
    letter-spacing: 0em
  }

  .md_modal__content .md_modal_content__action {
    padding-top: 11.2vw
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__request {
    margin: 0 0 22.4vw 0;
    font-size: 3.73333vw;
    line-height: 1;
    letter-spacing: .045em
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close {
    padding: 8.53333vw 0;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: .12em
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross {
    position: relative;
    width: 20;
    height: 20;
    top: -.8vw;
    left: -4vw
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::before, .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::after {
    content: "";
    text-align: center;
    position: absolute;
    width: 3.77124vw;
    height: 1px;
    top: 9.5px;
    left: -4.39214px;
    background-color: #7f7f7f;
    border-radius: 0
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::before {
    transform: rotate(-45deg)
  }

  .md_modal__content .md_modal_content__action .md_modal_content_action__close .cross::after {
    transform: rotate(45deg)
  }
}

.breadcrumb .breadcrumb-item:not(:first-child)::before {
  content: "";
  padding-right: 0
}

.breadcrumb .breadcrumb-item::after {
  content: ">";
  padding-left: 4.2px;
  padding-left: .3rem;
  color: #e7e9ed
}

.card {
  border: none
}

.card .card-image {
  margin: .7rem
}

.card .card-image img {
  width: 100%
}
