@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
/* -------- Base Font Family -------- */
/* -------- Base Font Size -------- */
/* -------- Base Color -------- */
/* -------- Font -------- */
/* -------- Btn -------- */
/* -------- トリミング正方形 -------- */
/* 縦横にフィット */
/* 縦横長いほうに合わせる */
/* 横幅いっぱいに合わせる */
/* -------- Border -------- */
html {
  font-size: 100%;
  /* 16px（16pt） */ }

body {
  word-wrap: break-word;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  background-color: #fff; }
  body.openModal {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd, label, tr th, tr td, button, time, label, input, option, select, textarea {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #333;
  list-style: none;
  outline: 0;
  font-size: 16px; }
  @media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd, label, tr th, tr td, button, time, label, input, option, select, textarea {
      font-size: 14px; } }

div {
  line-height: 0; }

ul, dl {
  margin: 0;
  padding: 0; }

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: color;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #333;
  outline: none; }
  a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #333; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity;
    opacity: 1;
    border: none;
    outline: none;
    padding: 0; }
    a img:hover {
      opacity: 0.9;
      cursor: pointer; }
  a p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

img {
  color: #ffffff;
  border: none;
  width: 100%; }

/* -------- Boot Strap OverWrite -------- */
.container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1500px) {
    .container {
      width: 1440px; } }
  @media (max-width: 1499px) {
    .container {
      width: 100%; } }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      padding-right: 16px;
      padding-left: 16px; } }

.row {
  line-height: 0;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 767px) {
    .row {
      margin-right: -8px;
      margin-left: -8px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 767px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-right: 8px;
      padding-left: 8px; } }

[class*="block-grid-"] {
  display: block;
  margin: 0 -15px;
  padding: 0; }
  @media (max-width: 767px) {
    [class*="block-grid-"] {
      margin: 0 -8px; } }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 0 15px;
  height: auto;
  list-style: none; }
  @media (max-width: 767px) {
    .block-grid-item {
      padding: 0 8px; } }

.bg_white {
  background-color: #fff !important; }

/* -------- Loading -------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999; }

/* -------- //Boot Strap OverWrite -------- */
header {
  width: 100%;
  height: auto;
  float: left;
  position: fixed;
  z-index: 3; }

main {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 2;
  margin-top: 80px; }
  @media (max-width: 767px) {
    main {
      margin-top: 60px; } }

footer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 1; }

