@media only screen and (max-width: 600px) {
  body {
    min-width: inherit;
  }

  .for-pc {
    display: none !important;
  }

  .for-tab {
    display: none;
  }

  .for-sp {
    display: block;
  }

  /*responsive*/
  .utility-tab {
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    background: #fff;
    z-index: 100;
  }

  .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #5e0000;
    color: #fff;
  }
  .sp-logo a {
    display: block;
    height: 50px;
  }

  .sp-logo img {
    display: block;
    max-height: 50px;
    padding: 2px;
    box-sizing: border-box;
  }

  .tab-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }

  .tab-menu-inner {
    overflow-y: auto;
    background: #fff;
    display: table;
    width: 100%;
  }

  .tab-menu-inner p {
    /* padding: 20px 0px; */
    padding: 4px 0 4px 46px;
    margin-bottom: 12px;
  }

  .tab-menu-inner li {
    padding: 1% 0;
  }

  .tab-menu-inner a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .tab-menu-box01 {
    background: #a05b99;
    padding: 8%;
    box-sizing: border-box;
  }

  .tab-menu-box01 p {
    background: url(../img/store-pay/sp-iconpay.png) no-repeat left center;
    background-size: contain;
  }

  .tab-menu-box02 {
    background: #009141;
    padding: 8%;
    box-sizing: border-box;
  }

  .tab-menu-box02 p {
    background: url(../img/store-pay/sp-icon02.png) no-repeat left center;
    background-size: contain;
  }

  .tab-menu-box03 {
    background: #009141;
    padding: 4% 8%;
    box-sizing: border-box;
  }

  .tab-menu-box03 p {
    background: url(../img/okaimono/sp-icon02.png) no-repeat left center;
    background-size: contain;
  }

  /* humburger */
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 10px;
    z-index: 100;
    margin: 0 auto;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /* header */
  #page-top {
    display: none !important;
  }

  .header-txt {
    width: 90%;
    margin-top: 50px;
    padding: 0.5em 0 0.1em;
    line-height: 1.2;
    font-size: 1.7rem;
  }
  
  .header-title {
    padding: 15px 0px 0px;
    width: 100%;
  }

  .header-title span {
    font-size: 15px;
  }

  .header-title-area {
    background: #9e5f9d;
  }

  .header-title img {
    margin-left: 0;
    max-width: 100%;
  }

  #contents {
    background-size: auto 7%;
  }

  .section-box {
    padding: 30px 0px 0px;
    width: 90%;
    background-size: 100% auto !important;
  }

  .section-ttl {
    background-position: center top;
  }

  .section-ttl::before {
    width: 100px;
    height: 30px;
    right: 73%;
  }

  .section-ttl::after {
    width: 70px;
    height: 20px;
    top: 30%;
    left: 74%;
  }

  .section-ttl span {
    font-size: 24px;
  }

  .section-ttl span::before {
    width: 63px;
    height: 70px;
    top: -80px;
  }

  td {
    display: block;
    width: 100%;
  }

  td:first-child {
    width: 100%;
    text-align: center;
    padding: 20px 0px 0px;
  }

  td:last-child {
    text-align: center;
    padding: 20px 5px;
  }

  .howto-wrap {
    width: 90%;
    margin: 0px auto;
    position: relative;
  }

  .app-howto {
    font-size: 15px;
  }

  .flow > div {
    width: 100%;
    height: 260px;
    position: relative;
  }

  .flow > div::after {
    background: url("../img/store-pay/arrow-sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 17px;
    top: 98%;
    left: 47%;
  }

  .howto-box li {
    padding: 10px 10px;
    width: 100%;
  }

  .howto-box li.download {
    padding: 0px 10px;
  }

  .howto-box .download-wrap {
    padding: 0px;
  }

  .howto-wrap .download-wrap li {
    width: auto;
    padding: 10px 0px;
  }

  .howto-wrap .download-here {
    font-size: 19px;
  }

  .howto-wrap .download-wrap .caution-txt-red {
    padding: 10px 0px;
  }

  .howto-inner .btn-area {
    width: 30%;
    left: 36%;
    transform: translateX(-50%);
    position: relative;
  }

  h6 {
    font-size: 20px;
    padding: 8px 10px;
  }

  .half > div {
    width: 100% !important;
  }

  .half > div:nth-child(2) {
    padding: 20px 0px;
  }

  .shop-list li {
    width: 48% !important;
  }

  .red-box {
    margin-top: -20px;
    position: relative;
  }

  #download {
    background-size: 100%;
    background-position: center 10%;
  }

  .download-box li > div {
    width: 48%;
    margin-bottom: 20px;
  }

  .download-wrap {
    padding: 0px 15px;
  }

  .download-wrap li > div {
    width: 100% !important;
    text-align: center;
    padding: 10px 0px;
  }

  .download-wrap li > div:nth-child(2) {
    padding: 20px 0px;
  }

  .download-here {
    text-align: center;
    font-size: 20px;
  }

  .download-btn li {
    padding: 5px 0px;
  }

  .qr-code {
    width: 100% !important;
  }

  .qr-code > div {
    display: inline-block;
    vertical-align: middle;
  }

  .qr-code-txt {
    text-align: left;
    padding-right: 1em;
  }

  .caution {
    padding: 6px 0px;
  }

  .caution-txt-red {
    margin-right: 0;
    margin-left: 0;
  }

  .information {
    padding: 0px 15px;
  }

  .information li {
    width: 100%;
  }

  .information li:first-child {
    padding-bottom: 20px;
  }

  /*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
footer
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .footer-inner {
    flex-wrap: wrap;
  }

  .footer-inner .footer-l {
    width: 100%;
  }

  .footer-inner .footer-r {
    width: 100%;
    text-align: center;
  }

  .half-btn > p {
    width: 100%;
    margin: 3px 0px 20px;
  }

  /*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
TOPページ
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .entry-titel {
    font-size: 1.8rem;
    justify-content: center;
    line-height: 37px;
    padding: 17px 0;
    margin-bottom: 50px;
  }

  .entry-titel span {
    padding: 0;
    line-height: 36px;
  }

  .bg-color-purple::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #b95994 transparent transparent transparent;
    position: absolute;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .section03-list {
    padding: 0px 20px;
  }

  .section03-list dl {
    width: 100%;
    padding: 20px 0px;
  }

  .section03-list dt img {
    width: auto;
    height: auto;
  }

  .text-wine {
    font-size: 17px;
  }

  .img-top img {
    width: 50%;
    height: auto;
  }

  .sec01-ttl {
    font-size: 24px;
  }

  .sec01-txt {
    padding: 15px;
  }

  .sec01-txt > p {
    line-height: 140%;
  }

  .yellow-box {
    font-size: 22px;
    line-height: 140%;
    margin: 0px auto;
  }

  .kigen-date {
    padding: 5px 10px;
  }

  .jikou-ttl {
    writing-mode: horizontal-tb;
    width: 100% !important;
    padding: 6px 0px;
  }

  .jikou-txt {
    padding: 20px 0px 10px;
  }

  .chuui-jikou li:last-child {
    width: 100%;
    padding: 0px;
  }

  .jikou-list > div {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 120%;
    padding: 5px 0px;
    letter-spacing: 0px;
  }

  /*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
メールフォーム
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .req-wrap {
    display: inherit;
    align-items: center;
  }

  .form-purple {
    background: #f1deea;
    padding: 0px 0 40px;
  }
  .mailformInner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 0;
  }

  form#mailformpro dl dt {
    width: 100%;
    background: none;
    letter-spacing: 0;
    padding: 10px 10px;
    border-bottom: none;
    padding-top: 30px;
  }

  form#mailformpro dl dd {
    width: 100%;
    background: none;
    padding-bottom: 30px;
  }

  .must {
    position: static;
  }

  .gakunenelse {
    width: 68% !important;
  }

  input[type="text"].textname {
    width: 100%;
  }

  #ticket_number {
    max-width: 58px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 12px 12px;
  }

  .application-text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .satu {
    font-size: 1.5rem;
  }

  .multi {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  #mfp_price {
    letter-spacing: 0;
    font-size: 1.8rem;
  }

  .submit_confirm {
    border: solid 1px #ed9700;
    background: #ed9700;
    text-shadow: none !important;
    cursor: pointer;
    outline: none;
    width: 100%;
    padding: 25px 2%;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
    max-width: 300px;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }

  .submit_confirm {
    margin-top: 35px;
  }

  .usename {
    padding-top: 10px;
    display: block;
  }

  .p-postal-code {
    width: 45% !important;
  }

  /**************************
**********チャージ**************
*************************/
  .charge_howto_box {
    padding: 10% 0 10%;
  }

  .chage_title {
    margin-bottom: 30px;
  }

  .charge_flex_box_a li {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 20px;
  }

  .charge_flex_box_a li p {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 10px;
    text-align: left;
    line-height: 1.4;
  }

  .is-span {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .is-span2 {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .charge_flex_box_a::before {
    content: "";
    background: none;
  }

  .charge_felex_box_b li {
    width: 100%;
    background: #231815;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
  }

  .chage_attention {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }

  .chage_attention li {
    width: 100%;
    position: relative;
    border-radius: 40px;
    background: #ede1ec;
    color: #b81c26;
    padding: 10px 10px 10px 50px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }

  .chage_attention li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../img/store-pay/k-5.svg) no-repeat center center / cover;
  }

  .is-sp {
    display: block;
  }

  /*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  特典サービス
  ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .store__lead {
    font-size: 2rem;
  }
  .store__section:nth-of-type(n+2) {
    margin-top: 100px;
  }
  .store__genre {
    font-size: 2rem;
  }
  .store__cards {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
  .store__card {
  }
  .storeCard__header {
    font-size: 1.5rem;
  }
  .storeCard__discount {
    font-size: 1.5rem;
  }
  .storeCard__info {
    padding-right: 1.6em;
    padding-bottom: 1em;
    padding-left: 1.6em;
    font-size: 1.3rem;
  }
  .storeCard__infoHead {
    flex-basis: 7em;
  }
  .storeCard__tele-link {
    pointer-events: auto;
  }
  .download-flex {
    display: block;
  }
  .download-btn {
    display: block;
    text-align: center;
  }
  .qr-code-txt {
    margin: 0;
    text-align: center;
  }
  .qr-code {
    margin-top: 15px;
    text-align: center;
  }
}
