.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 {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 110px 0 0 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.subBody {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  width: 100%;
  height: 110px;
  -webkit-box-shadow: 0px -8px 15px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px -8px 15px 0px rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: all 600ms;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 800ms;
  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;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 500ms;
  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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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 {
  -webkit-transform: translateY(110px);
          transform: translateY(110px);
  opacity: 1;
}

.mainMenu {
  width: 250px;
  background-color: #ffffff;
  position: fixed;
  right: -250px;
  overflow-y: auto;
  height: 100vh;
  z-index: 10000;
  -webkit-transition: all 600ms;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin: 13px 0 0 0;
  padding: 0 0 30px 0;
  -webkit-transition: all 500ms;
  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;
  -webkit-transition: all 500ms;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 500ms;
  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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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 {
  -webkit-transform: translateY(40px);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.footer__list--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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: -5px 20px 0 0;
}

.footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.footer__title img {
  width: 162px;
}

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

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

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

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

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

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

.footer__hpLink--small {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 0px;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

.footer .baseMenu ul li.base img {
  height: 14px;
  position: absolute;
  top: -5px;
  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;
}

.mainTitle {
  background-color: #ffffff;
}

.mainTitle__inner {
  width: 1080px;
  height: 284px;
  margin: 0 auto;
  position: relative;
}

.mainTitle__name {
  width: 180px;
  position: absolute;
  top: 59px;
  left: 90px;
}

.mainTitle__title {
  font-size: 34px;
  line-height: 50px;
  color: #000000;
  position: absolute;
  top: 60px;
  left: 387px;
}

.mainTitle__catch {
  width: 364px;
  position: absolute;
  top: 195px;
  left: 82px;
}

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

.section {
  width: 100%;
  background-color: #ffffff;
}

.section__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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;
}



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

.section .side {
  width: 150px;
  position: relative;
}

.section .side__image {
  width: 65px;
  position: absolute;
  top: 0;
  left: 71px;
}

.section .side__line {
  width: 1px;
  background-color: #b3b3b3;
  height: calc(100% - 111px + 150px);
  margin: 111px auto 0 103px;
}

.section .side__line--second {
  width: 1px;
  background-color: #b3b3b3;
  height: calc(100% - 170px + 155px);
  margin: 170px auto 0 103px;
}

.section .side__line--third {
  width: 1px;
  background-color: #b3b3b3;
  height: calc(100% - 170px - 103px);
  margin: 170px auto 0 103px;
}

.section .side__list {
  width: 80px;
  background-color: #ffffff;
  position: absolute;
  top: auto;
  left: 63px;
  bottom: 40px;
  padding: 14px 0 14px 0;
}

.section .side__item {
  font-size: 23px;
  line-height: 39px;
  color: #666666;
  text-align: center;
}

.section .content {
  width: 909px;
  padding: 193px 0 155px 0;
}

.section .content__title {
  font-size: 46px;
  line-height: 60px;
  color: #000000;
}

.section .content__readMore {
  width: 100%;
  background-color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 31px 0;
}

.section .content__readMore._isOpen {
  padding: 0 0 0 0;
}

@media screen and (max-width: 1079px) {
  .section .content {
    width: calc(100% - 171px);
  }
}

.section .intro {
  width: 100%;
  margin: 14px 0 0 0;
  padding: 0 0 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section .intro__text {
  width: 360px;
  font-size: 15px;
  line-height: 32px;
  color: #000000;
  margin: -8.5px 0 0 0;
}

.section .intro__image {
  width: 495px;
}

@media screen and (max-width: 1079px) {
  .section .intro__text {
    width: 39%;
  }
  .section .intro__image {
    width: 54%;
  }
}

.section .mainContent {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.section .mainContent__inner {
  width: 100%;
  padding: 87.25px 0 36px 0;
}

.section .mainContent__title {
  width: 454px;
}

.section .mainContent__title--second {
  width: 392px;
}

.section .mainContent__title--third {
  width: 490px;
}

.section .mainContent__text {
  width: 720px;
  font-size: 15px;
  line-height: 32px;
  color: #000000;
  margin: 16.25px 0 0 0;
}

.section .mainContent__image {
  width: 100%;
  margin: 28.5px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section .mainContent__image--second {
  width: 530px;
  margin: 28.5px 0 0 0;
}

.section .mainContent__imageChild {
  width: 295px;
}

.section .mainContent__imageChild:nth-of-type(3) {
  width: 311px;
}

@media screen and (max-width: 1079px) {
  .section .mainContent__text {
    width: 90%;
  }
  .section .mainContent__imageChild {
    width: 32%;
  }
  .section .mainContent__imageChild:nth-of-type(3) {
    width: 34%;
  }
}

.section .readMore {
  width: 360px;
  cursor: pointer;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.section .readMore__button {
  width: 100%;
  height: 69px;
  background-color: #333333;
  position: relative;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.section .readMore__button:hover {
  opacity: 0.8;
}

.section .readMore__text {
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  position: absolute;
  top: 16px;
  left: 39px;
}

.section .readMore__text--large {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  position: absolute;
  top: -2px;
  left: 132px;
  width: 185px;
}

.section .readMore__text2 {
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  position: absolute;
  top: 16px;
  left: 39px;
}

.section .readMore__text2--large {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  position: absolute;
  top: -2px;
  left: 148px;
  width: 170px;
}

.section .readMore__caption {
  font-size: 15px;
  line-height: 31px;
  color: #000000;
  padding: 0 0 0 93px;
}

.section .readMore._isOpen {
  width: 272px;
}

.section .readMore._isOpen .readMore__button {
  height: 60px;
}

.section .readMore._isOpen .readMore__text {
  position: absolute;
  top: 12px;
  left: 24px;
}

.section .readMore._isOpen .readMore__text::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/special/interview_close.png");
  background-position: top center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  right: -40px;
}

.section .readMore._isOpen .readMore__text2 {
  position: absolute;
  top: 12px;
  left: 24px;
}

.section .readMore._isOpen .readMore__text2::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/special/interview_close.png");
  background-position: top center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  right: -40px;
}

.space {
  width: 100%;
  height: 100px;
  background-color: transparent;
  overflow: hidden;
}

.bgImage {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: url("../img/special/bg.jpg");
  background-position: top center;
  background-size: 100vw 46.875vw;
  background-repeat: repeat;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

.goItem {
  background-color: #ffffff;
}

.goItem__inner {
  width: 308px;
  margin: 0 auto;
}

.goItem__button {
  width: calc(100% - 111px);
  margin: 0 auto;
  padding: 24px 0 24px 111px;
  position: relative;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: left;
}

.goItem__button::after {
  content: "";
  width: 11px;
  height: 18px;
  background: url("../img/special/goItem_arrow.png");
  background-position: top center;
  background-size: 11px 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 98px;
}

.storeInfo {
  background-color: #ffffff;
}

.storeInfo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
}

.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;
}

@media screen and (max-width: 960px) {
  .officialsns_f{
    padding-bottom: 23px;
  }

  .officialsns{
    width: 42%;
    display: flex;
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  
  }
  
  .officialsns2{
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}



@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 64);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .bodyWrapper {
    -webkit-transition: all 900ms;
    transition: all 900ms;
    padding: 10rem 0 0 0;
  }
  .bodyWrapper._isTranslate {
    -webkit-transform: translateX(-42rem);
            transform: translateX(-42rem);
  }
  .subBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header {
    height: 10rem;
    -webkit-box-shadow: 0 -0.5rem 2rem 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 -0.5rem 2rem 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.9s;
    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 {
    -webkit-transition: all 900ms;
    transition: all 900ms;
  }
  .header .menuButton__close {
    width: 2.6rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header .searchArea {
    -webkit-transition: all 900ms;
    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 {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .mainMenu {
    width: 42rem;
    right: -42rem;
    -webkit-transition: all 900ms;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        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;
    -webkit-transition: all 900ms;
    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;
    -webkit-transition: all 900ms;
    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 {
    -webkit-transition: all 900ms;
    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 {
    -webkit-transform: translateY(7rem);
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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.3rem 0;
    margin: 0 auto 0;
    position: relative;
  }
  .footer__inner--secondary {
    display: block;
  }
  .footer__list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer__list--secondary {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            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: 1.5rem 0 0 0;
  }
  .footer__title img {
    width: 27.7rem;
  }
  .footer__text {
    font-size: 2.75rem;
    line-height: 2.4rem;
    color: #000000;
  }
  .footer__logo {
    width: 4.1rem;
    margin: 1px 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: 19rem;
    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;
    top: -1px;
  }
  .topButton {
    display: none;
  }
  .mainTitle__inner {
    width: 100%;
    height: 31.2rem;
    margin: 0 auto;
  }
  .mainTitle__name {
    width: 18.4rem;
    position: absolute;
    top: 5.7rem;
    left: 3.6rem;
  }
  .mainTitle__title {
    font-size: 3.4rem;
    line-height: 6rem;
    color: #000000;
    position: absolute;
    top: 5.2rem;
    left: 26rem;
  }
  .mainTitle__catch {
    width: 39rem;
    position: absolute;
    top: 22.4rem;
    left: 3.8rem;
  }
  .section__inner {
    width: 100%;
    margin: 0 auto;
    padding: 8rem 0 0 0;
  }
  .section .side {
    width: 15rem;
  }
  .section .side__image {
    width: 7.6rem;
    position: absolute;
    top: 0;
    left: 4.3rem;
  }
  .section .side__line {
    width: 0.1rem;
    height: calc(100% - 3rem + 18rem);
    margin: 13rem auto 0 8rem;
  }
  .section .side__line--second {
    width: 0.1rem;
    height: calc(100% - 7rem + 18rem);
    margin: 17rem auto 0 8rem;
  }
  .section .side__line--third {
    width: 0.1rem;
    height: calc(100% - 26rem - 18rem);
    margin: 20rem auto 0 8rem;
  }
  .section .side__list {
    width: 9.2rem;
    position: absolute;
    top: auto;
    left: 3.5rem;
    bottom: 9.3rem;
    padding: 0.3rem 0 0.3rem 0;
  }
  .section .side__item {
    padding: 1.7rem 0 1.7rem 0;
    font-size: 2.4rem;
    line-height: 4rem;
    color: #666666;
  }
  .section .content {
    width: 49rem;
    padding: 15.1rem 0 29.8rem 0;
  }
  .section .content__title {
    font-size: 4.8rem;
    line-height: 8rem;
    color: #000000;
    margin: 0 0 0 -0.6rem;
  }
  .section .content__readMore {
    width: 100%;
    background-color: #ffffff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .section .content__readMore._isOpen {
    padding: 0 0 0 0;
  }
  .section .content2 {
    padding: 22.5rem 0 29.8rem 0;
  }
  .section .content3 {
    padding: 22.5rem 0 28.8rem 0;
  }
  .section .intro {
    width: 100%;
    margin: 0.1rem 0 0 0;
    padding: 0 0 6rem 0;
    display: block;
  }
  .section .intro__text {
    width: 45rem;
    font-size: 2.2rem;
    line-height: 4rem;
    color: #000000;
    margin: 0 auto 0 0;
  }
  .section .intro__image {
    width: 100%;
    margin: 3.9rem 0 0 0;
  }
  .section .mainContent {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 800ms;
    transition: all 800ms;
  }
  .section .mainContent__inner {
    width: 100%;
    padding: 12.4rem 0 6.2rem 0;
  }
  .section .mainContent__title {
    width: 30.8rem;
  }
  .section .mainContent__title--second {
    width: 39.2rem;
  }
  .section .mainContent__title--third {
    width: 29.4rem;
  }
  .section .mainContent__text {
    width: 45rem;
    font-size: 2.2rem;
    line-height: 4rem;
    color: #000000;
    margin: 2.8rem 0 0 0;
  }
  .section .mainContent__image {
    width: 100%;
    margin: 5.5rem 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section .mainContent__image--second {
    width: 100%;
    margin: 5.5rem 0 0 0;
  }
  .section .mainContent__imageChild {
    width: 24.4rem;
  }
  .section .mainContent__imageChild:nth-of-type(3) {
    width: 49rem;
    margin: 0.2rem 0 0 0;
  }
  .section .readMore {
    width: 44.9rem;
  }
  .section .readMore__button {
    height: 8.8rem;
  }
  .section .readMore__text {
    font-size: 2.4rem;
    line-height: 4.6rem;
    color: #ffffff;
    letter-spacing: 0.04em;
    position: absolute;
    top: 1.9rem;
    left: 3.9rem;
  }
  .section .readMore__text--large {
    font-size: 4rem;
    line-height: 4.6rem;
    color: #ffffff;
    position: absolute;
    top: -0.3rem;
    left: 17rem;
    width: 24rem;
  }
  .section .readMore__text2 {
    font-size: 2.4rem;
    line-height: 4.6rem;
    color: #ffffff;
    letter-spacing: 0.04em;
    position: absolute;
    top: 1.9rem;
    left: 5.9rem;
  }
  .section .readMore__text2--large {
    font-size: 4rem;
    line-height: 4.6rem;
    color: #ffffff;
    position: absolute;
    top: -0.3rem;
    left: 17.3rem;
    width: 20rem;
  }
  .section .readMore__caption {
    font-size: 1.8rem;
    line-height: 5rem;
    color: #000000;
    padding: 0 0 0 12.9rem;
  }
  .section .readMore._isOpen {
    width: 34rem;
    padding: 0 0 4rem 0;
  }
  .section .readMore._isOpen .readMore__button {
    height: 8rem;
  }
  .section .readMore._isOpen .readMore__text {
    position: absolute;
    top: 1.7rem;
    left: 4.6rem;
  }
  .section .readMore._isOpen .readMore__text::after {
    width: 3rem;
    height: 3rem;
    background: url("../img/special/interview_close.png");
    background-position: top center;
    background-size: 3rem 3rem;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.7rem;
    right: -4rem;
  }
  .section .readMore._isOpen .readMore__text2 {
    position: absolute;
    top: 1.7rem;
    left: 4.6rem;
  }
  .section .readMore._isOpen .readMore__text2::after {
    width: 3rem;
    height: 3rem;
    background: url("../img/special/interview_close.png");
    background-position: top center;
    background-size: 3rem 3rem;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.7rem;
    right: -4rem;
  }
  .section .content3 .readMore._isOpen {
    padding: 0 0 5rem 0;
  }
  .space {
    width: 100%;
    height: 18rem;
    background-color: transparent;
    overflow: hidden;
  }
  .bgImage {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background: url("../img/special/bg.jpg");
    background-position: top center;
    background-size: 100vw 46.875vw;
    background-repeat: repeat;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }
  .goItem__inner {
    width: 32rem;
    margin: 0 auto;
    padding: 8.5rem 0 0 0;
  }
  .goItem__button {
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding: 3rem 0 3rem 8rem;
    border-top: 0.1rem solid #000000;
    border-bottom: 0.1rem solid #000000;
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: #000000;
  }
  .goItem__button::after {
    width: 1.5rem;
    height: 2.6rem;
    background: url("../img/special/goItem_arrow.png");
    background-position: top center;
    background-size: 1.5rem 2.6rem;
    background-repeat: no-repeat;
    position: absolute;
    top: 2.8rem;
    right: 8.3rem;
  }
  .goItem + .storeInfo .storeInfo__inner {
    padding: 25.3rem 0 28.6rem 0;
  }
  .storeInfo__inner {
    display: block;
    width: 55.8rem;
    padding: 25.7rem 0 19rem 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;
  }

  .officialsns{
    width: 101px;
    display: flex;
    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;
  }
  
}
/*# sourceMappingURL=special.css.map */