/* -------- Header -------- */
.hdCmn {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border: none;
  padding: 0;
  width: 100%;
  height: 80px;
  float: left;
  background-color: #fff; }
  @media (max-width: 767px) {
    .hdCmn {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; } }
  @media (max-width: 767px) {
    .hdCmn {
      height: 60px; } }
  .hdCmn.fixedHd {
    -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2); }
  .hdCmn .hdCmn_inner {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    float: left;
    position: relative; }
    .hdCmn .hdCmn_inner h1 {
      padding: 0;
      width: auto;
      float: left;
      font-size: 0;
      line-height: 80px;
      height: 80px; }
      @media (max-width: 767px) {
        .hdCmn .hdCmn_inner h1 {
          line-height: 60px;
          height: 60px; } }
      .hdCmn .hdCmn_inner h1 a {
        width: 165px;
        height: 80px;
        float: left;
        background-image: url(../img/megaprin_logo.png) !important;
        background-size: contain !important;
        background-position: left top 12px !important;
        background-repeat: no-repeat !important; }
        @media (max-width: 767px) {
          .hdCmn .hdCmn_inner h1 a {
            background-position: left top 10px !important;
            width: 127px;
            height: 60px; } }
      .hdCmn .hdCmn_inner h1 img {
        display: none; }
    .hdCmn .hdCmn_inner .hdMenu {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      width: auto;
      float: right; }
      @media (max-width: 767px) {
        .hdCmn .hdCmn_inner .hdMenu {
          z-index: 99999;
          position: fixed;
          visibility: hidden;
          opacity: 0.0;
          background-color: #f7f7f7;
          overflow-y: scroll;
          top: 60px;
          left: 0;
          right: 0;
          bottom: 0; } }
      .hdCmn .hdCmn_inner .hdMenu.active {
        visibility: visible;
        opacity: 1.0; }
      .hdCmn .hdCmn_inner .hdMenu ul li {
        float: left;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        margin-right: 20px; }
        .hdCmn .hdCmn_inner .hdMenu ul li:last-child {
          margin: 0; }
        @media (max-width: 991px) {
          .hdCmn .hdCmn_inner .hdMenu ul li {
            font-size: 13px;
            margin-right: 15px; } }
        @media (max-width: 767px) {
          .hdCmn .hdCmn_inner .hdMenu ul li {
            font-size: 16px;
            height: auto;
            line-height: 60px;
            height: 60px;
            margin: 0;
            width: 100%;
            border-bottom: solid 1px #fff;
            padding-left: 60px;
            background-size: 28px;
            background-position: left 16px center;
            background-repeat: no-repeat;
            text-align: left; }
            .hdCmn .hdCmn_inner .hdMenu ul li.use {
              background-image: url(../img/icon_menu_use.svg); }
            .hdCmn .hdCmn_inner .hdMenu ul li.mfp {
              background-image: url(../img/icon_menu_mfp.svg); }
            .hdCmn .hdCmn_inner .hdMenu ul li.faq {
              background-image: url(../img/icon_menu_faq.svg); }
            .hdCmn .hdCmn_inner .hdMenu ul li.shop {
              background-image: url(../img/icon_menu_shop.svg); }
            .hdCmn .hdCmn_inner .hdMenu ul li:last-child {
              margin: 0; } }
        .hdCmn .hdCmn_inner .hdMenu ul li a {
          color: #7f3136;
          display: inline-block;
          position: relative; }
          @media (max-width: 767px) {
            .hdCmn .hdCmn_inner .hdMenu ul li a {
              display: block; } }
          .hdCmn .hdCmn_inner .hdMenu ul li a::after {
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            content: '';
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            opacity: 0.0;
            background-color: #7f3136; }
            @media (max-width: 767px) {
              .hdCmn .hdCmn_inner .hdMenu ul li a::after {
                content: none; } }
          .hdCmn .hdCmn_inner .hdMenu ul li a:hover {
            color: #7f3136; }
            .hdCmn .hdCmn_inner .hdMenu ul li a:hover::after {
              opacity: 1.0; }
        .hdCmn .hdCmn_inner .hdMenu ul li.current a::after {
          opacity: 1.0; }
    .hdCmn .hdCmn_inner .hdBtn {
      display: none;
      position: fixed;
      width: 62px;
      height: 60px;
      transition: all 0.4s;
      box-sizing: border-box;
      z-index: 6;
      top: 0;
      right: 0;
      padding: 18px; }
      @media (max-width: 767px) {
        .hdCmn .hdCmn_inner .hdBtn {
          display: block; } }
      .hdCmn .hdCmn_inner .hdBtn .hum {
        width: 100%;
        height: 23px;
        float: left;
        position: relative; }
      .hdCmn .hdCmn_inner .hdBtn span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #7f3136;
        border-radius: 2px; }
        .hdCmn .hdCmn_inner .hdBtn span:nth-of-type(1) {
          top: 0; }
        .hdCmn .hdCmn_inner .hdBtn span:nth-of-type(2) {
          top: 10px; }
        .hdCmn .hdCmn_inner .hdBtn span:nth-of-type(3) {
          bottom: 0px; }
      .hdCmn .hdCmn_inner .hdBtn.active {
        z-index: 9999; }
        .hdCmn .hdCmn_inner .hdBtn.active span:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg); }
        .hdCmn .hdCmn_inner .hdBtn.active span:nth-of-type(2) {
          opacity: 0; }
        .hdCmn .hdCmn_inner .hdBtn.active span:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg); }
      .hdCmn .hdCmn_inner .hdBtn:hover {
        cursor: pointer; }

