@charset "UTF-8";
/* 共通
-------------------------------------------- */
.snsList {
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
  margin-top: 20px; }

.otoshidama {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #000;
  text-align: center; }
  .otoshidama a {
    color: #08afd8;
    text-decoration: none; }
  .otoshidama ul.caut {
    margin: 1em 0;
    padding: 0  0.5em;
    list-style-type: none;
    text-align: left; }
  .otoshidama ul.caut li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 0.3em; }
  .otoshidama ul.caut li.att {
    color: #cc0000; }
  .otoshidama .em {
    color: #ff0000; }

/* PC
-------------------------------------------- */
@media screen and (min-width: 750px), print {
  .sp {
    display: none; }

  #bg_wrapper {
    background: #b50221 url("../img/otsdm_flower.png") no-repeat;
    background-size: 1108px auto;
    background-position: center 130px;
    background-attachment: fixed; }

  .otoshidama {
    width: 800px;
    min-height: 1080px;
    margin: 0 auto;
    font-size: 16px; }
    .otoshidama_yokoku {
      display: block;
      width: 100%;
      background: #ffe917;
      text-align: center;
      line-height: 0;
      padding: 10px 0; }
      .otoshidama_yokoku img {
        height: 26px;
        width: auto; }
    .otoshidama_caution {
      margin: 0;
      padding: 10px 0 0; }
      .otoshidama_caution-inr {
        padding: 1em;
        border: 1px solid #ff0000;
        background: #fff;
        color: #ff0000; }
    .otoshidama_kv {
      line-height: 0;
      margin-top: 20px; }
      .otoshidama_kv img {
        width: 100%;
        height: auto; }
    .otoshidama_start {
      margin-top: 60px; }
    .otoshidama_ex {
      margin-top: 40px; }

  .otsdm_nav {
    line-height: 0;
    margin-top: 50px; }
    .otsdm_nav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .otsdm_nav ul li {
        width: 370px;
        box-sizing: border-box;
        padding: 0 10px 10px; }
    .otsdm_nav-bnr {
      margin-top: 20px; }

  #stamprally {
    border-radius: 12px;
    background: #fff;
    margin-top: 40px;
    padding-bottom: 20px; }
    #stamprally h2 {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      background: #ffe917;
      padding: 20px 0; }
      #stamprally h2 img {
        width: 768px; }
    #stamprally .date {
      width: 760px;
      margin: 10px auto 0; }
    #stamprally .ex {
      width: 729px;
      margin: 20px auto 0; }
    #stamprally ul.caut {
      padding: 0 20px; }
    #stamprally .date_ex {
      width: 760px;
      margin: 10px auto 0; }
    #stamprally .stamp {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      padding-bottom: 40px; }
      #stamprally .stamp h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .stamp h3 img {
          width: 100%; }
      #stamprally .stamp p {
        width: 500px;
        margin: 40px auto 0; }
    #stamprally .entryflow {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      margin-top: 40px; }
      #stamprally .entryflow h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .entryflow h3 img {
          width: 86%; }
      #stamprally .entryflow h3 img {
        height: 44px;
        width: auto; }
      #stamprally .entryflow ol {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 730px;
        margin: 0 auto;
        list-style-type: none; }
        #stamprally .entryflow ol li {
          display: flex;
          flex-direction: row-reverse;
          box-sizing: border-box;
          width: 360px;
          border-radius: 12px;
          border: 4px solid #cc0000;
          position: relative;
          padding: 10px;
          margin-top: 20px; }
          #stamprally .entryflow ol li::before {
            content: "";
            width: 58px;
            height: 58px;
            position: absolute;
            top: -20px;
            left: -10px;
            z-index: 2; }
          #stamprally .entryflow ol li:nth-child(1)::before {
            background: url("../img/otsdm_entryflow1.png") no-repeat;
            background-size: cover; }
          #stamprally .entryflow ol li:nth-child(2)::before {
            background: url("../img/otsdm_entryflow2.png") no-repeat;
            background-size: cover; }
          #stamprally .entryflow ol li:nth-child(3)::before {
            background: url("../img/otsdm_entryflow3.png") no-repeat;
            background-size: cover; }
          #stamprally .entryflow ol li:nth-child(4)::before {
            background: url("../img/otsdm_entryflow4.png") no-repeat;
            background-size: cover; }
          #stamprally .entryflow ol li figure {
            width: 152px; }
          #stamprally .entryflow ol li figcaption {
            padding-top: 40px;
            padding-right: 10px;
            flex: 1; }
            #stamprally .entryflow ol li figcaption p {
              text-align: left;
              font-size: 18px; }
            #stamprally .entryflow ol li figcaption span {
              display: inline-block;
              text-align: left;
              font-size: 16px;
              padding-top: 0.5em;
              padding-left: 1em;
              text-indent: -1em; }
      #stamprally .entryflow .app {
        width: 720px;
        margin: 20px auto 0;
        border-radius: 12px;
        background: #fff;
        border: 4px solid #000;
        padding-bottom: 20px; }
        #stamprally .entryflow .app h4 {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          background: #ffe917;
          padding: 20px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #stamprally .entryflow .app h4 img {
            width: 521px; }
        #stamprally .entryflow .app ul {
          display: flex;
          justify-content: space-between;
          width: 520px;
          margin: 20px auto 0; }
          #stamprally .entryflow .app ul li {
            width: 230px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center; }
            #stamprally .entryflow .app ul li .dl {
              width: 142px; }
            #stamprally .entryflow .app ul li .qr {
              width: 64px; }
            #stamprally .entryflow .app ul li .ttl {
              width: 100%;
              text-align: center;
              padding: 10px 0; }
              #stamprally .entryflow .app ul li .ttl img {
                height: 19px;
                width: auto; }
    #stamprally .overview {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      margin-top: 40px; }
      #stamprally .overview h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .overview h3 img {
          width: 86%; }
      #stamprally .overview h3 img {
        height: 44px;
        width: auto; }
      #stamprally .overview dl {
        padding: 0 30px 30px;
        font-size: 16px;
        text-align: left; }
        #stamprally .overview dl dt {
          font-weight: bold;
          margin-top: 2em; }
        #stamprally .overview dl dd {
          margin-top: 0.5em; }
          #stamprally .overview dl dd ol {
            list-style-type: none; }
            #stamprally .overview dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #stamprally .overview dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #stamprally .overview dl dd ul.caut {
            margin: 0;
            padding: 0; }
    #stamprally .result {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      margin-top: 40px; }
      #stamprally .result h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .result h3 img {
          width: 86%; }
      #stamprally .result h3 img {
        height: 44px;
        width: auto; }
      #stamprally .result dl {
        padding: 0 30px 30px;
        font-size: 16px;
        text-align: left; }
        #stamprally .result dl dt {
          font-weight: bold;
          margin-top: 2em; }
        #stamprally .result dl dd {
          margin-top: 0.5em; }
          #stamprally .result dl dd ol {
            list-style-type: none; }
            #stamprally .result dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #stamprally .result dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #stamprally .result dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #stamprally .result .lnk {
        padding-top: 1em; }
        #stamprally .result .lnk span:first-child {
          padding-right: 1em; }
    #stamprally .aupay {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      margin-top: 40px; }
      #stamprally .aupay h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .aupay h3 img {
          width: 86%; }
      #stamprally .aupay h3 img {
        height: 44px;
        width: auto; }
      #stamprally .aupay dl {
        padding: 0 30px 30px;
        font-size: 16px;
        text-align: left; }
        #stamprally .aupay dl dt {
          font-weight: bold;
          margin-top: 2em; }
        #stamprally .aupay dl dd {
          margin-top: 0.5em; }
          #stamprally .aupay dl dd ol {
            list-style-type: none; }
            #stamprally .aupay dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #stamprally .aupay dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #stamprally .aupay dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #stamprally .aupay ul.app {
        display: flex; }
        #stamprally .aupay ul.app li {
          width: 240px; }
          #stamprally .aupay ul.app li .bn {
            width: 142px;
            margin-top: 12px; }
          #stamprally .aupay ul.app li .qr {
            width: 89px; }
          #stamprally .aupay ul.app li.android {
            background: url("../img/otsdm_aupay_googleplay_qr.jpg") no-repeat;
            background-size: 89px auto;
            background-position: right bottom; }
          #stamprally .aupay ul.app li.ios {
            background: url("../img/otsdm_aupay_appstore_qr.jpg") no-repeat;
            background-size: 89px auto;
            background-position: right bottom; }
          #stamprally .aupay ul.app li:first-child {
            margin-right: 20px; }

  #coupon {
    border-radius: 12px;
    background: #fff;
    margin-top: 40px;
    padding-bottom: 20px; }
    #coupon h2 {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      background: #ffe917;
      padding: 20px 0; }
      #coupon h2 img {
        width: 768px; }
    #coupon .date {
      width: 760px;
      margin: 10px auto 0; }
    #coupon .ex {
      width: 729px;
      margin: 20px auto 0; }
    #coupon .date {
      margin-top: 20px; }
    #coupon ul.caut {
      padding: 0 20px; }
    #coupon .itemlist {
      width: 96%;
      margin: 20px auto 0;
      border-collapse: collapse; }
      #coupon .itemlist table {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
        #coupon .itemlist table tr:nth-child(odd) td {
          background: #ccc; }
        #coupon .itemlist table th, #coupon .itemlist table td {
          padding: 0.8em;
          border-left: 1px solid #000;
          border-right: 1px solid #000;
          font-size: 18px; }
        #coupon .itemlist table th {
          background: #ffe917;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap; }
        #coupon .itemlist table td {
          background: #e5e5e5; }
          #coupon .itemlist table td.t_pr {
            text-align: center;
            white-space: nowrap; }
          #coupon .itemlist table td.sub {
            background: #eb5e01;
            font-size: 22px;
            font-weight: bold;
            color: #fff; }
          #coupon .itemlist table td ul.caut {
            margin: 0;
            padding: 0.5em 0 1em;
            font-size: 0.8em; }

  #trial {
    border-radius: 12px;
    background: #fff;
    margin-top: 40px;
    padding-bottom: 20px; }
    #trial h2 {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      background: #ffe917;
      padding: 20px 0; }
      #trial h2 img {
        width: 768px; }
    #trial .date {
      width: 760px;
      margin: 10px auto 0; }
    #trial .ex {
      width: 729px;
      margin: 20px auto 0; }
    #trial .date {
      margin-top: 30px;
      margin-bottom: 30px; }
    #trial ul.caut {
      padding: 0 20px; }
    #trial .items {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      padding-bottom: 40px;
      position: relative;
      z-index: 1; }
      #trial .items h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #trial .items h3 img {
          width: 86%; }
      #trial .items h3 img {
        height: 77px;
        width: auto; }
      #trial .items .limit {
        width: 350px;
        margin: 20px auto 0; }
      #trial .items .point {
        width: 128px;
        position: absolute;
        top: 160px;
        right: 20px;
        z-index: 2; }
      #trial .items .img {
        width: 600px;
        margin: 20px auto 0; }
      #trial .items .price {
        margin-top: 20px; }
        #trial .items .price img {
          height: 48px;
          width: auto; }
    #trial .btn_area p {
      width: 630px;
      margin: 30px auto; }
    #trial .tx {
      text-align: left; }
      #trial .tx p {
        padding: 0 20px; }

  #twitter {
    border-radius: 12px;
    background: #fff;
    margin-top: 40px;
    padding-bottom: 20px; }
    #twitter h2 {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      background: #ffe917;
      padding: 20px 0; }
      #twitter h2 img {
        width: 768px; }
    #twitter .date {
      width: 760px;
      margin: 10px auto 0; }
    #twitter .ex {
      width: 552px;
      margin: 20px auto 0; }
    #twitter .ex_caut {
      width: 572px;
      margin: 30px auto 0; }
    #twitter .date {
      margin-top: 30px;
      margin-bottom: 30px; }
    #twitter ul.caut {
      padding: 0 20px; }
    #twitter .btn_area p {
      width: 630px;
      margin: 30px auto; }
    #twitter .items {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      padding-bottom: 40px;
      position: relative;
      z-index: 1; }
      #twitter .items h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #twitter .items h3 img {
          width: 86%; }
      #twitter .items h3 img {
        height: 93px;
        width: auto; }
    #twitter .result {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      margin-top: 40px;
      padding-bottom: 0; }
      #twitter .result h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #twitter .result h3 img {
          width: 86%; }
      #twitter .result h3 img {
        height: 44px;
        width: auto; }
      #twitter .result dl {
        padding: 0 30px 30px;
        font-size: 16px;
        text-align: left; }
        #twitter .result dl dt {
          font-weight: bold;
          margin-top: 2em; }
        #twitter .result dl dd {
          margin-top: 0.5em; }
          #twitter .result dl dd ol {
            list-style-type: none; }
            #twitter .result dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #twitter .result dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #twitter .result dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #twitter .result .inr {
        padding: 30px;
        font-size: 16px;
        text-align: left; }
        #twitter .result .inr ul.caut {
          padding: 0; }
        #twitter .result .inr .lnk {
          padding-top: 1em; }
          #twitter .result .inr .lnk span:first-child {
            padding-right: 1em; }
    #twitter .caution {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      margin-top: 40px;
      padding-bottom: 0; }
      #twitter .caution h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #twitter .caution h3 img {
          width: 86%; }
      #twitter .caution h3 img {
        height: 44px;
        width: auto; }
      #twitter .caution dl {
        padding: 0 30px 30px;
        font-size: 16px;
        text-align: left; }
        #twitter .caution dl dt {
          font-weight: bold;
          margin-top: 2em; }
        #twitter .caution dl dd {
          margin-top: 0.5em; }
          #twitter .caution dl dd ol {
            list-style-type: none; }
            #twitter .caution dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #twitter .caution dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #twitter .caution dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #twitter .caution .inr {
        padding: 30px;
        font-size: 16px;
        text-align: left; }
        #twitter .caution .inr ol {
          list-style-type: none;
          margin-top: 1em; }
          #twitter .caution .inr ol li {
            padding-left: 1.5em;
            text-indent: -1.5em; }
    #twitter .kiyaku {
      width: 760px;
      margin: 20px auto 0;
      border-radius: 12px;
      background: #fff;
      border: 4px solid #000;
      padding-bottom: 20px;
      margin-top: 40px; }
      #twitter .kiyaku h3 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #ffe917;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #twitter .kiyaku h3 img {
          width: 86%; }
      #twitter .kiyaku h3 img {
        height: 44px;
        width: auto; }
      #twitter .kiyaku dl {
        padding: 0 30px 30px;
        font-size: 16px;
        text-align: left; }
        #twitter .kiyaku dl dt {
          font-weight: bold;
          margin-top: 2em; }
        #twitter .kiyaku dl dd {
          margin-top: 0.5em; }
          #twitter .kiyaku dl dd ol {
            list-style-type: none; }
            #twitter .kiyaku dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #twitter .kiyaku dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #twitter .kiyaku dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #twitter .kiyaku .lnk {
        padding-top: 1em; }
        #twitter .kiyaku .lnk span:first-child {
          padding-right: 1em; }

  .otsdm_footer-contact {
    margin-top: 40px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #fff; }
    .otsdm_footer-contact dl dt {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      background: #eb5e01;
      padding: 20px 0; }
      .otsdm_footer-contact dl dt img {
        width: 616px; }
    .otsdm_footer-contact dl dd {
      padding: 20px 30px; }
      .otsdm_footer-contact dl dd p:last-child {
        margin-top: 10px; }
  .otsdm_footer .pagetop {
    width: 82px;
    right: calc(50% - 390px);
    line-height: 0;
    z-index: 99; }
    .otsdm_footer .pagetop img {
      width: 100%;
      height: auto; } }
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  .pc {
    display: none; }

  #bg_wrapper {
    background: #b50221; }

  .otoshidama {
    width: 100%;
    margin: 0 auto 4vw;
    font-size: 3.5vw; }
    .otoshidama img {
      width: 100%;
      height: auto; }
    .otoshidama_yokoku {
      display: block;
      width: 100%;
      background: #ffe917;
      text-align: center;
      line-height: 0;
      padding: 2vw 0; }
      .otoshidama_yokoku img {
        height: 5vw;
        width: auto; }
    .otoshidama_caution {
      margin: 0;
      padding: 2vw 0 0; }
      .otoshidama_caution-inr {
        margin: 0 2vw;
        padding: 1em;
        border: 1px solid #ff0000;
        background: #fff;
        color: #ff0000; }
    .otoshidama_kv {
      line-height: 0;
      width: 98%;
      margin: 0 auto; }
    .otoshidama_start {
      width: 98%;
      margin: 2vw auto 0; }
    .otoshidama_ex {
      width: 90%;
      margin: 2vw auto 0; }

  .otsdm_nav {
    width: 98%;
    margin: 2vw auto 0;
    line-height: 0; }
    .otsdm_nav ul {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .otsdm_nav ul li {
        padding: 2vw 0 0; }

  .otsdm_nav-bnr {
    width: 98%;
    margin: 2vw auto 0;
    line-height: 0; }

  #stamprally {
    background: #fff;
    margin-top: 4vw;
    padding-bottom: 2vw; }
    #stamprally h2 {
      background: #ffe917;
      padding: 2vw 0; }
      #stamprally h2 img {
        width: 90%; }
    #stamprally .date {
      width: 98%;
      margin: 1vw auto 0; }
    #stamprally .ex {
      width: 90%;
      margin: 4vw auto 0; }
    #stamprally ul.caut {
      padding: 0 2vw; }
    #stamprally .date_ex {
      width: 98%;
      margin: 1vw auto 0; }
    #stamprally .stamp {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      padding-bottom: 4vw; }
      #stamprally .stamp h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .stamp h3 img {
          width: 100%; }
      #stamprally .stamp p {
        width: 80%;
        margin: 8vw auto 4vw; }
    #stamprally .entryflow {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      margin-top: 4vw; }
      #stamprally .entryflow h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .entryflow h3 img {
          width: 50%; }
      #stamprally .entryflow ol {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 98%;
        margin: 0 auto;
        list-style-type: none; }
        #stamprally .entryflow ol li {
          display: flex;
          flex-direction: column;
          box-sizing: border-box;
          width: 49.5%;
          border-radius: 6px;
          border: 2px solid #cc0000;
          position: relative;
          padding: 1vw;
          margin-top: 2vw; }
          #stamprally .entryflow ol li::before {
            content: "";
            width: 10vw;
            height: 10vw;
            position: absolute;
            top: -2vw;
            left: 0;
            z-index: 2; }
          #stamprally .entryflow ol li:nth-child(1)::before {
            background: url("../img/otsdm_entryflow1.png") no-repeat;
            background-size: cover; }
          #stamprally .entryflow ol li:nth-child(2)::before {
            background: url("../img/otsdm_entryflow2.png") no-repeat;
            background-size: cover; }
          #stamprally .entryflow ol li:nth-child(3)::before {
            background: url("../img/otsdm_entryflow3.png") no-repeat;
            background-size: cover; }
          #stamprally .entryflow ol li:nth-child(4)::before {
            background: url("../img/otsdm_entryflow4.png") no-repeat;
            background-size: cover; }
          #stamprally .entryflow ol li figure {
            width: 60%;
            margin: 2vw auto; }
          #stamprally .entryflow ol li figcaption {
            padding: 1vw;
            flex: 1; }
            #stamprally .entryflow ol li figcaption p {
              text-align: left;
              font-size: 4vw; }
            #stamprally .entryflow ol li figcaption span {
              display: inline-block;
              text-align: left;
              font-size: 0.85em;
              padding-top: 0.5em;
              padding-left: 1em;
              text-indent: -1em; }
      #stamprally .entryflow .app {
        width: 98%;
        margin: 2vw auto 0;
        border-radius: 12px;
        background: #fff;
        border: 2px solid #000;
        padding-bottom: 2vw; }
        #stamprally .entryflow .app h4 {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          background: #ffe917;
          padding: 2vw;
          display: flex;
          justify-content: center;
          align-items: center; }
          #stamprally .entryflow .app h4 img {
            width: 86%; }
        #stamprally .entryflow .app ul {
          display: flex;
          justify-content: space-between;
          width: 85%;
          margin: 2vw auto 0; }
          #stamprally .entryflow .app ul li {
            width: 45%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center; }
            #stamprally .entryflow .app ul li .qr {
              display: none; }
            #stamprally .entryflow .app ul li .ttl {
              width: 100%;
              text-align: center;
              padding: 1vw 0; }
              #stamprally .entryflow .app ul li .ttl img {
                height: 3vw;
                width: auto; }
    #stamprally .overview {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      margin-top: 4vw; }
      #stamprally .overview h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .overview h3 img {
          width: 50%; }
      #stamprally .overview dl {
        padding: 0 3vw 3vw;
        font-size: 4vw;
        text-align: left; }
        #stamprally .overview dl dt {
          font-weight: bold;
          margin-top: 1em; }
        #stamprally .overview dl dd {
          word-wrap: break-word;
          margin-top: 0.5em; }
          #stamprally .overview dl dd ol {
            list-style-type: none; }
            #stamprally .overview dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #stamprally .overview dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #stamprally .overview dl dd ul.caut {
            margin: 0;
            padding: 0; }
    #stamprally .result {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      margin-top: 4vw; }
      #stamprally .result h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .result h3 img {
          width: 52%; }
      #stamprally .result dl {
        padding: 0 3vw 3vw;
        font-size: 4vw;
        text-align: left; }
        #stamprally .result dl dt {
          font-weight: bold;
          margin-top: 1em; }
        #stamprally .result dl dd {
          word-wrap: break-word;
          margin-top: 0.5em; }
          #stamprally .result dl dd ol {
            list-style-type: none; }
            #stamprally .result dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #stamprally .result dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #stamprally .result dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #stamprally .result .lnk {
        padding-top: 1em; }
        #stamprally .result .lnk span {
          display: block;
          padding-top: 1em; }
        #stamprally .result .lnk span:first-child {
          padding-top: 0; }
    #stamprally .aupay {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      margin-top: 4vw; }
      #stamprally .aupay h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #stamprally .aupay h3 img {
          width: 50%; }
      #stamprally .aupay dl {
        padding: 0 3vw 3vw;
        font-size: 4vw;
        text-align: left; }
        #stamprally .aupay dl dt {
          font-weight: bold;
          margin-top: 1em; }
        #stamprally .aupay dl dd {
          word-wrap: break-word;
          margin-top: 0.5em; }
          #stamprally .aupay dl dd ol {
            list-style-type: none; }
            #stamprally .aupay dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #stamprally .aupay dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #stamprally .aupay dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #stamprally .aupay ul.app {
        display: flex;
        justify-content: center; }
        #stamprally .aupay ul.app li {
          width: 40%; }
          #stamprally .aupay ul.app li .bn {
            width: 100%;
            margin-top: 1vw; }
          #stamprally .aupay ul.app li .tx {
            text-align: center; }
          #stamprally .aupay ul.app li .qr {
            display: none; }
          #stamprally .aupay ul.app li:first-child {
            margin-right: 20px; }

  #coupon {
    background: #fff;
    margin-top: 4vw;
    padding-bottom: 2vw; }
    #coupon h2 {
      background: #ffe917;
      padding: 2vw 0; }
      #coupon h2 img {
        width: 90%; }
    #coupon .date {
      width: 98%;
      margin: 1vw auto 0; }
    #coupon .ex {
      width: 90%;
      margin: 2vw auto 0; }
    #coupon .date {
      margin-top: 4vw; }
    #coupon ul.caut {
      padding: 0 2vw; }
    #coupon .itemlist {
      width: 96%;
      margin: 2vw auto 0;
      border-collapse: collapse; }
      #coupon .itemlist table {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
        #coupon .itemlist table tr:nth-child(odd) td {
          background: #ccc; }
        #coupon .itemlist table th, #coupon .itemlist table td {
          padding: 0.5em 0.2em;
          border-left: 1px solid #000;
          border-right: 1px solid #000; }
        #coupon .itemlist table th {
          background: #ffe917;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap; }
        #coupon .itemlist table td {
          background: #e5e5e5; }
          #coupon .itemlist table td.t_pr {
            text-align: center;
            white-space: nowrap; }
          #coupon .itemlist table td.sub {
            background: #eb5e01;
            font-size: 1.1em;
            font-weight: bold;
            color: #fff; }
          #coupon .itemlist table td ul.caut {
            margin: 0;
            padding: 0.5em 0 1em;
            font-size: 0.8em; }

  #trial {
    background: #fff;
    margin-top: 4vw;
    padding-bottom: 2vw; }
    #trial h2 {
      background: #ffe917;
      padding: 2vw 0; }
      #trial h2 img {
        width: 90%; }
    #trial .date {
      width: 98%;
      margin: 1vw auto 0; }
    #trial .ex {
      width: 90%;
      margin: 2vw auto 0; }
    #trial .date {
      margin-top: 3vw;
      margin-bottom: 3vw; }
    #trial ul.caut {
      padding: 0 2vw; }
    #trial .items {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      padding-bottom: 4vw;
      position: relative;
      z-index: 1; }
      #trial .items h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #trial .items h3 img {
          width: 86%; }
      #trial .items h3 {
        padding-left: 0;
        padding-right: 0; }
        #trial .items h3 img {
          height: 10.1vw;
          width: auto; }
      #trial .items .limit {
        width: 50%;
        margin: 2vw auto 0; }
      #trial .items .point {
        width: 18vw;
        position: absolute;
        top: 30vw;
        right: 2vw;
        z-index: 2; }
      #trial .items .img {
        width: 80%;
        margin: 2vw auto 0; }
      #trial .items .price {
        margin-top: 2vw; }
        #trial .items .price img {
          height: 7vw;
          width: auto; }
    #trial .btn_area p {
      width: 90%;
      margin: 4vw auto; }
    #trial .tx {
      text-align: left; }
      #trial .tx p {
        padding: 0 2vw; }

  #twitter {
    background: #fff;
    margin-top: 4vw;
    padding-bottom: 2vw; }
    #twitter h2 {
      background: #ffe917;
      padding: 2vw 0; }
      #twitter h2 img {
        width: 90%; }
    #twitter .date {
      width: 98%;
      margin: 1vw auto 0; }
    #twitter .ex {
      width: 95%;
      margin: 2vw auto 0; }
    #twitter .ex_caut {
      width: 86%;
      margin: 3vw auto 0; }
    #twitter .date {
      margin-top: 3vw;
      margin-bottom: 3vw; }
    #twitter ul.caut {
      padding: 0 2vw; }
    #twitter .btn_area p {
      width: 90%;
      margin: 4vw auto; }
    #twitter .items {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      padding-bottom: 4vw;
      position: relative;
      z-index: 1; }
      #twitter .items h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #twitter .items h3 img {
          width: 50%; }
      #twitter .items h3 img {
        height: 10vw;
        width: auto; }
    #twitter .result {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      margin-top: 4vw;
      padding-bottom: 0; }
      #twitter .result h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #twitter .result h3 img {
          width: 50%; }
      #twitter .result dl {
        padding: 0 3vw 3vw;
        font-size: 4vw;
        text-align: left; }
        #twitter .result dl dt {
          font-weight: bold;
          margin-top: 1em; }
        #twitter .result dl dd {
          word-wrap: break-word;
          margin-top: 0.5em; }
          #twitter .result dl dd ol {
            list-style-type: none; }
            #twitter .result dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #twitter .result dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #twitter .result dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #twitter .result .inr {
        padding: 3vw;
        text-align: left; }
        #twitter .result .inr ul.caut {
          padding: 0; }
        #twitter .result .inr .lnk {
          padding-top: 1em; }
          #twitter .result .inr .lnk span:first-child {
            padding-right: 1em; }
    #twitter .caution {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      margin-top: 4vw;
      padding-bottom: 0; }
      #twitter .caution h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #twitter .caution h3 img {
          width: 50%; }
      #twitter .caution dl {
        padding: 0 3vw 3vw;
        font-size: 4vw;
        text-align: left; }
        #twitter .caution dl dt {
          font-weight: bold;
          margin-top: 1em; }
        #twitter .caution dl dd {
          word-wrap: break-word;
          margin-top: 0.5em; }
          #twitter .caution dl dd ol {
            list-style-type: none; }
            #twitter .caution dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #twitter .caution dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #twitter .caution dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #twitter .caution .inr {
        padding: 3vw;
        text-align: left; }
        #twitter .caution .inr ol {
          list-style-type: none;
          margin-top: 1em; }
          #twitter .caution .inr ol li {
            padding-left: 1.5em;
            text-indent: -1.5em; }
    #twitter .kiyaku {
      width: 98%;
      margin: 2vw auto 0;
      border-radius: 6px;
      background: #fff;
      border: 2px solid #000;
      padding-bottom: 2vw;
      margin-top: 4vw; }
      #twitter .kiyaku h3 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #ffe917;
        padding: 4vw;
        min-height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        #twitter .kiyaku h3 img {
          width: 50%; }
      #twitter .kiyaku dl {
        padding: 0 3vw 3vw;
        font-size: 4vw;
        text-align: left; }
        #twitter .kiyaku dl dt {
          font-weight: bold;
          margin-top: 1em; }
        #twitter .kiyaku dl dd {
          word-wrap: break-word;
          margin-top: 0.5em; }
          #twitter .kiyaku dl dd ol {
            list-style-type: none; }
            #twitter .kiyaku dl dd ol li {
              padding-left: 2em;
              text-indent: -2em;
              padding-bottom: 0.3em; }
              #twitter .kiyaku dl dd ol li li {
                padding-left: 1em;
                text-indent: -1em; }
          #twitter .kiyaku dl dd ul.caut {
            margin: 0;
            padding: 0; }
      #twitter .kiyaku .lnk {
        padding-top: 1em; }
        #twitter .kiyaku .lnk span:first-child {
          padding-right: 1em; }

  .otsdm_footer-contact {
    width: 98%;
    margin: 4vw auto 0;
    box-sizing: border-box;
    border-radius: 6px;
    background: #fff; }
    .otsdm_footer-contact dl dt {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      background: #eb5e01;
      padding: 2vw 0; }
      .otsdm_footer-contact dl dt img {
        width: 80%; }
    .otsdm_footer-contact dl dd {
      padding: 2vw 3vw; }
      .otsdm_footer-contact dl dd p:last-child {
        margin-top: 1vw; }
  .otsdm_footer .pagetop {
    width: 14%;
    right: 1vw;
    z-index: 99; } }
