/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";
/*PCのみ全体を90%の割合にする関数*/
@-webkit-keyframes loopScrollBarY {
  0% {
    -webkit-transform: translateY(-100.5%);
            transform: translateY(-100.5%); }
  100% {
    -webkit-transform: translateY(100.5%);
            transform: translateY(100.5%); } }
@keyframes loopScrollBarY {
  0% {
    -webkit-transform: translateY(-100.5%);
            transform: translateY(-100.5%); }
  100% {
    -webkit-transform: translateY(100.5%);
            transform: translateY(100.5%); } }

@-webkit-keyframes loopScrollBarX {
  0% {
    -webkit-transform: translateX(-99.5%);
            transform: translateX(-99.5%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes loopScrollBarX {
  0% {
    -webkit-transform: translateX(-99.5%);
            transform: translateX(-99.5%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

body {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%; }
  body .wrapper {
    overflow: hidden; }
  body.is-fixed {
    overflow: hidden; }

body.is-pc .wrapper {
  overflow: hidden;
  min-width: 1280px; }

body.is-pc .pcShow {
  display: block; }

body.is-sp .pcShow {
  display: none !important; }

body.is-sp .spShow {
  display: block; }

body.is-pc .spShow {
  display: none !important; }

.animate-fadein-common {
  opacity: 0; }
  .animate-fadein-common.is-show {
    opacity: 1;
    transition: opacity .5s ease-in; }

.animate-fadein-up-common {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px); }
  .animate-fadein-up-common.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transition: -webkit-transform .4s ease-in;
    transition: transform .4s ease-in;
    transition: transform .4s ease-in, -webkit-transform .4s ease-in; }

.main-txtarea__logo.animate-fadein-common {
  opacity: 0;
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }
  .main-txtarea__logo.animate-fadein-common.is-show {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    transition: -webkit-transform 2s ease-in;
    transition: transform 2s ease-in;
    transition: transform 2s ease-in, -webkit-transform 2s ease-in; }

.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5; }

.sample-icon {
  margin: 10px 0px;
  width: 128px;
  height: 128px;
  background-image: url("/sashi-power/img/html5.png");
  background-repeat: no-repeat; }

body.is-pc .header .header__logo {
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 28px;
  left: 36px;
  width: 99.2px;
  height: 37.6px; }
  body.is-pc .header .header__logo a {
    color: #757575; }
    body.is-pc .header .header__logo a img {
      width: 100%;
      height: auto; }
    body.is-pc .header .header__logo a:hover {
      opacity: 0.8; }

body.is-pc .header .header__inner {
  position: relative; }
  body.is-pc .header .header__inner .header__modal_area .menu-btn {
    position: fixed;
    top: 28px;
    right: 40px;
    z-index: 2; }
    body.is-pc .header .header__inner .header__modal_area .menu-btn .hamburger-button {
      width: 32px;
      height: 28.8px; }
      body.is-pc .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line {
        position: relative;
        display: block;
        width: 32px;
        height: 28.8px; }
        body.is-pc .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span {
          position: absolute;
          top: 0;
          left: 0;
          width: 32px;
          height: 2.4px;
          background-color: rgba(0, 0, 0, 0.54);
          transition: -webkit-transform 0.6s ease;
          transition: transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
          body.is-pc .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span:nth-of-type(2) {
            -webkit-transform: 0s;
                    transform: 0s; }
          body.is-pc .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span:nth-of-type(2) {
            top: 15px; }
          body.is-pc .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span:nth-of-type(3) {
            top: 30px; }
          body.is-pc .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span:nth-of-type(4) {
            top: 45px; }
  body.is-pc .header .header__inner .header__modal_area .hamburger-menu {
    opacity: 0;
    width: 0;
    height: 0; }
  body.is-pc .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button .hamburger-button__line span {
    background: #7f7f7f; }
    body.is-pc .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button .hamburger-button__line span:first-of-type {
      -webkit-transform: translatey(15px) rotate(-45deg);
              transform: translatey(15px) rotate(-45deg); }
    body.is-pc .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button .hamburger-button__line span:nth-of-type(2) {
      display: none; }
    body.is-pc .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button .hamburger-button__line span:last-of-type {
      -webkit-transform: translatey(-15px) rotate(45deg);
              transform: translatey(-15px) rotate(45deg); }
  body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu {
    opacity: 1;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;
    align-content: center;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9); }
    body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner {
      position: absolute;
      display: block;
      margin: 0 auto;
      margin: auto;
      padding-top: 64px;
      padding-bottom: 64px;
      width: 424px;
      height: 632px;
      top: 0;
      bottom: 0; }
      body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner img {
        width: 100%;
        height: 100%; }
      body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-content: center;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%; }
        body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item {
          position: relative;
          margin: auto;
          margin-bottom: 64px; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:first-of-type .hamburger-menu__list_item_link {
            width: 107.2px;
            height: 42.4px; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:nth-of-type(2) .hamburger-menu__list_item_link {
            width: 309.6px;
            height: 38.4px; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:nth-of-type(3) .hamburger-menu__list_item_link {
            width: 420.8px;
            height: 36.8px; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:nth-of-type(4) .hamburger-menu__list_item_link {
            width: 402.4px;
            height: 41.6px; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:nth-of-type(5) .hamburger-menu__list_item_link {
            width: 228.8px;
            height: 38.4px; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:nth-of-type(6) .hamburger-menu__list_item_link {
            width: 161.6px;
            height: 38.4px; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item .hamburger-menu__list_item_link {
            position: relative;
            display: inline-block;
            padding-bottom: 5px;
            cursor: pointer;
            overflow: hidden; }
            body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item .hamburger-menu__list_item_link:hover {
              padding-bottom: 5px;
              opacity: 0.8; }
              body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item .hamburger-menu__list_item_link:hover::before {
                position: absolute;
                display: block;
                content: '';
                margin: 0;
                -webkit-animation-name: loopScrollBarX;
                        animation-name: loopScrollBarX;
                -webkit-animation-duration: 2s;
                        animation-duration: 2s;
                -webkit-animation-delay: 0.1s;
                        animation-delay: 0.1s;
                -webkit-animation-iteration-count: infinite;
                        animation-iteration-count: infinite;
                background: #008cbb; }
            body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item .hamburger-menu__list_item_link::before {
              position: absolute;
              display: block;
              content: '';
              margin: 0;
              position: absolute;
              display: block;
              margin: 0 auto;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 2px;
              background: #008cbb;
              background-size: 100% 100%; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:nth-of-type(odd) .hamburger-menu__list_item_link:hover::before {
            position: absolute;
            display: block;
            content: '';
            margin: 0;
            background-color: #ff0000; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:nth-of-type(odd) .hamburger-menu__list_item_link::before {
            position: absolute;
            display: block;
            content: '';
            margin: 0;
            background-color: #ff0000; }
          body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner .hamburger-menu__list .hamburger-menu__list_item:last-of-type {
            margin-bottom: 0; }

body.is-sp .header .header__logo {
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 33px;
  left: 36px;
  width: 125px;
  height: 37px; }
  body.is-sp .header .header__logo a {
    color: #757575; }

body.is-sp .header .header__inner {
  position: relative; }
  body.is-sp .header .header__inner .header__modal_area .menu-btn {
    position: fixed;
    top: 33px;
    right: 29px;
    z-index: 2; }
    body.is-sp .header .header__inner .header__modal_area .menu-btn .hamburger-button {
      width: 59px;
      height: 41px; }
      body.is-sp .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        body.is-sp .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span {
          position: absolute;
          top: 0;
          left: 0;
          width: 59px;
          height: 3px;
          background-color: rgba(0, 0, 0, 0.54);
          transition: -webkit-transform 0.6s ease;
          transition: transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
          body.is-sp .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span:nth-of-type(2) {
            -webkit-transform: 0.2s 0s;
                    transform: 0.2s 0s; }
          body.is-sp .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span:nth-of-type(2) {
            top: 20px; }
          body.is-sp .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span:nth-of-type(3) {
            top: 40px; }
          body.is-sp .header .header__inner .header__modal_area .menu-btn .hamburger-button .hamburger-button__line span:nth-of-type(4) {
            top: 60px; }
  body.is-sp .header .header__inner .header__modal_area .hamburger-menu {
    display: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    body.is-sp .header .header__inner .header__modal_area .hamburger-menu .hamburger-menu__list {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left; }
      body.is-sp .header .header__inner .header__modal_area .hamburger-menu .hamburger-menu__list .hamburger-menu__list_item {
        margin: 0 0 60px 70px; }
        body.is-sp .header .header__inner .header__modal_area .hamburger-menu .hamburger-menu__list .hamburger-menu__list_item .hamburger-menu__list_item_link {
          position: relative;
          display: inline-block;
          overflow: hidden; }
          body.is-sp .header .header__inner .header__modal_area .hamburger-menu .hamburger-menu__list .hamburger-menu__list_item .hamburger-menu__list_item_link img {
            width: auto; }
          body.is-sp .header .header__inner .header__modal_area .hamburger-menu .hamburger-menu__list .hamburger-menu__list_item .hamburger-menu__list_item_link::after {
            position: absolute;
            display: block;
            content: '';
            margin: 0;
            position: absolute;
            display: block;
            margin: 0 auto;
            bottom: 5px;
            left: 0;
            height: 2px;
            width: 100%;
            -webkit-animation-name: loopScrollBarX;
                    animation-name: loopScrollBarX;
            -webkit-animation-duration: 2s;
                    animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
            background: #008cbb; }
        body.is-sp .header .header__inner .header__modal_area .hamburger-menu .hamburger-menu__list .hamburger-menu__list_item:nth-of-type(odd) .hamburger-menu__list_item_link::after {
          position: absolute;
          display: block;
          content: '';
          margin: 0;
          background: #ff0000; }
        body.is-sp .header .header__inner .header__modal_area .hamburger-menu .hamburger-menu__list .hamburger-menu__list_item:last-of-type {
          margin-bottom: 0; }
  body.is-sp .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button {
    position: absolute;
    top: 4px;
    right: 2px; }
    body.is-sp .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button .hamburger-button__line span {
      top: 15px;
      background: #7f7f7f; }
      body.is-sp .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button .hamburger-button__line span:first-of-type {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      body.is-sp .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button .hamburger-button__line span:nth-of-type(2) {
        opacity: 0; }
      body.is-sp .header .header__inner .header__modal_area .is-open .modal-btn.hamburger-button .hamburger-button__line span:last-of-type {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
        top: 15px; }
  body.is-sp .header .header__inner .header__modal_area .is-open + .hamburger-menu {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;
    align-content: center;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box; }
    body.is-sp .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner {
      position: absolute;
      display: block;
      margin: 0 auto;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

body.is-pc .footer {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 120px 0 130px 0;
  margin-top: 120px;
  padding-top: 63.2px;
  padding-bottom: 72px; }
  body.is-pc .footer__inner {
    margin: 0 auto;
    width: 996px;
    text-align: center; }
    body.is-pc .footer__inner:after {
      content: "";
      display: block;
      height: 0;
      font-size: 0;
      clear: both; }
  body.is-pc .footer .footer-copyArea {
    display: inline-block;
    float: left; }
    body.is-pc .footer .footer-copyArea .footer-copy__logo {
      margin-bottom: 26.4px;
      width: 124px;
      height: 37px;
      background-image: url("/sashi-power/img/common/footer-saga-logo_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      width: 99.2px;
      height: 29.6px; }
      body.is-pc .footer .footer-copyArea .footer-copy__logo .footer-copy__logo_link {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer; }
        body.is-pc .footer .footer-copyArea .footer-copy__logo .footer-copy__logo_link:hover {
          opacity: .8; }
    body.is-pc .footer .footer-copyArea .footer-copy__address {
      width: 323px;
      height: 133px;
      background-image: url("/sashi-power/img/common/footer-saga-address_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      width: 258.4px;
      height: 106.4px; }
  body.is-pc .footer .footer-snsArea {
    display: inline-block;
    float: right;
    margin-top: 64.8px; }

body.is-sp .footer {
  background-color: rgba(255, 255, 255, 0.902);
  margin-top: 120px;
  padding: 96px 0 122px; }
  body.is-sp .footer__inner {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
    text-align: center; }
  body.is-sp .footer .footer-copyArea .footer-copy__logo {
    margin: auto;
    margin-bottom: 35px;
    width: 164px;
    height: 49px;
    background-image: url("/sashi-power/img/common/footer-saga-logo_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; }
    body.is-sp .footer .footer-copyArea .footer-copy__logo .footer-copy__logo_link {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      body.is-sp .footer .footer-copyArea .footer-copy__logo .footer-copy__logo_link:hover {
        opacity: .8; }
  body.is-sp .footer .footer-copyArea .footer-copy__address {
    margin: auto;
    width: 416px;
    height: 190px;
    background-image: url("/sashi-power/img/common/footer-saga-address_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; }
  body.is-sp .footer .footer-snsArea {
    margin-bottom: 80px; }

body.is-pc .footer-sns {
  display: flex;
  justify-content: center;
  align-items: center; }

body.is-pc .icn_twitter {
  width: 53px;
  height: 47px;
  background-image: url("/sashi-power/img/common/icn_twitter_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  background-size: contain;
  width: 42.4px;
  height: 37.6px;
  margin-right: 32px; }
  body.is-pc .icn_twitter:hover {
    opacity: .8; }

body.is-pc .icn_line {
  margin-right: 0; }

body.is-pc .icn_fb {
  width: 53px;
  height: 47px;
  background-image: url("/sashi-power/img/common/icn_fb_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  background-size: contain;
  width: 42.4px;
  height: 37.6px;
  margin-right: 32px; }
  body.is-pc .icn_fb:hover {
    opacity: .8; }

body.is-pc .icn_line {
  margin-right: 0; }

body.is-pc .icn_line {
  width: 53px;
  height: 47px;
  background-image: url("/sashi-power/img/common/icn_line_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  background-size: contain;
  width: 42.4px;
  height: 37.6px;
  margin-right: 32px; }
  body.is-pc .icn_line:hover {
    opacity: .8; }

body.is-pc .icn_line {
  margin-right: 0; }

body.is-sp .footer-sns {
  display: flex;
  justify-content: center;
  align-items: center; }

body.is-sp .icn_twitter {
  width: 61px;
  height: 55px;
  background-image: url("/sashi-power/img/common/icn_twitter_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  margin-right: 60px; }
  body.is-sp .icn_twitter:last-of-type {
    margin-right: 0; }

body.is-sp .icn_fb {
  width: 61px;
  height: 55px;
  background-image: url("/sashi-power/img/common/icn_fb_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  margin-right: 60px; }
  body.is-sp .icn_fb:last-of-type {
    margin-right: 0; }

body.is-sp .icn_line {
  width: 61px;
  height: 55px;
  background-image: url("/sashi-power/img/common/icn_line_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  margin-right: 60px; }
  body.is-sp .icn_line:last-of-type {
    margin-right: 0; }

.top {
  display: none; }

body.is-pc .top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(127, 127, 127, 0.6); }
  body.is-pc .top .top__inner {
    position: relative;
    display: block;
    margin: auto;
    width: 50vw;
    height: 28.12vw; }
    body.is-pc .top .top__inner .modal-area {
      position: absolute;
      display: block;
      margin: 0 auto;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    body.is-pc .top .top__inner .modal-area__button {
      position: absolute;
      display: block;
      margin: 0 auto;
      right: 0;
      top: -56px;
      cursor: pointer; }
      body.is-pc .top .top__inner .modal-area__button .modal-area__button_inner {
        position: relative;
        display: block;
        width: 56px;
        height: 56px; }
        body.is-pc .top .top__inner .modal-area__button .modal-area__button_inner span {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 0;
          left: 0;
          width: 100%;
          height: 2.4px;
          background-color: #fff;
          transition: -webkit-transform .6s ease;
          transition: transform .6s ease;
          transition: transform .6s ease, -webkit-transform .6s ease; }
          body.is-pc .top .top__inner .modal-area__button .modal-area__button_inner span:first-of-type {
            -webkit-transform: translatey(35px) rotate(-45deg);
                    transform: translatey(35px) rotate(-45deg); }
          body.is-pc .top .top__inner .modal-area__button .modal-area__button_inner span:last-of-type {
            -webkit-transform: translatey(35px) rotate(45deg);
                    transform: translatey(35px) rotate(45deg); }
    body.is-pc .top .top__inner .top__modalthum {
      position: absolute;
      display: block;
      margin: 0 auto;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      width: 100%;
      height: 100%;
      background-image: url("/sashi-power/img/common/movie-thum_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      background-size: cover;
      transition: display .7s ease;
      cursor: pointer; }
      body.is-pc .top .top__inner .top__modalthum.is-close {
        display: none; }
  body.is-pc .top.is-close {
    display: none; }

body.is-pc .main {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff; }
  body.is-pc .main .main_inner {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    align-content: center;
    justify-content: center; }
    body.is-pc .main .main_inner img {
      width: 100%;
      height: auto; }
    body.is-pc .main .main_inner .main-txtarea__txt {
      position: absolute;
      display: block;
      margin: 0 auto;
      margin: 0 auto;
      width: 347.2px;
      height: 239.2px;
      top: -26.4px;
      left: -369.6px; }
    body.is-pc .main .main_inner .main-txtarea {
      position: relative;
      margin: 0 auto;
      margin: 0 auto;
      margin-top: 120px;
      margin-bottom: 120px;
      width: 476px;
      height: auto;
      text-align: center;
      box-sizing: border-box; }
      body.is-pc .main .main_inner .main-txtarea .main-txtarea__logo {
        position: absolute;
        display: block;
        margin: 0 auto;
        margin: auto;
        width: 820px;
        left: -224px;
        top: 112px; }
    body.is-pc .main .main_inner .main__scroll {
      position: relative; }
      body.is-pc .main .main_inner .main__scroll .main__scroll_button {
        position: absolute;
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 1.6px;
        overflow: hidden;
        right: 0;
        left: 0;
        bottom: 40px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 77.6px; }
        body.is-pc .main .main_inner .main__scroll .main__scroll_button::before {
          position: absolute;
          display: block;
          content: '';
          margin: 0;
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #ff0000;
          -webkit-animation-name: loopScrollBarY;
                  animation-name: loopScrollBarY;
          -webkit-animation-duration: 2s;
                  animation-duration: 2s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite; }

body.is-pc .sashi-area {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1280px;
  width: 100%;
  height: 5760px;
  background-image: url("/sashi-power/img/common/sashi-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }

body.is-pc .sashi-area__innerWrap {
  position: relative;
  text-align: center;
  width: 100%; }
  body.is-pc .sashi-area__innerWrap .sashi-power {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
    padding: 0;
    margin: 0 auto; }
    body.is-pc .sashi-area__innerWrap .sashi-power h2 {
      margin: 0 auto;
      padding-top: 96px;
      padding-bottom: 80px;
      padding: 0 auto;
      width: 450.4px;
      padding-top: 126.4px;
      padding-bottom: 76px; }
      body.is-pc .sashi-area__innerWrap .sashi-power h2 img {
        width: 450.4px;
        height: auto; }
    body.is-pc .sashi-area__innerWrap .sashi-power .sashi-power__movie .sashi-power__movie_youtube {
      position: relative;
      display: block;
      margin: 0 auto;
      width: 796px;
      height: 452px;
      box-sizing: border-box; }
      body.is-pc .sashi-area__innerWrap .sashi-power .sashi-power__movie .sashi-power__movie_youtube .sashi-power__movie_modalthum {
        position: absolute;
        display: block;
        margin: 0 auto;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 995px;
        height: 565px;
        background-image: url("/sashi-power/img/sashi-power/movie-thum-power_pc.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 796px;
        height: 452px;
        transition: display .7s ease; }
        body.is-pc .sashi-area__innerWrap .sashi-power .sashi-power__movie .sashi-power__movie_youtube .sashi-power__movie_modalthum.is-close {
          display: none; }
      body.is-pc .sashi-area__innerWrap .sashi-power .sashi-power__movie .sashi-power__movie_youtube .sashi-power__movie_modalbtn {
        position: absolute;
        display: block;
        margin: 0 auto;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 117px;
        height: 117px;
        background-image: url("/sashi-power/img/sashi-power/movie-thum-btn-power_pc.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 93.6px;
        height: 93.6px;
        background-size: contain;
        cursor: pointer;
        transition: all 1s ease; }
        body.is-pc .sashi-area__innerWrap .sashi-power .sashi-power__movie .sashi-power__movie_youtube .sashi-power__movie_modalbtn.is-close {
          display: none; }
    body.is-pc .sashi-area__innerWrap .sashi-power .sashi-power__txt {
      margin: 0 auto;
      margin-top: 80px;
      margin-bottom: 120px; }
      body.is-pc .sashi-area__innerWrap .sashi-power .sashi-power__txt img {
        width: 612px;
        height: auto; }
  body.is-pc .sashi-area__innerWrap .about-mogisan {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 0 130px 0;
    padding: 0; }
    body.is-pc .sashi-area__innerWrap .about-mogisan .about-mogisan__inner {
      margin: 0 auto;
      max-width: 1280px;
      text-align: center;
      margin: 0 auto;
      padding: 0 15px;
      width: 960px;
      text-align: center;
      box-sizing: border-box;
      position: relative;
      padding: 0;
      padding-top: 104px;
      padding-bottom: 0; }
      body.is-pc .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__lead {
        position: relative;
        margin: 0 auto;
        width: 676px; }
        body.is-pc .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__lead img {
          width: 100%;
          height: auto; }
      body.is-pc .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__discript {
        margin: 0 auto;
        width: 676px;
        padding-top: 44px;
        padding-bottom: 120px; }
        body.is-pc .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__discript .about-mogisan__discript_inner {
          width: 361.6px; }
          body.is-pc .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__discript .about-mogisan__discript_inner img {
            width: 100%;
            height: auto;
            display: block; }
      body.is-pc .sashi-area__innerWrap .about-mogisan .about-mogisan__inner::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: url("/sashi-power/img/sashi-mogisan/mogisan-img_pc.png") no-repeat;
        right: 0;
        bottom: 0;
        width: 406.4px;
        height: 430.4px;
        background-size: contain; }

body.is-sp .main {
  position: relative;
  overflow: hidden;
  background: #fff; }
  body.is-sp .main .main_inner {
    position: relative;
    margin: 0 auto 290px;
    top: 0;
    bottom: 0;
    width: 100%; }
    body.is-sp .main .main_inner .main-txtarea__txt {
      position: absolute;
      display: block;
      margin: 0 auto;
      top: -194px;
      left: 35px; }
      body.is-sp .main .main_inner .main-txtarea__txt img {
        width: 100%;
        mix-blend-mode: multiply; }
    body.is-sp .main .main_inner .main-txtarea {
      position: relative;
      margin: 310px auto 0; }
      body.is-sp .main .main_inner .main-txtarea img {
        display: block;
        margin: 0 auto; }
      body.is-sp .main .main_inner .main-txtarea .main-txtarea__logo {
        position: absolute;
        display: block;
        margin: 0 auto;
        margin: auto;
        width: 100%;
        bottom: 38px;
        left: 0; }
    body.is-sp .main .main_inner .main__scroll {
      margin: 0 auto;
      width: 100px; }
      body.is-sp .main .main_inner .main__scroll .main__scroll_button {
        position: absolute;
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 2px;
        overflow: hidden;
        bottom: -230px;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        padding-top: 97px; }
        body.is-sp .main .main_inner .main__scroll .main__scroll_button::before {
          position: absolute;
          display: block;
          content: '';
          margin: 0;
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #ff0000;
          -webkit-animation-name: loopScrollBarY;
                  animation-name: loopScrollBarY;
          -webkit-animation-duration: 2s;
                  animation-duration: 2s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite; }

body.is-sp .sashi-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 750px;
  height: 4760px;
  background-image: url("/sashi-power/img/common/sashi-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat; }

body.is-sp .sashi-area__innerWrap {
  position: relative;
  text-align: center; }
  body.is-sp .sashi-area__innerWrap .sashi-power .sashi-power__innerWrap h2 {
    margin: 126px auto 116px; }
  body.is-sp .sashi-area__innerWrap .sashi-power .sashi-power__innerWrap .sashi-power__movie .sashi-power__movie_youtube {
    position: relative;
    display: block;
    margin: auto;
    width: 750px;
    height: 425px;
    box-sizing: border-box; }
    body.is-sp .sashi-area__innerWrap .sashi-power .sashi-power__innerWrap .sashi-power__movie .sashi-power__movie_youtube .sashi-power__movie_modalthum {
      position: absolute;
      display: block;
      margin: 0 auto;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 750px;
      height: auto;
      background-image: url("/sashi-power/img/sashi-power/movie-thum-power_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      transition: display .7s ease; }
      body.is-sp .sashi-area__innerWrap .sashi-power .sashi-power__innerWrap .sashi-power__movie .sashi-power__movie_youtube .sashi-power__movie_modalthum.is-close {
        display: none; }
    body.is-sp .sashi-area__innerWrap .sashi-power .sashi-power__innerWrap .sashi-power__movie .sashi-power__movie_youtube .sashi-power__movie_modalbtn {
      position: absolute;
      display: block;
      margin: 0 auto;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 117px;
      height: 117px;
      background-image: url("/sashi-power/img/sashi-power/movie-thum-btn-power_sp.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      cursor: pointer; }
      body.is-sp .sashi-area__innerWrap .sashi-power .sashi-power__innerWrap .sashi-power__movie .sashi-power__movie_youtube .sashi-power__movie_modalbtn.is-close {
        display: none; }
  body.is-sp .sashi-area__innerWrap .sashi-power .sashi-power__innerWrap .sashi-power__txt {
    margin: 100px 0 100px 0; }
  body.is-sp .sashi-area__innerWrap .about-mogisan {
    position: relative;
    background-color: rgba(255, 255, 255, 0.902);
    padding-top: 84px;
    padding-bottom: 0; }
    body.is-sp .sashi-area__innerWrap .about-mogisan .about-mogisan__inner {
      margin: 0 auto;
      padding: 0 50px; }
      body.is-sp .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__lead {
        position: relative;
        margin: 0 auto; }
      body.is-sp .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__discript {
        padding: 76px 0 116px 0; }
        body.is-sp .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__discript .about-mogisan__discript_inner {
          margin: 0 auto; }
          body.is-sp .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__discript .about-mogisan__discript_inner .txt {
            text-align: left; }
            body.is-sp .sashi-area__innerWrap .about-mogisan .about-mogisan__inner .about-mogisan__discript .about-mogisan__discript_inner .txt .txt_inner {
              margin-left: 2px; }
      body.is-sp .sashi-area__innerWrap .about-mogisan .about-mogisan__inner::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: url("/sashi-power/img/sashi-mogisan/mogisan-img_sp.png") no-repeat;
        right: 0px;
        bottom: 0;
        width: 442px;
        height: 558px;
        background-size: contain; }

body.is-pc .sashi-area__list h2 {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 80px;
  padding: 0 auto;
  width: 704.8px;
  padding-top: 80px;
  padding-bottom: 76px; }
  body.is-pc .sashi-area__list h2 img {
    width: 100%;
    height: auto; }

body.is-pc .sashi-area__list .about-mind-sashiness {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 120px 0 130px 0;
  padding-top: 108px;
  padding-bottom: 118.4px;
  box-sizing: border-box; }
  body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 670px;
    text-align: center;
    box-sizing: border-box; }
    body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number {
      position: relative;
      position: relative; }
      body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number span {
        margin: 0 auto;
        display: block; }
        body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number span img {
          width: 100%;
          height: auto; }
      body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 235px;
        height: 2px;
        top: 50%;
        bottom: 50%;
        left: 0; }
      body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 235px;
        height: 2px;
        top: 50%;
        bottom: 50%;
        right: 0; }
      body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number span {
        width: 9.6px; }
    body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl img {
      width: 100%;
      height: auto; }
    body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_lead {
      margin: 0 auto;
      width: 337.6px;
      margin-top: 40px;
      margin-bottom: 36px; }
    body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_phone {
      margin: 0 auto;
      width: 241.6px; }
    body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness__subttl {
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 24px;
      width: 412px; }
    body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness__txt {
      margin: 0 auto;
      width: 488.8px; }
    body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .bout-mind-sashiness__button {
      margin: 0 auto;
      width: 400px;
      height: 80px;
      margin-top: 28px; }
      body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .bout-mind-sashiness__button .goods-list__button_link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: .4em;
        border: 2px solid #ff0000;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        letter-spacing: .4em;
        text-align: center; }
        body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .bout-mind-sashiness__button .goods-list__button_link:hover {
          opacity: .6; }
      body.is-pc .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .bout-mind-sashiness__button img {
        width: 136px; }

body.is-pc .sashi-area__list .about-goods {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 120px 0 130px 0;
  margin-top: 117.6px;
  padding-top: 108.8px;
  padding-bottom: 120px; }
  body.is-pc .sashi-area__list .about-goods .about-goods__inner {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 670px;
    text-align: center;
    box-sizing: border-box; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number {
      position: relative;
      position: relative; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number span {
        margin: 0 auto;
        display: block; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number span img {
          width: 100%;
          height: auto; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 235px;
        height: 2px;
        top: 50%;
        bottom: 50%;
        left: 0; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 235px;
        height: 2px;
        top: 50%;
        bottom: 50%;
        right: 0; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number span {
        width: 16px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_lead {
      margin: 0 auto;
      margin-top: 32px;
      margin-bottom: 40px;
      width: 256.8px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_lead img {
        width: 100%;
        height: auto; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__subttl {
      margin: 0 auto;
      margin-bottom: 16px;
      width: 280px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__subttl img {
        width: 100%;
        height: auto; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__txt {
      margin: 0 auto;
      width: 528.8px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .about-goods__txt img {
        width: 100%;
        height: auto; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__lead {
      margin: 0 auto;
      margin-top: 52px;
      margin-bottom: 32px;
      margin: 0 auto;
      margin-top: 68px;
      margin-bottom: 49.6px;
      width: 300.8px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__lead img {
        width: 100%;
        height: auto; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely {
      position: relative;
      display: flex;
      flex-direction: column-reverse; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_name {
        margin-top: 8px; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_name img {
          margin: 0 auto;
          display: block; }
          body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_name img:last-of-type {
            margin-top: 6.4px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_people {
        background-color: #008cbb;
        color: #fff;
        width: 376px;
        height: 32px;
        margin: 0 auto;
        margin-top: 14.4px;
        width: 534.4px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_people .product-list__lottely_inner {
          display: flex;
          vertical-align: middle; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:first-of-type img {
      width: 100%;
      height: auto; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:first-of-type .product-list__image {
      width: 632px;
      margin-left: 52.8px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:first-of-type .product-list__lottely_name {
      margin-top: 4px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:first-of-type .product-list__lottely_name img:first-of-type {
        width: 168.8px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:first-of-type .product-list__lottely_name img:nth-of-type(2) {
        width: 203.2px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(2) img {
      width: 100%;
      height: auto; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(2) .product-list__image {
      width: 448px;
      margin-top: 45.6px;
      margin-left: 85px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(2) .product-list__lottely {
      margin-top: -28px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(2) .product-list__lottely .product-list__lottely_name img:first-of-type {
        width: 141.6px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(2) .product-list__lottely .product-list__lottely_name img:nth-of-type(2) {
        width: 517.6px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:last-of-type .product-list__image img {
      width: 392px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:last-of-type .product-list__lottely_name {
      margin-top: 0; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:last-of-type .product-list__lottely_name img:first-of-type {
        width: 276px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:last-of-type .product-list__lottely_name img:nth-of-type(2) {
        width: 184.8px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:last-of-type .goods-list__button {
      margin-top: 38.4px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:last-of-type .goods-list__button img {
        width: 181.6px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__terms {
      margin: 40px auto 0;
      cursor: pointer; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__terms:hover {
        opacity: 0.7; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col {
      margin: 0 auto;
      margin-top: 64px;
      margin-left: -65.12px;
      display: flex;
      justify-content: center;
      align-content: center;
      width: 812px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner {
        display: inline-block;
        width: 376px;
        box-sizing: border-box; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner .product-list__image {
          display: inline-block;
          vertical-align: bottom; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner .product-list__lottely_name {
          margin-top: 12px; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:first-of-type {
          margin-right: 60px; }
          body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:first-of-type .product-list__image img {
            width: 181.6px; }
          body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:first-of-type .product-list__lottely .product-list__lottely_name img:first-of-type {
            width: 269.6px; }
          body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:first-of-type .product-list__lottely .product-list__lottely_name img:nth-of-type(2) {
            width: 259.2px; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__image img {
          margin-left: -29.92px;
          width: 469.6px; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__lottely .product-list__lottely_name {
          margin-top: 2.1px; }
          body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__lottely .product-list__lottely_name img:first-of-type {
            width: 229.6px; }
          body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__lottely .product-list__lottely_name img:nth-of-type(2) {
            width: 379.2px; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner .product-list__lottely .product-list__lottely_people {
          background-color: #008cbb;
          color: #fff;
          width: 376px;
          height: 32px; }
          body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner .product-list__lottely .product-list__lottely_people .product-list__lottely_inner {
            display: flex;
            vertical-align: middle; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__tweeter {
      margin: 0 auto;
      margin-top: 77.6px;
      margin-bottom: 72px;
      text-align: center;
      width: 505.6px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__tweeter a {
        display: block;
        color: #000; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__tweeter a img {
          width: 100%;
          height: auto; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-campaign {
      position: relative;
      margin-left: -72px;
      width: 831.2px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-campaign::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        width: 100%;
        top: -19.2px;
        border-top: 2.4px solid #000; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-campaign::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        width: 100%;
        bottom: -24px;
        border-bottom: 2.4px solid #000; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-campaign img {
        width: 100%;
        height: auto; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__lead_present {
      margin: 0 auto;
      margin-top: 84px;
      margin-bottom: 28px;
      width: 398.4px; }
    body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__button {
      margin: 0 auto;
      width: 400px;
      height: 80px; }
      body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__button .goods-list__button_link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: .4em;
        border: 2px solid #ff0000;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        letter-spacing: .4em;
        text-align: center; }
        body.is-pc .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__button .goods-list__button_link:hover {
          opacity: .6; }

body.is-pc .sashi-area__list .about-furusato {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 120px 0 130px 0;
  margin-top: 117.6px;
  padding-top: 108px;
  padding-bottom: 120px; }
  body.is-pc .sashi-area__list .about-furusato .about-furusato__inner {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 670px;
    text-align: center;
    box-sizing: border-box; }
    body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number {
      position: relative;
      position: relative; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number span {
        margin: 0 auto;
        display: block; }
        body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number span img {
          width: 100%;
          height: auto; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 235px;
        height: 2px;
        top: 50%;
        bottom: 50%;
        left: 0; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 235px;
        height: 2px;
        top: 50%;
        bottom: 50%;
        right: 0; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number span {
        width: 16px; }
    body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_lead {
      margin: 0 auto;
      margin-top: 32px;
      margin-bottom: 36px; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_lead img {
        width: 557.6px; }
    body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__txt img {
      width: 530.4px; }
    body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__img-ttl {
      margin: 0 auto;
      margin-top: 36px;
      margin-bottom: 32px; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__img-ttl img {
        width: 231.2px; }
    body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images {
      margin: 0 auto;
      margin-left: -22.64px;
      width: 716px; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images img {
        width: 100%;
        height: 100%; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner {
        display: flex;
        margin-top: 20px; }
        body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner:first-of-type {
          margin-top: 0; }
        body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner figure {
          position: relative;
          margin: 0 auto;
          width: 348px;
          box-sizing: border-box;
          overflow: hidden; }
          body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner figure:first-of-type {
            margin-right: 20px; }
          body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner figure img:hover {
            -webkit-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1);
            transition: -webkit-transform .7s ease-out;
            transition: transform .7s ease-out;
            transition: transform .7s ease-out, -webkit-transform .7s ease-out;
            z-index: 1; }
          body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner figure figcaption {
            position: absolute;
            display: block;
            margin: 0 auto;
            color: #fff;
            bottom: 10.4px;
            right: 16px;
            font-size: 16.248px;
            font-family: "Ryumin Heavy KL";
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
          body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner figure:nth-of-type(2) img:hover {
            -webkit-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1);
            transition: all 1s ease-out;
            z-index: 1; }
          body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner figure:nth-of-type(3) img:hover {
            -webkit-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1);
            transition: all 1s ease-out;
            z-index: 1; }
          body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner figure:last-of-type img:hover {
            -webkit-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1);
            transition: all 1s ease-out;
            z-index: 1; }
    body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__ttl {
      margin: 0 auto;
      margin-top: 84px;
      margin-bottom: 40px; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__ttl img {
        width: 384.8px; }
    body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list {
      position: relative;
      margin: 0 auto;
      width: 536px;
      display: flex;
      flex-flow: row wrap;
      letter-spacing: -1em; }
      body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li {
        display: inline-block;
        width: 256px;
        margin-right: 24px;
        margin-bottom: 12px;
        letter-spacing: normal; }
        body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li a {
          display: block; }
          body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li a img {
            width: 100%;
            height: auto; }
          body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li a:hover {
            opacity: .8; }
        body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li:nth-of-type(even) {
          margin-right: 0; }
        body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li:nth-of-type(4) {
          position: absolute;
          display: block;
          margin: 0 auto;
          left: 276px;
          top: 120px; }
        body.is-pc .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li:last-of-type {
          position: absolute;
          bottom: 12.8px;
          left: 276px;
          margin-bottom: 0;
          margin-right: 0; }

body.is-pc .sashi-area__list .about-shop {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 120px 0 130px 0;
  margin-top: 117.6px;
  padding-top: 100px;
  padding-bottom: 179.6px; }
  body.is-pc .sashi-area__list .about-shop .about-shop__inner {
    margin: 0 auto;
    padding: 0; }
    body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea {
      width: 536px;
      margin: auto; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__ttl .about-mind-sashiness_number {
        position: relative;
        position: relative; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__ttl .about-mind-sashiness_number span {
          margin: 0 auto;
          display: block; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__ttl .about-mind-sashiness_number span img {
            width: 100%;
            height: auto; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__ttl .about-mind-sashiness_number::before {
          position: absolute;
          display: block;
          content: '';
          margin: 0;
          background: #000;
          width: 235px;
          height: 2px;
          top: 50%;
          bottom: 50%;
          left: 0; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__ttl .about-mind-sashiness_number::after {
          position: absolute;
          display: block;
          content: '';
          margin: 0;
          background: #000;
          width: 235px;
          height: 2px;
          top: 50%;
          bottom: 50%;
          right: 0; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__ttl .about-mind-sashiness_number > span {
          padding-top: 24px;
          padding-bottom: 24px;
          width: 18.4px; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__ttl .about-mind-sashiness_lead {
        margin: 0 auto;
        margin-top: 36px;
        margin-bottom: 36px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__ttl .about-mind-sashiness_lead img {
          width: 418.4px; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__txtArea .about-shop__txt img {
        width: 531.2px; }
    body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor {
      display: flex;
      justify-content: center;
      align-content: center;
      margin: auto;
      margin-top: 44px;
      margin-bottom: 64px;
      width: 992.8px; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor .about-shop__anchor__list {
        display: inline-block;
        margin-right: 12.8px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor .about-shop__anchor__list .about-shop__anchor__link {
          display: block;
          width: 320px;
          height: 90px; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor .about-shop__anchor__list .about-shop__anchor__link img {
            width: 100%;
            height: auto; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor .about-shop__anchor__list .about-shop__anchor__link:hover {
            opacity: .8; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor .about-shop__anchor__list:last-of-type {
          margin-right: 0; }
    body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapArea-anchor-ttl {
      margin-bottom: 21.6px;
      margin-top: 64px;
      padding-top: 20px; }
    body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages {
      position: relative;
      margin: 0 auto;
      margin-bottom: 48px; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .pinImages {
        position: absolute;
        display: block;
        margin: 0 auto;
        width: 86px;
        height: 154px;
        background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_large_pc.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 13.6px;
        height: 24px;
        background-size: contain;
        cursor: pointer;
        -webkit-backface-visibility: hidden;
        -webkit-font-smoothing: antialiased; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal {
        width: 259.2px;
        height: 110.4px;
        display: flex !important;
        padding-top: 24px;
        padding-bottom: 13.6px;
        flex-flow: column nowrap;
        justify-content: center;
        align-content: center;
        box-sizing: border-box;
        background-color: #ff0000;
        opacity: 0;
        pointer-events: none;
        cursor: pointer; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal .mapModal__name {
          -webkit-transform: scale(0.9, 0.9);
                  transform: scale(0.9, 0.9); }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal .mapModal__address {
          -webkit-transform: scale(0.9, 0.9);
                  transform: scale(0.9, 0.9);
          margin-top: 20px; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal .mapModal__address a {
            display: block;
            width: 100%;
            cursor: pointer; }
            body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal .mapModal__address a img {
              width: 100%;
              height: auto; }
            body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal .mapModal__address a:hover {
              opacity: .8; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] {
        width: 1241px;
        height: 551px;
        background-image: url("/sashi-power/img/sashi-shop/googlemap_01_pc.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 992.8px;
        height: 440.8px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="0"] {
          top: 245px;
          right: 385px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="1"] {
          top: 105px;
          right: 430px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="2"] {
          top: 135px;
          left: 455px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="3"] {
          top: 195px;
          left: 505px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="4"] {
          top: 250px;
          left: 470px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="5"] {
          bottom: 105px;
          right: 450px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="6"] {
          bottom: 100px;
          left: 480px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="0"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 90px;
          right: 145px; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="0"] img {
            width: 100%; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="1"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 65px;
          right: 150px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="2"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 20px;
          left: 180px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="3"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 90px;
          left: 230px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="4"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 150px;
          left: 190px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="5"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 140px;
          left: 250px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="6"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 130px;
          left: 200px; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] {
        width: 1241px;
        height: 551px;
        background-image: url("/sashi-power/img/sashi-shop/googlemap_02_pc.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 992.8px;
        height: 440.8px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="0"] {
          top: 138px;
          left: 455px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="1"] {
          top: 145px;
          left: 470px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="2"] {
          top: 155px;
          left: 459px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="3"] {
          bottom: 135px;
          right: 505px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="4"] {
          top: 160px;
          right: 466px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="5"] {
          bottom: 90px;
          right: 398px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="6"] {
          bottom: 115px;
          right: 445px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="7"] {
          bottom: 115px;
          right: 460px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="0"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 40px;
          left: 175px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="1"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 40px;
          left: 500px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="2"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 55px;
          left: 180px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="3"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 160px;
          left: 195px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="4"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 58px;
          right: 180px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="5"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 120px;
          right: 120px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="6"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 150px;
          right: 170px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="7"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 145px;
          right: 185px; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] {
        width: 1241px;
        height: 954px;
        background-image: url("/sashi-power/img/sashi-shop/googlemap_03_pc.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 992.8px;
        height: 763.2px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="0"] {
          top: 80px;
          left: 280px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="1"] {
          top: 190px;
          left: 390px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="2"] {
          top: 395px;
          left: 470px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="3"] {
          bottom: 260px;
          left: 435px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="4"] {
          bottom: 40px;
          left: 370px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="0"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 20px;
          left: 310px;
          padding-top: 16px; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="0"] img {
            width: 100%; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="0"] .mapModal__address {
            margin-top: 0; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="1"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 80px;
          left: 420px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="2"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 280px;
          left: 500px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="3"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 290px;
          left: 470px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="4"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 70px;
          left: 400px; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .pinImages.is-active {
        -webkit-transform: scale(2);
                transform: scale(2);
        transition: -webkit-transform .8s ease-in;
        transition: transform .8s ease-in;
        transition: transform .8s ease-in, -webkit-transform .8s ease-in;
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal.is-active {
        opacity: 1;
        transition: opacity .8s ease-in;
        pointer-events: auto; }
    body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant {
      margin: 0 auto;
      width: 1280px;
      display: flex;
      flex-flow: row wrap;
      -webkit-transform: scale(0.78);
              transform: scale(0.78);
      -webkit-transform-origin: center top;
              transform-origin: center top;
      margin-bottom: -480px; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list {
        display: inline-block;
        margin: 0;
        margin-right: 110px;
        margin-bottom: 75px;
        width: 570px;
        box-sizing: border-box; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list:nth-of-type(even) {
          margin-right: 0; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list .restaurant-list__name {
          margin-top: 5px;
          cursor: pointer; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list .restaurant-list__name a {
            display: block;
            text-decoration: none; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list .restaurant-list__name:hover {
            opacity: .8; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list_description {
        text-align: left;
        margin-top: 20px; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list_description img {
          width: 100%;
          height: auto; }
      body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap {
        margin-top: 25px;
        display: flex;
        text-align: left;
        flex-direction: row; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__image {
          width: 242px;
          height: 242px;
          margin-right: 25px; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__image img {
            width: 100%;
            height: auto; }
        body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate {
          flex: 1; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate p {
            margin-top: 5px; }
            body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate p:first-of-type {
              margin-top: 0; }
            body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate p .restaurant-list__locate_ttl {
              display: block; }
            body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate p .restaurant-list__locate_ttl_inner {
              display: inline-block;
              -webkit-font-feature-settings: "palt";
                      font-feature-settings: "palt";
              white-space: pre-wrap; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate .restaurant-list__locate_map .restaurant-list__locate_ttl {
            display: block; }
          body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate .restaurant-list__locate_map a {
            display: block;
            cursor: pointer; }
    body.is-pc .sashi-area__list .about-shop .about-shop__inner .mapArea:first-of-type .mapArea-anchor-ttl {
      margin-top: 0; }

body.is-sp .sashi-area__list h2 {
  margin: 0 auto;
  padding: 120px 0;
  width: 600px; }

body.is-sp .sashi-area__list .about-mind-sashiness {
  background-color: rgba(255, 255, 255, 0.902);
  padding: 84px 0 128px 0;
  box-sizing: border-box; }
  body.is-sp .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner {
    position: relative;
    margin: 0 auto;
    width: 600px;
    text-align: center;
    box-sizing: border-box; }
    body.is-sp .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number {
      position: relative;
      position: relative;
      color: #000;
      font-size: 50px;
      font-family: "Ryumin Medium KL"; }
      body.is-sp .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 238px;
        height: 3px;
        top: 50%;
        bottom: 50%;
        left: 0; }
      body.is-sp .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_number::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 238px;
        height: 3px;
        top: 50%;
        bottom: 50%;
        right: 0; }
    body.is-sp .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness_lead {
      margin: 50px auto; }
    body.is-sp .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .about-mind-sashiness__ttl .about-mind-sashiness__subttl {
      margin: 50px auto 30px; }
    body.is-sp .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .bout-mind-sashiness__button {
      margin: 0 auto;
      width: 600px;
      height: 120px;
      margin-top: 75px;
      width: 597px;
      height: 124px; }
      body.is-sp .sashi-area__list .about-mind-sashiness .about-mind-sashiness__inner .bout-mind-sashiness__button .goods-list__button_link {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #ff0000;
        width: 100%;
        height: 100%;
        color: #ff0000;
        font-size: 40.25px;
        font-family: "Ryumin Medium KL";
        box-sizing: border-box;
        text-decoration: none;
        cursor: pointer; }

body.is-sp .sashi-area__list .about-goods {
  background-color: rgba(255, 255, 255, 0.902);
  margin-top: 137px;
  padding: 84px 0 120px 0;
  box-sizing: border-box; }
  body.is-sp .sashi-area__list .about-goods .about-goods__inner {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    box-sizing: border-box; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number {
      position: relative;
      position: relative;
      color: #000;
      font-size: 50px;
      font-family: "Ryumin Medium KL"; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 238px;
        height: 3px;
        top: 50%;
        bottom: 50%;
        left: 0; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_number::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 238px;
        height: 3px;
        top: 50%;
        bottom: 50%;
        right: 0; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .about-goods__ttl .about-mind-sashiness_lead {
      margin: 44px auto 58px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .about-goods__txt {
      margin-top: 16px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__lead {
      margin-top: 72px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely {
      position: relative; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_name {
        position: relative;
        display: inline-block;
        padding-right: 25px; }
        body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_name img {
          margin: 0 auto;
          display: block; }
          body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_name img:last-of-type {
            margin-top: 10px; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list .product-list__lottely .product-list__lottely_people .product-list__lottely_inner {
        display: none; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(1) .product-list__image {
      margin: 48px 0 0 -16px;
      width: 631px;
      height: 203px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(1) .product-list__lottely {
      margin-top: 12px; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(1) .product-list__lottely .product-list__lottely_people {
        position: absolute;
        bottom: -30px;
        right: 14px;
        width: 144px;
        height: 144px;
        background-image: url("/sashi-power/img/sashi-goods/goods_people_01_sp.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(3) .product-list__lottely {
      margin-top: 31px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(3) .product-list__lottely_inner {
      width: 82px;
      height: 55px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(3) .product-list__lottely_people {
      position: absolute;
      top: -25px;
      right: -16px;
      width: 144px;
      height: 144px;
      background-image: url("/sashi-power/img/sashi-goods/goods_people_02_sp.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(2) .product-list__image {
      margin: 77px auto 0;
      width: 486pX;
      height: 360px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(2) .product-list__lottely {
      margin-top: 0; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(2) .product-list__lottely .product-list__lottely_people {
        position: absolute;
        top: -110px;
        right: 6px;
        width: 144px;
        height: 144px;
        background-image: url("/sashi-power/img/sashi-goods/goods_people_01_sp.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(4) .product-list__image {
      margin: 52px auto 0;
      width: 491px;
      height: 340px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(4) .product-list__lottely_people {
      position: absolute;
      top: -100px;
      right: 8px;
      width: 144px;
      height: 144px;
      background-image: url("/sashi-power/img/sashi-goods/goods_people_04_sp.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(4) .product-list__lottely_inner:last-of-type(3) {
      width: 95px;
      height: 53px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(4) .product-list__lottely {
      margin-top: 8px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(4) .goods-list__button {
      margin-top: 40px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list:nth-of-type(4) .product-list__lottely_name img:nth-child(2) {
      margin-top: 18px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:first-of-type .product-list__image {
      margin: 0 auto;
      margin-top: 75px;
      width: 206px;
      height: 276px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__image {
      margin: 42px auto 0;
      width: 561px;
      height: 287px; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__image img {
        width: auto; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__lottely {
      margin-top: 0; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__lottely .product-list__lottely_people {
        right: -55px; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__lottely .product-list__lottely_name {
        margin-right: 55px;
        margin-top: 15px; }
        body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .product-list-col .product-list-col__inner:nth-of-type(2) .product-list__lottely .product-list__lottely_name img:first-of-type {
          padding-left: 60px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__tweeter {
      position: relative;
      font-size: 28px;
      line-height: 1.714;
      text-align: left;
      font-family: "Gothic Medium BBB";
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      margin: 85px auto 90px; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__tweeter a {
        display: block;
        width: 100%;
        height: 73px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-campaign {
      position: relative; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-campaign::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        width: 100%;
        top: -30px;
        border-top: 4px solid #000; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-campaign::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        width: 100%;
        bottom: -30px;
        border-bottom: 4px solid #000; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__lead_present {
      margin: 105px auto 55px; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__button {
      margin: 0 auto;
      width: 600px;
      height: 120px; }
      body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__button .goods-list__button_link {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #ff0000;
        width: 100%;
        height: 100%;
        color: #ff0000;
        font-size: 40.25px;
        font-family: "Ryumin Medium KL";
        box-sizing: border-box;
        text-decoration: none;
        cursor: pointer; }
    body.is-sp .sashi-area__list .about-goods .about-goods__inner .goods-list .goods-list__terms {
      margin: 52px auto 0; }

body.is-sp .sashi-area__list .about-furusato {
  background-color: rgba(255, 255, 255, 0.902);
  padding: 84px 0 120px 0;
  margin-top: 120px; }
  body.is-sp .sashi-area__list .about-furusato .about-furusato__inner {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    box-sizing: border-box; }
    body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number {
      position: relative;
      position: relative;
      color: #000;
      font-size: 50px;
      font-family: "Ryumin Medium KL"; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 238px;
        height: 3px;
        top: 50%;
        bottom: 50%;
        left: 0; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_number::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 238px;
        height: 3px;
        top: 50%;
        bottom: 50%;
        right: 0; }
    body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__ttl .about-mind-sashiness_lead {
      margin: 46px 0 60px -16px; }
    body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__txt {
      font-size: 28px;
      line-height: 1.714;
      text-align: left;
      font-family: "Gothic Medium BBB";
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      margin-bottom: 46px; }
    body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .about-furusato__img-ttl {
      margin: 0 auto;
      margin-bottom: 30px;
      width: 361px;
      height: 140px; }
    body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .images figure {
      position: relative;
      margin-bottom: 22px; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .images figure:last-of-type {
        margin-bottom: 0; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .images figure figcaption {
        position: absolute;
        display: block;
        margin: 0 auto;
        color: #fff;
        bottom: 20px;
        right: 20px;
        font-size: 28px;
        font-family: "Ryumin Heavy KL";
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
    body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner {
      margin-top: 22px; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner:first-of-type {
        margin-top: 0; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner:last-of-type {
        display: flex;
        flex-direction: column-reverse; }
        body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner:last-of-type figure {
          margin-bottom: 22px; }
          body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .images .images__inner:last-of-type figure:first-of-type {
            margin: 0; }
    body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__ttl {
      margin: 30px 0 40px 0;
      font-family: "RyuminPro";
      color: black;
      line-height: 1.1;
      font-family: "Ryumin Ultra KL";
      font-weight: bold;
      color: #008cbb;
      color: #008cbb;
      margin: 80px 0 58px;
      font-size: 48px;
      font-family: "Ryumin Ultra KL"; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__ttl span {
        color: #ff0000;
        letter-spacing: -.09em; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__ttl span {
        color: #ff0000; }
    body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      width: 490px; }
      body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li {
        margin-bottom: 32px; }
        body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li:first-of-type {
          order: 2; }
        body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li:nth-of-type(2) {
          order: 4; }
        body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li:nth-of-type(3) {
          order: 5;
          margin-bottom: 0; }
        body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li:nth-of-type(4) {
          order: 1; }
        body.is-sp .sashi-area__list .about-furusato .about-furusato__inner .furusato .furusato__list li:last-of-type {
          order: 3; }

body.is-sp .sashi-area__list .about-shop {
  background-color: rgba(255, 255, 255, 0.902);
  padding: 84px 0 120px 0;
  margin-top: 120px; }
  body.is-sp .sashi-area__list .about-shop .about-shop__inner {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    box-sizing: border-box; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .about-shop__ttl .about-mind-sashiness_number {
      position: relative;
      position: relative;
      color: #000;
      font-size: 50px;
      font-family: "Ryumin Medium KL"; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .about-shop__ttl .about-mind-sashiness_number::before {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 238px;
        height: 3px;
        top: 50%;
        bottom: 50%;
        left: 0; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .about-shop__ttl .about-mind-sashiness_number::after {
        position: absolute;
        display: block;
        content: '';
        margin: 0;
        background: #000;
        width: 238px;
        height: 3px;
        top: 50%;
        bottom: 50%;
        right: 0; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .about-shop__ttl .about-mind-sashiness_lead {
      margin: 58px auto 75px; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .about-shop__txt {
      margin: 70px 0 0; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor {
      margin: 72px auto 120px; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor .about-shop__anchor__list .about-shop__anchor__link {
        display: block;
        width: 100%;
        height: 124px; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .about-shop__anchor .about-shop__anchor__list:not(:last-of-type) {
        margin-bottom: 17px; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapArea-anchor-ttl {
      margin-bottom: 27px;
      margin-top: -70px;
      padding-top: 80px; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages {
      position: relative;
      margin: 0 0 94px -75px;
      width: 750px; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal {
        width: 390px;
        height: 165px;
        padding: 40px 15px 20px 15px;
        display: flex !important;
        flex-flow: column nowrap;
        justify-content: center;
        align-content: center;
        box-sizing: border-box;
        background-color: #ff0000;
        opacity: 0;
        pointer-events: none; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal .mapModal__address {
          margin-top: 38px; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal .mapModal__address a {
            display: block;
            width: 100%;
            cursor: pointer; }
            body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal .mapModal__address a:hover {
              opacity: .8; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] {
        width: 750px;
        height: 1000px;
        background-image: url("/sashi-power/img/sashi-shop/googlemap_01_sp.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages {
          position: relative; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="0"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            top: 665px;
            right: 155px;
            width: 34px;
            height: 61px;
            background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% 100%;
            background-size: 100% auto; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="1"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            top: 320px;
            right: 270px;
            width: 34px;
            height: 61px;
            background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% 100%;
            background-size: 100% auto; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="2"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            top: 400px;
            left: 200px;
            width: 34px;
            height: 61px;
            background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% 100%;
            background-size: 100% auto; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="3"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            top: 550px;
            left: 335px;
            width: 34px;
            height: 61px;
            background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% 100%;
            background-size: 100% auto; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="4"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            bottom: 255px;
            left: 255px;
            width: 34px;
            height: 61px;
            background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% 100%;
            background-size: 100% auto; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="5"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            bottom: 100px;
            left: 400px;
            width: 34px;
            height: 61px;
            background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% 100%;
            background-size: 100% auto; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .pinImages[data-img-num="6"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            left: 280px;
            bottom: 70px;
            width: 34px;
            height: 61px;
            background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% 100%;
            background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="0"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 440px;
          right: 35px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="1"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 90px;
          left: 260px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="2"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 170px;
          left: 20px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="3"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 320px;
          left: 150px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="4"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 380px;
          left: 70px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="5"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 230px;
          right: 150px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="0"] .mapImages__mapModal[data-img-num="6"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 190px;
          left: 100px; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] {
        width: 750px;
        height: 1000px;
        background-image: url("/sashi-power/img/sashi-shop/googlemap_02_sp.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="0"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 350px;
          left: 210px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="1"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 370px;
          left: 245px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="2"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 400px;
          left: 220px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="3"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 410px;
          right: 360px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="4"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 225px;
          left: 255px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="5"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 105px;
          right: 180px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="6"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 170px;
          right: 310px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .pinImages[data-img-num="7"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 170px;
          right: 340px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="0"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 120px;
          left: 40px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="1"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 140px;
          left: 65px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="2"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 160px;
          left: 40px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="3"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 190px;
          right: 180px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="4"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 340px;
          left: 80px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="5"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 230px;
          right: 20px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="6"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 280px;
          right: 140px; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="1"] .mapImages__mapModal[data-img-num="7"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 280px;
          right: 160px; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] {
        width: 750px;
        height: 1114px;
        background-image: url("/sashi-power/img/sashi-shop/googlemap_03_sp.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="0"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 150px;
          left: 220px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="1"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          top: 300px;
          right: 350px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="2"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 500px;
          right: 260px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="3"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 400px;
          right: 300px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .pinImages[data-img-num="4"] {
          position: absolute;
          display: block;
          margin: 0 auto;
          bottom: 120px;
          right: 390px;
          width: 34px;
          height: 61px;
          background-image: url("/sashi-power/img/sashi-shop/googlemap_pin_sp.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          background-size: 100% auto; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal {
          position: relative; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="0"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            top: 30px;
            left: 300px;
            padding-top: 15px; }
            body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="0"] .mapModal__address {
              margin-top: 15px; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="1"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            top: 75px;
            right: 175px; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="2"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            bottom: 620px;
            right: 90px; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="3"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            bottom: 515px;
            right: 120px; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages[data-map-num="2"] .mapImages__mapModal[data-img-num="4"] {
            position: absolute;
            display: block;
            margin: 0 auto;
            bottom: 250px;
            right: 220px; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .pinImages.is-active {
        -webkit-transform: scale(1.6, 1.6);
                transform: scale(1.6, 1.6);
        transition: -webkit-transform .8s ease-in;
        transition: transform .8s ease-in;
        transition: transform .8s ease-in, -webkit-transform .8s ease-in;
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .mapImages .mapImages__mapModal.is-active {
        opacity: 1;
        transition: opacity .8s ease-in;
        pointer-events: auto; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list {
      margin: 0 0 60px 0; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list .restaurant-list__name {
        margin: 0 auto;
        width: 700px;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-left: -50px;
        cursor: pointer; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list .restaurant-list__name a {
          display: block;
          color: #000; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .restaurant-list_description {
      margin: 0 auto 40px;
      text-align: left; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap {
      display: flex;
      text-align: left;
      flex-direction: row; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__image {
        width: 255px;
        height: 255px;
        margin-right: 30px; }
      body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate {
        flex: 1;
        cursor: pointer; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate .telSpSwich {
          color: #000;
          text-decoration: none;
          cursor: pointer; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate p {
          margin-top: 7px;
          font-size: 22px;
          font-family: "Ryumin Light KL"; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate p:first-of-type {
            margin-top: 0; }
          body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate p .restaurant-list__locate_ttl {
            display: block;
            font-size: 22px;
            font-family: "Ryumin Heavy KL"; }
        body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea .shop-restaurant .shop-restaurant__wrap .restaurant-list__locate .restaurant-list__locate_map a {
          display: block;
          color: #000;
          text-decoration: none;
          cursor: pointer; }
    body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea body.is-sp .sashi-area__list .about-shop .about-shop__inner .mapArea:last-of-type .shop-restaurant .restaurant-list:last-of-type {
      margin-bottom: 0; }

body.is-pc .download-modalWrap {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
  body.is-pc .download-modalWrap .download-modal__inner {
    position: absolute;
    display: block;
    margin: 0 auto;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 1040px;
    height: 596px;
    top: 0;
    bottom: 0; }
    body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap {
      justify-content: center;
      display: flex;
      flex-flow: column nowrap;
      align-content: center;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%; }
      body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images {
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
        width: 640.8px;
        width: 1040px; }
        body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_wrap {
          position: relative;
          margin: auto;
          width: 642.4px; }
          body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_wrap img {
            width: 100%;
            height: auto; }
        body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn {
          position: absolute;
          display: block;
          margin: 0 auto;
          margin: 0 auto;
          right: -80px;
          top: -80px;
          cursor: pointer; }
          body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn .download-modal__inner_images_closeBtn_wrap {
            position: relative;
            width: 56px;
            height: 56px; }
            body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn .download-modal__inner_images_closeBtn_wrap span {
              position: absolute;
              display: block;
              margin: 0 auto;
              top: 0;
              left: 0;
              width: 100%;
              height: 2.4px;
              background-color: #a6a4a4;
              transition: -webkit-transform .6s ease;
              transition: transform .6s ease;
              transition: transform .6s ease, -webkit-transform .6s ease; }
              body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn .download-modal__inner_images_closeBtn_wrap span:first-of-type {
                -webkit-transform: translatey(35px) rotate(-45deg);
                        transform: translatey(35px) rotate(-45deg); }
              body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn .download-modal__inner_images_closeBtn_wrap span:last-of-type {
                -webkit-transform: translatey(35px) rotate(45deg);
                        transform: translatey(35px) rotate(45deg); }
      body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea {
        width: 1040px;
        margin: 0 auto;
        display: flex;
        margin-top: 92px;
        text-align: center; }
        body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea .download-modal__btnArea_btn {
          margin-right: 40px; }
          body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea .download-modal__btnArea_btn:last-of-type {
            margin-right: 0; }
          body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea .download-modal__btnArea_btn a {
            display: block; }
            body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea .download-modal__btnArea_btn a img {
              width: 320px; }
            body.is-pc .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea .download-modal__btnArea_btn a:hover {
              opacity: .8; }
  body.is-pc .download-modalWrap.is-show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-content: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: flex;
    opacity: 1;
    z-index: 1;
    visibility: visible; }

body.is-sp .download-modalWrap {
  width: 0;
  height: 0;
  opacity: 0; }
  body.is-sp .download-modalWrap .download-modal__inner {
    position: relative;
    width: 100%;
    height: 100%; }
    body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap {
      position: absolute;
      display: block;
      margin: 0 auto;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
      align-content: center; }
      body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images {
        position: relative;
        margin: auto;
        width: 288px;
        height: 548px; }
        body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images img {
          width: 100%;
          height: auto; }
        body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn {
          position: absolute;
          display: block;
          margin: 0 auto;
          margin: 0 auto;
          top: -100px;
          right: -100px; }
          body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn .download-modal__inner_images_closeBtn_wrap {
            position: relative;
            width: 45px;
            height: 45px; }
            body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn .download-modal__inner_images_closeBtn_wrap span {
              position: absolute;
              display: block;
              margin: 0 auto;
              top: 0;
              left: 0;
              width: 100%;
              height: 3px;
              background-color: #a6a4a4;
              transition: -webkit-transform .6s ease;
              transition: transform .6s ease;
              transition: transform .6s ease, -webkit-transform .6s ease; }
              body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn .download-modal__inner_images_closeBtn_wrap span:first-of-type {
                -webkit-transform: translatey(35px) rotate(-45deg);
                        transform: translatey(35px) rotate(-45deg); }
              body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__inner_images .download-modal__inner_images_closeBtn .download-modal__inner_images_closeBtn_wrap span:last-of-type {
                -webkit-transform: translatey(35px) rotate(45deg);
                        transform: translatey(35px) rotate(45deg); }
      body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea {
        margin-top: 70px;
        text-align: center; }
        body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea .download-modal__btnArea_btn {
          margin: 0 auto;
          margin-bottom: 30px; }
          body.is-sp .download-modalWrap .download-modal__inner .download-modal__innerWrap .download-modal__btnArea .download-modal__btnArea_btn:last-of-type {
            display: block;
            margin-bottom: 0; }
  body.is-sp .download-modalWrap.is-show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-content: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: flex;
    opacity: 1;
    z-index: 1; }

.terms {
  position: fixed;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }
  .terms.is-open {
    display: flex; }
  .terms__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .terms__inner {
    position: relative;
    margin: 0 auto; }
    body.is-sp .terms__inner {
      width: 100%; }
    body.is-pc .terms__inner {
      width: 872px; }

.terms__title {
  font-family: "Ryumin Medium KL", serif;
  color: #fff;
  text-align: center; }
  body.is-sp .terms__title {
    font-size: 40px; }
  body.is-pc .terms__title {
    font-size: 22.4px; }
    body.is-pc .terms__title br {
      display: none; }

.terms__content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden; }
  body.is-sp .terms__content {
    width: 652px;
    height: 896px;
    margin: 30px auto 0; }
  body.is-pc .terms__content {
    width: 872px;
    height: 542.4px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px; }

.terms-textarea {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  body.is-sp .terms-textarea {
    width: 550px;
    height: 794px;
    margin: 51px 0 0 51px;
    padding-right: 100px; }
  body.is-pc .terms-textarea {
    width: 756px;
    height: 450.4px;
    margin-top: 45.6px;
    margin-left: 45.6px;
    padding-right: 160px; }

.terms__pragraph {
  font-family: "Ryumin Medium KL", serif;
  color: #fff;
  line-height: 1.8; }
  body.is-sp .terms__pragraph {
    font-size: 24px; }
    body.is-sp .terms__pragraph:not(:last-child) {
      margin-bottom: 44px; }
  body.is-pc .terms__pragraph {
    font-size: 14.4px; }
    body.is-pc .terms__pragraph:not(:last-child) {
      margin-bottom: 25.6px; }

.terms-scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: rgba(255, 255, 255, 0.3); }
  body.is-sp .terms-scroll {
    width: 4px;
    height: 794px;
    right: 31px; }
  body.is-pc .terms-scroll {
    width: 1.6px;
    height: 467.2px;
    right: 30.4px; }
  .terms-scroll__bar {
    position: absolute;
    top: 0;
    background-color: white; }
    body.is-sp .terms-scroll__bar {
      width: 8px;
      height: 120px;
      left: -2px; }
    body.is-pc .terms-scroll__bar {
      width: 3.2px;
      height: 96px;
      left: -1px; }

.terms__close {
  position: absolute; }
  body.is-sp .terms__close {
    top: 10px;
    right: 37px;
    width: 43px;
    height: 42px;
    background-image: url("/sashi-power/img/terms-modal/close_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; }
  body.is-pc .terms__close {
    top: -10px;
    right: 0px;
    width: 70px;
    height: 71px;
    background-image: url("/sashi-power/img/terms-modal/close_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer; }
  @media all and (-ms-high-contrast: none) {
      body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu *::-ms-backdrop,
      body.is-pc .header .header__inner .header__modal_area .is-open + .hamburger-menu .hamburger-menu__inner {
        position: relative;
        margin: auto 0;
        /* IE11 にのみ適用される */ }
    body.is-pc .top *::-ms-backdrop,
    body.is-pc .top .top__inner {
      margin: auto 0;
      /* IE11 にのみ適用される */ }
    body.is-pc .download-modalWrap *::-ms-backdrop,
    body.is-pc .download-modalWrap .download-modal__inner {
      position: relative;
      margin: auto 0;
      /* IE11 にのみ適用される */ } }