/* -------- Footer -------- */
.ftCmn {
  width: 100%;
  height: auto;
  float: left;
  background-color: #7f3136;
  position: relative; }
  .ftCmn .ftCmn_shop {
    background-color: #fff;
    padding: 80px 0; }
    @media (max-width: 991px) {
      .ftCmn .ftCmn_shop {
        padding: 60px 0; } }
    @media (max-width: 767px) {
      .ftCmn .ftCmn_shop {
        padding: 40px 0; } }
    .ftCmn .ftCmn_shop h1 {
      font-size: 36px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.2rem;
      text-align: center;
      margin-bottom: 80px; }
      @media (max-width: 991px) {
        .ftCmn .ftCmn_shop h1 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .ftCmn .ftCmn_shop h1 {
          letter-spacing: 0.1rem;
          font-size: 18px; } }
      @media (max-width: 991px) {
        .ftCmn .ftCmn_shop h1 {
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        .ftCmn .ftCmn_shop h1 {
          margin-bottom: 40px; } }
    .ftCmn .ftCmn_shop ul {
      margin-bottom: 80px; }
      @media (max-width: 991px) {
        .ftCmn .ftCmn_shop ul {
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        .ftCmn .ftCmn_shop ul {
          margin-bottom: 40px; } }
      .ftCmn .ftCmn_shop ul li {
        text-align: center;
        height: 80px;
        line-height: 80px; }
        @media (max-width: 767px) {
          .ftCmn .ftCmn_shop ul li {
            margin-bottom: 40px;
            height: auto;
            line-height: 1; }
            .ftCmn .ftCmn_shop ul li:last-child {
              margin-bottom: 0; } }
        .ftCmn .ftCmn_shop ul li a {
          display: inline-block;
          line-height: 80px;
          padding: 0 10px; }
          @media (max-width: 767px) {
            .ftCmn .ftCmn_shop ul li a {
              padding: 0;
              line-height: 1; } }
          .ftCmn .ftCmn_shop ul li a img {
            width: 100%;
            max-height: 80px; }
            @media (max-width: 767px) {
              .ftCmn .ftCmn_shop ul li a img {
                max-height: 80px;
                max-width: 240px; } }
    .ftCmn .ftCmn_shop p {
      text-align: center;
      font-size: 13px; }
      @media (max-width: 767px) {
        .ftCmn .ftCmn_shop p {
          text-align: left;
          font-size: 12px; } }
  .ftCmn .ftCmn_menu {
    background-color: #7f3136;
    padding: 80px 0;
    text-align: center; }
    @media (max-width: 991px) {
      .ftCmn .ftCmn_menu {
        padding: 60px 0; } }
    @media (max-width: 767px) {
      .ftCmn .ftCmn_menu {
        padding: 40px 0; } }
    .ftCmn .ftCmn_menu .ftCmn_menu_grv {
      width: 100%;
      text-align: center; }
      .ftCmn .ftCmn_menu .ftCmn_menu_grv ul {
        display: inline-block;
        border-bottom: solid 1px #fff;
        padding-bottom: 40px;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .ftCmn .ftCmn_menu .ftCmn_menu_grv ul {
            width: 100%; } }
        .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li {
          float: left;
          font-weight: 500;
          border-right: solid 1px #fff;
          padding: 0 20px;
          line-height: 1; }
          @media (max-width: 991px) {
            .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li {
              width: 100%;
              float: none;
              border: none;
              border-left: solid 1px #fff;
              padding: 0 0 0 16px;
              text-align: left;
              margin-bottom: 20px; } }
          .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li:first-child {
            padding-left: 0; }
            @media (max-width: 767px) {
              .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li:first-child {
                padding: 0 0 0 16px; } }
          .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li:last-child {
            border: none;
            padding-right: 0; }
            @media (max-width: 767px) {
              .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li:last-child {
                border-left: solid 1px #fff;
                margin: 0; } }
          .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li a {
            color: #fff; }
            .ftCmn .ftCmn_menu .ftCmn_menu_grv ul li a:hover {
              text-decoration: underline; }
    .ftCmn .ftCmn_menu .ftCmn_menu_sns {
      width: 100%;
      text-align: center; }
      .ftCmn .ftCmn_menu .ftCmn_menu_sns ul {
        display: inline-block; }
        .ftCmn .ftCmn_menu .ftCmn_menu_sns ul li {
          float: left;
          margin-right: 80px;
          width: 60px; }
          @media (max-width: 767px) {
            .ftCmn .ftCmn_menu .ftCmn_menu_sns ul li {
              margin-right: 45px;
              width: 45px; } }
          .ftCmn .ftCmn_menu .ftCmn_menu_sns ul li:last-child {
            margin: 0; }
          .ftCmn .ftCmn_menu .ftCmn_menu_sns ul li img {
            width: 100%; }
  .ftCmn .copy {
    padding: 40px 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .ftCmn .copy {
        padding: 30px 0;
        font-size: 13px; } }
    @media (max-width: 767px) {
      .ftCmn .copy {
        font-size: 12px;
        padding: 20px 0; } }

/*--------------ストア-----------------*/
@media (max-width: 1400px) {
  .store_hero .container {
    padding: 0; } }

.store_hero h1 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 80px 0;
  text-align: center; }
  @media (max-width: 991px) {
    .store_hero h1 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .store_hero h1 {
      font-size: 20px;
      letter-spacing: 0.1rem; } }
  @media (max-width: 991px) {
    .store_hero h1 {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .store_hero h1 {
      padding: 40px 0; } }

.store_news {
  background-color: #f7f7f7;
  padding: 80px 0; }
  @media (max-width: 991px) {
    .store_news {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .store_news {
      padding: 40px 0; } }
  .store_news h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2rem; }
    @media (max-width: 991px) {
      .store_news h1 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .store_news h1 {
        letter-spacing: 0.1rem;
        font-size: 18px; } }
    @media (max-width: 991px) {
      .store_news h1 {
        margin-bottom: 60px;
        text-align: center; } }
    @media (max-width: 767px) {
      .store_news h1 {
        margin-bottom: 40px; } }
  .store_news .store_news_list {
    width: 100%; }
    .store_news .store_news_list dl {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .store_news .store_news_list dl {
          margin-bottom: 25px; } }
      .store_news .store_news_list dl:last-of-type {
        margin-bottom: 0; }
      .store_news .store_news_list dl dt {
        float: left;
        width: 110px;
        color: #888; }
        .store_news .store_news_list dl dt time {
          font-size: 14px;
          line-height: 1.8;
          font-weight: 500;
          color: #888; }
          @media (max-width: 767px) {
            .store_news .store_news_list dl dt time {
              font-size: 12px;
              line-height: 1;
              font-weight: 600; } }
        @media (max-width: 767px) {
          .store_news .store_news_list dl dt {
            width: 100%;
            margin-bottom: 2px; } }
      .store_news .store_news_list dl dd {
        float: left;
        width: calc(100% - 130px); }
        @media (max-width: 767px) {
          .store_news .store_news_list dl dd {
            width: 100%; } }

.store_sticker_list {
  padding: 80px 0 20px 0; }
  @media (max-width: 991px) {
    .store_sticker_list {
      padding: 60px 0 20px 0; } }
  @media (max-width: 767px) {
    .store_sticker_list {
      padding: 40px 0 10px 0; } }
  .store_sticker_list.result {
    padding: 60px 0 80px 0; }
    @media (max-width: 991px) {
      .store_sticker_list.result {
        padding: 40px 0 60px 0; } }
    @media (max-width: 767px) {
      .store_sticker_list.result {
        padding: 30px 0 40px 0; } }
    .store_sticker_list.result h1 {
      margin-bottom: 60px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .store_sticker_list.result h1 {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .store_sticker_list.result h1 {
          margin-bottom: 30px; } }
      .store_sticker_list.result h1 span {
        font-size: 1.4em; }
    .store_sticker_list.result ul {
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .store_sticker_list.result ul {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .store_sticker_list.result ul {
          margin-bottom: 10px; } }
  .store_sticker_list ul li {
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .store_sticker_list ul li {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .store_sticker_list ul li {
        margin-bottom: 30px; } }
    .store_sticker_list ul li .adjustImg {
      position: relative;
      width: 100%;
      height: auto;
      border: solid 1px #ddd;
      background-color: #fff;
      margin-bottom: 20px; }
      .store_sticker_list ul li .adjustImg:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .store_sticker_list ul li .adjustImg .inner {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        box-sizing: border-box;
        overflow: hidden; }
        @media (max-width: 767px) {
          .store_sticker_list ul li .adjustImg .inner {
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px; } }
        .store_sticker_list ul li .adjustImg .inner img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: auto;
          width: auto;
          max-width: 100%;
          max-height: 100%;
          margin: auto; }
      @media (max-width: 767px) {
        .store_sticker_list ul li .adjustImg {
          margin-bottom: 10px; } }
    .store_sticker_list ul li a:hover p {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      color: #7f3136; }
    @media (max-width: 767px) {
      .store_sticker_list ul li p {
        font-size: 12px;
        font-weight: 500; } }
  .store_sticker_list .btn_more {
    text-align: center;
    font-weight: 600; }
    .store_sticker_list .btn_more a {
      display: inline-block;
      background-color: #00ac7a;
      max-width: 300px;
      width: 100%;
      height: 70px;
      line-height: 70px;
      color: #fff;
      background-image: url(../img/icon_arrow_white_right.svg);
      background-position: right 20px center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      border-radius: 35px; }
      .store_sticker_list .btn_more a:hover {
        background-color: #04a05d; }
      @media (max-width: 767px) {
        .store_sticker_list .btn_more a {
          height: 60px;
          line-height: 60px;
          background-size: 16px 16px;
          background-position: right 16px center; } }

.fav_sticker {
  background-color: #f7f7f7;
  padding: 80px 0;
  text-align: center; }
  @media (max-width: 991px) {
    .fav_sticker {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .fav_sticker {
      padding: 40px 0; } }
  .fav_sticker h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 80px;
    display: inline-block;
    padding-left: 60px;
    background-image: url(../img/icon_star.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 991px) {
      .fav_sticker h1 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .fav_sticker h1 {
        letter-spacing: 0.1rem;
        font-size: 18px; } }
    @media (max-width: 991px) {
      .fav_sticker h1 {
        margin-bottom: 60px;
        padding-left: 50px; } }
    @media (max-width: 767px) {
      .fav_sticker h1 {
        margin-bottom: 40px;
        padding-left: 30px; } }
  .fav_sticker .fav_sticker_list ul {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .fav_sticker .fav_sticker_list ul {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .fav_sticker .fav_sticker_list ul {
        margin-bottom: 24px; } }
    .fav_sticker .fav_sticker_list ul li {
      margin-bottom: 30px; }
      .fav_sticker .fav_sticker_list ul li .adjustImg {
        position: relative;
        width: 100%;
        height: auto;
        border: solid 1px #ddd;
        background-color: #fff; }
        .fav_sticker .fav_sticker_list ul li .adjustImg:before {
          content: "";
          display: block;
          padding-top: 100%; }
        .fav_sticker .fav_sticker_list ul li .adjustImg .inner {
          position: absolute;
          top: 10px;
          left: 10px;
          right: 10px;
          bottom: 10px;
          box-sizing: border-box;
          overflow: hidden; }
          @media (max-width: 767px) {
            .fav_sticker .fav_sticker_list ul li .adjustImg .inner {
              top: 5px;
              left: 5px;
              right: 5px;
              bottom: 5px; } }
          .fav_sticker .fav_sticker_list ul li .adjustImg .inner img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: auto;
            width: auto;
            max-width: 100%;
            max-height: 100%;
            margin: auto; }
      @media (max-width: 767px) {
        .fav_sticker .fav_sticker_list ul li {
          margin-bottom: 16px; } }
  .fav_sticker .fav_sticker_list .btn_more {
    text-align: center;
    font-weight: 600; }
    .fav_sticker .fav_sticker_list .btn_more a {
      display: inline-block;
      background-color: #e85a8b;
      max-width: 300px;
      width: 100%;
      height: 70px;
      line-height: 70px;
      color: #fff;
      background-image: url(../img/icon_arrow_white_right.svg);
      background-position: right 20px center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      border-radius: 35px; }
      .fav_sticker .fav_sticker_list .btn_more a:hover {
        background-color: #e23477; }
      @media (max-width: 767px) {
        .fav_sticker .fav_sticker_list .btn_more a {
          height: 60px;
          line-height: 60px;
          background-size: 16px 16px;
          background-position: right 16px center; } }

.store_info {
  background-color: #00ac7a;
  padding: 80px 0; }
  @media (max-width: 991px) {
    .store_info {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .store_info {
      padding: 40px 0; } }
  .store_info h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 80px;
    color: #fff; }
    @media (max-width: 991px) {
      .store_info h1 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .store_info h1 {
        letter-spacing: 0.1rem;
        font-size: 18px; } }
    @media (max-width: 991px) {
      .store_info h1 {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .store_info h1 {
        margin-bottom: 40px; } }
  .store_info .store_info_inner {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .store_info .store_info_inner {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .store_info .store_info_inner {
        margin-bottom: 40px;
        padding: 16px; } }
    @media (max-width: 767px) {
      .store_info .store_info_inner img {
        margin-bottom: 20px; } }
    .store_info .store_info_inner h2 {
      margin-bottom: 40px;
      font-size: 20px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .store_info .store_info_inner h2 {
          margin-bottom: 20px;
          font-size: 16px; } }
    .store_info .store_info_inner p {
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .store_info .store_info_inner p {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .store_info .store_info_inner p {
          margin-bottom: 20px; } }
      .store_info .store_info_inner p.url {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .store_info .store_info_inner p.url {
            font-size: 12px;
            margin-bottom: 20px; } }
        .store_info .store_info_inner p.url a {
          color: #7f3136; }
          .store_info .store_info_inner p.url a:hover {
            text-decoration: underline; }
  .store_info .btn_back_top {
    text-align: center;
    font-weight: 600; }
    .store_info .btn_back_top a {
      position: relative;
      display: inline-block;
      background-color: #fff;
      max-width: 260px;
      width: 100%;
      height: 120px;
      color: #00ac7a;
      border-radius: 60px;
      padding: 80px 0 15px 0;
      background-image: url(../img/logo_shotengai.svg);
      background-repeat: no-repeat;
      background-size: 112px 50px;
      background-position: center top 15px; }
      .store_info .btn_back_top a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50px;
        right: 20px;
        width: 20px;
        height: 20px;
        background-image: url(../img/icon_arrow_green_right.svg);
        background-repeat: no-repeat;
        background-size: contain; }
      .store_info .btn_back_top a:hover {
        background-color: #fff6c8; }
      @media (max-width: 767px) {
        .store_info .btn_back_top a {
          max-width: 240px; }
          .store_info .btn_back_top a:after {
            width: 16px;
            height: 16px; } }

.sticker_detail {
  background-color: #f7f7f7;
  padding: 60px 0 80px 0; }
  @media (max-width: 991px) {
    .sticker_detail {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .sticker_detail {
      padding: 30px 0 10px 0; } }
  .sticker_detail h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2rem;
    padding-left: 30px;
    border-left: solid 4px #7f3136;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .sticker_detail h1 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .sticker_detail h1 {
        letter-spacing: 0.1rem;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .sticker_detail h1 {
        margin-bottom: 30px;
        padding-left: 16px; } }
  .sticker_detail .sticker_detail_img {
    position: relative;
    width: 100%;
    height: auto;
    border: solid 1px #ddd;
    background-color: #fff; }
    .sticker_detail .sticker_detail_img:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .sticker_detail .sticker_detail_img .inner {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      box-sizing: border-box;
      overflow: hidden; }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_img .inner {
          top: 5px;
          left: 5px;
          right: 5px;
          bottom: 5px; } }
      .sticker_detail .sticker_detail_img .inner img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
    @media (max-width: 991px) {
      .sticker_detail .sticker_detail_img {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .sticker_detail .sticker_detail_img {
        max-width: 400px;
        margin-bottom: 30px; }
        .sticker_detail .sticker_detail_img .inner {
          top: 10px;
          left: 10px;
          right: 10px;
          bottom: 10px; } }
  .sticker_detail .sticker_detail_info {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px; }
    .sticker_detail .sticker_detail_info dl {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_info dl {
          border-bottom: solid 1px #ddd;
          padding-bottom: 10px; } }
      .sticker_detail .sticker_detail_info dl:last-of-type {
        margin: 0; }
      .sticker_detail .sticker_detail_info dl dt {
        width: 40%;
        background-color: #e5e5e5;
        float: left;
        margin-right: 10px;
        padding: 15px; }
        @media (max-width: 991px) {
          .sticker_detail .sticker_detail_info dl dt {
            width: 30%; } }
        @media (max-width: 767px) {
          .sticker_detail .sticker_detail_info dl dt {
            padding: 10px;
            font-size: 12px;
            font-weight: 600;
            width: 35%;
            margin: 0;
            padding: 0;
            background: none; } }
      .sticker_detail .sticker_detail_info dl dd {
        width: calc(100% - 40% - 10px);
        background-color: #fff;
        float: left;
        padding: 15px; }
        @media (max-width: 991px) {
          .sticker_detail .sticker_detail_info dl dd {
            width: calc(100% - 30% - 10px); } }
        @media (max-width: 767px) {
          .sticker_detail .sticker_detail_info dl dd {
            padding: 10px;
            font-size: 12px;
            font-weight: 500;
            width: calc(100% - 35%);
            padding: 0;
            background: none; } }
        .sticker_detail .sticker_detail_info dl dd span {
          font-weight: 600;
          color: #7f3136; }
          @media (max-width: 767px) {
            .sticker_detail .sticker_detail_info dl dd span {
              font-size: 16px; } }
  .sticker_detail .sticker_detail_fav {
    width: 100%;
    height: auto;
    float: left; }
    @media (max-width: 991px) {
      .sticker_detail .sticker_detail_fav {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .sticker_detail .sticker_detail_fav {
        margin-bottom: 40px; } }
    .sticker_detail .sticker_detail_fav .fav_left {
      width: 40%;
      float: left;
      margin-right: 30px; }
      @media (max-width: 991px) {
        .sticker_detail .sticker_detail_fav .fav_left {
          width: 30%; } }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_fav .fav_left {
          width: 100%;
          margin: 0 0 30px 0; } }
    .sticker_detail .sticker_detail_fav .fav_right {
      width: calc(100% - 40% - 30px);
      float: left; }
      @media (max-width: 991px) {
        .sticker_detail .sticker_detail_fav .fav_right {
          width: calc(100% - 30% - 30px); } }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_fav .fav_right {
          width: 100%; } }
    .sticker_detail .sticker_detail_fav .qrcode {
      padding: 5px;
      border-radius: 10px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_fav .qrcode {
          width: 100%;
          max-width: 240px;
          margin: auto; } }
    .sticker_detail .sticker_detail_fav .btn_fav {
      font-weight: 600;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_fav .btn_fav {
          text-align: center; } }
      .sticker_detail .sticker_detail_fav .btn_fav a {
        background-color: #e85a8b;
        display: inline-block;
        text-align: center;
        width: 100%;
        max-width: 380px;
        height: 70px;
        line-height: 70px;
        color: #fff;
        background-image: url(../img/icon_star_white.svg);
        background-position: left 20px center;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        border-radius: 10px; }
        .sticker_detail .sticker_detail_fav .btn_fav a:hover {
          background-color: #e23477; }
        @media (max-width: 767px) {
          .sticker_detail .sticker_detail_fav .btn_fav a {
            max-width: 300px;
            height: 60px;
            line-height: 60px;
            background-size: 16px 16px;
            background-position: left 16px center; } }
    @media (max-width: 767px) {
      .sticker_detail .sticker_detail_fav .btn_sns {
        text-align: center; } }
    .sticker_detail .sticker_detail_fav .btn_sns .sns_twitter {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_fav .btn_sns .sns_twitter {
          margin-bottom: 30px;
          display: inline-block; } }
    .sticker_detail .sticker_detail_fav .btn_sns .sns_line {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_fav .btn_sns .sns_line {
          display: inline-block; } }
  .sticker_detail .sticker_detail_nav {
    margin-top: 80px; }
    @media (max-width: 991px) {
      .sticker_detail .sticker_detail_nav {
        margin-top: 60px; } }
    @media (max-width: 767px) {
      .sticker_detail .sticker_detail_nav {
        margin: 0; } }
    .sticker_detail .sticker_detail_nav p {
      text-align: center;
      font-weight: 600; }
      @media (max-width: 767px) {
        .sticker_detail .sticker_detail_nav p {
          margin-bottom: 30px; } }
      .sticker_detail .sticker_detail_nav p a {
        background-color: #7f3136;
        display: inline-block;
        width: 100%;
        height: 70px;
        line-height: 70px;
        color: #fff;
        background-image: url(../img/icon_arrow_white_right.svg);
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        border-radius: 10px; }
        .sticker_detail .sticker_detail_nav p a:hover {
          background-color: #09a8d8; }
        @media (max-width: 767px) {
          .sticker_detail .sticker_detail_nav p a {
            max-width: 300px;
            height: 60px;
            line-height: 60px;
            background-size: 16px 16px;
            background-position: right 16px center; } }

.search_keyword {
  background-color: #00ac7a;
  padding: 60px 0; }
  @media (max-width: 991px) {
    .search_keyword {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .search_keyword {
      padding: 40px 0; } }
  .search_keyword.result {
    padding: 15px 0; }
    @media (max-width: 991px) {
      .search_keyword.result {
        padding: 15px 0; } }
    @media (max-width: 767px) {
      .search_keyword.result {
        padding: 10px 0; } }
  .search_keyword h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 40px;
    color: #fff; }
    @media (max-width: 991px) {
      .search_keyword h1 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .search_keyword h1 {
        letter-spacing: 0.1rem;
        font-size: 18px; } }
    @media (max-width: 991px) {
      .search_keyword h1 {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .search_keyword h1 {
        margin-bottom: 30px; } }
  .search_keyword .search_input {
    text-align: center; }
    .search_keyword .search_input input {
      width: 100%;
      height: 60px;
      padding-left: 60px;
      background-image: url(../img/icon_search_lens.svg);
      background-size: 30px 30px;
      background-position: left 20px center;
      background-repeat: no-repeat;
      border: none;
      border-radius: 30px;
      font-weight: 500;
      color: #333; }
      @media (max-width: 767px) {
        .search_keyword .search_input input {
          height: 40px;
          padding-left: 40px;
          border-radius: 20px;
          background-image: url(../img/icon_search_lens.svg);
          background-size: 20px 20px;
          background-position: left 14px center;
          padding-left: 46px; } }

.category {
  background-color: #7f3136;
  background-size: cover;
  background-image: url(../img/category_bg.svg);
  background-position: center center;
  padding: 80px 0; }
  @media (max-width: 1700px) {
    .category {
      background-size: 100% 100%; } }
  @media (max-width: 991px) {
    .category {
      padding: 60px 0;
      background-image: none; } }
  @media (max-width: 767px) {
    .category {
      padding: 40px 0; } }
  .category h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 80px;
    color: #fff; }
    @media (max-width: 991px) {
      .category h1 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .category h1 {
        letter-spacing: 0.1rem;
        font-size: 18px; } }
    @media (max-width: 991px) {
      .category h1 {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .category h1 {
        margin-bottom: 40px; } }
  .category .category_list {
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .category .category_list {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .category .category_list {
        margin-bottom: 10px;
        max-width: 400px;
        margin: auto; } }
    .category .category_list ul li {
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .category .category_list ul li {
          margin-bottom: 30px; } }
      .category .category_list ul li.mgL {
        margin-left: 12%; }
        @media (max-width: 767px) {
          .category .category_list ul li.mgL {
            margin-left: 0; } }
      .category .category_list ul li a img {
        margin-bottom: 10px; }
      .category .category_list ul li a p {
        text-align: center;
        color: #fff;
        font-weight: 600; }
      .category .category_list ul li a:hover p {
        text-decoration: underline; }
  .category .btn_back_top {
    text-align: center;
    font-weight: 600; }
    .category .btn_back_top a {
      position: relative;
      display: inline-block;
      background-color: #fff;
      max-width: 260px;
      width: 100%;
      height: 120px;
      color: #00ac7a;
      border-radius: 60px;
      padding: 80px 0 15px 0;
      background-image: url(../img/logo_shotengai.svg);
      background-repeat: no-repeat;
      background-size: 112px 50px;
      background-position: center top 15px; }
      .category .btn_back_top a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50px;
        right: 20px;
        width: 20px;
        height: 20px;
        background-image: url(../img/icon_arrow_green_right.svg);
        background-repeat: no-repeat;
        background-size: contain; }
      .category .btn_back_top a:hover {
        background-color: #fff6c8; }
      @media (max-width: 767px) {
        .category .btn_back_top a {
          max-width: 240px; }
          .category .btn_back_top a:after {
            width: 16px;
            height: 16px; } }

/* -------- Pace -------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #e85a8b;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/* -------- BR -------- */
.br_sp {
  display: none;
  line-height: 0; }
  @media (max-width: 767px) {
    .br_sp {
      display: block; } }

.br_pc {
  display: block;
  line-height: 0; }
  @media (max-width: 767px) {
    .br_pc {
      display: none; } }
