@charset "UTF-8";
/*--- shopinfo ------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pc {
  display: block !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; } }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  backface-visibility: hidden; }

html,
body,
.container {
  overflow-x: hidden; }

.list_fade {
  opacity: 0;
  transition-delay: .4s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.list_fadein {
  opacity: 1.0; }

#innerCont {
  position: relative;
  max-width: calc(986px + 8.88888888888%);
  width: 100%;
  padding: 0 4.44444444444%;
  margin: 0 auto; }
  #innerCont h3 {
    font-size: 3.0rem;
    line-height: 2;
    letter-spacing: 0.4rem;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #innerCont h3 {
        font-size: 2rem;
        line-height: 1.8;
        margin-bottom: 10px; } }
    #innerCont h3 br {
      display: none; }
      @media screen and (max-width: 768px) {
        #innerCont h3 br {
          display: block; } }
  #innerCont .detail {
    font-size: 1.6rem;
    line-height: 2.76923;
    letter-spacing: 0.2rem; }
    @media screen and (max-width: 768px) {
      #innerCont .detail {
        font-size: 1.2rem;
        line-height: 2.5;
        letter-spacing: 0.2rem; } }
    @media screen and (max-width: 768px) {
      #innerCont .detail br .pc {
        display: none; } }
    @media screen and (min-width: 769px) {
      #innerCont .detail br .sp {
        display: none; } }
  #innerCont #pageNav {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 2.76923;
    letter-spacing: 0.1rem;
    margin: 20px 0 0; }
    #innerCont #pageNav a {
      padding: 0 20px; }
      @media screen and (max-width: 768px) {
        #innerCont #pageNav a {
          font-size: 1rem; } }
      #innerCont #pageNav a:nth-child(2) {
        border-left: 1px solid #000;
        border-right: 1px solid #000; }
  #innerCont #sec1 {
    width: 100%;
    background-image: url("/whokka/wp-content/themes/wp-hokka/images/store/sec1_bg_pc.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #innerCont #sec1 {
        background-image: url("/whokka/wp-content/themes/wp-hokka/images/store/sec1_bg_sp.jpg");
        padding: 100px 0 140px;
        background-size: 95% auto; } }
  #innerCont #sec2 {
    width: 100%; }
    #innerCont #sec2 .topV {
      width: 85%;
      display: block;
      margin: 0 auto 20px; }
      @media screen and (max-width: 768px) {
        #innerCont #sec2 .topV {
          width: 100%; } }
    #innerCont #sec2 .cell {
      display: flex;
      justify-content: space-between;
      position: relative;
      width: 100%; }
      #innerCont #sec2 .cell.top img {
        position: relative;
        align-self: flex-start; }
      #innerCont #sec2 .cell.top .left {
        top: 10px;
        left: -70px;
        width: 40%; }
        @media screen and (max-width: 768px) {
          #innerCont #sec2 .cell.top .left {
            display: none; } }
      #innerCont #sec2 .cell.top .right {
        top: 60px;
        right: -100px;
        width: 60%; }
        @media screen and (max-width: 768px) {
          #innerCont #sec2 .cell.top .right {
            width: 100%;
            top: 0;
            right: 0;
            margin-bottom: 20px; } }
      #innerCont #sec2 .cell.bottom {
        margin-top: -20px; }
        @media screen and (max-width: 768px) {
          #innerCont #sec2 .cell.bottom {
            margin-top: 0; } }
        #innerCont #sec2 .cell.bottom img {
          position: relative;
          align-self: flex-start;
          top: 0;
          left: 0;
          width: 40%; }
          @media screen and (max-width: 768px) {
            #innerCont #sec2 .cell.bottom img {
              width: 100%; } }
  #innerCont #sec3 {
    width: 100%;
    background-image: url("/whokka/wp-content/themes/wp-hokka/images/store/sec3_bg_pc.png");
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 250px 0 120px;
    margin-top: -150px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #innerCont #sec3 {
        background-image: url("/whokka/wp-content/themes/wp-hokka/images/store/sec3_bg_sp.png");
        padding: 120px 0 150px;
        margin-top: 0;
        background-position: center;
        background-size: 100% auto; } }
  #innerCont #sec4 {
    width: 100%;
    margin-top: -40px; }
    @media screen and (max-width: 768px) {
      #innerCont #sec4 {
        margin-top: 0; } }
    #innerCont #sec4 .cell {
      display: flex;
      justify-content: space-between;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 768px) {
        #innerCont #sec4 .cell {
          flex-direction: column; } }
      #innerCont #sec4 .cell img {
        position: relative;
        align-self: flex-start; }
      #innerCont #sec4 .cell .left {
        top: 100px;
        left: -6%;
        width: 55%; }
        @media screen and (max-width: 768px) {
          #innerCont #sec4 .cell .left {
            top: 0;
            left: 0;
            width: 100%;
            margin-bottom: 20px; } }
      #innerCont #sec4 .cell .right {
        top: 0;
        right: 0;
        width: 50%; }
        @media screen and (max-width: 768px) {
          #innerCont #sec4 .cell .right {
            top: 0;
            right: 0;
            width: 100%; } }
  #innerCont #sec5 {
    width: 100%;
    background-image: url("/whokka/wp-content/themes/wp-hokka/images/store/sec5_bg_pc.png");
    background-size: 95% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 160px 0 120px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #innerCont #sec5 {
        background-image: url("/whokka/wp-content/themes/wp-hokka/images/store/sec5_bg_sp.png");
        background-size: 100% auto;
        background-position: top;
        padding: 100px 0;
        margin: 10px 0; } }
    #innerCont #sec5 .lists {
      border: 1px solid black;
      padding: 30px 50px;
      margin: 40px auto 20px;
      width: 40%; }
      @media screen and (max-width: 768px) {
        #innerCont #sec5 .lists {
          padding: 10px 20px;
          margin: 20px auto;
          width: 90%; } }
      #innerCont #sec5 .lists table {
        width: 100%; }
        #innerCont #sec5 .lists table tr th,
        #innerCont #sec5 .lists table tr td {
          font-size: 1.3rem;
          line-height: 2em;
          letter-spacing: 0.1rem;
          text-align: left; }
          @media screen and (max-width: 768px) {
            #innerCont #sec5 .lists table tr th,
            #innerCont #sec5 .lists table tr td {
              font-size: 1.2rem; } }
        #innerCont #sec5 .lists table tr td::before {
          content: "："; }
    #innerCont #sec5 .attention {
      text-align: center;
      font-size: 1.2rem;
      letter-spacing: 0.1rem; }
      @media screen and (max-width: 768px) {
        #innerCont #sec5 .attention {
          line-height: 1.8;
          text-align: left;
          width: 90%;
          margin: auto; } }
  #innerCont #sec6 {
    width: 100%;
    border-bottom: 1px solid black;
    padding-bottom: 150px; }
    @media screen and (max-width: 768px) {
      #innerCont #sec6 {
        padding-bottom: 60px; } }
    #innerCont #sec6 .cell {
      display: flex;
      justify-content: space-between;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 768px) {
        #innerCont #sec6 .cell {
          flex-direction: column; } }
      #innerCont #sec6 .cell img {
        position: relative;
        align-self: flex-start; }
      #innerCont #sec6 .cell .left {
        top: 0;
        left: 0;
        width: 58.9%; }
        @media screen and (max-width: 768px) {
          #innerCont #sec6 .cell .left {
            width: 100%;
            margin-bottom: 20px; } }
      #innerCont #sec6 .cell .right {
        bottom: -50px;
        right: 0;
        width: 35.4%;
        align-self: flex-end; }
        @media screen and (max-width: 768px) {
          #innerCont #sec6 .cell .right {
            width: 100%;
            bottom: 0; } }
  #innerCont #sec7 {
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      #innerCont #sec7 {
        padding-top: 60px; } }
    #innerCont #sec7 .cell {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #innerCont #sec7 .cell.top {
        margin-bottom: 100px; }
        @media screen and (max-width: 768px) {
          #innerCont #sec7 .cell.top {
            margin-bottom: 30px; } }
        #innerCont #sec7 .cell.top .left {
          width: 65%;
          align-self: flex-start; }
          @media screen and (max-width: 768px) {
            #innerCont #sec7 .cell.top .left {
              width: 100%;
              margin-bottom: 20px; } }
        #innerCont #sec7 .cell.top .right {
          align-self: flex-end;
          bottom: 0; }
          #innerCont #sec7 .cell.top .right h3 {
            font-style: italic;
            font-size: 2.1rem;
            line-height: 2em;
            letter-spacing: 0.1rem;
            text-align: left;
            margin-bottom: 20px; }
            @media screen and (max-width: 768px) {
              #innerCont #sec7 .cell.top .right h3.pc {
                display: none; } }
            #innerCont #sec7 .cell.top .right h3.sp {
              font-size: 1.6rem;
              margin-bottom: 10px;
              line-height: 1; }
              @media screen and (min-width: 769px) {
                #innerCont #sec7 .cell.top .right h3.sp {
                  display: none; } }
          #innerCont #sec7 .cell.top .right .detail {
            font-size: 1.2rem;
            letter-spacing: 0.1rem;
            text-align: left; }
      #innerCont #sec7 .cell.bottom {
        width: 100%;
        height: 400px; }
        @media screen and (max-width: 768px) {
          #innerCont #sec7 .cell.bottom {
            height: 180px; } }
