@charset "UTF-8";

.news .title__text,
.news .title__text--small,
.storeInfo .title__text,
.storeInfo .title__text--small {
  display: inline-block;
  width: auto;
}

html {
  font-size: calc(100vw / 108);
  min-height: 0vw;
  text-align: justify;
}

body {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  color: #000000;
  background-color: #ffffff;
  overscroll-behavior-y: none;
}

html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
}

html._isTranslate,
body._isTranslate {
  overflow: hidden;
  height: 100%;
}

html._isFixed,
body._isFixed {
  overflow: hidden;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

picture {
  width: 100%;
}

img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.bodyWrapper {
  transition: all 0.6s;
  padding: 110px 0 0 0;
  transform: translateX(0);
}

.bodyWrapper._isTranslate {
  transform: translateX(-250px);
}

.subBody {
  position: relative;
  display: flex;
}

.header {
  width: 100%;
  height: 110px;
  box-shadow: 0px -8px 15px 0px rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  transition: all 600ms;
  left: 0;
}

.header__container {
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.header__title {
  position: absolute;
  top: 47px;
  left: 44px;
  width: 198px;
  height: 26px;
}

.header__text {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  position: absolute;
  top: 0px;
  right: -94px;
}

.header__logo {
  width: 32px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.header__iconList {
  position: absolute;
  top: 41px;
  right: 32px;
}

.header__overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header__overlay._isOpen {
  position: fixed;
  cursor: pointer;
}

.header__overlay._isOpen {
  width: 100%;
  height: 100vh;
  top: 220px;
}

.header._isTranslate {
  left: -250px;
}

.header::after {
  content: "";
  width: 20px;
  height: 110px;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 101;
  background-color: #ffffff;
}

.header .iconList {
  display: flex;
}

.header .iconList__cart {
  width: 26px;
  margin: 0 0 0 23px;
}

.header .iconList__search {
  width: 26px;
  cursor: pointer;
}

.header .iconList__menu {
  width: 26px;
  cursor: pointer;
  z-index: 100;
  margin: 0 0 0 37px;
}

.header .menuButton {
  position: relative;
  transition: all 800ms;
}

.header .menuButton__hamburger {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header .menuButton__close {
  opacity: 0;
  width: 21px;
  position: absolute;
  top: 2.5px;
  left: 0;
  right: 0;
  margin: auto;
}

.header .menuButton._isOpen .menuButton__hamburger {
  opacity: 0;
}

.header .menuButton._isOpen .menuButton__close {
  opacity: 1;
}

.header .searchArea {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transform: translateY(0px);
  transition: all 500ms;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  height: 110px;
}

.header .searchArea__form {
  display: block;
  margin: 0 auto;
  position: relative;
}

.header .searchArea input[type="text"].searchArea__field {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  font-family: a-otf-ryumin-pr6n, serif;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px #000000 solid;
}

.header .searchArea input[type="text"].searchArea__field:focus {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  outline: 0;
  border-bottom: #888888 1px solid;
}

.header .searchArea input[type="button" i].searchArea__resetButton {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  width: 12px;
  height: 12px;
  background: url("//sk-store-assets-test.machine.ne.jp/img/clear_icon.png");
  background-position: top center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 38px;
  right: 12px;
  padding: 0;
  cursor: pointer;
}

.header .searchArea__submitButton {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  width: 20px;
  height: 21px;
  background: url("//sk-store-assets-test.machine.ne.jp/img/icon_search.png");
  background-position: top center;
  background-size: 20px 21px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header .searchArea__closeButton {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  cursor: pointer;
}

.header .searchArea._isOpen {
  display: block;
  z-index: 1;
}

.header .searchArea._isOpen .searchArea__field {
  display: inline-block;
  opacity: 1;
}

.header .searchArea._isOpen .searchArea__resetButton {
  display: inline-block;
}

.header .searchArea._isOpen .searchArea__submitButton {
  display: block;
}

.header .searchArea._isOpen .searchArea__closeButton {
  display: block;
}

.header .searchArea__form {
  width: 40%;
  max-width: 540px;
  height: 110px;
}

.header .searchArea input[type="text"].searchArea__field {
  padding: 0 30px 0 10px;
  width: calc(100% - 30px);
  height: 50px;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  line-height: inherit;
  color: #000000;
}

.header .searchArea input[type="text"].searchArea__field:placeholder {
  font-size: 18px;
  line-height: inherit;
  color: #000000;
}

.header .searchArea__submitButton {
  position: absolute;
  top: 35px;
  right: -25px;
}

.header .searchArea__closeButton {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 39px;
  right: 39px;
}

.header .searchArea._isOpen {
  transform: translateY(110px);
  opacity: 1;
}

.mainMenu {
  width: 250px;
  background-color: #ffffff;
  position: fixed;
  right: -250px;
  overflow-y: auto;
  height: 100vh;
  z-index: 10000;
  transition: all 600ms;
}

.mainMenu__inner {
  width: auto;
  padding: 35px 0 50px 39px;
}

.mainMenu._isOpen {
  right: 0;
}

.mainMenuOverlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.mainMenuOverlay._isOpen {
  position: fixed;
  cursor: pointer;
}

.mainMenuOverlay._isOpen {
  width: calc(100% - 250px);
  height: 100vh;
}

.subMenu {
  width: 250px;
  background-color: #ffffff;
}

.subMenu__inner {
  width: auto;
  padding: 35px 0 0 39px;
}

.menu .nav {
  width: 100%;
}

.menu .nav__list {
  width: 100%;
  padding: 0 0 0 0;
}

.menu .nav__item {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 12px 0 12px 0;
}

.menu .nav__item--english {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin: 0 0 0 13px;
}

.menu .nav__item--small {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 10px 0 10px 0;
}

.menu .categoryList {
  padding: 6px 0 16px 22px;
}

.menu .categoryList__list {
  padding: 0 0 0 15px;
  margin: 3px 0 0 0;
  border-left: 1px solid #000000;
}

.menu .categoryList__list--large:nth-of-type(2) {
  margin: 18px 0 0 0;
}

.menu .categoryList__item {
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}

.menu .categoryList__item:nth-of-type(1) {
  margin: -3px 0 0 0;
}

.menu .categoryList__item--large {
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}

.menu .buttonList {
  display: flex;
  justify-content: left;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin: 13px 0 0 0;
  padding: 0 0 30px 0;
  transition: all 500ms;
}

.menu .buttonList__item {
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.menu .buttonList__item--right {
  z-index: 1;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 0;
}

.menu .buttonList._isOpen {
  padding: 0 0 100px 0;
}

.menu .searchButton {
  width: 53px;
  padding: 0 0 0 30px;
  transition: all 500ms;
  position: relative;
}

.menu .searchButton__magnifier {
  position: absolute;
  top: -1px;
  left: 2px;
  width: 20px;
  height: 21px;
  opacity: 1;
}

.menu .searchButton__close {
  position: absolute;
  top: 0;
  left: 5px;
  width: 11px;
  height: 11px;
  opacity: 0;
}

.menu .searchButton._isOpen .searchButton__magnifier {
  opacity: 0;
}

.menu .searchButton._isOpen .searchButton__close {
  opacity: 1;
}

.menu .cartButton {
  margin: 0 0 0 0;
  width: 73px;
}

.menu .cartButton a {
  color: #000000;
  display: flex;
  justify-content: space-between;
}

.menu .cartButton__icon {
  width: 24px;
  margin: -3px 0 0 0;
}

.menu .searchArea {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transform: translateY(0px);
  transition: all 500ms;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  display: none;
  width: 100px;
  height: 60px;
}

.menu .searchArea__form {
  display: block;
  margin: 0 auto;
  position: relative;
}

.menu .searchArea input[type="text"].searchArea__field {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  font-family: a-otf-ryumin-pr6n, serif;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px #000000 solid;
}

.menu .searchArea input[type="text"].searchArea__field:focus {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  outline: 0;
  border-bottom: #888888 1px solid;
}

.menu .searchArea input[type="button" i].searchArea__resetButton {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  width: 12px;
  height: 12px;
  background: url("//sk-store-assets-test.machine.ne.jp/img/clear_icon.png");
  background-position: top center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 38px;
  right: 12px;
  padding: 0;
  cursor: pointer;
}

.menu .searchArea__submitButton {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  width: 20px;
  height: 21px;
  background: url("//sk-store-assets-test.machine.ne.jp/img/icon_search.png");
  background-position: top center;
  background-size: 20px 21px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu .searchArea__closeButton {
  cursor: normal;
  box-shadow: none;
  border: none;
  border-radius: none;
  cursor: pointer;
}

.menu .searchArea._isOpen {
  display: block;
  z-index: 1;
}

.menu .searchArea._isOpen .searchArea__field {
  display: inline-block;
  opacity: 1;
}

.menu .searchArea._isOpen .searchArea__resetButton {
  display: inline-block;
}

.menu .searchArea._isOpen .searchArea__submitButton {
  display: block;
}

.menu .searchArea._isOpen .searchArea__closeButton {
  display: block;
}

.menu .searchArea__form {
  width: 100%;
}

.menu .searchArea input[type="text"].searchArea__field {
  padding: 0 30px 0 5px;
  width: 60%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  line-height: inherit;
  color: #000000;
}

.menu .searchArea input[type="text"].searchArea__field:placeholder {
  font-size: 18px;
  line-height: inherit;
  color: #000000;
}

.menu .searchArea__submitButton {
  position: absolute;
  top: 18px;
  right: -25px;
}

.menu .searchArea._isOpen {
  transform: translateY(40px);
  opacity: 1;
  display: block;
}

.menu .profile {
  padding: 40px 0 40px 0;
  width: 158px;
}

.menu .profile__image {
  width: 156px;
  margin: 0 auto;
}

.menu .profile__name {
  font-size: 18px;
  line-height: inherit;
  color: #000000;
  margin: 19px 0 0 0;
}

.menu .profile__text {
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  margin: 12px 0 0 0;
}

.footer {
  background-color: #ffffff;
}

.footer__inner {
  width: calc(100% - 70px);
  padding: 21px 24px 31px 46px;
}

.footer__inner--secondary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer__list--secondary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__list--secondary:nth-of-type(1) {
  width: 342px;
  margin: 0px 35px 0 0;
}

.footer__list--secondary:nth-of-type(2) {
  width: 450px;
  margin: 0 20px 0 0;
}

.footer__title {
  display: flex;
  justify-content: left;
}

.footer__title img {
  width: 162px;
}

.footer__text {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.footer__logo {
  width: 32px;
  margin: -5px 0 0 0;
}

.footer__item {
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  padding: 7px 0 0 0;
}

.footer__copyright {
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
  padding: 7px 0 0 0;
}

.footer__hpLink {
  margin: 6px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.footer__hpLink a {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.footer__hpLink--small {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.footer .baseMenu ul li {
  width: 14px;
  height: 14px;
  position: relative;
  margin: 8px 0 0 0;
}

.footer .baseMenu ul li a {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-decoration: none;
  transition-duration: 0.2s;
}

.footer .baseMenu ul li a:hover {
  box-shadow: none;
  padding: 0 0 0 0;
}

.footer .baseMenu ul li.base img {
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .baseMenu ul li.cart {
  display: none;
}

.topButton {
  position: fixed;
  bottom: 80px;
  right: 31px;
  cursor: pointer;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.1));
}

.topButton__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.topButton__arrow {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
}

.topButton__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.officialsns {
  width: 101px;
  display: flex;
  padding-top: 36px;
}

.officialsns2 {
  padding-left: 14px;
  padding-right: 14px;
}

.officialsns_footer {
  width: 168px;
  margin: 0 auto;
  padding-bottom: 6px;
  padding-top: 40px;
}

.officialsns_inner {
  display: flex;
  margin: 0 auto;
}

.officialsns_f {
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 37px;
}
.officialsns_f_wrapper {
  background-color: #fff;
}

/* googlemap記述 */
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.googlemap-bw {
  margin-top: 3rem;
}

.blog_head_image {
  width: 0%;
  display: none;
}

.main #about.blogListMain {
  width: 78%;
}

.blog_body {
  text-align: left;
}

.blog_contents {
  width: 85%;
}

.blogListMain {
  width: 85%;
}

@-webkit-keyframes kf-scrollAnimation__item {
  0% {
    height: 0px;
  }

  40% {
    height: 40px;
    bottom: 0;
  }

  100% {
    height: 40px;
    bottom: 0;
  }
}

@keyframes kf-scrollAnimation__item {
  0% {
    height: 0px;
  }

  40% {
    height: 40px;
    bottom: 0;
  }

  100% {
    height: 40px;
    bottom: 0;
  }
}

@-webkit-keyframes kf-scrollAnimation__item--black {
  0% {
    height: 0px;
    bottom: 0;
  }

  40% {
    height: 0px;
    bottom: 0;
  }

  100% {
    height: 40px;
    bottom: -40px;
  }
}

@keyframes kf-scrollAnimation__item--black {
  0% {
    height: 0px;
    bottom: 0;
  }

  40% {
    height: 0px;
    bottom: 0;
  }

  100% {
    height: 40px;
    bottom: -40px;
  }
}

@-webkit-keyframes kf-scrollAnimation__text {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes kf-scrollAnimation__text {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.mainVisual__inner {
  width: 100%;
  height: 47rem;
  background-color: #000000;
  position: relative;
}

.mainVisual__imageWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mainVisual__image {
  width: 140rem;
  height: 47rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mainVisual__title {
  display: block;
  width: 28rem;
  position: absolute;
  top: 19.2rem;
  left: 12.1rem;
}

.mainVisual__title--sub {
  width: 4rem;
  position: absolute;
  top: -13.1rem;
  left: -6rem;
}

@media screen and (min-width: 1620px) {
  .mainVisual__inner {
    height: 705px;
  }

  .mainVisual__image {
    width: 2100px;
    height: 705px;
  }

  .mainVisual__title {
    width: 420px;
    position: absolute;
    top: 288px;
    left: calc((100% - 1620px) / 2 + 181.5px);
  }

  .mainVisual__title--sub {
    width: 60px;
    position: absolute;
    top: -196.5px;
    left: -90px;
  }
}

.mainVisual .scrollAnimation {
  width: 1px;
  position: absolute;
  top: 47rem;
  left: 0;
  right: 0;
  margin: auto;
}

.mainVisual .scrollAnimation__item {
  width: 1px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-animation-name: kf-scrollAnimation__item;
  animation-name: kf-scrollAnimation__item;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mainVisual .scrollAnimation__item--black {
  width: 1px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  height: 0px;
  background-color: #000000;
  -webkit-animation-name: kf-scrollAnimation__item--black;
  animation-name: kf-scrollAnimation__item--black;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mainVisual .scrollAnimation__text {
  width: 100px;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  position: absolute;
  top: 10px;
  right: -110px;
  -webkit-animation-name: kf-scrollAnimation__text;
  animation-name: kf-scrollAnimation__text;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 1620px) {
  .mainVisual .scrollAnimation {
    position: absolute;
    top: 705px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.shopTopPage .itemList {
  background-color: #ffffff;
}

.shopTopPage .itemList__inner {
  width: 100%;
  padding: 104px 0 0 0;
}

.shopTopPage .itemList__title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}

.shopTopPage .itemList__title--catch {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  margin: auto;
}

.shopTopPage .itemList__title--large {
  display: block;
  width: 247px;
  position: relative;
  margin: 0 auto;
}

.shopTopPage .itemList__title--small {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin: 35px 0 0 0;
}

.shopTopPage .itemList__list {
  width: 90rem;
  margin: 33px auto 0;
  padding: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shopTopPage .itemList__list._isRemainder::after {
  content: "";
  width: 25rem;
  height: auto;
  display: block;
}

.shopTopPage .itemList__item {
  width: 25rem;
}

.shopTopPage .itemList .item {
  width: 25rem;
  padding: 0 0 6.1rem 0;
}

.shopTopPage .itemList .item__header {
  width: 100%;
  height: 25rem;
  transition: all 500ms;
}

.shopTopPage .itemList .item__header:hover {
  opacity: 0.7;
}

.shopTopPage .itemList .item__image {
  width: 100%;
  position: relative;
}

.shopTopPage .itemList .item__caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
  text-align: center;
}

.shopTopPage .itemList .item__caption--soldOut {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.shopTopPage .itemList .item__caption--soldOut .item__caption--soldOut2 {
  padding-top: 20px;
}

.shopTopPage .itemList .item__body {
  width: 100%;
  margin: 28px 0 0 0;
}

.shopTopPage .itemList .item__title {
  width: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.shopTopPage .itemList .item__price {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin: 6px 0 0 0;
}

@media screen and (max-width: 960px) {
  .shopTopPage .itemList .item__caption--soldOut {
    font-size: 10px;
    line-height: 16px;
    color: #000000;
  }

  .shopTopPage .itemList .item__body {
    margin: 2rem 0 0 0;
  }
}

.news {
  background-color: #ffffff;
}

.news__inner {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0;
  padding: 43px 0 100px 0;
}

.news__title {
  width: 151px;
  padding: 0 0 0 98px;
}

.news__list {
  width: 710px;
  border-left: solid 1px #000000;
}

.news__item {
  padding: 0 0 0 40px;
  transition: all 500ms;
}

.news__item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .news__title {
    padding: 0 10px 0 44px;
    text-align: left;
    margin: 0 20px 0 auto;
  }

  .news__list {
    width: auto;
    padding: 0 32px 0 0;
  }
}

.news .title {
  width: auto;
}

.news .title__text,
.news .title__text--small,
.storeInfo .title__text,
.storeInfo .title__text--small {
  display: inline-block;
  width: auto;
}

.news .title__text {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

.news .title__text--small {
  font-size: 12px;
  line-height: 32px;
  color: #999999;
}

.news .title__text {
  padding: 24px 0 0 0;
}

.news .item {
  display: flex;
  justify-content: left;
  min-height: 33px;
}

.news .item__date {
  width: 110px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.news .item__title {
  width: auto;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.specialContent__inner {
  width: 100%;
  position: relative;
  margin: 0 0 0 0;
  background-color: #090909;
}

.specialContent {
  margin-bottom: 160px;
}

.specialContent__inner._isInvisible {
  background: none;
}

.specialContent__inner--secondary {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.specialContent__coverLink:hover {
  opacity: 1;
}

.specialContent__coverLink:hover .specialContent__image {
  opacity: 0.7;
}

.specialContent__container {
  height: 43rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.specialContent__title {
  position: absolute;
  top: 8.8rem;
  left: 10.2rem;
  /* width: 56.4rem; */
}

.specialContent__image {
  display: block;
  width: 146rem;
  height: 46rem;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 500ms;
}

.specialContent__image._isInvisible {
  display: none;
}

.specialContent__link {
  position: absolute;
  top: 30.1rem;
  left: 10.2rem;
}

.specialContent__description {
  width: 482px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 32px;
  color: #000000;
  text-align: justify;
  padding: 8.7rem 0 107px 75px;
  background-color: #ffffff;
}

.specialContentBG {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  transform: translateX(0);
  background-color: #090909;
  transition: all 600ms;
}

.specialContentBG__image {
  width: 146rem;
  height: 46rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.specialContentBG._isVisible {
  display: block;
}

.specialContentBG._isTranslate {
  transform: translateX(-250px);
}

.specialContent .title__name {
  width: 28.2rem;
}

.specialContent .title__text {
  width: 26rem;
  position: absolute;
  top: 10.3rem;
  left: 0;
}

.specialContent2__inner {
  margin: 0 auto;
  position: relative;
}

.specialContent2__image {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 500ms;
}

.specialContent2__coverLink {
  opacity: 1;
  transition: all 500ms;
}

.specialContent2__image img {
  height: 32rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.title2__text {
  position: absolute;
  top: 8.5rem;
  left: 34rem;
  width: 24rem;
}

.title2__copy {
  position: absolute;
  top: 10.2rem;
  left: 66rem;
  width: 25rem;
}

.title2__more {
  position: absolute;
  top: 23.5rem;
  left: 66rem;
  width: 24rem;
}

.specialContent2__coverLink:hover .specialContent2__image {
  opacity: 0.8;
}

/* 商品詳細ページのショップの評価非表示 */
.review01 {
  display: none !important;
}

@media screen and (min-width: 1620px) {
  .specialContent__container {
    height: 645px;
  }

  .specialContent__title {
    position: absolute;
    top: 132px;
    left: calc((100% - 1620px) / 2 + 153px);
  }

  .specialContent__image .specialContent__image2 {
    width: 2190px;
    height: 690px;
  }

  .specialContent__link {
    position: absolute;
    top: 451.5px;
    left: calc((100% - 1620px) / 2 + 153px);
  }

  .specialContent__description {
    padding: 130.5px 0 107px 75px;
  }
  .specialContentBG__image {
    width: 2190px;
    height: 690px;
  }

  .specialContent__container2 {
    height: 645px;
  }

  .specialContent2__image img {
    height: 480px;
  }
  .title2__text {
    top: 127.5px;
    left: calc((100% - 1620px) / 2 + 510px);
    width: 360px;
  }

  .title2__copy {
    top: 153px;
    left: calc((100% - 1620px) / 2 + 990px);
    width: 375px;
  }

  .title2__more {
    top: 353px;
    left: calc((100% - 1620px) / 2 + 990px);
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .specialContent {
    margin-bottom: 23rem;
  }
  .specialContent2__image img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .title2__text {
    top: 6rem;
    left: 29rem;
    width: 26.8rem;
  }

  .title2__copy {
    top: 26.5rem;
    left: 25rem;
    width: 36.5rem;
  }

  .title2__more {
    top: 40.7rem;
    left: 25rem;
    width: 27.7rem;
  }
}

@media screen and (min-width: 1620px) {
  .specialContent .title__name {
    width: 423px;
  }
  .specialContent .title__text {
    width: 390px;
    position: absolute;
    top: 154.5px;
    left: 0;
  }
}

.specialContent .link {
  width: 35.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 3.6rem;
  line-height: 5.9rem;
  color: #ffffff;
  border-bottom: solid 0.1rem #ffffff;
}

.specialContent .link__item a {
  color: #ffffff;
}

.specialContent .link::after {
  width: 1rem;
  height: 1.8rem;
  content: "";
  background: url("//sk-store-assets-test.machine.ne.jp/img/sv_arrow.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.2rem;
  right: -5.4rem;
}

@media screen and (min-width: 1620px) {
  .specialContent .link {
    width: 528px;
    font-size: 54px;
    line-height: 88.5px;
    color: #ffffff;
    border-bottom: solid 1.5px #ffffff;
  }

  .specialContent .link::after {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 33px;
    right: -81px;
  }
}

.specialContent .secondaryLink {
  display: flex;
  justify-content: left;
  margin: 0 auto;
  position: relative;
  width: 481px;
}

.specialContent .secondaryLink::after {
  content: "";
  width: 377px;
  height: 1px;
  position: absolute;
  top: 50px;
  left: 60px;
  background-color: #000000;
}

.specialContent .secondaryLink__item {
  position: relative;
  width: 160px;
  font-size: 21px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}

.specialContent .secondaryLink__item::after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
}

.specialContent .secondaryLink__item:nth-of-type(1) {
  width: 159px;
}

.specialContent .secondaryLink__item:nth-of-type(3)::after {
  display: none;
}

.storeInfo {
  background-color: #ffffff;
}

.storeInfo__inner {
  display: flex;
  justify-content: space-between;
  width: 540px;
  padding: 18rem 0 15.5rem 0;
  margin: 0 auto 0;
}

.storeInfo__title {
  padding: 0 0 0 30px;
}

.storeInfo__address {
  width: 312px;
  padding: 0 0 0 31px;
  border-left: solid 1px #000000;
}

.storeInfo .title {
  width: auto;
}

.news .title__text,
.news .title__text--small,
.storeInfo .title__text,
.storeInfo .title__text--small {
  display: inline-block;
  width: auto;
}

.storeInfo .title__text {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

.storeInfo .title__text--small {
  font-size: 12px;
  line-height: 32px;
  color: #999999;
}

.storeInfo .store {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
}

.storeInfo .store__name {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.storeInfo .store__address {
  margin: 10px 0 0 0;
}

.storeInfo .store__address--english {
  color: #666666;
}

.subBody .itemList {
  background-color: #ffffff;
  width: calc(100% - 250px);
}

.subBody .itemList__inner {
  width: 100%;
  padding: 32px 0 0 0;
}

.subBody .itemList__list {
  width: 95%;
  margin: 33px auto 0 0;
  padding: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subBody .itemList__list._isRemainder::after {
  content: "";
  width: 29%;
  height: auto;
  display: block;
}

.subBody .itemList__item {
  width: 29%;
}

.subBody .itemList .item {
  width: 100%;
  padding: 0 0 3rem 0;
}

.subBody .itemList .item__header {
  width: 100%;
  height: auto;
  transition: all 500ms;
}

.subBody .itemList .item__header:hover {
  opacity: 0.7;
}

.subBody .itemList .item__image {
  width: 100%;
  position: relative;
}

.subBody .itemList .item__caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
  text-align: center;
}

.subBody .itemList .item__caption--soldOut {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.subBody .itemList .item__caption--soldOut .item__caption--soldOut2 {
  padding-top: 20px;
}

.subBody .itemList .item__body {
  width: 100%;
  margin: 14px 0 0 0;
}

.subBody .itemList .item__title {
  width: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.subBody .itemList .item__price {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin: 6px 0 0 0;
}

.subBody .breadcrumb {
  width: calc(100% - 250px);
  margin: 0 auto;
  position: absolute;
  top: 25px;
  left: 240px;
}

.subBody .breadcrumb__inner {
  padding: 0 0 0 0;
}

.subBody .breadcrumb__field {
  display: flex;
  justify-content: left;
}

.subBody .breadcrumb__item {
  position: relative;
  margin: 0 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}

.subBody .breadcrumb__item::after {
  content: "／";
  margin: 0 0 0 1px;
  font-size: 10px;
}

.subBody .breadcrumb__item:nth-of-type(1) {
  margin: 0 0 0 0;
}

.subBody .breadcrumb__item:last-child::after {
  display: none;
}

@media screen and (max-width: 960px) {
  .subBody .breadcrumb {
    width: calc(100% - 250px);
  }
}

.subBody .searchTitle {
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}

.subBody .noItems {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-indent: 1em;
  margin: 50px 0 0 0;
}

.breadcrumb {
  width: 930px;
  margin: 0 auto;
}

.breadcrumb__inner {
  padding: 18px 0 0 0;
}

.breadcrumb__field {
  display: flex;
  justify-content: left;
}

.breadcrumb__item {
  position: relative;
  margin: 0 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}

.breadcrumb__item::after {
  content: "／";
  margin: 0 0 0 1px;
  font-size: 10px;
}

.breadcrumb__item:nth-of-type(1) {
  margin: 0 0 0 0;
}

.breadcrumb__item:nth-of-type(3)::after {
  display: none;
}

@media screen and (max-width: 960px) {
  .breadcrumb {
    width: calc(100% - 30px);
    margin: 0 auto 0 30px;
  }
}

.content__inner {
  width: 930px;
  padding: 160px 0 0 0;
  margin: 0 auto;
}

.content__title {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin: 0 0 10px 240px;
}

.content__thum {
  cursor: pointer;
  width: 450px;
  margin: 0 0 52px 240px;
}

.content__list {
  display: flex;
  margin: 0 auto 80px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  width: 377px;
}

.content__item {
  width: 120px;
  text-align: center;
  position: relative;
}

.content__item::after {
  content: "";
  width: 1px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
}

.content__item:nth-of-type(1) {
  width: 159px;
}

.content__item:nth-of-type(3)::after {
  display: none;
}

@media screen and (max-width: 1079px) {
  .content__inner {
    width: 100%;
  }

  .content__title {
    width: 450px;
    margin: 0 auto 10px auto;
  }

  .content__thum {
    width: 450px;
    margin: 0 auto 52px auto;
  }
}

.customDetail {
  width: 600px;
  margin: 0 auto;
}

.customDetail__inner {
  width: auto;
  margin: 0 auto 0 75px;
  padding: 128px 0 0 0;
}

.customDetail__inner--secondary {
  width: 450px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 23px 0 25px 0;
}

.customDetail__title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.customDetail__title--secondary {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.customDetail__text {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin: 23px 0 0 0;
  padding: 0 0 34px 0;
}

.customDetail__text--secondary {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin: 8px 0 0 0;
}

.notes__inner {
  width: 450px;
  margin: 0 auto;
  padding: 53px 0 0 0;
}

.notes__inner--secondary {
  width: 450px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 24px 0 32px 0;
}

.notes__title {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}

.notes__title--secondary {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.notes__text {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.notes__text:last-child {
  padding: 0 0 26px 0;
}

.notes__text--secondary {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  margin: 8px 0 0 0;
}

.purchase__inner {
  padding: 24px 0 0 0;
  width: 966px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.purchase__image {
  width: 530px;
  margin: 0 0 0 17px;
}

.purchase__detail {
  width: 362px;
}

@media screen and (max-width: 1079px) {
  .purchase__inner {
    padding: 24px 42px 0 42px;
    width: calc(100% - 84px);
  }

  .purchase__image {
    width: 55%;
    margin: 0 0 0 0;
  }

  .purchase__detail {
    width: 37%;
  }
}

.purchase .slider__list {
  position: relative;
  width: 530px;
  height: 530px;
}

.purchase .slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 530px;
  height: 530px;
  opacity: 0;
  transition: opacity 1500ms ease-in-out, z-index 0ms;
  z-index: 500;
}

.purchase .slider__item._isActive {
  opacity: 1;
  z-index: 501;
}

.purchase .slider__image {
  width: 530px;
  height: 530px;
  line-height: 530px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1079px) {
  .purchase .slider__list {
    width: 100%;
  }

  .purchase .slider__item {
    width: 100%;
  }

  .purchase .slider__image {
    width: 100%;
    height: auto;
    line-height: 1;
  }
}

.purchase .pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 22px auto 0;
}

.purchase .pager__item {
  cursor: pointer;
}

.purchase .pager__item._isActive {
  display: none;
}

.purchase .pager__image {
  width: 83px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 0 0 0 0;
}

.purchase .pager._isFive {
  width: 360px;
}

.purchase .pager._isSix {
  width: 452px;
}

@media screen and (max-width: 959px) {
  .purchase .pager__item {
    margin: 0 0 10px 0;
  }

  .purchase .pager._isFive {
    width: 100%;
  }

  .purchase .pager._isSix {
    width: 100%;
  }
}

.purchase .item__title {
  margin: 150px 0 0 0;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  text-align: justify;
}

.purchase .item__price {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.purchase .itemPrice_soldout span {
  font-size: 12px;
}

.purchase .item__variation--caption {
  font-size: 10px;
  line-height: 12px;
  color: #666666;
  margin: 0 0 0 7px;
}

.purchase .item__text {
  font-size: 10px;
  line-height: 18px;
  color: #666666;
}

.purchase .item__reportButton {
  font-size: 10px;
  line-height: 14px;
  color: #666666;
  margin: 10px 0 0 0;
}

.purchase .item__share {
  width: 100%;
  display: flex;
  justify-content: left;
  align-content: center;
  margin: 53px 0 0 0;
}

@media screen and (max-width: 1079px) {
  .purchase .item__title {
    margin: -6px 0 0 0;
  }

  .purchase .item__text {
    width: 95%;
  }

  .purchase .item__variation--caption {
    width: calc(100% - 160px);
  }
}

.purchase .info {
  display: flex;
  justify-content: left;
  margin: 18px 0 0 0;
}

.purchase .info__price {
  width: 70px;
}

.purchase .info__detail {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.purchase #itemAttention {
  font-size: 10px;
  line-height: 18px;
  color: #666666;
  margin: 10px 0 0 0;
}

.purchase #purchase_form {
  margin: 28px 0 42px 0;
}

.purchase #purchase_form .purchaseElement {
  display: flex;
  align-items: center;
}

.purchase #purchase_form .purchaseElement label {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: 0 15px 0 0;
}

.purchase #purchase_form select,
.purchase #purchase_form option {
  width: 95px;
  height: auto;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #999999;
  margin: 0 0 0 0;
  padding: 2px 0 2px 4px;
}

.purchase #purchase_form .purchaseButton {
  width: 343px;
}

.purchase #purchase_form .purchaseButton__btn {
  font-family: a-otf-ryumin-pr6n, serif;
  background: #333333;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  width: 100%;
  padding: 11px 0 11px 0;
}

.purchase #itemSelect {
  margin: 0 0 38px 0;
}

.purchase #variationSelectWrap {
  margin: 0 0 12px 0;
}

.purchase #purchase_form .itemOptionElement {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}

.purchase #purchase_form .itemOptionElement label {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 1079px) {
  .purchase #purchase_form .purchaseButton {
    width: 100%;
  }
}

.purchase .share__text {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.purchase .share__list {
  display: flex;
  margin: 0 0 0 16px;
}

.purchase .share__item {
  width: 22px;
  margin: 0 14px 0 0;
}

.related__inner {
  width: 720px;
  margin: 0 auto;
  padding: 161px 0 122px 0;
}

.related__title {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.related__title--small {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

.related__list {
  display: flex;
  justify-content: space-between;
  margin: 26px 0 0 0;
}

.related__item {
  width: 200px;
}

.related .item__image {
  width: 100%;
}

.related .item__title {
  font-size: 12px;
  line-height: inherit;
  color: #000000;
  margin: 16px 0 0 0;
}

.related .item__price {
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  margin: 12px 0 0 0;
}

.modalOverlay {
  content: "";
  display: none;
  width: 0;
  height: 0;
  cursor: pointer;
}

.modalOverlay._isActive {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
}

.modal__inner {
  transform: scale(0.3, 0.3);
  transition: 700ms;
  background: #ffffff;
  border-radius: 10px;
  padding: 2% 2% 2% 2%;
}

.modal__image {
  width: 100%;
}

.modal__controller {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.modal__button--prev {
  cursor: pointer;
  display: none;
  width: 22px;
}

.modal__button--next {
  cursor: pointer;
  display: none;
  width: 22px;
}

.modal__button--close {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
}

.modal._isOpen {
  display: block;
  width: calc(min(100vw, 100vh) * 0.8);
  height: calc(min(100vw, 100vh) * 0.8);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: 10002;
  position: fixed;
}

.modal._isOpen .modal__inner {
  transform: scale(1, 1);
}

.modal._isOpen .modal__button--prev {
  display: block;
}

.modal._isOpen .modal__button--next {
  display: block;
}

.modal._isOpen .modal__button--close {
  display: block;
}

.modalVideo {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
}

.modalVideo__inner {
  width: 100%;
  height: 100%;
}

.modalVideo__content {
  width: 100%;
  height: 100%;
}

.modalVideo__closeButton {
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  background: #ffffff;
  padding: 5px 5px 5px 5px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.modalVideo__iframe {
  transition: 200ms;
  width: 100%;
  height: 100%;
  transform: scale(0.9, 0.9);
}

.modalVideo._isOpen {
  display: block;
  width: calc(min(100vw/16, 100vh/9) * 0.8 * 16);
  height: calc(min(100vw/16, 100vh/9) * 0.8 * 9);
  max-width: 1920px;
  max-height: 1080px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: 10002;
  position: fixed;
}

.modalVideo._isOpen .modalVideo__iframe {
  transform: scale(1, 1);
}

.modalVideo._isOpen .modalVideo__closeButton {
  display: block;
}

.modalVideoOverlay {
  content: "";
  display: none;
  width: 0;
  height: 0;
  cursor: pointer;
}

.modalVideoOverlay._isActive {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.7);
}

.main #about.blogListMain {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.main #about.blogListMain .blog_inner {
  width: 100%;
  border: none;
  padding: 100px 0 0 0;
}

.main #about.blogListMain .blog_inner .blog_title {
  font-size: 24px;
  line-height: 48px;
  color: #000000;
}

.main #about.blogListMain .blog_inner .blog_publish .publish_date {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  text-indent: 1em;
}

.main #about.blogListMain .blog_inner .blog_head_image {
  width: 70%;
  margin: 0 auto;
}

.main #about.blogListMain .blog_inner .blog_contents {
  width: 70%;
  margin: 20px auto;
}

.main #about.blogListMain .blog_inner .blog_contents .blog_body .text {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.main #about.blogListMain .blog_inner .blog_contents .read_more {
  position: relative;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

@media screen and (max-width: 1079px) {
  .main #about.blogListMain {
    width: 88%;
  }
}

.main #about.blogDetail {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.main #about.blogDetail .blog_inner {
  width: 100%;
  border: none;
  padding: 100px 0 0 0;
}

.main #about.blogDetail .blog_inner .blog_head_image {
  width: 70%;
  margin: 0 auto;
}

.main #about.blogDetail .blog_inner .blog_contents {
  width: 70%;
  margin: 20px auto;
}

.main #about.blogDetail .blog_inner .blog_contents .blog_title {
  font-size: 24px;
  line-height: 48px;
  color: #000000;
}

.main #about.blogDetail .blog_inner .blog_contents .blog_publish .publish_date {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  text-indent: 1em;
}

.main #about.blogDetail .blog_inner .blog_contents .blog_body .text {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media screen and (max-width: 1079px) {
  .main #about.blogDetail {
    width: 88%;
  }
}

#privacy {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

#privacy h2 {
  font-size: 24px;
  line-height: 48px;
  color: #000000;
}

#privacy .privacy_intro {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}

#privacy dl dt {
  margin: 20px 0 5px 0;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

#privacy dl dd {
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}

@media screen and (max-width: 1079px) {
  #privacy {
    width: 88%;
  }
}

#law {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

#law h2 {
  font-size: 24px;
  line-height: 48px;
  color: #000000;
}

#law h3 {
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}

#law p {
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}

@media screen and (max-width: 1079px) {
  #law {
    width: 88%;
  }
}

.inquirySection {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

.inquirySection h1 {
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  text-align: center;
}

.inquirySection p {
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}

.inquirySection form {
  width: 30%;
  margin: 0 auto;
}

.inquirySection form dl dt {
  padding: 20px 0 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.inquirySection form dl dd input {
  width: 100%;
  font-size: 16px;
}

.inquirySection form dl dd textarea {
  width: 100%;
}

.inquirySection form .control-panel {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1079px) {
  .inquirySection {
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  .inquirySection form {
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 64);
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .bodyWrapper {
    transition: all 900ms;
    padding: 10rem 0 0 0;
  }

  .bodyWrapper._isTranslate {
    transform: translateX(-42rem);
  }

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

  .header {
    height: 10rem;
    box-shadow: 0 -0.5rem 2rem 0 rgba(0, 0, 0, 0.5);
    transition: all 0.9s;
  }

  .header__container {
    height: 10rem;
  }

  .header__title {
    position: absolute;
    top: 2.7rem;
    left: 2.9rem;
    width: 22.1rem;
    height: auto;
  }

  .header__text {
    height: auto;
    font-size: 1.83rem;
    line-height: 1.83rem;
    color: #000000;
    position: absolute;
    top: 3.2rem;
    right: 6.5rem;
  }

  .header__logo {
    width: 3.2rem;
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  .header__iconList {
    position: absolute;
    top: 3rem;
    right: 3rem;
  }

  .header__overlay._isOpen {
    top: 20rem;
  }

  .header._isTranslate {
    left: -42rem;
  }

  .header::after {
    width: 2rem;
    height: 10rem;
    position: absolute;
    top: 0;
    right: -2rem;
  }

  .header .iconList__cart {
    width: 3.7rem;
    margin: 0 0 0 4rem;
  }

  .header .iconList__search {
    width: 3.7rem;
  }

  .header .iconList__menu {
    width: 3.7rem;
    margin: 0 0 0 4.6rem;
  }

  .header .menuButton {
    transition: all 900ms;
  }

  .header .menuButton__close {
    width: 2.6rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  .header .searchArea {
    transition: all 900ms;
    height: 10rem;
  }

  .header .searchArea input[type="text"].searchArea__field {
    border-bottom: 0.1rem #000000 solid;
  }

  .header .searchArea input[type="text"].searchArea__field:focus {
    border-bottom: 0.1rem #888888 solid;
  }

  .header .searchArea input[type="button" i].searchArea__resetButton {
    width: 1.4rem;
    height: 1.4rem;
    background: url("//sk-store-assets-test.machine.ne.jp/img/clear_icon.png");
    background-position: top center;
    background-size: 1.4rem 1.4rem;
    background-repeat: no-repeat;
    position: absolute;
    top: 4.8rem;
    right: 1rem;
  }

  .header .searchArea__submitButton {
    width: 2rem;
    height: 2.1rem;
    background: url("//sk-store-assets-test.machine.ne.jp/img/icon_search.png");
    background-position: top center;
    background-size: 2rem 2.1rem;
    background-repeat: no-repeat;
  }

  .header .searchArea__form {
    width: 50%;
    height: 10rem;
  }

  .header .searchArea input[type="text"].searchArea__field {
    padding: 0 10% 0 5%;
    width: 85%;
    height: 5rem;
    position: absolute;
    top: 2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2rem;
    line-height: inherit;
    color: #000000;
  }

  .header .searchArea input[type="text"].searchArea__field:placeholder {
    font-size: 2rem;
    line-height: inherit;
    color: #000000;
  }

  .header .searchArea__submitButton {
    position: absolute;
    top: 4.5rem;
    right: -2.7rem;
  }

  .header .searchArea__closeButton {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 3.8rem;
    right: 3.9rem;
  }

  .header .searchArea._isOpen {
    transform: translateY(10rem);
  }

  .mainMenu {
    width: 42rem;
    right: -42rem;
    transition: all 900ms;
  }

  .mainMenu__inner {
    padding: 3.5rem 0 0 5.1rem;
    border-left: 0.1rem solid #e6e6e6;
  }

  .mainMenuOverlay._isOpen {
    width: calc(100vw - 42rem);
  }

  .subMenu {
    width: 58rem;
    margin: 0 auto;
  }

  .subMenu__inner {
    padding: 5rem 0 21.6rem 0;
  }

  .menu .nav__list {
    width: auto;
    padding: 0 0 0 0;
  }

  .menu .nav__item {
    font-size: 2.4rem;
    line-height: 3rem;
    color: #000000;
    padding: 2rem 0 2rem 0;
  }

  .menu .nav__item--english {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #999999;
    margin: 0 0 0 1rem;
  }

  .menu .nav__item--small {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
    padding: 1.9rem 0 1.9rem 0;
  }

  .menu .nav__item--secondary {
    padding: 2.4rem 0 2.2rem 0;
  }

  .menu .subMenu__nav.nav {
    width: 55.8rem;
    margin: 0 auto;
  }

  .menu .subMenu__nav .nav__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 70rem;
  }

  .menu .subMenu__nav .nav__item {
    width: 46%;
  }

  .menu .subMenu__nav .nav__news {
    padding: 9.3rem 0 2.5rem 0;
  }

  .menu .categoryList {
    padding: 2.9rem 0 1.8rem 3.1rem;
  }

  .menu .categoryList__list {
    padding: 0.45rem 0 0 2.2rem;
    margin: 1.7rem 0 0 0;
    border-left: 0.1rem solid #000000;
  }

  .menu .categoryList__list--large:nth-of-type(2) {
    margin: 3.2rem 0 0 0;
  }

  .menu .categoryList__item {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
    padding: 1rem 0 1rem 0;
  }

  .menu .categoryList__item:nth-of-type(1) {
    margin: 0 0 0 0;
  }

  .menu .categoryList__item--large {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
    padding: 1rem 0 1rem 0;
    margin: 0 0 0 -0.5rem;
  }

  .menu .buttonList {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #000000;
    margin: 1.5rem 0 0 0;
    padding: 0 0 4.1rem 0;
    transition: all 900ms;
  }

  .menu .buttonList__item--right {
    padding: 0 0 0 0;
  }

  .menu .buttonList._isOpen {
    padding: 0 0 11rem 0;
  }

  .menu .subMenu__nav .buttonList {
    display: block;
  }

  .menu .searchButton {
    width: 5rem;
    padding: 0 0 0 3.8rem;
    transition: all 900ms;
  }

  .menu .searchButton__magnifier {
    position: absolute;
    top: -0.2rem;
    left: -0.9rem;
    width: 3.9rem;
    height: 3.9rem;
  }

  .menu .searchButton__close {
    position: absolute;
    top: 0.3rem;
    left: -0.5rem;
    width: 2.1rem;
    height: 2.1rem;
  }

  .menu .subMenu .searchButton {
    padding: 0 0 0 4.2rem;
    position: absolute;
    top: -0.2rem;
    left: -0.5rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .menu .cartButton {
    margin: 0 0 0 5rem;
    width: 10.7rem;
  }

  .menu .cartButton__icon {
    width: 3.4rem;
  }

  .menu .subMenu__nav .cartButton {
    margin: 0 0 0 0;
    padding: 5rem 0 0 0;
  }

  .menu .subMenu__nav .cartButton__icon {
    width: 3rem;
  }

  .menu .searchArea {
    transition: all 900ms;
    width: 20rem;
    height: 6rem;
  }

  .menu .searchArea input[type="text"].searchArea__field {
    border-bottom: 0.1rem #000000 solid;
  }

  .menu .searchArea input[type="text"].searchArea__field:focus {
    border-bottom: 0.1rem #888888 solid;
  }

  .menu .searchArea input[type="button" i].searchArea__resetButton {
    width: 1.4rem;
    height: 1.4rem;
    background: url("//sk-store-assets-test.machine.ne.jp/img/clear_icon.png");
    background-position: top center;
    background-size: 1.4rem 1.4rem;
    background-repeat: no-repeat;
    position: absolute;
    top: 4.8rem;
    right: 1rem;
  }

  .menu .searchArea__submitButton {
    width: 2rem;
    height: 2.1rem;
    background: url("//sk-store-assets-test.machine.ne.jp/img/icon_search.png");
    background-position: top center;
    background-size: 2rem 2.1rem;
    background-repeat: no-repeat;
  }

  .menu .searchArea__form {
    width: 100%;
  }

  .menu .searchArea input[type="text"].searchArea__field {
    padding: 0 3rem 0 1rem;
    width: 16rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 2rem;
    color: #000000;
  }

  .menu .searchArea input[type="text"].searchArea__field:placeholder {
    font-size: 2rem;
    line-height: 2rem;
    color: #000000;
  }

  .menu .searchArea__submitButton {
    width: 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .menu .searchArea._isOpen {
    transform: translateY(7rem);
  }

  .menu .profile {
    padding: 3.9rem 0 25rem 0;
    width: 30rem;
  }

  .menu .profile__image {
    width: 100%;
    margin: 0 0 0 0;
  }

  .menu .profile__name {
    font-size: 2.8rem;
    line-height: 3.2rem;
    color: #000000;
    margin: 2.7rem 0 0 0;
  }

  .menu .profile__text {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #000000;
    margin: 2.8rem 0 0 0;
  }

  .menu .subMenu__inner .profile {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .menu .subMenu__inner .profile__image {
    margin: -0.4rem 0 0 0;
    width: 20rem;
  }

  .menu .subMenu__inner .profile__name {
    margin: -0.2rem 0 0 0;
  }

  .menu .subMenu__inner .profile__text {
    margin: 2.1rem 0 0 0;
  }

  .menu .subMenu__inner .profile__block {
    display: block;
    width: 35.4rem;
  }

  .footer__inner {
    width: 55.8rem;
    padding: 0 0 4.5rem 0;
    margin: 0 auto 0;
    position: relative;
  }

  .footer__inner--secondary {
    display: block;
  }

  .footer__list {
    justify-content: left;
  }

  .footer__list--secondary {
    justify-content: left;
  }

  .footer__list--secondary:nth-of-type(1) {
    width: 100%;
    margin: 0 0 0 0;
  }

  .footer__list--secondary:nth-of-type(2) {
    width: 100%;
    margin: 4.5rem 0 0 0;
  }

  .footer__title img {
    width: 27.7rem;
  }

  .footer__text {
    font-size: 2.75rem;
    line-height: 3.6rem;
    color: #000000;
  }

  .footer__logo {
    width: 4.1rem;
    margin: 0 0 0 5rem;
  }

  .footer__item {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #808080;
    padding: 0 0 0 0;
    margin: 0 4.5rem 0 0;
  }

  .footer__copyright {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #4d4d4d;
    padding: 0 0 0 0;
    margin: 10rem 0 0 0;
  }

  .footer__hpLink {
    margin: 0 0 0 0;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
    position: absolute;
    top: 21.7rem;
    right: 0;
  }

  .footer__hpLink a {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
  }

  .footer__hpLink--small {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
  }

  .footer .baseMenu ul li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.6rem 0 0 0;
  }

  .footer .baseMenu ul li.base img {
    height: 1.4rem;
  }

  .topButton {
    display: none;
  }

  .mainVisual__inner {
    width: 100%;
    height: 58.4rem;
  }

  .mainVisual__image {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    transform: translateX(0);
  }

  .mainVisual__title {
    width: 28.4rem;
    position: absolute;
    top: 5.6rem;
    left: 9.7rem;
  }

  .mainVisual__title--sub {
    width: 4.2rem;
    position: absolute;
    top: 0rem;
    left: -5.9rem;
  }

  .shopTopPage .itemList__inner {
    width: 55.8rem;
    padding: 17.4rem 0 0 0;
    margin: 0 auto 0;
  }

  .shopTopPage .itemList__title {
    display: block;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #000000;
  }

  .shopTopPage .itemList__title--catch {
    font-size: 2.1rem;
    line-height: 3.5rem;
    color: #000000;
    position: absolute;
    top: -6.6rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  .shopTopPage .itemList__title--large {
    display: block;
    width: 37rem;
  }

  .shopTopPage .itemList__title--small {
    display: block;
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
    margin: 5.8rem 0 0 0;
  }

  .shopTopPage .itemList__list {
    width: 100%;
    margin: 7.7rem auto 0;
    padding: 0 0 0 0;
  }

  .shopTopPage .itemList__list._isRemainder::after {
    width: 26rem;
    height: auto;
  }

  .shopTopPage .itemList__item {
    width: 26rem;
  }

  .shopTopPage .itemList .item {
    width: 26rem;
    padding: 0 0 6.2rem 0;
  }

  .shopTopPage .itemList .item__header {
    height: 26rem;
  }

  .shopTopPage .itemList .item__caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
    text-align: center;
  }

  .shopTopPage .itemList .item__caption--soldOut {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000000;
  }

  .shopTopPage .itemList .item__caption--soldOut .item__caption--soldOut2 {
    padding-top: 2rem;
  }

  .shopTopPage .itemList .item__body {
    margin: 2.2rem 0 0 0;
  }

  .shopTopPage .itemList .item__title {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
  }

  .shopTopPage .itemList .item__price {
    font-size: 2rem;
    line-height: 3rem;
    color: #666666;
    margin: 0.8rem 0 0 0;
  }

  .news__inner {
    width: 55.8rem;
    max-width: none;
    display: block;
    margin: 0 auto 0;
    padding: 14.2rem 0 18.6rem 0;
  }

  .news__title {
    width: 22.5rem;
    padding: 0 0 0 0;
    border-bottom: 0.1rem solid #000000;
  }

  .news__list {
    width: 100%;
    border-left: none;
    padding: 4.5rem 0 0 0;
  }

  .news__item {
    padding: 1rem 0 1rem 0;
  }

  .news .title {
    width: auto;
    width: 22.5rem;
    margin: 0 0 0 0;
  }

  .news .title__text {
    font-size: 2.4rem;
    line-height: 7.4rem;
    color: #000000;
  }

  .news .title__text--small {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #999999;
  }

  .news .title__text {
    padding: 0 0 0 0;
  }

  .news .item {
    min-height: 3.6rem;
  }

  .news .item__date {
    width: 12.5rem;
    font-size: 2rem;
    line-height: 3.6rem;
    color: #666666;
  }

  .news .item__title {
    width: 43rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #000000;
  }

  .specialContent__container {
    height: 53.4rem;
  }

  .specialContent__title {
    position: absolute;
    top: 6.9rem;
    left: 4.8rem;
  }

  .specialContent__image {
    width: 100%;
    height: 53.4rem;
    transform: translateX(0);
    left: 0;
  }

  .specialContent__link {
    position: absolute;
    top: 39.2rem;
    left: 4.6rem;
  }

  .specialContent__description {
    width: 54.1rem;
    margin: 0 auto;
    font-size: 2.2rem;
    line-height: 4.6rem;
    color: #000000;
    padding: 14.4rem 0 0 1.7rem;
  }

  .specialContentBG__image {
    width: 100%;
    height: 53.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }

  .specialContentBG._isTranslate {
    transform: translateX(-42rem);
  }

  .specialContent .title__name {
    width: 18.4rem;
  }

  .specialContent .title__text {
    width: 21.6rem;
    position: absolute;
    top: 15rem;
    left: 0;
  }

  .specialContent .link {
    width: 44rem;
    padding: 0 6rem 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 4.4rem;
    line-height: 7.1rem;
    color: #ffffff;
    border-bottom: solid 0.1rem #ffffff;
  }

  .specialContent .link__item a {
    color: #ffffff;
  }

  .specialContent .link::after {
    width: 1.4rem;
    height: 3.2rem;
    content: "";
    background: url("//sk-store-assets-test.machine.ne.jp/img/sv_arrow.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2.2rem;
    right: -0.4rem;
  }

  .specialContent .secondaryLink {
    width: 55.8rem;
    margin: 15rem auto 0;
  }

  .specialContent .secondaryLink::after {
    content: "";
    width: 44.4rem;
    height: 0.1rem;
    position: absolute;
    top: 6.9rem;
    left: 5.6rem;
  }

  .specialContent .secondaryLink__item {
    width: 18.6rem;
    font-size: 3.2rem;
    line-height: 4.17rem;
    color: #000000;
  }

  .specialContent .secondaryLink__item::after {
    width: 0.1rem;
    height: 4.17rem;
  }

  .specialContent .secondaryLink__item:nth-of-type(1) {
    width: 16.8rem;
    padding: 0 1rem 0 0;
  }

  .storeInfo__inner {
    display: block;
    width: 55.8rem;
    padding: 27.7rem 0 26rem 0;
    margin: 0 auto 0;
  }

  .storeInfo__title {
    width: 22.5rem;
    padding: 0 0 0 0;
    border-bottom: 0.1rem solid #000000;
  }

  .storeInfo__address {
    width: 100%;
    padding: 0 0 0 0;
    border-left: none;
    margin: 5.8rem 0 0 0;
  }

  .storeInfo .title {
    width: auto;
    width: 22.5rem;
    margin: 0 0 0 0;
  }

  .storeInfo .title__text {
    font-size: 2.4rem;
    line-height: 7.4rem;
    color: #000000;
  }

  .storeInfo .title__text--small {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #999999;
  }

  .storeInfo .store {
    font-size: 2rem;
    line-height: 3.7rem;
    color: #000000;
  }

  .storeInfo .store__name {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #000000;
  }

  .storeInfo .store__address {
    margin: 1.7rem 0 0 0;
  }

  .storeInfo .store__address--english {
    color: #666666;
  }

  .storeInfo .store__tel {
    line-height: 6.2rem;
  }

  .subBody .itemList {
    width: 100%;
  }

  .subBody .itemList__inner {
    width: 55.8rem;
    margin: 0 auto;
    padding: 11.7rem 0 0 0;
  }

  .subBody .itemList__list {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .subBody .itemList__list._isRemainder::after {
    width: 26rem;
    height: auto;
  }

  .subBody .itemList__item {
    width: 26rem;
  }

  .subBody .itemList .item {
    width: 100%;
    padding: 0 0 6.1rem 0;
  }

  .subBody .itemList .item__header {
    width: 100%;
    height: auto;
  }

  .subBody .itemList .item__image {
    width: 100%;
    position: relative;
  }

  .subBody .itemList .item__caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
    text-align: center;
  }

  .subBody .itemList .item__caption--soldOut {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000000;
  }

  .subBody .itemList .item__caption--soldOut .item__caption--soldOut2 {
    padding-top: 2rem;
  }

  .subBody .itemList .item__body {
    width: 100%;
    margin: 2.2rem 0 0 0;
  }

  .subBody .itemList .item__title {
    width: auto;
    display: inline-block;
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
  }

  .subBody .itemList .item__price {
    font-size: 2rem;
    line-height: 3rem;
    color: #666666;
    margin: 0.8rem 0 0 0;
  }

  .subBody .breadcrumb {
    width: 55.8rem;
    margin: 0 auto;
    position: absolute;
    top: 5.6rem;
    left: 4.1rem;
  }

  .subBody .breadcrumb__inner {
    padding: 0 0 0 0;
  }

  .subBody .breadcrumb__item {
    margin: 0 0 0 0.5rem;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #666666;
  }

  .subBody .breadcrumb__item::after {
    margin: 0 0 0 0.3rem;
    font-size: 1.5rem;
  }

  .subBody .searchTitle {
    font-size: 3.2rem;
    line-height: 4.8rem;
    color: #000000;
    position: absolute;
    top: 3.5rem;
    left: 4.1rem;
    width: 55.8rem;
  }

  .subBody .noItems {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
    margin: 0rem 0 0 0;
    text-indent: 0;
  }

  .breadcrumb {
    width: 55.8rem;
    margin: 0 auto;
  }

  .breadcrumb__inner {
    padding: 5.5rem 0 0 0;
  }

  .breadcrumb__item {
    margin: 0 0 0 0.5rem;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #666666;
  }

  .breadcrumb__item::after {
    margin: 0 0 0 0.3rem;
    font-size: 1.5rem;
  }

  .content__inner {
    width: 55.8rem;
    padding: 16rem 0 0 0;
    margin: 0 auto;
  }

  .content__title {
    font-size: 2rem;
    line-height: 3.8rem;
    color: #666666;
    margin: 0 0 1.2rem 0;
    width: 100%;
  }

  .content__thum {
    width: 100%;
    margin: 0 0 0 0;
  }

  .content__list {
    margin: 8.2rem auto 8rem;
    font-size: 2.39rem;
    line-height: 2.38rem;
    color: #000000;
    width: 55.7rem;
  }

  .content__item {
    width: 18.5rem;
  }

  .content__item::after {
    width: 0.1rem;
    height: 3.28rem;
  }

  .content__item:nth-of-type(1) {
    width: 18.5rem;
  }

  .customDetail {
    width: 55.8rem;
  }

  .customDetail__inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 10.7rem 0 0 0;
  }

  .customDetail__inner--secondary {
    width: 100%;
    border-top: 0.1rem solid #666666;
    border-bottom: 0.1rem solid #666666;
    padding: 4.2rem 0 0 0;
  }

  .customDetail__title {
    font-size: 2.4rem;
    line-height: 3rem;
    color: #000000;
  }

  .customDetail__title--secondary {
    font-size: 2rem;
    line-height: 3.8rem;
    color: #666666;
  }

  .customDetail__text {
    font-size: 2rem;
    line-height: 3.8rem;
    color: #666666;
    margin: 3.2rem 0 0 0;
    padding: 0 0 4.8rem 0;
  }

  .customDetail__text--secondary {
    font-size: 2rem;
    line-height: 3.8rem;
    color: #666666;
    margin: 1.3rem 0 0 0;
    padding: 0 0 4.4rem 0;
  }

  .notes__inner {
    width: 55.8rem;
    margin: 0 auto;
    padding: 3.9rem 0 0 0;
  }

  .notes__inner--secondary {
    width: 100%;
    border-top: 0.1rem solid #666666;
    border-bottom: 0.1rem solid #666666;
    padding: 4.3rem 0 4.4rem 0;
  }

  .notes__title {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #666666;
  }

  .notes__title--secondary {
    font-size: 2rem;
    line-height: 3.8rem;
    color: #666666;
  }

  .notes__text {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #666666;
  }

  .notes__text::last-child {
    padding: 0 0 4.7rem 0;
  }

  .notes__text span.sp {
    display: inline-block;
  }

  .notes__text span.pc {
    display: none;
  }

  .notes__text--secondary {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #666666;
    margin: 1.2rem 0 0 0;
  }

  .purchase__inner {
    padding: 3.9rem 0 0 0;
    width: 55.8rem;
    margin: 0 auto;
    display: block;
  }

  .purchase__image {
    width: 100%;
    margin: 0 0 0 0;
  }

  .purchase__detail {
    width: 100%;
  }

  .purchase .slider__list {
    width: 55.8rem;
    height: 55.8rem;
  }

  .purchase .slider__item {
    width: 55.8rem;
    height: 55.8rem;
  }

  .purchase .slider__image {
    width: 55.8rem;
    height: auto;
    line-height: 1;
  }

  .purchase .pager {
    width: 100%;
    margin: 2.5rem auto 0;
  }

  .purchase .pager__item {
    margin: 0 0 0 0;
  }

  .purchase .pager__image {
    width: 9.4rem;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin: 0 0 0 0;
  }

  .purchase .pager._isFive {
    width: 43.6rem;
  }

  .purchase .item__title {
    margin: 6rem 0 0 0;
    font-size: 2.8rem;
    line-height: 3.6rem;
    color: #000000;
  }

  .purchase .item__price {
    font-size: 2.2rem;
    line-height: 3.6rem;
    color: #000000;
  }

  .purchase .itemPrice_soldout span {
    font-size: 2rem;
  }

  .purchase .item__variation--caption {
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #666666;
    margin: 0 0 0 2.2rem;
    width: 20rem;
  }

  .purchase .item__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #666666;
    width: 100%;
  }

  .purchase .item__reportButton {
    font-size: 10px;
    line-height: 18px;
    color: #666666;
    margin: 1rem 0 0 0;
  }

  .purchase .item__share {
    justify-content: right;
    margin: 4.8rem 0 0 0;
  }

  .purchase .info {
    margin: 3.4rem 0 0 0;
  }

  .purchase .info__price {
    width: 12.9rem;
  }

  .purchase .info__detail {
    margin: 0.2rem 0 0 0;
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
  }

  .purchase #itemAttention {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #666666;
    margin: 1.7rem 0 0 0;
  }

  .purchase #purchase_form {
    margin: 6rem 0 2.9rem 0;
  }

  .purchase #purchase_form .purchaseElement label {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
    margin: 0 2.7rem 0 0;
  }

  .purchase #purchase_form select,
  .purchase #purchase_form option {
    width: 17.5rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
    border-radius: 0.72rem;
    border: 0.1rem solid #999999;
    margin: 0 0 0 0;
    padding: 0.7rem 0 0.7rem 1.9rem;
    background-color: #ffffff;
  }

  .purchase #purchase_form .purchaseButton {
    width: 100%;
  }

  .purchase #purchase_form .purchaseButton__btn {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #ffffff;
    padding: 2.8rem 0 2.8rem 0;
  }

  .purchase #itemSelect {
    margin: 0 0 6rem 0;
  }

  .purchase #variationSelectWrap {
    margin: 0 0 3.9rem 0;
  }

  .purchase #purchase_form .itemOptionElement {
    margin: 0 0 3.9rem 0;
  }

  .purchase #purchase_form .itemOptionElement label {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
  }

  .purchase .share__text {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #000000;
  }

  .purchase .share__list {
    margin: 0 0 0 -0.3rem;
  }

  .purchase .share__item {
    width: 3.2rem;
    margin: 0 0 0 3.7rem;
  }

  .related__inner {
    width: 100%;
    margin: 0 auto;
    padding: 16.9rem 0 15.9rem 0;
  }

  .related__inner--secondary {
    width: 100%;
    overflow-x: scroll;
  }

  .related__title {
    font-size: 2.4rem;
    line-height: 4.2rem;
    color: #000000;
    width: 30rem;
    padding: 0 0 0 4.1rem;
  }

  .related__title--small {
    font-size: 1.8rem;
    line-height: 4.2rem;
    color: #999999;
  }

  .related__list {
    width: 66rem;
    padding: 0 4.1rem 4rem 4.1rem;
    margin: 3rem 0 0 0;
  }

  .related__item {
    width: 20rem;
  }

  .related .item__image {
    width: 100%;
  }

  .related .item__title {
    font-size: 2rem;
    line-height: inherit;
    color: #000000;
    margin: 1.9rem 0 0 0;
  }

  .related .item__price {
    font-size: 1.8rem;
    line-height: inherit;
    color: #666666;
    margin: 1.9rem 0 0 0;
  }

  .modal__inner {
    border-radius: 1rem;
  }

  .modal__button--prev {
    width: 2.2rem;
  }

  .modal__button--next {
    width: 2.2rem;
  }

  .modal__button--close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2.6rem;
  }

  .modalVideo {
    content: "";
  }

  .modalVideo__closeButton {
    font-size: 20px;
    line-height: 30px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .modalVideo__iframe {
    transform: scale(0.7, 0.7);
  }

  .modalVideo._isOpen {
    width: 100vw;
    height: calc(100vw * 9 / 16);
    max-width: 100vw;
    max-height: calc(100vw * 9 / 16);
  }

  .officialsns {
    width: 101px;
    /* display: none; */
    padding-top: 36px;
  }

  .officialsns2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .officialsns_footer {
    width: 23rem;
    padding-bottom: 10rem;
  }

  .officialsns_f {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .officialsns_none {
    display: none;
  }
}
