@charset "UTF-8";
/* Import variables and mixins.
================================*/
/*	Color
================================*/
.c-listBox {
  margin: 0;
  padding: 0;
}

.c-wb-bs {
  word-break: normal;
}

.c-wb-ba {
  word-break: break-all;
}

.c-width-05 {
  width: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-10 {
  width: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-15 {
  width: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-20 {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-25 {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-30 {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-40 {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-50 {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-60 {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-70 {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-80 {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-90 {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-width-100 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-display-bl {
  display: block;
}

.c-display-ib {
  display: inline-block;
}

.c-display-il {
  display: inline;
}

.u-maz {
  margin: 0;
}

.u-mtz {
  margin-top: 0;
}

.u-mbz {
  margin-bottom: 0;
}

.u-mtl {
  margin-top: 5px;
}

.u-mtm {
  margin-top: 10px;
}

.u-mth {
  margin-top: 20px;
}

.u-mbl {
  margin-bottom: 5px;
}

.u-mbm {
  margin-bottom: 10px;
}

.u-mbh {
  margin-bottom: 20px;
}

.u-mrl {
  margin-right: 5px;
}

.u-mrm {
  margin-right: 10px;
}

.u-mrh {
  margin-right: 20px;
}

.u-mll {
  margin-left: 5px;
}

.u-mlm {
  margin-left: 10px;
}

.u-mlh {
  margin-left: 20px;
}

.u-mac {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.u-pad {
  padding: 0;
}

.u-ptl {
  padding-top: 5px;
}

.u-ptm {
  padding-top: 10px;
}

.u-pth {
  padding-top: 20px;
}

.u-pbl {
  padding-bottom: 5px;
}

.u-pbm {
  padding-bottom: 10px;
}

.u-pbh {
  padding-bottom: 20px;
}

.u-prl {
  padding-right: 5px;
}

.u-prm {
  padding-right: 10px;
}

.u-prh {
  padding-right: 20px;
}

.u-pll {
  padding-left: 5px;
}

.u-plm {
  padding-left: 10px;
}

.u-plh {
  padding-left: 20px;
}

.u-bna {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.prevention-masked {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9997;
}
.prevention-masked::before, .prevention-masked::after {
  display: block;
  position: fixed;
  content: "";
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  border-radius: 80px;
  margin: calc(50vh - 40px) 0 0 calc(50vw - 40px);
}
.prevention-masked::before {
  border: 10px solid rgba(255, 255, 255, 0.2);
  z-index: 9998;
}
.prevention-masked::after {
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-left: 10px solid rgb(255, 255, 255);
  z-index: 9999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
}
@-webkit-keyframes load {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.u-fl-l {
  float: left;
}

.u-fl-r {
  float: right;
}

.u-fl-n {
  float: none;
}

.cf::after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}

/*===============================

	Media Query（レスポンシブ対応用）

================================*/
/*	Font-size
================================*/
/*	Font-weight
================================*/
/*	Font-style
================================*/
/* Base
================================*/
/*===============================

	Base Setting

================================*/
/*===============================

   Foundation

================================*/
/*	Reset
================================*/
ul,
li {
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

#svgicon {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/*	Base
================================*/
body {
  color: #1F232E;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 62.5%;
  background-color: #EEEFF0;
}

a {
  color: #1F232E;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  font-size: 0.8rem;
  padding: 8px;
  border: 1px solid #bababa;
}
@media only screen and (max-width: 499px) {
  input[type=text],
  input[type=email],
  input[type=password],
  textarea {
    border-radius: 2px;
  }
}

textarea {
  height: 10rem;
}

/*	汎用性の高いクラス
================================*/
@media only screen and (max-width: 499px) {
  .c-PC {
    display: none !important;
  }
}

@media only screen and (min-width: 500px) {
  .c-SP {
    display: none !important;
  }
}

.box {
  margin: 0 0 15px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 #E6E6E3;
          box-shadow: 0 2px 0 #E6E6E3;
}
.box .box {
  margin: 5px 0 15px;
  border-top: none;
  -webkit-box-shadow: 0 2px 2px #E6E6E3, 0px -5px #3A71D6;
          box-shadow: 0 2px 2px #E6E6E3, 0px -5px #3A71D6;
}

.head {
  padding: 0.7rem;
  font-size: 1.1rem;
}

/*	専用性の高いクラス
================================*/
.c-message {
  font-size: 0.8rem;
}

.c-message-default {
  margin: 15px 10px;
}

.c-message-attention {
  color: #C00;
}

.c-messageBox {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 5px;
  margin: -2px 0 0;
  border-radius: 2px;
}
@media only screen and (max-width: 499px) {
  .c-messageBox {
    margin: 1px 0 0;
  }
}
.c-messageBox.is-success {
  color: #6FB627;
  background-color: #F0FAE7;
}
.c-messageBox.is-error {
  color: #C00;
  background-color: #FFE0E0;
}
.c-messageBox.is-attention {
  color: #C00;
  border: 1px solid #C00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}
@media only screen and (max-width: 499px) {
  .c-messageBox.is-attention {
    display: inline-block;
    line-height: 1.1rem;
    margin: 2px 0 0;
    padding: 0 5px;
  }
}
.c-messageBox.is-attentionHard {
  color: #FFF;
  background: #C00;
}
.c-messageBox.is-stocked {
  color: #00A;
  border: 1px solid #00A;
  background-color: #FFF;
}
.c-messageBox.is-reserved {
  color: #C00;
  border: 1px solid #C00;
  background-color: #FFF;
}
.c-messageBox.is-finished {
  color: #FFF;
  border: 1px solid #AAA;
  background-color: #AAA;
}

.c-messageBoxLarge {
  font-size: 0.8rem;
  line-height: 1rem;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-messageBoxLarge.is-success {
  border: 1px solid #AAD273;
}

.c-showMore {
  font-size: 0.8rem;
  text-decoration: underline;
  width: calc(100% - 20px);
  margin: 0;
  padding: 0 10px 20px;
}
.c-showMore.is-right {
  text-align: right;
}
.c-showMore.is-right a {
  color: #06F;
  font-size: 0.75rem;
  text-decoration: underline;
}
.c-showMore.is-right a:hover {
  color: #C00;
}

.box-navigation {
  margin-top: 6px;
  -webkit-box-shadow: 0px -5px #3A71D6;
          box-shadow: 0px -5px #3A71D6;
  border-top: none;
}

.box-detail {
  margin-top: 6px;
  -webkit-box-shadow: 0px -5px #9B7A4F;
          box-shadow: 0px -5px #9B7A4F;
  border-top: none;
}

.box-deliveryInfo {
  margin: 20px;
  -webkit-box-shadow: 0 2px 2px #E6E6E3, 0px -4px #333;
          box-shadow: 0 2px 2px #E6E6E3, 0px -4px #333;
}
.box-deliveryInfo h2 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 12px;
}
.box-deliveryInfo p {
  margin: 8px 0;
  font-size: 14px;
}

.box-twitterWidget {
  border: none;
  background-color: #FFF;
}

.box-regist {
  margin-bottom: 16px;
  padding: 16px;
}

.box-banner {
  padding: 10px;
}
.box-banner.box-banner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .box-banner.box-banner-top {
    margin-bottom: 10px;
  }
}
.box-banner.box-banner-top a {
  width: calc(50% - 5px);
  padding: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 #E6E6E3;
          box-shadow: 0 2px 0 #E6E6E3;
}
.box-banner.box-banner-top a:nth-child(odd) {
  margin: 0 5px 10px 0;
}
@media only screen and (max-width: 499px) {
  .box-banner.box-banner-top a:nth-child(odd) {
    margin: 0;
  }
}
.box-banner.box-banner-top a:nth-child(even) {
  margin: 0 0 10px 5px;
}
@media only screen and (max-width: 499px) {
  .box-banner.box-banner-top a:nth-child(even) {
    margin: 0;
  }
}
@media only screen and (max-width: 499px) {
  .box-banner.box-banner-top a {
    width: 100%;
    padding: 15px;
  }
}
.box-banner img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.box-banner-onlineshop-head {
  width: 100%;
  font-size: 0.9rem;
  border-bottom: 2px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.box-banner-onlineshop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}
.box-banner-onlineshop-link {
  width: 100%;
  padding: 10px 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #E6E6E3;
}
.box-banner-onlineshop-link:last-child {
  margin-bottom: 0;
  border: none;
}
.box-banner-onlineshop-link img {
  width: 100%;
  height: auto;
}

.box-announce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 15px;
  border-top: 5px solid #E74718;
}
@media only screen and (max-width: 499px) {
  .box-announce {
    padding: 0 10px 10px;
  }
}
.box-announce.box {
  margin: 0 0 20px;
}
.box-announce p {
  font-size: 0.85rem;
  margin: 5px 0;
}
.box-announce p.head {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 0;
}
@media only screen and (max-width: 499px) {
  .box-announce p.head {
    font-size: 1.1rem;
  }
}
.box-announce p.head + p {
  margin: 0 0 5px;
}
.box-announce p em {
  color: #C00;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}
.box-announce p small {
  opacity: 0.9;
  font-size: 0.85em;
}
.box-announce p a {
  display: inline-block;
  color: #06F;
  text-decoration: underline;
  margin: 0.5em 0 0;
}
.box-announce p a:hover {
  color: #C00;
}
.box-announce a {
  width: 220px;
  height: auto;
}
.box-announce a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.head-main {
  border-bottom: 2px solid #9D794D;
}

.head-default {
  border-bottom: 2px solid #3A71D6;
}

.head-fresh {
  border-bottom: 2px solid #7BBC34;
}

.head-related {
  border-bottom: 2px solid #E4AB12;
}

.head-attention {
  border-bottom: 2px solid #E74718;
}

.head-nav {
  border-bottom: 2px solid #333;
}

.head-form {
  border-bottom: 1px solid #CCC;
}

/*	バッジ
================================*/
.badge {
  position: relative;
}

.badge.cart-icon[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0.7em;
  background: red;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px #333;
          box-shadow: 0 0 1px #333;
}
@media only screen and (max-width: 499px) {
  .badge.cart-icon[data-badge]:after {
    top: 3px;
    right: 3px;
  }
}

/*	ボタン
================================*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px 9px;
  border: none;
  border-radius: 2px;
  margin: 10px 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .btn {
    font-size: 1.25rem;
    width: 100%;
    padding: 15px 0 14px;
  }
}
.btn i {
  margin: 0 10px 0 -18px;
}
.btn i.fa-shopping-cart {
  font-size: 1.5rem;
  margin: -6px 10px 0 -18px;
}
.btn i.fa-chevron-circle-right {
  font-size: 1.4rem;
  margin: -4px 7px 0 -5px;
}

.btn-max {
  font-size: 1.25rem;
  width: 100%;
  padding: 15px 0 14px;
}

.btn-reduce {
  font-size: 0.78rem;
  font-weight: normal;
  padding: 0.5em 1em 0.49em;
}
@media only screen and (max-width: 499px) {
  .btn-reduce {
    font-size: 0.95rem;
    padding: 10px 0 9px;
  }
}

.btn-standard {
  background: #2C5CDE;
}
.btn-standard:hover {
  background: #1547CF;
}

.btn-semi {
  background: #3498DB;
}
.btn-semi:hover {
  background: #1B8CC9;
}

.btn-deprecated {
  background: #555;
}
.btn-deprecated:hover {
  background: #444;
}

.btn-danger {
  background: #C00;
}
.btn-danger:hover {
  background: #A20000;
}

.btn-buy {
  background: #E74718;
}
.btn-buy:hover {
  background: #D23304;
}

/*===============================

   Layout

================================*/
/*	コンテナ
================================*/
#container {
  min-width: 1300px;
  background: #e91116;
}
#container.column3 {
  min-width: 1300px;
}
@media only screen and (max-width: 499px) {
  #container {
    min-width: inherit;
    padding-top: 96px;
  }
  #container.column3 {
    min-width: inherit;
  }
  #container.is-fixed {
    padding-top: 0;
  }
}

#container.dev {
  background: url(../img/environment/dev_bg.png);
}

/*	ヘッダー
================================*/
header .authenticated {
  display: none;
}
header .unauthenticated {
  visibility: hidden;
}
header .header-extranav ul li.authenticated {
  display: none;
}
header .header-extranav ul li.unauthenticated {
  visibility: hidden;
}
header section.header-bottom nav.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 499px) {
  header section.header-bottom nav.header-menu {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 499px) {
  header section.header-bottom nav.header-menu ul li.authenticated {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  header section.header-bottom nav.header-menu ul li.unauthenticated {
    visibility: hidden;
  }
}
header section.header-bottom nav.header-menu input {
  color: #000;
}
@media only screen and (min-width: 500px) {
  header section.header-bottom nav.header-menu input {
    width: 75vw;
    max-width: 800px;
  }
}
.header-wrap {
  background-color: #e91116;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 499px) {
  .header-wrap {
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 499px) {
  .header-wrap.is-fixed {
    position: static;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 499px) {
  .header-wrap.is-fixed .search {
    display: none;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: auto;
  padding: 15px 0 10px;
}
@media only screen and (max-width: 499px) {
  .header-top a img {
    width: auto;
    height: 32px;
  }
}

.p-headerSuperviseAccount {
  display: block;
  color: #FFF;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: center;
  padding: 2vh 0;
  background: #007FFF;
}

.p-headerWarningJavascript {
  display: block;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  padding: 2vh 0;
  background: #FF007F;
}

.header-logo {
  line-height: 1;
}
@media only screen and (max-width: 499px) {
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-left: 10px;
  }
}
.header-logo a {
  display: inline-block;
}
.header-logo a img {
  display: block;
  max-width: 220px;
  height: auto;
}
@media only screen and (max-width: 499px) {
  .header-logo a img {
    width: 100%;
    height: auto;
  }
}

.header-extranav {
  min-width: 30%;
}
@media only screen and (max-width: 499px) {
  .header-extranav {
    display: none;
  }
}
.header-extranav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-extranav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-extranav ul li::after {
  content: "";
  width: 0.1em;
  height: 1em;
  margin: 0 9px;
  background: #959eb7;
}
.header-extranav ul li:last-of-type::after {
  display: none;
}
.header-extranav ul li a:hover {
  text-decoration: underline;
}

.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-link {
  width: 16vw;
  max-height: 60px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-link .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-link .badge i {
  font-size: 1.1rem;
}
@media only screen and (max-width: 499px) {
  .header-link .badge i {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.header-bottom {
  color: #FFF;
  background-color: #111;
  padding: 20px 0;
}
.header-bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 499px) {
  .header-bottom > div {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

.header-head {
  font-weight: normal;
  font-size: 0.8rem;
}
@media only screen and (max-width: 499px) {
  .header-head {
    display: none;
  }
}

.header-menu {
  position: relative;
}
.header-menu > ul {
  font-size: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .header-menu > ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.header-menu > ul > li {
  margin: 0 0 0 15px;
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .header-menu > ul > li {
    width: auto;
    margin: 0;
  }
}
.header-menu > ul > li:first-child {
  margin: 0;
}
.header-menu > ul > li > a, .header-menu > ul > li > label {
  color: #FFF;
  margin: 0;
}
.header-menu > ul > li > a > span, .header-menu > ul > li > label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu > ul > li > a > span i, .header-menu > ul > li > label > span i {
  font-size: 2em;
  line-height: 100%;
  cursor: pointer;
  height: 29px;
}
.header-menu > ul > li > a > span i.fa-beginner, .header-menu > ul > li > label > span i.fa-beginner {
  content: url(https://amnibus.s3.amazonaws.com/resources/img/common/beginner_mark.png);
}
.header-menu > ul > li > a > span i.fa-hbmenu, .header-menu > ul > li > label > span i.fa-hbmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu > ul > li > a > span i.fa-hbmenu span, .header-menu > ul > li > label > span i.fa-hbmenu span {
  width: 100%;
  height: 4px;
  background: #FFF;
}
.header-menu > ul > li > a > span > span, .header-menu > ul > li > label > span > span {
  font-size: 0.8em;
  line-height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .header-menu > ul > li > a > span > span, .header-menu > ul > li > label > span > span {
    margin: 3px 0 0 0;
  }
}
.header-menu > ul > li > a:hover, .header-menu > ul > li > label:hover {
  color: #CCC;
}
@media only screen and (max-width: 499px) {
  .header-menu > ul > li > a:hover, .header-menu > ul > li > label:hover {
    color: #FFF;
  }
}

@media only screen and (min-width: 500px) {
  .header-hbmenu {
    position: absolute;
    right: 0;
    width: 220px;
    max-height: 0;
    margin: 9px 0 0 0;
    padding: 0 20px;
    overflow: hidden;
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    -webkit-transition: max-height 0.4s linear 0.01s;
    transition: max-height 0.4s linear 0.01s;
  }
  .header-hbmenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 5px 0;
  }
  .header-hbmenu > ul > li {
    color: #1F232E;
    white-space: nowrap;
    width: 100%;
    padding: 10px 0;
    font-size: 1.1em;
    line-height: 200%;
    border-bottom: 1px solid #DDD;
  }
  .header-hbmenu > ul > li:last-child {
    border-bottom: none;
  }
  .header-hbmenu > ul > li dl {
    margin: 0;
  }
  .header-hbmenu > ul > li dl dt {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
  }
  .header-hbmenu > ul > li dl dd {
    margin: 0 0 0 0.5em;
  }
  .header-hbmenu > ul > li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 499px) {
  .header-hbmenu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #EEEFF0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    z-index: 9999;
  }
  .header-hbmenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .header-hbmenu > ul > li {
    width: 100%;
    border-bottom: 1px solid #DDD;
  }
  .header-hbmenu > ul > li ul li {
    border-bottom: 1px solid #DDD;
  }
  .header-hbmenu > ul > li dl {
    width: 100%;
    margin: 0;
  }
  .header-hbmenu > ul > li dl dt {
    display: block;
    font-size: 1.35em;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    width: calc(100% - 40px);
    padding: 15px 20px;
    border-bottom: 1px solid #DDD;
  }
  .header-hbmenu > ul > li dl dd {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #DDD;
  }
  .header-hbmenu > ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2em;
    width: calc(100% - 40px);
    padding: 15px 20px;
    background: #FFF;
  }
  .header-hbmenu > ul > li a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@media only screen and (min-width: 500px) {
  label[for=header-hbmenu] input[type=checkbox] {
    display: none;
  }
  label[for=header-hbmenu] input[type=checkbox] + span i:last-of-type {
    display: none;
  }
  label[for=header-hbmenu]:hover > .header-hbmenu {
    display: block;
    max-height: 100vh;
    -webkit-transition: max-height 0.5s linear 0.01s;
    transition: max-height 0.5s linear 0.01s;
  }
}
@media only screen and (max-width: 499px) {
  label[for=header-hbmenu] input[type=checkbox] {
    display: none;
  }
  label[for=header-hbmenu] input[type=checkbox] + span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  label[for=header-hbmenu] input[type=checkbox] + span i:last-of-type {
    display: none;
  }
  label[for=header-hbmenu] input[type=checkbox] + span > span {
    width: 100%;
    text-align: center;
  }
  label[for=header-hbmenu] input[type=checkbox] + span + .header-hbmenu {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.1s linear 0.01s;
    transition: height 0.1s linear 0.01s;
  }
  label[for=header-hbmenu] input[type=checkbox]:checked + span + .header-hbmenu {
    overflow: scroll;
    height: calc(100vh - 50px);
  }
  label[for=header-hbmenu] input[type=checkbox]:checked + span i:first-child {
    display: none;
  }
  label[for=header-hbmenu] input[type=checkbox]:checked + span i:last-of-type {
    display: block;
  }
}

.search-block {
  display: inline-block;
}

form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34px;
}
form.search input {
  font-size: 1rem;
  width: 87.4%;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  padding-left: 15px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
form.search input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 0.8rem;
}
form.search input:-ms-input-placeholder {
  color: #ccc;
  font-size: 0.8rem;
}
form.search input::-moz-placeholder {
  color: #ccc;
  font-size: 0.8rem;
}
form.search input::-ms-input-placeholder {
  color: #ccc;
  font-size: 0.8rem;
}
form.search input::placeholder {
  color: #ccc;
  font-size: 0.8rem;
}
@media only screen and (max-width: 499px) {
  form.search input {
    border: none;
    outline: none;
  }
}
form.search button.btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.6%;
  max-width: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  border-left: 1px solid #000;
  box-sizing: border-box;
  padding: 5px 15px;
  background-color: #fff;
}
form.search button.btn-search span {
  position: relative;
  font-size: 1.1rem;
  color: #000;
  width: 16px;
  height: 18px;
}
form.search button.btn-search span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.search {
  width: 100vw;
  background-color: #000;
  padding: 1.6vw 2.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34px;
}
section.search form input {
  font-size: 1rem;
  width: 87.4%;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  padding-left: 15px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
section.search form input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}
section.search form input:-ms-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}
section.search form input::-moz-placeholder {
  color: #ccc;
  font-size: 1rem;
}
section.search form input::-ms-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}
section.search form input::placeholder {
  color: #ccc;
  font-size: 1rem;
}
@media only screen and (max-width: 499px) {
  section.search form input {
    border: none;
    outline: none;
  }
}
section.search form button.btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.6%;
  max-width: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  background-color: #fff;
}
section.search form button.btn-search span {
  position: relative;
  font-size: 1.1rem;
  color: #000;
  width: 16px;
  height: 18px;
}
section.search form button.btn-search span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 499px) {
  section.search form button.btn-search {
    border: none;
    outline: none;
  }
}

/*	フッター
================================*/
.footer-wrap {
  padding: 0 0 10px;
  min-width: 955px;
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 499px) {
  .footer-wrap {
    min-width: inherit;
  }
  .lottery-detail .footer-wrap, .lottery-history-detail .footer-wrap, .collection .footer-wrap {
    padding-bottom: 80px;
  }
}
.footer-wrap .footer-inner {
  display: block;
  text-align: center;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: auto;
  padding: 15px;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner {
    width: 80%;
    max-width: none;
    padding: 10px 0;
  }
}
.footer-wrap .footer-inner .footer-design {
  width: 570px;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner .footer-design {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-wrap .footer-inner .footer-design .footer-design-head {
  font-weight: bold;
  font-size: 14px;
}
.footer-wrap .footer-inner .footer-design .footer-design-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-wrap .footer-inner .footer-design .footer-design-list li {
  width: 24%;
  height: auto;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.footer-wrap .footer-inner .footer-design .footer-design-list li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner .footer-design .footer-design-list li {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }
}
.footer-wrap .footer-inner .footer-design .footer-design-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.footer-wrap .footer-inner .footer-design .footer-design-list li a img {
  width: 100%;
  height: auto;
}
.footer-wrap .footer-inner nav {
  margin: 10px 0 20px;
}
.footer-wrap .footer-inner nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 100%;
  }
}
.footer-wrap .footer-inner nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner nav > ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid #333;
  }
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner nav > ul li:first-child {
    border-top: 1px solid #333;
  }
}
.footer-wrap .footer-inner nav > ul li::after {
  content: "";
  width: 1px;
  height: 1em;
  margin: 0 16px;
  background-color: #ABABAB;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner nav > ul li::after {
    display: none;
  }
}
.footer-wrap .footer-inner nav > ul li:last-of-type::after {
  display: none;
}
.footer-wrap .footer-inner nav > ul li a {
  display: block;
  color: #FFF;
  font-size: 1.1em;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner nav > ul li a {
    width: 100%;
    padding: 15px 0;
  }
}
.footer-wrap .footer-inner nav > ul li a:hover {
  text-decoration: underline;
}
.footer-wrap .footer-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px;
  }
}
.footer-wrap .footer-inner > ul li {
  margin: 0 3px;
  color: #CCC;
  line-height: 160%;
}
.footer-wrap .footer-inner p {
  color: #FFF;
  margin: 0 0 10px;
}
.footer-wrap .footer-inner p small {
  font-size: 1.1em;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner #google_translate_element .skiptranslate div {
    display: block !important;
  }
}

/*	メイン　旧
================================*/
#mainArea {
  position: relative;
  margin: 0 auto;
  padding: 0 0 30px;
  min-width: 1200px;
  min-height: calc(100vh - 403px);
  z-index: 0;
}
@supports (height: 100dvh) {
  #mainArea {
    min-height: calc(100dvh - 403px);
  }
}
@media only screen and (max-width: 499px) {
  #mainArea {
    min-width: auto;
  }
}
#mainArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/bg_drawdraw.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  top: 0;
  left: 0;
  z-index: -2;
}
#mainArea.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1220px;
  max-width: inherit;
}
#mainArea.column3 #contents {
  float: none;
}
#mainArea.column3 .sidebar-left {
  float: none;
}
#mainArea.column3 .sidebar-right {
  float: none;
}
#mainArea.column3::after {
  display: none;
}
@media only screen and (max-width: 499px) {
  #mainArea {
    width: 100%;
    max-width: none;
    min-height: inherit;
    margin-top: 15px;
  }
  #mainArea.column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 499px) {
  #mainArea.is-fixed {
    margin-top: 0;
  }
}
#mainArea #do-particle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mainArea .message {
  margin: 0;
  padding: 10px 30px 20px;
  border: none;
  border-right: 1px solid #D8D7D3;
  border-left: 1px solid #D8D7D3;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFF;
}
#mainArea .message .errormsg {
  display: inline-block;
  color: #C00;
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #C00;
  border-radius: 2px;
  background-color: #FFF;
}

/*	メイン　新
================================*/
.contents-wrap {
  width: 1024px;
  margin: auto;
  background: #fff;
  padding: 80px 60px;
}
@media only screen and (max-width: 499px) {
  .contents-wrap {
    width: 100%;
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.main-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 720px;
  padding: 0 0 40px;
}
@media only screen and (max-width: 499px) {
  .main-wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*	サイドバー　旧
================================*/
#sidebar-menu {
  float: left;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#sidebar-menu.sp {
  display: none !important;
}
@media only screen and (max-width: 499px) {
  #sidebar-menu {
    width: 100%;
    margin: 10px auto;
  }
  #sidebar-menu.pc {
    display: none !important;
  }
  #sidebar-menu.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #sidebar-menu .ui-panel-inner {
    padding: 0;
  }
}
#sidebar-menu .sidebar_head {
  font-size: 0.9rem;
  padding: 10px 0 5px 10px;
}

#sidebar-right {
  float: right;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#sidebar-right.sidebar-right-sp {
  display: none;
}
#sidebar-right.sidebar-right-sp.sp {
  display: none !important;
}
@media only screen and (max-width: 499px) {
  #sidebar-right.sidebar-right-sp {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 499px) {
  #sidebar-right {
    width: 100%;
  }
  #sidebar-right.sp {
    display: none !important;
  }
  #sidebar-right .ui-panel-inner {
    padding: 0;
  }
}
#sidebar-right .sidebar_head {
  font-size: 0.9rem;
  padding: 10px 0 5px 10px;
}

#side_ban_1 {
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
}

#side_ban_2 {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.sidebar_list {
  margin: 0;
  padding: 0;
}

.sidebar_listItem {
  font-size: 0.7rem;
  position: relative;
  line-height: 1.4em;
  overflow: hidden;
}
.sidebar_listItem::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: -9px 0 0;
  position: absolute;
  top: calc(50% + 6px);
  right: 15px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  z-index: 100;
}
.sidebar_listItem::after {
  content: "";
  display: block;
  margin: 0 5px;
  border-bottom: 1px solid #ccc;
}
.sidebar_listItem:last-child::after {
  display: none;
}

.sidebar_listitem-terminator::after {
  border-bottom: none;
}

.sidebar_listItemLink {
  display: block;
  padding: 10px 15px;
}
.sidebar_listItemLink-more {
  text-align: right;
  font-weight: bold;
  padding-right: 25px;
}

.sidebar_listItem a:hover {
  background-color: #F7F7F9;
}

.sidebar_list_showAll {
  font-size: 0.8rem;
  display: block;
  text-align: right;
  padding: 10px;
}

.sidebar_campaign {
  padding: 10px;
}

.sidebar-banner {
  display: block;
}
@media only screen and (max-width: 499px) {
  .sidebar-banner {
    padding: 10px;
  }
}
.sidebar-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sidebar-banner.inner {
  margin-bottom: 15px;
}
.sidebar-banner.inner img {
  margin: auto;
}

/*	サイドバー　新
================================*/
.side-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 220px;
}
@media only screen and (max-width: 499px) {
  .side-wrap {
    width: 100%;
  }
}
.side-wrap .side-head {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.7rem;
}
.side-wrap .side-list ul {
  margin: 0;
}
.side-wrap .side-list ul li {
  font-size: 0.68rem;
  line-height: 160%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side-wrap .side-list ul li:last-child {
  border: none;
}
.side-wrap .side-list ul li::after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 1rem);
  margin: auto;
  background: #E2E2E2;
}
.side-wrap .side-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7rem 1rem 0.7rem 1rem;
}
@media only screen and (max-width: 499px) {
  .side-wrap .side-list ul li a {
    padding: 13px 10px 13px 8px;
  }
}
.side-wrap .side-list ul li a::after {
  content: "";
  width: 5px;
  height: 5px;
  margin: 0 0 0 8px;
  border-right: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.side-wrap .side-list ul li a:hover {
  background: #F7F7F9;
}
.side-wrap .side-list ul + p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
}
.side-wrap .side-list ul + p a {
  font-size: 0.68rem;
  line-height: 0.8em;
}
.side-wrap .side-list ul + p a i {
  margin: 0 5px 0 0;
}
.side-wrap .side-list ul + p a:link, .side-wrap .side-list ul + p a:visited {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.side-wrap .side-list ul + p a:hover, .side-wrap .side-list ul + p a:active {
  border-bottom: 1px solid #000;
}
.side-wrap .side-banner {
  display: block;
}
@media only screen and (max-width: 499px) {
  .side-wrap .side-banner {
    padding: 10px;
  }
}
.side-wrap .side-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.side-wrap .side-twitter iframe {
  height: 410px !important;
}

/*	ランキング
================================*/
.list-rank > ul > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  padding: 0 20px;
  margin: 0;
}
.list-rank > ul > li > dl > dt {
  width: calc(25% - 30px);
  margin: 0 30px 0 0;
}
.list-rank > ul > li > dl > dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.list-rank > ul > li > dl > dt a img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
}
.list-rank > ul > li > dl > dd {
  width: 75%;
  margin: 0;
}
.list-rank ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .list-rank ol {
    width: calc(100% - 40px);
    padding: 0 20px 20px;
  }
}
.list-rank ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(33.3333333333% - 20px);
  height: 100%;
  margin: 30px calc((100% - (33.3333333333% - 20px) * 3) / 2) 0 0;
}
.list-rank ol li:nth-child(3) {
  margin: 30px 0 0;
}
@media only screen and (max-width: 499px) {
  .list-rank ol li {
    width: calc(33.3333333333% - 10px);
    margin: 30px calc((100% - (33.3333333333% - 10px) * 3) / 2) 0 0;
  }
}
.list-rank ol li:nth-child(1) a .list-image span {
  background-color: #ba9b00;
}
.list-rank ol li:nth-child(2) a .list-image span {
  background-color: #636363;
}
.list-rank ol li:nth-child(3) a .list-image span {
  background-color: #735735;
}
.list-rank ol li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}
.list-rank ol li a dl dd {
  margin: 0;
}
.list-rank ol li a dl dd:last-of-type {
  margin: 6px 0 0;
}
.list-rank ol li a:hover dt {
  text-decoration: underline;
}

.list-rank-column ol {
  padding: 0 20px 20px;
}
.list-rank-column ol li {
  width: 100%;
  height: 100%;
  margin: 30px 0 0;
}
.list-rank-column ol li:nth-child(3) {
  margin: 30px 0 0;
}
.list-rank-column ol li .list-image img {
  width: 180px;
  height: 200px;
  max-height: none;
}
@media only screen and (max-width: 499px) {
  .list-rank-column ol li .list-image img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

.list-rank-sp > div:first-of-type {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.list-rank-sp > div:first-of-type ul {
  display: block;
  white-space: nowrap;
  padding: 0 15px;
}
.list-rank-sp > div:first-of-type ul li {
  display: inline-block;
  vertical-align: middle;
  width: calc(33.3333333333% - 20px);
  height: 100%;
  margin: 0 calc((100% - (33.3333333333% - 10px) * 3) / 2) 0 0;
  outline: inherit;
  white-space: normal;
}
.list-rank-sp > div:first-of-type ul li a {
  font-size: 62.5%;
}
.list-rank-sp > div:last-of-type {
  height: auto;
}
.list-rank-sp > div:last-of-type ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-rank-sp > div:last-of-type ol li {
  margin: 10px calc((100% - (33.3333333333% - 10px) * 3) / 2) 0 0;
}
.list-rank-sp > div:last-of-type ol li:nth-child(3) {
  margin: 10px 0 0;
}

/*===============================

   Design

================================*/
/*	フォーム　新
================================*/
.form-wrap {
  font-size: 0.8rem;
  padding: 10px 20px 40px;
}
.form-wrap hr {
  height: 0px;
  margin: 40px 0;
  border: none;
  border-top: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrap .form-wrap {
  width: 100%;
  padding: 10px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .form-wrap {
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
.form-wrap .head {
  font-size: 1.8rem;
  font-weight: normal;
}
.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 8px;
  background: #FFF;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-wrap input:focus,
.form-wrap select:focus,
.form-wrap textarea:focus {
  background: #FFF;
}
.form-wrap select::-ms-expand {
  display: none;
}
.form-wrap input::-webkit-input-placeholder {
  color: #888;
  font-size: 0.8rem;
}
.form-wrap input:-ms-input-placeholder {
  color: #888;
  font-size: 0.8rem;
}
.form-wrap input::-moz-placeholder {
  color: #888;
  font-size: 0.8rem;
}
.form-wrap input::-ms-input-placeholder {
  color: #888;
  font-size: 0.8rem;
}
.form-wrap input::placeholder {
  color: #888;
  font-size: 0.8rem;
}
.form-wrap .form-announce {
  margin: 1em 0;
  background: #F9F9F9;
  padding: 0.5em 1em;
}
.form-wrap .form-announce em {
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
}

.form-note {
  width: 90%;
  margin: 0 auto 10px;
  padding: 10px;
}
.main-wrap .form-note {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .form-note {
    width: calc(100% - 20px);
  }
}
.form-note p {
  font-size: 0.85rem;
  margin: 10px 0;
}
@media only screen and (max-width: 499px) {
  .form-note p {
    line-height: 200%;
    margin: 10px 0;
  }
}
.form-note p strong {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 10px 0px 20px;
}
.form-note p em {
  color: #C00;
  font-weight: bold;
  font-style: normal;
}
.form-note p small {
  font-size: 0.9em;
}
.form-note p a {
  color: #06F;
  text-decoration: underline;
}
.form-note p a:hover {
  color: #C00;
}
.form-note p.head.subhead {
  color: #1F232E;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-note.form-history {
  padding: 0;
}
.form-note.form-history .head.subhead {
  color: #1F232E;
  font-size: 0.9rem;
  padding: 5px 0;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-note.form-history > ol {
  margin: 0;
  padding: 0;
  width: 100%;
}
.form-note.form-history > ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li {
    background: #FFF;
    margin-bottom: 20px;
  }
}
.form-note.form-history > ol > li .form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px 30px 7px 10px;
  background-color: #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.form-note.form-history > ol > li .form-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #555;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-note.form-history > ol > li .form-header::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  background-color: #555;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-note.form-history > ol > li .form-header .is-close {
  display: none;
}
.form-note.form-history > ol > li .form-header .is-open {
  display: inline-block;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li .form-header .is-open {
    display: none;
  }
}
.form-note.form-history > ol > li .form-header.is-open::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-note.form-history > ol > li .form-header.is-open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-note.form-history > ol > li .form-header.is-open .is-close {
  display: inline-block;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li .form-header.is-open .is-close {
    display: none;
  }
}
.form-note.form-history > ol > li .form-header.is-open .is-open {
  display: none;
}
.form-note.form-history > ol > li .form-header dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.form-note.form-history > ol > li .form-header dt {
  font-size: 0.95em;
  margin: 0.1rem 0;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li .form-header dt {
    width: 6em;
  }
}
.form-note.form-history > ol > li .form-header dd {
  font-size: 1.05em;
  font-weight: bold;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li .form-header dd {
    width: calc(100% - 6em);
    margin: 0.1rem 0;
  }
}
.form-note.form-history > ol > li .cart-wrapper {
  width: 100%;
  padding: 0 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li .cart-wrapper {
    padding: 0 0 10px;
  }
}
.form-note.form-history > ol > li .cart-wrapper .cart-confirm {
  margin: 0;
  border: none;
}
.form-note.form-history > ol > li .cart-wrapper .cart-table {
  display: none;
  padding: 0;
}
.form-note.form-history > ol > li .cart-wrapper .cart-table .cart-total {
  margin: 0 auto;
  padding: 0;
  margin-bottom: 0;
}
.form-note.form-history > ol > li .form-history-status {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #E2E2E2;
  width: 100%;
}
.form-note.form-history > ol > li > .cart-confirm {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none;
}
.form-note.form-history > ol > li > .cart-confirm div:first-child {
  border-right: 1px solid #E2E2E2;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li > .cart-confirm div:first-child {
    border-right: none;
  }
}
.form-note.form-history > ol > li > .cart-confirm div:last-child {
  border-left: none;
}
.form-note.form-history > ol > li > .cart-confirm div dl {
  margin: 0;
}
.form-note.form-history > ol > li > .cart-confirm div dl dd {
  margin-left: 1em;
}
.form-note.form-history > ol > li > .cart-confirm div dl dd ul li {
  margin: 0.2rem 0;
}
.form-note.form-history > ol > li > .cart-confirm div dl dd ul li:first-child {
  margin: 0 0 0.2rem;
}
.form-note.form-history > ol > li > .cart-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 100%;
  border-top: 5px solid #3A71D6;
  border-bottom: 5px solid #3A71D6;
}
.form-note.form-history > ol > li > .cart-table table tbody .cart-table-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
}
.form-note.form-history > ol > li > .cart-table table tbody .cart-table-info:first-child {
  padding: 10px;
}
.form-note.form-history > ol > li > .cart-table table tbody .cart-table-info:last-child {
  padding: 15px 10px;
}
.form-note.form-history > ol > li > .cart-table table tbody .cart-table-info .cart-detail {
  width: 335px;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li > .cart-table table tbody .cart-table-info .cart-detail {
    width: 100%;
  }
}
.form-note.form-history > ol > li > .cart-table table tbody .cart-table-info .cart-price {
  width: 110px;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li > .cart-table table tbody .cart-table-info .cart-price {
    width: 100%;
    grid-row: 3/3;
    grid-column: 3/span 2;
  }
}
.form-note.form-history > ol > li > .cart-table table tbody .cart-table-info .cart-price span em {
  color: inherit;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li > .cart-table table tbody .cart-table-info .cart-quantity {
    padding: 10px 0;
    grid-row: 3/3;
    grid-column: 5/span 2;
  }
}
.form-note.form-history > ol > li > .cart-table table tbody .cart-table-info .cart-quantity > span {
  background: none;
  outline: none;
}
.form-note.form-history > ol > li > .cart-table > .cart-total {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #E2E2E2;
  border-bottom: none;
  padding: 0;
  margin: 0 0 20px;
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dt {
  line-height: 1.2em;
  height: auto;
  width: calc(100% - 190px);
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li > .cart-table > .cart-total dl dt {
    width: calc(30% + 5px);
  }
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dt:first-of-type {
  padding: 15px;
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dt:last-of-type {
  padding: 0 15px;
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dt:nth-last-of-type(2) {
  border-bottom: 1px solid #E2E2E2;
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dd {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.2em;
  width: 190px;
  height: auto;
  padding: 0 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .form-note.form-history > ol > li > .cart-table > .cart-total dl dd {
    width: calc(100% - (30% + 5px));
  }
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dd:first-of-type {
  padding: 15px 10px;
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dd:last-of-type {
  padding: 0 10px;
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dd:last-of-type em {
  font-size: 1.1rem;
}
.form-note.form-history > ol > li > .cart-table > .cart-total dl dd:nth-last-of-type(2) {
  border-bottom: 1px solid #E2E2E2;
}
.form-note.form-history > ol > li .form-cancel {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-note.form-address > ol {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
}
.form-note.form-address > ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #E2E2E2;
}
@media only screen and (max-width: 499px) {
  .form-note.form-address > ol > li {
    padding: 20px 5px;
  }
}
.form-note.form-address > ol > li form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form-note.form-address > ol > li ul {
  margin: 0 5px;
}
@media only screen and (max-width: 499px) {
  .form-note.form-address > ol > li ul {
    width: 100%;
  }
}
.form-note.form-address > ol > li ul > li {
  font-size: 0.9rem;
  margin: 5px 0;
}
.form-note.form-address > ol > li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-note.form-address > ol > li div .btn-reduce:first-child {
  margin: 0 0 5px;
}
.form-note.form-address > ol > li div .btn-reduce:last-child {
  margin: 5px 0 0;
}
@media only screen and (max-width: 499px) {
  .form-note.form-address > ol > li div {
    width: 100%;
  }
}
.form-note.form-note-card table {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 499px) {
  .form-note.form-note-card table thead {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .form-note.form-note-card table tr {
    display: grid;
    grid-template-columns: 10% 1fr;
    grid-template-rows: 3rem 3rem 3rem;
    padding: 20px 5px;
    border-bottom: 1px solid #E2E2E2;
  }
  .form-note.form-note-card table tr:first-child {
    border-top: 1px solid #E2E2E2;
  }
}
.form-note.form-note-card table tr th {
  padding: 0 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E2E2E2;
}
.form-note.form-note-card table tr th.form-note-card-center {
  text-align: center;
}
.form-note.form-note-card table tr td {
  padding: 0 10px;
  border-bottom: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .form-note.form-note-card table tr td {
    font-size: 0.9rem;
    width: 100%;
    border: none;
    padding: 0 0 0 10px;
  }
  .form-note.form-note-card table tr td::before {
    font-size: 0.8rem;
    display: block;
    font-weight: bold;
    width: 100%;
  }
  .form-note.form-note-card table tr td.form-note-card-number {
    grid-row: 1/3;
    grid-column: 2/2;
  }
  .form-note.form-note-card table tr td.form-note-card-number::before {
    content: "カード番号";
  }
  .form-note.form-note-card table tr td.form-note-card-expiration {
    grid-row: 2/3;
    grid-column: 2/2;
  }
  .form-note.form-note-card table tr td.form-note-card-expiration::before {
    content: "有効期限";
  }
  .form-note.form-note-card table tr td.form-note-card-name {
    grid-row: 3/3;
    grid-column: 2/2;
  }
  .form-note.form-note-card table tr td.form-note-card-name::before {
    content: "名義人";
  }
  .form-note.form-note-card table tr td.form-note-card-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row: 1/span 3;
    grid-column: 1/1;
    padding: 0;
  }
  .form-note.form-note-card table tr td.form-note-card-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row: 1/span 3;
    grid-column: 1/1;
    padding: 0;
  }
}
.form-note.form-note-card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 499px) {
  .form-note.form-note-card div {
    padding: 15px 0 0;
  }
}
.form-note.form-note-card div.form-note-card-delete {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form-note.form-note-card div.form-note-card-payment {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-note.form-note-card div.form-note-card-payment dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form-note.form-note-card div.form-note-card-payment dl dt {
  text-align: center;
  margin: 0;
  width: 99px;
}
.form-note.form-note-card div.form-note-card-payment dl dd {
  margin: 0;
}
.form-note .form-note-faq {
  padding: 1em;
}
.form-note .form-note-faq p {
  margin: 0;
}
.form-note .form-note-faq p em {
  color: #000;
  font-weight: bold;
  font-style: normal;
}
.form-note .form-note-faq ul {
  margin: 0.5em 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #CCC;
}
.form-note .form-note-faq ul li {
  list-style: circle inside;
  padding: 0.5em;
}

.form-table {
  width: 90%;
  margin: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table dl {
  margin: 0;
}
.form-table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  margin: 0 0 3px;
}
.form-table dl dt small {
  color: #FFF;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 3.5px 4px 3px;
  margin: 0 0 0 9px;
  border-radius: 2px;
  background: #C00;
}
.form-table dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  line-height: 160%;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.form-table dl dd:last-of-type {
  margin: 0;
}
.form-table dl dd > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form-table dl dd > span label {
  margin: 0 0.25em;
}
.form-table dl dd > span label:first-of-type {
  margin: 0 0.25em 0 0;
}
.form-table dl dd > span label:last-of-type {
  margin: 0 0 0 0.25em;
}
.form-table dl dd > span span {
  margin: 0 0.25em;
}
.form-table dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .form-table dl dd ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 499px) {
  .form-table dl dd ul li {
    width: calc(50% - 5px);
  }
}
.form-table dl dd button {
  margin: 0.5em 0;
}
.form-table a {
  color: #06F;
  text-decoration: underline;
}
.form-table a:hover {
  color: #C00;
}
.form-table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
}
.form-table div .grecaptcha-badge,
.form-table div .grecaptcha-logo,
.form-table div .grecaptcha-error {
  padding: 0;
}
.form-table ul li > div {
  padding: 0;
}
.form-table p {
  display: block;
  margin: 10px 0;
}
.form-table p label {
  font-size: 1.2rem;
}
@media only screen and (max-width: 499px) {
  .form-table p label {
    font-size: 1rem;
  }
}
.form-table.form-table-confirm dl dt {
  font-size: 0.9rem;
  background: #F0F0F0;
  width: calc(100% - 20px);
  padding: 8px 10px;
}
.form-table.form-table-confirm dl dd {
  padding: 8px 10px;
  width: calc(100% - 20px);
}

.form-error {
  display: inline-block;
}
.form-error:empty {
  display: none;
}
.form-error em {
  display: none;
  color: #000;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  line-height: 160%;
  padding: 5px 10px;
  margin: 5px 0;
  background: #FFFF00;
  animation: error 1s ease 0s 1 normal;
  -webkit-animation: error 1s ease 0s 1 normal;
}
.form-error em:nth-of-type(1) {
  display: block;
}
.form-error em i {
  margin: 0 5px 0 0;
}
@keyframes error {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes error {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form-error.form-error-text em:after {
  content: "正しく入力してください";
}
.form-error.form-error-select em:after {
  content: "選択してください";
}

.form-text {
  width: 100%;
  margin: 5px 0;
}
.form-text input {
  width: 100%;
  background: #FFF;
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 8px;
  background: #FFF;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-text input:focus {
  background: #FFF;
}
.form-text.form-text-name {
  width: 10rem;
}
@media only screen and (max-width: 499px) {
  .form-text.form-text-name {
    width: 100%;
  }
}
.form-text.form-text-num {
  width: 5.6rem;
}
@media only screen and (max-width: 499px) {
  .form-text.form-text-num {
    width: 100%;
  }
}
.form-text.form-text-date {
  width: 3.2rem;
}
@media only screen and (max-width: 499px) {
  .form-text.form-text-date {
    width: 100%;
  }
}

.form-textarea {
  width: 100%;
  margin: 5px 0;
}
.form-textarea textarea {
  display: block;
  width: 100%;
  min-height: 226px;
}

.form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
@media only screen and (max-width: 499px) {
  .form-select {
    width: 100%;
  }
}
.form-select:after {
  display: block;
  position: absolute;
  content: "▼";
  pointer-events: none;
  padding: 0 5px 0 0;
}
.form-select select {
  color: #1F232E;
  min-width: 12.8rem;
}
@media only screen and (max-width: 499px) {
  .form-select select {
    width: 100%;
  }
}
.form-select select option {
  color: #1F232E;
}
.form-select.form-select-date select {
  min-width: 3.8rem;
}
.form-select.form-select-payment select {
  min-width: 5.8rem;
}

@media only screen and (min-width: 500px) {
  .form-radio {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.85rem;
    cursor: pointer;
    text-align: left;
  }
  .form-radio input {
    display: none;
  }
  .form-radio input + i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px 0 0;
  }
  .form-radio input + i::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1rem;
    height: 1rem;
    border: 2px solid #dedede;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-radio input:hover + i::before {
    border: 2px solid #2F55D7;
  }
  .form-radio input:hover + i::after {
    background: none;
  }
  .form-radio input:checked + i::before {
    border: 2px solid #2F55D7;
  }
  .form-radio input:checked + i::after {
    display: block;
    position: absolute;
    content: "";
    background: #2F55D7;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
  }
}
@media only screen and (max-width: 499px) {
  .form-radio {
    display: block;
    cursor: pointer;
  }
  .form-radio input {
    display: none;
  }
  .form-radio input + i + span {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px 10px 9px;
    margin: 0 5px 5px 0;
    background: #F3F3F3;
    outline: 1px solid #EEE;
    outline-offset: -1px;
  }
  .form-radio input + i + span.detail-form-radio-parts {
    font-size: 0.85rem;
    width: 98.3333333333px;
  }
}
@media only screen and (max-width: 499px) and (max-width: 499px) {
  .form-radio input + i + span.detail-form-radio-parts {
    width: calc((100vw - 30px) / 3 - 3.3333333333px);
  }
}
@media only screen and (max-width: 499px) {
  .form-radio input + i + span.detail-form-radio-row {
    font-size: 0.72rem;
    width: 150px;
  }
}
@media only screen and (max-width: 499px) and (max-width: 499px) {
  .form-radio input + i + span.detail-form-radio-row {
    width: calc((100vw - 30px) / 2 - 2.5px);
  }
}
@media only screen and (max-width: 499px) {
  .form-radio input + i + span.detail-form-radio-quantity {
    font-size: 0.85rem;
    width: 57px;
  }
}
@media only screen and (max-width: 499px) and (max-width: 499px) {
  .form-radio input + i + span.detail-form-radio-quantity {
    width: calc((100vw - 30px) / 5 - 4px);
  }
}
@media only screen and (max-width: 499px) {
  .form-radio input:hover + i + span {
    outline: 1px solid -webkit-focus-ring-color;
    outline-offset: -1px;
  }
  .form-radio input:checked + i + span {
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: -2px;
    background: #FFF;
  }
}
.form-radio:nth-child(3n) span.detail-form-radio-parts {
  margin: 0 0 5px;
}
.form-radio:nth-child(even) span.detail-form-radio-row {
  margin: 0 0 5px;
}
.form-radio:last-child span.detail-form-radio-quantity {
  margin: 0 0 5px;
}
.form-radio.form-radio-card {
  display: block;
  margin: 0;
  padding: 20px 0;
}
.form-radio.form-radio-card input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  padding: 0;
  margin: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  appearance: radio;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85rem;
  cursor: pointer;
  text-align: left;
  margin: 15px 0 0;
}
.form-check input {
  display: none;
}
.form-check input + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 10px 0 0;
  border: 2px solid #dedede;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .form-check input + i {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.form-check input + i::before {
  display: block;
  content: "";
  height: 0.5rem;
  width: 0.7rem;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin: -3px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 0 4px;
  -webkit-transform: rotate(-49deg);
          transform: rotate(-49deg);
}
@media only screen and (max-width: 499px) {
  .form-check input + i::before {
    height: 0.8rem;
    width: 1.05rem;
    margin: -5px 0 0 0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
  }
}
.form-check input:hover + i {
  border: 2px solid #2F55D7;
}
.form-check input:hover + i::before {
  background: none;
}
.form-check input:checked + i {
  border: 2px solid #2F55D7;
}
.form-check input:checked + i::before {
  border-left: 3px solid #2F55D7;
  border-bottom: 3px solid #2F55D7;
}
@media only screen and (max-width: 499px) {
  .form-check input:checked + i::before {
    border-left: 6px solid #2F55D7;
    border-bottom: 6px solid #2F55D7;
  }
}
.form-check.form-check-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 20px 0;
}
.form-check.form-check-card input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  padding: 0;
  margin: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
}
.form-check.form-check-card span {
  margin: 0 0 0 1em;
}

.form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.form-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form-button ul li {
  min-width: calc(30% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 499px) {
  .form-button ul li {
    min-width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  .form-button ul li:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 499px) {
  .form-button ul li:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.form-button ul li a {
  margin: 10px auto;
}

/*	フォーム　旧
================================*/
.p-form table {
  border-collapse: collapse;
  border-spacing: 0;
}
.p-form table + table {
  margin: 20px 0 0;
  border-top: 1px solid #dedede;
}
.p-form table tr {
  font-size: 0.9rem;
}
.p-form table tr:first-child > th, .p-form table tr:first-child > td {
  padding-top: 24px;
}
@media only screen and (max-width: 499px) {
  .p-form table tr:first-child > th, .p-form table tr:first-child > td {
    padding-top: 0;
  }
}
.p-form table tr:last-child > th, .p-form table tr:last-child > td {
  padding-bottom: 24px;
}
@media only screen and (max-width: 499px) {
  .p-form table tr:last-child > th, .p-form table tr:last-child > td {
    padding-bottom: 0;
  }
}
.p-form table tr th {
  padding: 8px 0;
  width: 260px;
  line-height: 36px;
  text-align: right;
  font-weight: normal;
  vertical-align: top;
}
@media only screen and (max-width: 499px) {
  .p-form table tr th {
    text-align: center;
    width: 100%;
  }
}
.p-form table tr td {
  padding: 8px 0 8px 32px;
  width: 620px;
}
.p-form table tr td + td {
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .p-form table tr td {
    width: 100%;
    padding: 0;
  }
  .p-form table tr td input {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  .p-form table + table td input {
    width: 22%;
  }
}
.p-form .head {
  margin: 10px 0 5px;
  padding: 0;
}
.p-form p {
  margin: 4px 0 0;
}
.p-form select {
  padding: 6px 8px;
  font-size: 14px;
}
.p-form .purchaseForm {
  border-radius: 8px;
  background-color: #efefef;
}
@media only screen and (max-width: 499px) {
  .p-form .purchaseForm {
    padding: 0 15px;
  }
}
.p-form .purchaseForm table {
  border: none;
  width: 100%;
  display: block;
}
.p-form .purchaseForm table th {
  display: block;
  width: 160px;
}
.p-form .purchaseForm table td {
  padding: 8px 8px 8px 16px;
  width: 480px;
}

/*===============================

   用途不明/未使用(一旦保留)

================================*/
.box-text {
  padding: 20px;
  font-size: 13px;
}
.box-text p {
  margin: 10px 20px 10px 30px;
}
.box-text h3 {
  margin: 20px 0 10px;
}
.box-text ul {
  margin: 10px 30px 10px 50px;
}
.box-text ul li {
  list-style-type: disc;
}

.button-primary {
  color: #FFF;
  background-color: #222;
}

.button-disable {
  color: #FFF;
  background-color: #DEDEDE;
}
.button-disable:hover {
  opacity: 1;
}

.button-reservation {
  font-size: 1.1rem;
  color: #FFF;
  padding: 0.45rem 0;
}

.button-login,
.button-regist {
  width: 240px;
}
@media only screen and (max-width: 499px) {
  .button-login,
  .button-regist {
    width: 100%;
  }
}

.button-fa i.fa {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 2px 0 0;
}

.button-box {
  font-size: 1.1rem;
  display: block;
  color: #000;
  padding: 0.45rem 0;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #FFF;
}
.button-box:hover {
  color: #555;
  border: 1px solid #555;
  text-decoration: none;
}
@media only screen and (max-width: 499px) {
  .button-box {
    font-size: 1.2rem;
    width: 100%;
    padding: 10px;
  }
}

.p-title {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.searchBox {
  padding: 8px;
}
.searchBox input[type=text] {
  border-radius: 4px;
}

.mailMagazineRegist {
  background-color: #F5F0E9;
}

.mailMagazineRegistForm {
  margin: 0 8px;
  padding: 8px 0;
  border-top: 1px solid #9D794D;
}

.mainMagazineRegistFormText {
  font-size: 0.8rem;
  font-weight: bold;
}

.mailMagazineRegistFormInputText {
  margin: 4px 0;
  padding: 4px;
  border: 1px solid #9D794D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
}

.button-mailMagazineRegistFormInputSubmit {
  margin: 0 auto;
  padding: 2px 20px;
  border-style: none;
  display: block;
  background-color: #9D794D;
  font-size: 0.8rem;
  color: #FFF;
}

@media only screen and (max-width: 499px) {
  #paymentMethod ul li {
    float: none;
  }
  #paymentMethod ul li label {
    padding: 8px;
    display: block;
  }
}

#mainArea > .title {
  margin: 0;
  padding: 20px 30px 10px;
  border: 1px solid #dedede;
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 #e6e6e3;
          box-shadow: 0 2px 0 #e6e6e3;
}
#mainArea .btn_group {
  margin: 0;
  padding: 20px 30px 30px 310px;
  border: 1px solid #dedede;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 #e6e6e3;
          box-shadow: 0 2px 0 #e6e6e3;
}
@media only screen and (max-width: 499px) {
  #mainArea .btn_group {
    padding: 20px;
  }
}
#mainArea .btn_group:before, #mainArea .btn_group:after {
  content: " ";
  /* 1*/
  display: table;
  /* 2*/
}
#mainArea .btn_group:after {
  clear: both;
}
#mainArea .btn_group .btn {
  margin-right: 20px;
  padding: 0.65em 1em;
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 1rem;
  font-family: FontAwesome, Meiryo;
}
@media only screen and (min-width: 500px) {
  #mainArea .btn_group .btn {
    float: left;
  }
}
@media only screen and (max-width: 499px) {
  #mainArea .btn_group .btn {
    margin: 16px auto;
    width: 80%;
    display: block;
    text-align: center;
  }
}
#mainArea .btn_group .btn-primary {
  color: #FFF !important;
  background-color: #2C5CDE;
}
#mainArea .btn_group .btn-primary:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
#mainArea .btn_group .btn-info {
  color: #333 !important;
  background-color: #dedede;
}
#mainArea .btn_group .btn-info:hover {
  opacity: 1;
  background-color: #ccc;
}

@media only screen and (min-width: 500px) {
  body.title .list-title > div.title-index ul li {
    width: calc(11.1111111111% - 25px);
    margin: 15px calc((100% - (11.1111111111% - 10px) * 9) / 3.75) 0 0;
  }
}
@media only screen and (max-width: 499px) {
  body.title .list-title > div.title-index ul li {
    width: calc(20% - 13px);
    margin: 15px calc((100% - (20% - 10px) * 5) / 4) 0 0;
  }
}
body.title .list-title > div.title-index ul li a {
  height: 100%;
  font-size: 1.5em;
}

div.news_area {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 499px) {
  div.news_area {
    margin: 20px 0 -20px;
  }
}
div.news_area ul {
  max-width: 955px;
  width: auto;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (max-width: 499px) {
  div.news_area ul {
    border-top: 1px solid #DDD;
    padding-left: 10px;
  }
}
div.news_area ul li {
  font-size: 1.2em;
  position: relative;
  padding-left: 15px;
}
@media only screen and (min-width: 500px) {
  div.news_area ul li {
    display: inline;
  }
  div.news_area ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 499px) {
  div.news_area ul li:not(:last-child) {
    margin-bottom: 3px;
  }
}
div.news_area ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: -9px 0 0;
  position: absolute;
  top: calc(50% + 6px);
  left: 0px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  z-index: 100;
}

body.news section.news.box {
  padding: 10px;
}
body.news header.news-title {
  margin: 0 auto 2em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #000;
}
body.news header.news-title h1 {
  font-size: 2.7em;
  font-weight: bold;
  line-height: 180%;
}
body.news header.news-title p {
  font-size: 1.4em;
}
body.news div.news-body {
  font-size: 1.4em;
}
body.news div.news-body p {
  margin: 0 0 1em;
  padding: 0 1em;
}

body.front_page div.cashless-banner {
  margin-bottom: 15px;
}
body.front_page div.cashless-banner img {
  width: 100%;
}

#page-mypage-index {
  background-color: #fff;
}
@media only screen and (max-width: 499px) {
  #page-mypage-index {
    width: 100%;
  }
}
#page-mypage-index .mypage-contents h1 {
  padding: 0.7em;
  border-bottom: 2px solid #333;
}
#page-mypage-index .mypage-contents .mypage-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px auto;
  padding: 0 70px 70px;
  gap: 47px 5%;
}
@media only screen and (max-width: 499px) {
  #page-mypage-index .mypage-contents .mypage-items {
    display: block;
    padding: 0;
  }
}
#page-mypage-index .mypage-contents .mypage-items .mypage-item {
  width: 30%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  #page-mypage-index .mypage-contents .mypage-items .mypage-item {
    width: 100%;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  #page-mypage-index .mypage-contents .mypage-items .mypage-item:first-child {
    border-top: 1px solid #ccc;
  }
}
#page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 499px) {
  #page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link {
    position: relative;
  }
  #page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link::after {
    content: "";
    width: 5px;
    height: 5px;
    margin: 0 0 0 8px;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
#page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 499px) {
  #page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link .mypage-item-icon {
    display: none;
  }
}
#page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link .mypage-item-icon img {
  width: 53px;
  height: auto;
}
#page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link .mypage-item-right {
  margin-left: 10%;
  width: 100%;
}
@media only screen and (max-width: 499px) {
  #page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link .mypage-item-right {
    margin: 0;
  }
}
#page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link .mypage-item-right .mypage-item-head {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 499px) {
  #page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link .mypage-item-right .mypage-item-head {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link .mypage-item-right .mypage-item-text {
  font-size: 14px;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  #page-mypage-index .mypage-contents .mypage-items .mypage-item .mypage-item-link .mypage-item-right .mypage-item-text {
    display: none;
  }
}

.mypage .withdraw-caution {
  border: 2px solid red;
}
.mypage .withdraw-caution p strong {
  color: red;
}

.contact .error,
.contact dl dd em {
  color: red;
}

.button-area-wrap {
  position: absolute;
  z-index: 10;
}
.button-area-wrap .button-area {
  position: fixed;
  max-width: 290px;
  min-width: 210px;
  width: 16dvw;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 80px;
    background-color: #bfbfbf;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.button-area-wrap .button-area .button-area-price {
  display: none;
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-area-price {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
  }
  .button-area-wrap .button-area .button-area-price span {
    font-size: 10px;
  }
}
.button-area-wrap .button-area .button-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-item {
    width: 67px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-item form {
    width: 100%;
    height: 100%;
  }
}
.button-area-wrap .button-area .button-item form .btn-buy {
  font-size: 20px;
  background-color: #010101;
  border-radius: 15px 0 0 15px;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-item form .btn-buy {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-item.button-single {
    background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/btn_buy.png");
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-item.button-10th {
    background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/btn_buy_10.png");
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-item.button-number {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-item.button-20th {
    background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/btn_buy_20.png");
  }
}
.button-area-wrap .button-area .button-item.button-10th, .button-area-wrap .button-area .button-item.button-20th {
  position: relative;
}
.button-area-wrap .button-area .button-item.button-10th .novelty, .button-area-wrap .button-area .button-item.button-20th .novelty {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #17a9e8;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-item.button-10th .novelty, .button-area-wrap .button-area .button-item.button-20th .novelty {
    display: none;
  }
}
.button-area-wrap .button-area .button-item.button-10th .novelty::before, .button-area-wrap .button-area .button-item.button-20th .novelty::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 25%;
  border: 15px solid transparent;
  border-top: 15px solid #17a9e8;
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-collection-sheet {
    width: 67px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/btn_collectionsheet.png");
  }
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-collection-sheet a {
    width: 100%;
    height: 100%;
  }
}
.button-area-wrap .button-area .button-collection-sheet a .btn-buy {
  font-size: 16px;
  background-color: #49b915;
  border-radius: 15px 0 0 15px;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .button-area-wrap .button-area .button-collection-sheet a .btn-buy {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
}

.cart-button {
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cart-button .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.cart-button .button-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  padding: 0 15px;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
@media only screen and (max-width: 499px) {
  .cart-button .button-item {
    width: 67px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 499px) {
  .cart-button .button-item form {
    width: 100%;
    height: 100%;
  }
}
.cart-button .button-item form .btn-buy {
  font-size: 20px;
  background-color: #010101;
  border-radius: 15px 15px 15px 15px;
  margin: auto;
}
@media only screen and (max-width: 499px) {
  .cart-button .button-item form .btn-buy {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
}
@media only screen and (max-width: 499px) {
  .cart-button .button-item.button-single {
    background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/btn_buy.png");
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 499px) {
  .cart-button .button-item.button-10th {
    background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/btn_buy_10.png");
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 499px) {
  .cart-button .button-item.button-number {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .cart-button .button-item.button-20th {
    background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/btn_buy_20.png");
  }
}
.cart-button .button-item.button-10th, .cart-button .button-item.button-20th {
  position: relative;
}
.cart-button .button-item.button-10th .novelty, .cart-button .button-item.button-20th .novelty {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #17a9e8;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 0 auto 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .cart-button .button-item.button-10th .novelty, .cart-button .button-item.button-20th .novelty {
    display: none;
  }
}
.cart-button .button-item.button-10th .novelty::before, .cart-button .button-item.button-20th .novelty::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #17a9e8;
}
@media only screen and (max-width: 499px) {
  .cart-button .button-collection-sheet {
    width: 67px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/btn_collectionsheet.png");
  }
}
@media only screen and (max-width: 499px) {
  .cart-button .button-collection-sheet a {
    width: 100%;
    height: 100%;
  }
}
.cart-button .button-collection-sheet a .btn-buy {
  font-size: 16px;
  background-color: #49b915;
  border-radius: 15px 15px 15px 15px;
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width: 499px) {
  .cart-button .button-collection-sheet a .btn-buy {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
}

.box-badge {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto;
}
.box-badge::after {
  content: "全種";
  white-space: pre;
  text-align: center;
  line-height: 1;
  background-image: url("data:image/svg+xml,%20%20%20%20%20%20%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%2C0%20200%2C200%22%3E%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23b81414%22%20points%3D%22100%2C%200%20113.29693%2C%2016.04649%20130.9017%2C%204.89435%20138.58919%2C%2024.26445%20158.77853%2C%2019.0983%20160.10408%2C%2039.89592%20180.9017%2C%2041.22147%20175.73555%2C%2061.41081%20195.10565%2C%2069.0983%20183.95351%2C%2086.70307%20200%2C%20100%20183.95351%2C%20113.29693%20195.10565%2C%20130.9017%20175.73555%2C%20138.58919%20180.9017%2C%20158.77853%20160.10408%2C%20160.10408%20158.77853%2C%20180.9017%20138.58919%2C%20175.73555%20130.9017%2C%20195.10565%20113.29693%2C%20183.95351%20100%2C%20200%2086.70307%2C%20183.95351%2069.0983%2C%20195.10565%2061.41081%2C%20175.73555%2041.22147%2C%20180.9017%2039.89592%2C%20160.10408%2019.0983%2C%20158.77853%2024.26445%2C%20138.58919%204.89435%2C%20130.9017%2016.04649%2C%20113.29693%200%2C%20100%2016.04649%2C%2086.70307%204.89435%2C%2069.0983%2024.26445%2C%2061.41081%2019.0983%2C%2041.22147%2039.89592%2C%2039.89592%2041.22147%2C%2019.0983%2061.41081%2C%2024.26445%2069.0983%2C%204.89435%2086.70307%2C%2016.04649%22%20/%3E%20%20%20%20%20%20%3C/svg%3E%20%20%20%20");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin: auto;
  font-size: 1.5em;
  position: absolute;
  padding: 12.5%;
  top: -20px;
  left: -20px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.35));
}
@media only screen and (max-width: 499px) {
  .box-badge::after {
    font-size: 1.25em;
  }
}

input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 10px;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.js-smartPhoto {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* Components
================================*/
/* Posts and pages
--------------------------------------------- */
.lottery-top .top-logo {
  text-align: center;
  padding-top: 50px;
}
@media only screen and (max-width: 499px) {
  .lottery-top .top-logo {
    display: none;
  }
}
.lottery-top .top-logo img {
  max-width: 100%;
}
.lottery-top .slider {
  width: 100%;
  margin: 50px 0 30px 0;
  overflow: hidden;
}
@media only screen and (max-width: 499px) {
  .lottery-top .slider {
    margin: 20px 0 0;
  }
}
.lottery-top .slider .swiper {
  width: 680px;
  height: 370px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media only screen and (max-width: 499px) {
  .lottery-top .slider .swiper {
    width: 100%;
    height: auto;
  }
}
.lottery-top .slider .swiper .swiper-slide {
  width: 680px;
  height: 370px;
}
@media only screen and (max-width: 499px) {
  .lottery-top .slider .swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.lottery-top .slider .swiper .swiper-slide img {
  display: block;
  width: 680px;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 499px) {
  .lottery-top .slider .swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.lottery-top .slider .swiper-thumbnail {
  display: none;
}
@media only screen and (max-width: 499px) {
  .lottery-top .slider .swiper-thumbnail {
    display: block;
  }
  .lottery-top .slider .swiper-thumbnail .swiper-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
  }
  .lottery-top .slider .swiper-thumbnail .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.lottery-top .slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: inherit;
}
.lottery-top .contents-wrap h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 499px) {
  .lottery-top .contents-wrap h2 {
    height: 25px;
    margin-bottom: 40px;
  }
  .lottery-top .contents-wrap h2 img {
    width: auto;
    height: 100%;
  }
}
.lottery-top .contents-wrap h2.open {
  color: #f11224;
}
.lottery-top .contents-wrap h2.closed {
  color: #3494df;
}
.lottery-top .lotteries {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 69px;
}
@media only screen and (max-width: 499px) {
  .lottery-top .lotteries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 8%;
  }
}
.lottery-top .lotteries:has(> :nth-child(-n+3):last-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 499px) {
  .lottery-top .lotteries:has(> :nth-child(-n+3):last-child) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 499px) {
  .lottery-top .lotteries:has(> :nth-child(-n+2):last-child) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lottery-top .lotteries.open-lotteries {
  margin-bottom: 180px;
}
@media only screen and (max-width: 499px) {
  .lottery-top .lotteries.open-lotteries {
    margin-bottom: 45px;
  }
}
.lottery-top .lotteries > .lottery-detail {
  width: 295px;
}
@media only screen and (max-width: 499px) {
  .lottery-top .lotteries > .lottery-detail {
    width: 46%;
  }
}
.lottery-top .lotteries > .lottery-detail .image {
  width: 100%;
}
.lottery-top .lotteries > .lottery-detail .image img {
  width: 100%;
  height: auto;
}
.lottery-top .lotteries > .lottery-detail .lottery-link {
  font-size: 0.77rem;
  font-weight: bold;
}
.lottery-top .lotteries > .lottery-detail .lottery-link .name {
  margin: 0.5rem auto;
}
.lottery-top .lotteries > .lottery-detail .lottery-link .price {
  margin-bottom: 0.5rem;
}
.lottery-top .lotteries > .lottery-detail .lottery-link .present {
  color: #f11224;
  margin: 0.5rem auto;
}
.lottery-top .lotteries > .lottery-detail .lottery-link-close .image {
  position: relative;
}
.lottery-top .lotteries > .lottery-detail .lottery-link-close .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn.amnibus.com/resources/img/drawdraw/txt_endofevent_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
}
@media only screen and (max-width: 499px) {
  .lottery-top .lotteries > .lottery-detail .lottery-link-close .image::before {
    background-size: 50%;
  }
}
.lottery-top .lotteries > .lottery-detail .lottery-link-close .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.58;
  top: 0;
  left: 0;
}
.lottery-top .close-lotteries-more {
  text-align: center;
  margin-top: 70px;
}
.lottery-top .close-lotteries-more button {
  margin: 0 auto;
}

.lottery-closed #mainArea {
  padding-top: 50px;
}
@media only screen and (max-width: 499px) {
  .lottery-closed #mainArea {
    padding-top: 0;
  }
}
.lottery-closed .contents-wrap h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 499px) {
  .lottery-closed .contents-wrap h2 {
    height: 25px;
    margin-bottom: 40px;
  }
  .lottery-closed .contents-wrap h2 img {
    width: auto;
    height: 100%;
  }
}
.lottery-closed .contents-wrap h2.open {
  color: #f11224;
}
.lottery-closed .contents-wrap h2.closed {
  color: #3494df;
}
.lottery-closed .lotteries {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 69px;
}
@media only screen and (max-width: 499px) {
  .lottery-closed .lotteries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 8%;
  }
}
.lottery-closed .lotteries:has(> :nth-child(-n+3):last-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 499px) {
  .lottery-closed .lotteries:has(> :nth-child(-n+3):last-child) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 499px) {
  .lottery-closed .lotteries:has(> :nth-child(-n+2):last-child) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lottery-closed .lotteries.open-lotteries {
  margin-bottom: 180px;
}
@media only screen and (max-width: 499px) {
  .lottery-closed .lotteries.open-lotteries {
    margin-bottom: 45px;
  }
}
.lottery-closed .lotteries > .lottery-detail {
  width: 295px;
}
@media only screen and (max-width: 499px) {
  .lottery-closed .lotteries > .lottery-detail {
    width: 46%;
  }
}
.lottery-closed .lotteries > .lottery-detail .image {
  width: 100%;
}
.lottery-closed .lotteries > .lottery-detail .image img {
  width: 100%;
  height: auto;
}
.lottery-closed .lotteries > .lottery-detail .lottery-link {
  font-size: 0.77rem;
  font-weight: bold;
}
.lottery-closed .lotteries > .lottery-detail .lottery-link .name {
  margin: 0.5rem auto;
}
.lottery-closed .lotteries > .lottery-detail .lottery-link .price {
  margin-bottom: 0.5rem;
}
.lottery-closed .lotteries > .lottery-detail .lottery-link .present {
  color: #f11224;
  margin: 0.5rem auto;
}
.lottery-closed .list-pager {
  margin-top: 20px;
}

.lottery-detail .banner {
  width: 1144px;
  max-width: 100%;
  margin: 0 auto;
}
.lottery-detail .banner img {
  width: 100%;
  height: auto;
}
.lottery-detail .contents-wrap {
  padding: 30px 60px 80px;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap {
    padding: 30px 0 80px;
  }
}
.lottery-detail .contents-wrap .banner img {
  width: 100%;
  height: auto;
}
.lottery-detail .contents-wrap .info-wrapper h2 {
  width: 845px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #000;
  margin: 0 auto;
  padding-bottom: 27px;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .info-wrapper h2 {
    width: auto;
    font-size: 22px;
    border: none;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lottery-detail .contents-wrap .info-wrapper .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 37px;
  gap: 40px 0;
}
.lottery-detail .contents-wrap .info-wrapper .info .info-item {
  width: 40%;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .info-wrapper .info .info-item {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lottery-detail .contents-wrap .info-wrapper .info .info-item .info-title {
  display: inline-block;
  min-width: 152px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid black;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .info-wrapper .info .info-item .info-title {
    min-width: 135px;
    font-size: 20px;
  }
}
.lottery-detail .contents-wrap .info-wrapper .info .info-item .info-description {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .info-wrapper .info .info-item .info-description {
    line-height: 1.084;
  }
}
.lottery-detail .contents-wrap .info-wrapper .info .info-item.delivery-fee .info-description a {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .info-wrapper .info .info-item.delivery-fee .info-description a {
    font-size: 12px;
  }
}
.lottery-detail .contents-wrap .info-wrapper .notice-before-shopping {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
  text-decoration: underline;
  margin-top: 40px;
}
.lottery-detail .contents-wrap .info-wrapper .notice-before-shopping a {
  color: #ff0000;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .info-wrapper .notice-before-shopping {
    width: 100%;
    padding: 0 15px;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lottery-detail .contents-wrap .prizes-wrapper {
  margin-top: 25px;
  padding: 0 20px;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .prizes-wrapper {
    margin-top: 50px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lottery-detail .contents-wrap .prizes-wrapper .prizes {
  margin-bottom: 76px;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .prizes-wrapper .prizes {
    margin-bottom: 15px;
  }
}
.lottery-detail .contents-wrap .prizes-wrapper .prizes:last-child {
  margin-bottom: 0;
}
.lottery-detail .contents-wrap .prizes-wrapper .prizes img.prize-banner {
  width: 100%;
}
.lottery-detail .contents-wrap .prizes-wrapper .prizes .winning-percentage {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.lottery-detail .contents-wrap .prizes-wrapper .prizes .free_area {
  width: 775px;
  max-width: 100%;
  margin: 16px auto;
}
.lottery-detail .contents-wrap .prizes-wrapper .prizes .free_area p {
  font-size: 14px;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .prizes-wrapper .prizes .free_area {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lottery-detail .contents-wrap .prizes-wrapper .novelty-notice ul {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
}
.lottery-detail .contents-wrap .prizes-wrapper .novelty-notice ul li {
  padding: 0;
  list-style-type: none;
}
.lottery-detail .contents-wrap .present-wrapper .present {
  width: 100%;
  margin-top: 140px;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .present-wrapper .present {
    margin-top: 40px;
  }
}
.lottery-detail .contents-wrap .present-wrapper .present img {
  width: 100%;
  height: auto;
}
.lottery-detail .contents-wrap .slider {
  position: relative;
  width: 100%;
  margin-top: 140px;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .slider {
    margin-top: 40px;
  }
}
.lottery-detail .contents-wrap .slider .swiper-pagination {
  bottom: -30px !important;
}
.lottery-detail .contents-wrap .notice {
  width: 775px;
  max-width: 100%;
  text-align: center;
  margin: 170px auto 0;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .notice {
    margin-top: 45px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lottery-detail .contents-wrap .notice h3 {
  display: inline-block;
  min-width: 152px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid black;
  margin: 0 auto 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .lottery-detail .contents-wrap .notice h3 {
    font-size: 18px;
    min-width: 130px;
  }
}
.lottery-detail .contents-wrap .notice p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.lottery-detail .contents-wrap .notice ul {
  font-size: 0.77rem;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 34px;
}

.mypage_lottery #mainArea {
  padding: 0;
}

.contents-wrap-lottery {
  max-width: 1144px;
  background-color: initial;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents-wrap-lottery .main-wrap {
  width: 100%;
  padding: 0 82px 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap {
    padding: 0 15px 50px;
  }
}
.contents-wrap-lottery .main-wrap.box {
  margin-bottom: 0;
}
.contents-wrap-lottery .main-wrap > .head {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 65px 10px;
  border-color: #8c8c8c;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap > .head {
    font-size: 1.8rem;
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap {
    padding: 10px 0 0;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .form-header {
  cursor: initial;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .form-header::before, .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .form-header::after {
  display: none;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper {
  width: 100%;
  margin-top: 25px;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-banner {
  width: 275px;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-banner {
    width: 100%;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-banner img {
  width: 100%;
  height: auto;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-about {
  width: 360px;
  padding: 0 10px;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-about {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-about p {
    line-height: 1.2;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-about .history-about-head {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-about .history-about-head {
    font-size: 1.6em;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-confirm .history-about .subhead {
  margin: 0;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail {
  border: 1px solid #000;
  margin-top: 20px;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail {
    margin-top: 36px;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl {
  margin: 0;
  padding: 24px;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl {
    padding: 14px;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl dt {
  padding-top: 0;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl dd {
  margin-left: 0;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl dd .history-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl dd .history-items li:last-child {
  font-weight: bold;
  margin-top: 1em;
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl dd .history-items li span {
  display: block;
  color: #ff5454;
  margin-left: 150px;
}
@media only screen and (max-width: 499px) {
  .contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl dd .history-items li span {
    margin-left: 0;
  }
}
.contents-wrap-lottery .main-wrap .form-wrap .form-history ol li .history-wrapper .history-detail > div dl dd .history-items li span em {
  font-style: initial;
}

.history-btnwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
@media only screen and (max-width: 499px) {
  .history-btnwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    gap: 14px 0;
  }
}
@media only screen and (max-width: 499px) {
  .history-btnwrapper li {
    width: 47.619047619%;
  }
}
.history-btnwrapper .history-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 157px;
  font-size: 0.77rem;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
  border: none;
  background-color: #F3F3F3;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 499px) {
  .history-btnwrapper .history-btn {
    width: 100%;
  }
}
.history-btnwrapper .history-btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.history-btnwrapper .cancel-notice {
  color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 157px;
  font-size: 0.77rem;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 499px) {
  .history-btnwrapper .cancel-notice {
    width: 100%;
  }
}

.list-pager {
  margin: 0 0 40px;
}
@media only screen and (max-width: 499px) {
  .list-pager {
    width: 100%;
  }
}
.list-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 50px);
  margin: auto;
  gap: 0 30px;
}
@media only screen and (max-width: 499px) {
  .list-pager ul {
    width: calc(100% - 20px);
    padding: 10px 10px 30px;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.list-pager ul li {
  min-width: 4rem;
}
@media only screen and (max-width: 499px) {
  .list-pager ul li {
    min-width: 10%;
  }
}
.list-pager ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0 9px;
  border-radius: 2px;
  background: #F3F3F3;
  outline: 1px solid #EEE;
}
.list-pager ul li a:hover {
  outline: 1px solid #A6C7FF;
}
.list-pager ul li.list-pager-active a {
  background: #FFF;
  outline: 2px solid #2F55D7;
}
.list-pager ul li.list-pager-trans a {
  background: #2C5CDE;
}
.list-pager ul li.list-pager-trans a span {
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.list-pager ul li.list-pager-trans a:hover {
  background: #1547CF;
  outline: none;
}
.list-pager ul li.is-prev span {
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  margin: 0 0 0 4px;
}
.list-pager ul li.is-next span {
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  margin: 0 0 0 -4px;
}

.lottery-history-detail #mainArea {
  padding: 0;
}
.lottery-history-detail .contents-wrap {
  padding: 140px 92px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .contents-wrap {
    padding: 28px 15px 90px;
  }
}
.lottery-history-detail .contents-wrap .history-message {
  color: blue;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3em;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .contents-wrap .history-message {
    font-size: 1.3rem;
    margin-bottom: 2em;
    padding-top: 1em;
  }
}
.lottery-history-detail .contents-wrap .history-message em {
  font-style: initial;
}
.lottery-history-detail .contents-wrap .history-message.error {
  color: red;
}
.lottery-history-detail .contents-wrap h2 {
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .contents-wrap h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.lottery-history-detail .contents-wrap .text-choice {
  color: #ff0000;
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .contents-wrap .text-choice {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
.lottery-history-detail .contents-wrap .text-choice span {
  font-size: 20px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .contents-wrap .text-choice span {
    font-size: 0.77rem;
  }
}
.lottery-history-detail .contents-wrap ul {
  margin-bottom: 140px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .contents-wrap ul {
    margin-bottom: 50px;
  }
}
.lottery-history-detail .contents-wrap ul li {
  font-size: 16px;
  text-align: center;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list {
  margin-bottom: 100px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .wining-prize-lists .wining-prize-list {
    margin-bottom: 50px;
  }
}
.lottery-history-detail .wining-prize-lists .wining-prize-list:last-child {
  margin-bottom: 0;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list h3 {
  font-size: 42px;
  border-bottom: 2px solid black;
  margin-bottom: 40px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .wining-prize-lists .wining-prize-list h3 {
    font-size: 25px;
  }
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.77rem;
  font-weight: bold;
  gap: 40px 9%;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .wining-prize-lists .wining-prize-list .prizes {
    gap: 30px 8%;
  }
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes.prizes-number {
  display: block;
  margin-bottom: 30px;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes.prizes-number .prize-list {
  width: 100%;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes.prizes-number .prize-list .prize-list-image {
  width: 100%;
  height: auto;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes.prizes-number .prize-list .prize-list-image + div {
  font-size: 1rem;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes.prizes-number .prize-list .wining_count_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 27%;
  color: #ff0000;
  font-size: 1rem;
  border: 2px solid #ff0000;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .wining-prize-lists .wining-prize-list .prizes.prizes-number .prize-list .wining_count_wrapper {
    width: 46%;
  }
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes.prizes-number .prize-list .wining_count_destruction {
  font-size: 1rem;
  margin-top: 6px;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize {
  width: 27%;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize {
    width: 46%;
  }
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .image {
  width: 100%;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .image img {
  width: 100%;
  height: auto;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .name {
  min-height: 36px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .name {
    min-height: 54px;
  }
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ff0000;
  font-size: 1rem;
  border: 2px solid #ff0000;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .prize-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 10px;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .prize-input-group .wining_count_label {
  font-size: 21px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .prize-input-group .wining_count_label {
    display: inline-block;
    width: 5em;
    font-size: 1rem;
  }
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_destruction {
  font-size: 1rem;
  margin-top: 6px;
}
.lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .prize-input input {
  display: inline-block;
  font-size: 21px;
  text-align: right;
  width: 84px;
  height: 32px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-detail .wining-prize-lists .wining-prize-list .prizes > .prize .prize-input input {
    width: 100%;
    font-size: 1rem;
  }
}

.prevention-btn-wrapper {
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 499px) {
  .prevention-btn-wrapper {
    margin-top: 50px;
  }
}
.prevention-btn-wrapper .prevention-btn {
  width: 490px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  border: none;
  outline: none;
  padding: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}
.prevention-btn-wrapper .prevention-btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-backbtn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 150px;
}
@media only screen and (max-width: 499px) {
  .product-backbtn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 90px;
  }
}
.product-backbtn-wrapper-center {
  text-align: center;
}
.product-backbtn-wrapper-left {
  text-align: left;
}
.product-backbtn-wrapper .product-backbtn {
  font-size: 20px;
  font-weight: bold;
}
.product-backbtn-wrapper .product-backbtn::before {
  content: "＜";
}
.product-backbtn-wrapper .product-backbtn span {
  text-decoration: underline;
}
.product-backbtn-wrapper .product-backbtn:hover span {
  text-decoration: none;
}
@media only screen and (max-width: 499px) {
  .product-backbtn-wrapper .product-backbtn-discard {
    margin-bottom: 2em;
  }
}
.product-backbtn-wrapper .product-backbtn-discard::before {
  display: none;
}
.product-backbtn-wrapper .product-backbtn-discard::after {
  content: "＞";
}

.lottery-history-discard #mainArea {
  padding: 0;
}
.lottery-history-discard .contents-wrap {
  padding: 140px 92px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .contents-wrap {
    padding: 28px 15px 90px;
  }
}
.lottery-history-discard .contents-wrap .history-message {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3em;
}
.lottery-history-discard .contents-wrap .history-message em {
  font-style: initial;
}
.lottery-history-discard .contents-wrap .history-message.error {
  color: red;
}
.lottery-history-discard .contents-wrap h2 {
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 130px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .contents-wrap h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.lottery-history-discard .contents-wrap .text-lead {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.lottery-history-discard .contents-wrap .text-lead span {
  font-weight: 16px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .contents-wrap .text-lead {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
.lottery-history-discard .contents-wrap .text-lead span {
  font-size: 20px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .contents-wrap .text-lead span {
    font-size: 0.77rem;
  }
}
.lottery-history-discard .contents-wrap ul {
  margin-bottom: 140px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .contents-wrap ul {
    margin-bottom: 50px;
  }
}
.lottery-history-discard .contents-wrap ul li {
  font-size: 16px;
  text-align: center;
}
.lottery-history-discard h3 {
  font-size: 42px;
  border-bottom: 2px solid black;
  margin-bottom: 40px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard h3 {
    font-size: 33px;
  }
}
.lottery-history-discard .wining-prize-lists .wining-prize-list {
  margin-bottom: 100px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .wining-prize-lists .wining-prize-list {
    margin-bottom: 50px;
  }
}
.lottery-history-discard .wining-prize-lists .wining-prize-list:last-child {
  margin-bottom: 0;
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.77rem;
  font-weight: bold;
  gap: 40px 9%;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .wining-prize-lists .wining-prize-list .prizes {
    gap: 30px 8%;
  }
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize {
  width: 27%;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize {
    width: 46%;
  }
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .image {
  width: 100%;
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .image img {
  width: 100%;
  height: auto;
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .name {
  min-height: 36px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .name {
    min-height: 54px;
  }
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #ff0000;
  font-size: 1rem;
  border: 2px solid #ff0000;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_destruction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 10px;
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_destruction .wining_count_label {
  font-size: 21px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_destruction .wining_count_label {
    display: inline-block;
    width: 5em;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_destruction .wining_count {
    display: inline-block;
    width: 30%;
  }
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_destruction .wining_count input {
  display: inline-block;
  font-size: 21px;
  text-align: right;
  width: 84px;
  height: 32px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .wining_count_destruction .wining_count input {
    width: 100%;
    font-size: 1rem;
  }
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .prize-input {
  margin-top: 10px;
}
.lottery-history-discard .wining-prize-lists .wining-prize-list .prizes > .prize .prize-input input {
  width: 100%;
}
.lottery-history-discard .prevention-btn-wrapper {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .prevention-btn-wrapper {
    margin-top: 10px;
  }
}
.lottery-history-discard .prevention-btn-wrapper .submit-btn {
  width: 490px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  border: none;
  outline: none;
  padding: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lottery-history-discard .prevention-btn-wrapper .submit-btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lottery-history-discard .prevention-btn-wrapper .submit-btn:disabled {
  color: #cccccc;
}
.lottery-history-discard .confirm-button-wrapper {
  text-align: center;
  margin-top: 100px;
}
.lottery-history-discard .confirm-button-wrapper .confirm-btn {
  width: 490px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  border: none;
  outline: none;
  padding: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lottery-history-discard .confirm-button-wrapper .confirm-btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lottery-history-discard .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
.lottery-history-discard .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.lottery-history-discard .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.lottery-history-discard .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 750px;
  width: 90%;
}
.lottery-history-discard .modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .modal-close {
    right: 0;
  }
}
.lottery-history-discard .modal-content {
  background: #fff;
  padding: 30px;
}
.lottery-history-discard .modal-content .table-responsive {
  overflow: scroll;
}
.lottery-history-discard .modal-content .table-responsive table {
  font-size: 0.77rem;
  border: 1px solid #ccc;
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .modal-content .table-responsive table {
    font-size: 0.66rem;
  }
}
.lottery-history-discard .modal-content .table-responsive th {
  background: #eee;
}
.lottery-history-discard .modal-content .table-responsive td, .lottery-history-discard .modal-content .table-responsive th {
  padding: 20px 10px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .modal-content .table-responsive td, .lottery-history-discard .modal-content .table-responsive th {
    padding: 10px 6px;
  }
}
.lottery-history-discard .modal-content .table-responsive td {
  font-size: 0.85rem;
}
@media only screen and (max-width: 499px) {
  .lottery-history-discard .modal-content .table-responsive td {
    font-size: 0.74rem;
  }
}
.lottery-history-discard .modal-content .discard-notice {
  text-align: center;
  padding: 10px;
  font-size: 15px;
}

/*	カート
================================*/
.payment #mainArea {
  padding: 0;
}

.cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 30px;
  padding: 25px 20px 20px;
  max-width: 955px;
  width: auto;
  min-height: 300px;
}
@media only screen and (max-width: 499px) {
  .cart-wrap {
    min-height: none;
    padding: 0;
  }
}
.cart-wrap .cart-left {
  width: 660px;
}
@media only screen and (max-width: 499px) {
  .cart-wrap .cart-left {
    width: 100%;
  }
}
.cart-wrap .cart-left .head-default {
  border-bottom: 2px solid #e91116;
}
.cart-wrap .cart-right {
  width: 280px;
}
@media only screen and (max-width: 499px) {
  .cart-wrap .cart-right {
    width: 100%;
    border-top: none;
  }
}
.cart-wrap .cart-center {
  width: 100%;
  background: #FFF;
}
@media only screen and (max-width: 499px) {
  .cart-wrap .cart-center {
    padding: 0 0 30px;
  }
}
.cart-wrap .head {
  font-size: 1.25rem;
  font-weight: bold;
}
.cart-wrap .head.subhead {
  color: #1F232E;
  font-size: 1rem;
  padding: 5px 0 0;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 499px) {
  .cart-wrap .box {
    margin: 0;
  }
}
.cart-wrap .payment-info {
  border-top: 1px solid #000;
  margin: 30px 0;
  padding: 30px 0 0;
}
.cart-wrap .cart_item {
  font-size: 1rem;
}

.cart-announce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 20px;
  border-top: 5px solid #E74718;
}
@media only screen and (max-width: 499px) {
  .cart-announce {
    padding: 0 10px 10px;
  }
}
.cart-announce.box {
  margin: 0 0 20px;
}
.cart-announce p {
  font-size: 0.85rem;
  margin: 5px 0;
}
.cart-announce p.head {
  padding: 5px 0;
}
@media only screen and (max-width: 499px) {
  .cart-announce p.head {
    font-size: 1.1rem;
  }
}
.cart-announce p.head + p {
  margin: 0 0 5px;
}
.cart-announce p em {
  color: #C00;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}
.cart-announce p small {
  opacity: 0.9;
  font-size: 0.85em;
}
.cart-announce a {
  width: 220px;
  height: auto;
}
.cart-announce a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cart-note {
  padding: 20px;
}
@media only screen and (max-width: 499px) {
  .cart-note {
    padding: 20px 10px;
  }
}
.cart-note p {
  font-size: 0.75rem;
  margin: 15px 0;
}
.cart-note p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 499px) {
  .cart-note p {
    font-size: 0.85rem;
  }
}
.cart-note p.error {
  border: 2px solid #C00;
  padding: 10px;
}
.cart-note p.error em {
  font-size: 1rem;
  color: #C00;
  font-weight: bold;
}
.cart-note p em {
  color: #C00;
  font-size: 0.8rem;
  font-weight: bold;
  font-style: normal;
}
.cart-note p small {
  font-size: 0.9em;
}
.cart-note p a {
  color: #06F;
  font-weight: bold;
  text-decoration: underline;
}
.cart-note p a:hover {
  color: #C00;
}
.cart-note ul {
  margin: 0;
}
.cart-note ul li {
  font-size: 0.8rem;
}
.cart-note .head.subhead {
  border-top: 1px solid #DDD;
  margin: 10px 0;
  padding: 10px 0 0;
}

.cart-payment-time {
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .cart-payment-time {
    padding: 10px 10px 40px;
  }
}
.cart-payment-time a {
  color: #06F;
  font-weight: bold;
  text-decoration: underline;
  font-size: 0.75rem;
  margin: 15px 0;
}
@media only screen and (max-width: 499px) {
  .cart-payment-time a {
    font-size: 0.85rem;
  }
}
.cart-payment-time a:hover {
  color: #C00;
}

.cart-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0 40px;
  margin: 10px 10px 0;
  border-top: 5px solid #e91116;
  border-bottom: 5px solid #e91116;
}
@media only screen and (max-width: 499px) {
  .cart-confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    padding: 20px 0 0;
  }
}
.cart-confirm > div {
  width: calc(50% - 25.5px);
}
@media only screen and (max-width: 499px) {
  .cart-confirm > div {
    width: 100%;
  }
}
.cart-confirm > div:first-child {
  padding: 0 25px 10px 0;
}
@media only screen and (max-width: 499px) {
  .cart-confirm > div:first-child {
    padding: 0 0 20px;
  }
}
.cart-confirm > div:last-child {
  padding: 0 0 10px 25px;
  border-left: 1px solid #E2E2E2;
}
@media only screen and (max-width: 499px) {
  .cart-confirm > div:last-child {
    padding: 20px 0 20px;
    border-left: none;
    border-top: 1px solid #E2E2E2;
  }
}
.cart-confirm > div > ul {
  margin: 0 5px 15px;
}
.cart-confirm > div > ul li {
  font-size: 0.9rem;
  margin: 10px 0;
}
.cart-confirm > div > ul li .form-tooltip {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 499px) {
  .cart-confirm > div > ul li .form-tooltip {
    display: none;
  }
}
.cart-confirm > div > ul li .form-tooltip:hover .cart-postpay {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.cart-confirm > div > ul li .form-tooltip .form-tooltip-icon {
  margin-left: 10px;
  vertical-align: sub;
}
.cart-confirm > div > ul li .form-tooltip .form-tooltip-icon i {
  font-size: 1.2rem;
}
.cart-confirm > div > ul li .form-tooltip .cart-postpay {
  width: 300px;
  opacity: 0;
  position: absolute;
  top: -305px;
  right: -145px;
  pointer-events: none;
}
.cart-confirm > div > ul li .form-tooltip .cart-postpay.box {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-confirm > div dl dd {
  margin-left: 1em;
}
.cart-confirm .amazon_pay_payment {
  margin-top: 10px;
}
.cart-confirm .amazon_pay_payment dl {
  margin: 0;
  padding: 0;
  border: 1px solid #e47911;
}
.cart-confirm .amazon_pay_payment dl dt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.95rem;
  font-weight: bold;
  padding: 5px 10px 6px;
  background: #e47911;
}
.cart-confirm .amazon_pay_payment dl dd {
  font-size: 0.85rem;
  margin: 10px 1em 0;
  padding: 0;
}

.cart-message {
  position: relative;
  margin: 10px 0 0px;
  padding: 0;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.cart-message::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: -10px 0 0 20px;
  background-color: #FFFF00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.cart-message p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  padding: 10px 10px 8px;
  background-color: #FFFF00;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.cart-message p i {
  margin: 0 5px 0 0;
}

.cart-detailToggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #555;
  cursor: pointer;
}
.cart-detailToggle::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #555;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-detailToggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  background-color: #555;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-detailToggle p {
  margin: 0 !important;
  font-weight: bold;
}
.cart-detailToggle span {
  padding: 8px 20px 8px 8px;
}
.cart-detailToggle .is-close {
  display: none;
}
.cart-detailToggle .is-open {
  display: inline-block;
}
.cart-detailToggle.is-open::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-detailToggle.is-open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-detailToggle.is-open .is-close {
  display: inline-block;
}
.cart-detailToggle.is-open .is-open {
  display: none;
}

@media only screen and (min-width: 500px) {
  .cart-table {
    padding: 20px 20px 30px;
  }
  .cart-table p {
    font-size: 0.95rem;
    margin: 5px 0;
  }
  .cart-table p em {
    font-weight: bold;
    font-style: normal;
  }
  .cart-table table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 0.85rem;
  }
  .cart-table table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .cart-table table tbody .cart-table-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #E2E2E2;
  }
  .cart-table table tbody .cart-table-info:first-child {
    padding: 0 0 10px;
    border-top: none;
  }
  .cart-table table tbody .cart-table-info:last-child {
    padding: 25px 0 0;
  }
  .cart-table table tbody .cart-table-info th,
  .cart-table table tbody .cart-table-info td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0 10px 0 0;
  }
  .cart-table table tbody .cart-table-info th:last-child,
  .cart-table table tbody .cart-table-info td:last-child {
    margin: 0;
  }
  .cart-table table tbody .cart-table-info th {
    color: #666;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .cart-table table tbody .cart-table-info th small {
    font-size: 0.65rem;
  }
  .cart-table table tbody .cart-table-info td {
    font-size: 0.85rem;
  }
  .cart-table table tbody .cart-table-info td img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cart-table table tbody .cart-table-info td dl {
    margin: 0;
    padding: 0;
  }
  .cart-table table tbody .cart-table-info td dl dt,
  .cart-table table tbody .cart-table-info td dl dd {
    margin: 0;
    padding: 0;
  }
  .cart-table table tbody .cart-table-info td.cart-quantity input {
    width: 50px;
    text-align: center;
  }
  .cart-table table tbody .cart-table-info td.cart-quantity input[type=number] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .cart-table table tbody .cart-table-info td.cart-quantity input[type=number]::-webkit-outer-spin-button, .cart-table table tbody .cart-table-info td.cart-quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
  }
  .cart-table table tbody .cart-table-info td.cart-quantity .btn.btn-semi {
    padding: 5px;
    width: 100%;
    font-size: 0.7rem;
  }
  .cart-table table tbody .cart-table-caution {
    width: 100%;
    margin: -10px 0 0;
    padding: 0 0 20px;
    color: #C00;
    font-size: 0.75rem;
    font-weight: bold;
    text-indent: 0.1rem;
    text-align: left;
  }
}
@media only screen and (max-width: 499px) {
  .cart-table {
    padding: 30px 10px 0;
  }
  .cart-table p {
    font-size: 0.95rem;
    margin: 5px 0;
  }
  .cart-table p em {
    font-weight: bold;
    font-style: normal;
  }
  .cart-table table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 0.85rem;
  }
  .cart-table table tbody {
    width: 100%;
  }
  .cart-table table tbody .cart-table-info {
    display: grid;
    grid-template-columns: calc(30% - 5px) 10px calc(25% - 5px) calc(45% - 35px);
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #E2E2E2;
  }
  .cart-table table tbody .cart-table-info:first-child {
    display: none;
  }
  .cart-table table tbody .cart-table-info:nth-child(2) {
    padding: 0 0 25px;
    border-top: none;
  }
  .cart-table table tbody .cart-table-info:last-child {
    border-bottom: 1px solid #E2E2E2;
  }
  .cart-table table tbody .cart-table-info th,
  .cart-table table tbody .cart-table-info td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .cart-table table tbody .cart-table-info th {
    color: #666;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .cart-table table tbody .cart-table-info th small {
    font-size: 0.65rem;
  }
  .cart-table table tbody .cart-table-info td {
    font-size: 0.85rem;
  }
  .cart-table table tbody .cart-table-info td img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cart-table table tbody .cart-table-info td dl {
    margin: 0;
    padding: 0;
  }
  .cart-table table tbody .cart-table-info td dl dt,
  .cart-table table tbody .cart-table-info td dl dd {
    margin: 0;
    padding: 0;
  }
}

.cart-image {
  width: 110px;
}
@media only screen and (max-width: 499px) {
  .cart-image {
    grid-row: 1/span 4;
    grid-column: 1/2;
    width: 100%;
  }
}
.cart-image a,
.cart-image span {
  display: block;
}
.cart-image a img,
.cart-image span img {
  display: block;
  border: 1px solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 110px;
  height: auto;
}
@media only screen and (max-width: 499px) {
  .cart-image a img,
  .cart-image span img {
    width: 100%;
  }
}
.cart-image a:hover img,
.cart-image span:hover img {
  opacity: 1;
}

.cart-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 275px;
}
@media only screen and (max-width: 499px) {
  .cart-detail {
    grid-column: 3/span 4;
    width: 100%;
  }
}
.cart-detail cite {
  color: #999;
  font-size: 0.7rem;
  font-style: normal;
  line-height: 1rem;
  text-align: left;
  word-break: break-all;
  width: 100%;
}
.cart-detail cite a {
  color: #999;
}
.cart-detail cite a:hover {
  color: #666;
  text-decoration: underline;
}
.cart-detail span {
  font-size: 0.85rem;
  line-height: 1.4rem;
  font-style: normal;
  text-align: left;
  margin: 5px 0;
  width: 100%;
}
.cart-detail span a:hover {
  text-decoration: underline;
}
.cart-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.7rem;
  text-align: left;
}
.cart-detail dl dt {
  color: #333;
}
.cart-detail dl dd {
  width: calc(100% - 6em);
}

.cart-price {
  width: 100px;
}
@media only screen and (max-width: 499px) {
  .cart-price {
    grid-column: 3/span 4;
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 499px) {
  .cart-price span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .cart-price span::before, .cart-price span::after {
    font-weight: normal;
    color: #000;
    font-size: 0.7rem;
  }
  .cart-price span::before {
    content: "価格：";
  }
  .cart-price span::after {
    content: "（税込）";
  }
}
.cart-price span em {
  color: #C00;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
}

.cart-quantity {
  width: 50px;
}
@media only screen and (max-width: 499px) {
  .cart-quantity {
    grid-column: 3/span 4;
    width: 100%;
  }
  .cart-quantity form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .cart-quantity input {
    width: 100px;
    font-size: 1rem;
    text-align: center;
    margin: 10px 0;
  }
  .cart-quantity input[type=number] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .cart-quantity input[type=number]::-webkit-outer-spin-button, .cart-quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
  }
  .cart-quantity .btn.btn-semi {
    display: inline;
    padding: 3px 10px;
    width: 75px;
    font-size: 1rem;
  }
}
.cart-quantity > span {
  width: 100%;
  padding: 2px 0 0;
  background: #fff;
  outline: 1px solid #EEE;
}
@media only screen and (max-width: 499px) {
  .cart-quantity > span {
    margin: 0;
    width: 87.5px;
    text-align: center;
  }
}
.cart-quantity ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 5px 0 0;
}
@media only screen and (max-width: 499px) {
  .cart-quantity ul {
    position: absolute;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(25% - 10px);
    margin: 0;
  }
}
@media only screen and (max-width: 499px) {
  .cart-quantity ul li:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 499px) {
  .cart-quantity ul li:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.cart-quantity ul li a,
.cart-quantity ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-quantity ul li a {
  color: #2C5CDE;
}
@media only screen and (max-width: 499px) {
  .cart-quantity ul li a {
    color: #333;
  }
}
.cart-quantity ul li a:hover {
  color: #1547CF;
}
@media only screen and (max-width: 499px) {
  .cart-quantity ul li a:hover {
    color: #333;
  }
}
.cart-quantity ul li span {
  color: #CCC;
}
@media only screen and (min-width: 500px) {
  .cart-quantity ul li i {
    font-size: 1.05rem;
  }
  .cart-quantity ul li i:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .cart-quantity ul li i {
    font-size: 1.2rem;
  }
  .cart-quantity ul li i:nth-of-type(1) {
    display: none;
  }
}

.cart-delete {
  width: 40px;
}
@media only screen and (max-width: 499px) {
  .cart-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column: 4/4;
    width: 100%;
    padding: 0 0 0 30px;
    margin: auto;
  }
}
.cart-delete a {
  color: #444;
}
@media only screen and (max-width: 499px) {
  .cart-delete a {
    color: #FFF;
    font-size: 0.75rem;
    background: #333;
    padding: 5px 0.7rem 4px;
    border-radius: 3px;
  }
  .cart-delete a::before {
    content: "削 除";
  }
}
.cart-delete a:hover {
  color: #777;
}
.cart-delete a i {
  font-size: 1.6rem;
}
@media only screen and (max-width: 499px) {
  .cart-delete a i {
    display: none;
  }
}
@media only screen and (min-width: 500px) {
  .cart-delete.cart-quantity-change {
    display: none !important;
  }
}
.cart-delete.cart-quantity-change a {
  color: #444;
}
@media only screen and (max-width: 499px) {
  .cart-delete.cart-quantity-change a {
    color: #FFF;
    font-size: 0.75rem;
    background: #333;
    padding: 5px 0.7rem 4px;
    border-radius: 3px;
  }
  .cart-delete.cart-quantity-change a::before {
    content: "";
  }
}

.cart-caution {
  width: 100%;
  margin: -10px 0 0;
  padding: 0 0 20px;
  color: #C00;
  font-size: 0.75rem;
  font-weight: bold;
  text-indent: 0.1rem;
  text-align: left;
}

.cart-total {
  padding: 10px 15px 20px;
}
.cart-total dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 499px) {
  .cart-total dl {
    margin-bottom: 10px;
  }
}
.cart-total dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  width: 5rem;
  height: 1.5rem;
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
}
.cart-total dl dt:nth-last-of-type(1) {
  margin-bottom: 10px;
}
.cart-total dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 5rem);
  height: 1.5rem;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.cart-total dl dd:nth-last-of-type(1) {
  margin-bottom: 10px;
}
.cart-total dl dd em {
  font-size: 1rem;
  font-style: normal;
}
.cart-total dl dd small {
  font-size: 0.75rem;
}
.cart-total label,
.cart-total a[href*=cart] {
  display: block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
  padding: 15px 0 14px;
  background: #E74718;
  border-radius: 2px;
}
.cart-total label:hover,
.cart-total a[href*=cart]:hover {
  background: #E9552A;
  cursor: pointer;
}
.cart-total label i,
.cart-total a[href*=cart] i {
  margin: 0 5px 0 -13px;
}
.cart-total label + p,
.cart-total a[href*=cart] + p {
  font-size: 1rem;
}
.cart-total label + p small,
.cart-total a[href*=cart] + p small {
  display: block;
  color: #666;
  font-size: 0.7em;
}
.cart-total label input,
.cart-total a[href*=cart] input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cart-total p {
  font-size: 0.8rem;
}
.cart-total p.cart-delay-announce {
  margin: 1em 0;
  padding: 1em 0.5em;
  background: #F9F9F9;
}
.cart-total p em {
  font-weight: bold;
}
.cart-total p small {
  font-size: 0.9em;
}
.cart-total #AmazonPayButton {
  height: 70px;
  margin-bottom: 20px;
}

.cart-totalPrice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
  padding: 0 0 18px;
  border-bottom: 1px solid #DDD;
}
.cart-totalPrice dl dt {
  font-size: 1rem;
}
.cart-totalPrice dl dd em {
  color: #C00;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
}
.cart-totalPrice dl dd small {
  font-size: 0.75rem;
}

.cart-least {
  padding: 0 15px 15px;
  font-size: 0.95rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
  border-bottom: 1px solid #DDD;
}
.cart-least em {
  font-size: 1.05em;
  color: #C00;
}

.cart-continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 5px;
}
.cart-continue a {
  font-size: 1.6em;
  font-weight: bold;
  margin: auto;
  line-height: 0.8em;
}
.cart-continue a i {
  margin: 0 5px 0 0;
}
.cart-continue a:link, .cart-continue a:visited {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.cart-continue a:hover, .cart-continue a:active {
  border-bottom: 1px solid #000;
}

.cart-banner {
  padding: 10px;
}
.cart-banner.box {
  margin: 20px 0 0;
}
.cart-banner a {
  display: block;
}
.cart-banner a img {
  display: block;
  max-width: 100%;
}

.cart-postpay > dl {
  margin: 0 0 0;
  padding: 0 0 10px;
  border: 1px solid #8FC325;
}
.cart-postpay > dl em {
  font-style: normal;
}
.cart-postpay > dl dd {
  margin: 0;
  padding: 0;
}
.cart-postpay > dl dd a {
  color: #06F;
  font-size: 0.75rem;
  text-decoration: underline;
  margin: 15px 10px 0;
}
.cart-postpay > dl dd a:hover {
  color: #C00;
}
.cart-postpay > dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.95rem;
  font-weight: bold;
  padding: 5px 10px 6px;
  background: #8FC325;
}
.cart-postpay > dl dt i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-style: normal;
  margin: 0 10px 0 0;
}
.cart-postpay > dl dt i::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "Q";
  color: #8FC325;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #FFF;
  border-radius: 20px;
}
.cart-postpay > dl dt i::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  margin: 3px 12px 0px;
  border: solid transparent;
  border-width: 4px;
  border-top-width: 7px;
  border-top-color: #FFF;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.cart-postpay > dl > dd dt {
  font-weight: normal;
  padding: 0 10px 8px;
  background: none;
}
.cart-postpay > dl > dd dt:first-child {
  margin: 10px 0 0;
}
.cart-postpay > dl > dd dt i::before {
  content: "A";
  color: #FFF;
  background: #8FC325;
}
.cart-postpay > dl > dd dt i::after {
  border-top-color: #8FC325;
}
.cart-postpay > dl > dd dd {
  font-size: 0.7rem;
  margin: 0 10px 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #DDD;
}

.cart-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 5px;
}

.cart-none {
  display: none;
}

.form-card {
  width: 90%;
  margin: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-card table {
  width: 100%;
}
.form-card table tr {
  margin: 0;
}
.form-card table tr th {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
  width: 30%;
  margin: 0 0 3px;
  padding: 0.5em 1em 0.5em 0;
}
@media only screen and (max-width: 499px) {
  .form-card table tr th {
    font-size: 1rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
  }
}
.form-card table tr th small {
  color: #FFF;
  font-size: 0.85em;
  line-height: 0.7rem;
  padding: 3px 0.5em;
  margin: 0 0 0 9px;
  border-radius: 2px;
  background: #C00;
}
@media only screen and (max-width: 499px) {
  .form-card table tr th small {
    font-size: 0.7rem;
    line-height: 0.7rem;
    padding: 3.5px 4px 3px;
  }
}
.form-card table tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  line-height: 160%;
  width: 100%;
  padding: 0.5em 0;
}
@media only screen and (max-width: 499px) {
  .form-card table tr td {
    padding: 0 0 30px;
  }
}
.form-card table tr td:last-of-type {
  margin: 0;
}
.form-card table tr td > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form-card table tr td > span label {
  margin: 0 0.25em;
}
.form-card table tr td > span label:first-of-type {
  margin: 0 0.25em 0 0;
}
.form-card table tr td > span label:last-of-type {
  margin: 0 0 0 0.25em;
}
.form-card table tr td > span span {
  margin: 0 0.25em;
}

.form-cvs {
  width: 90%;
  margin: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-cvs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  margin: 0;
}
.form-cvs ul li {
  width: calc(33.3333333333% - 6.6666666667px);
  margin: 0 10px 5px 0;
}
@media only screen and (max-width: 499px) {
  .form-cvs ul li {
    width: 100%;
    margin: 5px 0;
  }
}
.form-cvs ul li:nth-child(3n) {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 499px) {
  .form-cvs ul li:nth-child(3n) {
    width: 100%;
    margin: 5px 0;
  }
}
.form-cvs ul li input {
  display: none;
}
.form-cvs ul li input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 1em 0;
  background: #F3F3F3;
  outline: 1px solid #EEE;
  outline-offset: -1px;
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .form-cvs ul li input + span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px 10px 9px;
    margin: 0 5px 5px 0;
    background: #F3F3F3;
    outline: 1px solid #EEE;
    outline-offset: -1px;
  }
}
.form-cvs ul li input:hover + span {
  outline: 1px solid #A6C7FF;
  outline-offset: -1px;
}
@media only screen and (max-width: 499px) {
  .form-cvs ul li input:hover + span {
    outline: 1px solid -webkit-focus-ring-color;
    outline-offset: -1px;
  }
}
.form-cvs ul li input:checked + span {
  outline: 2px solid #2F55D7;
  outline-offset: -2px;
  background: #FFF;
}
@media only screen and (max-width: 499px) {
  .form-cvs ul li input:checked + span {
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: -2px;
    background: #FFF;
  }
}
.form-cvs div {
  margin: 30px 0 0;
}

.collection #mainArea {
  padding: 0;
}
.collection .contents-wrap {
  padding: 60px 92px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap {
    padding: 28px 15px 90px;
  }
}
.collection .contents-wrap h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 32px;
  border-bottom: 2px solid black;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap h2 {
    font-size: 26px;
    padding-bottom: 14px;
  }
}
.collection .contents-wrap .collection-lead {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .collection-lead {
    font-size: 15px;
    margin-top: 20px;
  }
}
.collection .contents-wrap .collection-contents {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .collection-contents {
    display: block;
    margin-top: 25px;
    margin-bottom: 22px;
  }
}
.collection .contents-wrap .collection-contents p {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .collection-contents p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.collection .contents-wrap .collection-contents .banner {
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .collection-contents .banner {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.collection .contents-wrap .collection-contents .banner img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.collection .contents-wrap .collection-contents h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .collection-contents h3 {
    font-size: 18px;
    margin-top: 22px;
  }
}
.collection .contents-wrap .collection-contents h3::after {
  content: "";
  display: block;
  width: 90%;
  border-bottom: 2px solid black;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .collection-contents h3::after {
    width: calc(100% - 30px);
    padding-bottom: 12px;
  }
}
.collection .contents-wrap .collection-contents .collection-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .collection-contents .collection-content {
    width: 100%;
  }
}
.collection .contents-wrap .info {
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.collection .contents-wrap .info .info-item {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .info .info-item {
    width: 50%;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.collection .contents-wrap .info .info-item + .info-item::before {
  content: "";
  display: block;
  width: 20%;
  border-top: 2px solid black;
  margin: 0 auto;
  padding-top: 30px;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .info .info-item + .info-item::before {
    display: none;
  }
}
.collection .contents-wrap .info .info-item .info-title {
  display: inline-block;
  min-width: 150px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid black;
  margin: 0 auto;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .info .info-item .info-title {
    min-width: 120px;
    font-size: 16px;
    padding: 5px;
  }
}
.collection .contents-wrap .info .info-item .info-description {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .info .info-item .info-description {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
.collection .contents-wrap .info .info-item.delivery-fee .info-description a {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap .info .info-item.delivery-fee .info-description a {
    font-size: 12px;
  }
}
.collection .contents-wrap ul {
  margin-bottom: 140px;
}
@media only screen and (max-width: 499px) {
  .collection .contents-wrap ul {
    margin-bottom: 50px;
  }
}
.collection .contents-wrap ul li {
  font-size: 16px;
  text-align: center;
  letter-spacing: 1;
}
.collection .prizes-block {
  margin-bottom: 100px;
}
@media only screen and (max-width: 499px) {
  .collection .prizes-block {
    margin-bottom: 50px;
  }
}
.collection .prizes-block h3 {
  font-size: 35px;
  line-height: 1.2;
  border-bottom: 2px solid black;
  padding-left: 0.3em;
  padding-bottom: 0.25em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 499px) {
  .collection .prizes-block h3 {
    font-size: 24px;
  }
}
.collection .prizes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.77rem;
  font-weight: bold;
  gap: 2.5em 4%;
}
@media only screen and (max-width: 499px) {
  .collection .prizes {
    gap: 2.5em 4.5%;
  }
}
.collection .prizes.prizes-number {
  display: block;
  margin-bottom: 30px;
}
.collection .prizes.prizes-number .prize-list {
  width: 100%;
}
.collection .prizes.prizes-number .prize-list .prize-list-image {
  width: 100%;
  height: auto;
}
.collection .prizes.prizes-number .prize-list .prize-list-image + div {
  font-size: 1rem;
}
.collection .prizes.prizes-number .prize-list .wining_count_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 27%;
  color: #ff0000;
  font-size: 1rem;
  border: 2px solid #ff0000;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
}
@media only screen and (max-width: 499px) {
  .collection .prizes.prizes-number .prize-list .wining_count_wrapper {
    width: 46%;
  }
}
.collection .prizes.prizes-number .prize-list .wining_count_destruction {
  font-size: 1rem;
  margin-top: 6px;
}
.collection .prizes > .prize {
  position: relative;
  width: 13%;
}
@media only screen and (max-width: 499px) {
  .collection .prizes > .prize {
    width: 21%;
  }
}
.collection .prizes > .prize a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collection .prizes > .prize a.btn {
  padding: 7px 5px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .collection .prizes > .prize a.btn {
    font-size: 0.8em;
    line-height: 1;
  }
}
.collection .prizes > .prize a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collection .prizes > .prize a.no-winning {
  pointer-events: none;
}
.collection .prizes > .prize .image-wrapper.no-winning {
  opacity: 0.4;
  pointer-events: none;
}
.collection .prizes > .prize .image {
  width: 100%;
  vertical-align: middle;
  border: 2px solid #ff0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.collection .prizes > .prize .image img {
  width: 100%;
  height: auto;
}
.collection .prizes > .prize .image.no-winning {
  opacity: 0.4;
  border: 2px solid #707070;
}
.collection .prizes > .prize .name {
  min-height: 36px;
}
@media only screen and (max-width: 499px) {
  .collection .prizes > .prize .name {
    min-height: 54px;
  }
}
.collection .prizes > .prize .prize-input {
  margin-top: 10px;
}
.collection .prizes > .prize .prize-input input {
  width: 100%;
}
.collection .prizes > .prize .wining_count_badge {
  position: absolute;
  top: 0;
  right: -1.1em;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.3em;
  border: 2px solid #ff0000;
  border-radius: 50%;
  min-width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background-color: #ff0000;
}
@media only screen and (max-width: 499px) {
  .collection .prizes > .prize .wining_count_badge {
    font-size: 1em;
  }
}
.collection .prizes > .prize .wining_count_badge.no-winning {
  border-color: #C8C8C8; /* #707070 & opacity 0.4 */
  background-color: #C8C8C8; /* #707070 & opacity 0.4 */
}
.collection .prizes > .prize .wining_count_propri {
  color: #ff0000;
  font-size: 1.5em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 499px) {
  .collection .prizes > .prize .wining_count_propri {
    font-size: 1.25em;
  }
}
.collection .prizes > .prize .wining_count_propri.no-winning {
  opacity: 0.4;
  color: #707070;
}
.collection .prizes--few {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.collection .prizes--few > .prize {
  width: 27.5%;
}
@media only screen and (max-width: 499px) {
  .collection .prizes--few > .prize {
    width: 30%;
  }
}
.collection .button-area-wrap .button-area .button-collection-sheet {
  height: 53px;
}

.collection-detail {
  text-align: center;
  margin-top: 60px;
}
.collection-detail .collection-prize {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
}
.collection-detail .collection-prize .image {
  margin-bottom: 1em;
  width: 360px;
  max-width: 100%;
}
.collection-detail .collection-prize .collection-numbers {
  width: 40%;
  margin: 0 auto;
}
.collection-detail .collection-prize .box-badge::after {
  top: -7%;
  left: -7%;
}
@media only screen and (max-width: 499px) {
  .collection-detail .collection-prize .box-badge::after {
    font-size: 1.5em;
  }
}

.collection-list h4 {
  text-align: left;
}
.collection-list h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 57px;
}
@media only screen and (max-width: 499px) {
  .collection-list h3 {
    font-size: 22px;
    margin-top: 23px;
    padding-bottom: 15px;
  }
}
.collection-list table {
  font-size: 0.77rem;
  border: 1px solid #ccc;
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .collection-list table {
    font-size: 0.66rem;
  }
}
.collection-list th {
  background: #eee;
}
.collection-list td, .collection-list th {
  padding: 20px 10px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 499px) {
  .collection-list td, .collection-list th {
    padding: 10px 6px;
  }
}
.collection-list td .btn, .collection-list th .btn {
  display: inline;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .collection-list td .btn, .collection-list th .btn {
    font-size: 0.66rem;
    padding: 5px;
  }
}

.wining_count_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ff0000;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #ff0000;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
}
.wining_count_wrapper.no-winning {
  color: #707070;
  border-color: #707070;
}

.wining_count_destruction {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 6px;
}
.wining_count_destruction.no-winning {
  color: #707070;
}

.about #mainArea {
  font-size: 14px;
  padding: 0;
}
.about #mainArea p {
  line-height: 1.8em;
}
.about .contents-wrap {
  padding: 60px 92px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap {
    padding: 28px 15px 90px;
  }
}
.about .contents-wrap h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 53px;
  border-bottom: 2px solid black;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap h1 {
    font-size: 28px;
    padding-bottom: 25px;
  }
}
.about .contents-wrap h1 img {
  width: 80%;
  height: auto;
}
.about .contents-wrap .about-lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 36px auto 76px;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap .about-lead {
    font-size: 18px;
  }
}
.about .contents-wrap .about-lead br.sp {
  display: none;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap .about-lead br.sp {
    display: block;
  }
}
.about .contents-wrap h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.about .contents-wrap .about-wrapper {
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap .about-wrapper {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.about .contents-wrap .about-wrapper:last-child {
  border: none;
  margin: 0 auto;
  padding: 0;
}
.about .contents-wrap .about-wrapper .about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap .about-wrapper .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.about .contents-wrap .about-wrapper .about-block:last-child {
  display: block;
  margin-bottom: 0;
}
.about .contents-wrap .about-wrapper .about-block:last-child p {
  margin: 1em auto;
}
.about .contents-wrap .about-wrapper .about-block-left {
  width: 50%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap .about-wrapper .about-block-left {
    width: 100%;
    padding: 0;
  }
}
.about .contents-wrap .about-wrapper .about-block-left p {
  margin: 1em auto;
  line-height: 1.8em;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap .about-wrapper .about-block-left p a {
    margin: 1em auto 2em;
  }
}
.about .contents-wrap .about-wrapper .about-block-right {
  width: 50%;
}
@media only screen and (max-width: 499px) {
  .about .contents-wrap .about-wrapper .about-block-right {
    width: 100%;
  }
}
.about .contents-wrap .about-wrapper .about-block-right img {
  width: 100%;
  height: auto;
}
.about .contents-wrap .about-wrapper ol, .about .contents-wrap .about-wrapper ul {
  padding: 0;
}
.about .contents-wrap .about-wrapper ol li, .about .contents-wrap .about-wrapper ul li {
  line-height: 1.8em;
}
.about .contents-wrap .about-wrapper .about-caution ul li {
  color: red;
  font-weight: bold;
}

.retweet_campaign #mainArea {
  font-size: 14px;
  padding: 0;
}
.retweet_campaign #mainArea p {
  line-height: 1.8em;
}
.retweet_campaign .contents-wrap {
  padding: 60px 92px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap {
    padding: 28px 15px 90px;
  }
}
.retweet_campaign .contents-wrap h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 53px;
  border-bottom: 2px solid black;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap h1 {
    font-size: 28px;
    padding-bottom: 25px;
  }
}
.retweet_campaign .contents-wrap h1 img {
  width: 80%;
  height: auto;
}
.retweet_campaign .contents-wrap .lead {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin: 36px auto 76px;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap .lead {
    font-size: 18px;
  }
}
.retweet_campaign .contents-wrap .lead br.sp {
  display: none;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap .lead br.sp {
    display: block;
  }
}
.retweet_campaign .contents-wrap h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.retweet_campaign .contents-wrap .about-wrapper {
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap .about-wrapper {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.retweet_campaign .contents-wrap .about-wrapper:last-child {
  border: none;
  margin: 0 auto;
  padding: 0;
}
.retweet_campaign .contents-wrap .about-wrapper .about-block {
  margin-bottom: 80px;
}
.retweet_campaign .contents-wrap .about-wrapper .about-block h3 {
  margin: 10px 0;
}
.retweet_campaign .contents-wrap .about-wrapper .about-block a {
  color: #1a0dab;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap .about-wrapper .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.retweet_campaign .contents-wrap .about-wrapper .about-block:last-child {
  display: block;
  margin-bottom: 0;
}
.retweet_campaign .contents-wrap .about-wrapper .about-block:last-child p {
  margin: 1em auto;
}
.retweet_campaign .contents-wrap .about-wrapper .about-block-left {
  width: 50%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap .about-wrapper .about-block-left {
    width: 100%;
    padding: 0;
  }
}
.retweet_campaign .contents-wrap .about-wrapper .about-block-left p {
  margin: 1em auto;
  line-height: 1.8em;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap .about-wrapper .about-block-left p a {
    margin: 1em auto 2em;
  }
}
.retweet_campaign .contents-wrap .about-wrapper .about-block-right {
  width: 50%;
}
@media only screen and (max-width: 499px) {
  .retweet_campaign .contents-wrap .about-wrapper .about-block-right {
    width: 100%;
  }
}
.retweet_campaign .contents-wrap .about-wrapper .about-block-right img {
  width: 100%;
  height: auto;
}
.retweet_campaign .contents-wrap .about-wrapper ol, .retweet_campaign .contents-wrap .about-wrapper ul {
  padding: 0;
}
.retweet_campaign .contents-wrap .about-wrapper ol li, .retweet_campaign .contents-wrap .about-wrapper ul li {
  line-height: 1.8em;
}
.retweet_campaign .contents-wrap .about-wrapper .about-caution ul li {
  color: red;
  font-weight: bold;
}

/*	ログイン画面
================================*/
.mypage #mainArea {
  padding: 0;
}
.mypage .contents-wrap {
  padding: 60px 92px 120px;
}
@media only screen and (max-width: 499px) {
  .mypage .contents-wrap {
    padding: 28px 15px 90px;
  }
}
.mypage .contents-wrap .box {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 0.8rem;
  padding: 10px 20px 40px;
}
@media only screen and (max-width: 499px) {
  .login-wrap {
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
.login-wrap .head {
  font-size: 1.8rem;
  font-weight: normal;
  width: 100%;
}
.login-wrap .head.subhead {
  color: #1F232E;
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
}
.login-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .login-wrap > div {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.login-wrap > div:first-of-type {
  border-right: 1px solid #E2E2E2;
  padding: 10px 30px 10px 10px;
}
@media only screen and (max-width: 499px) {
  .login-wrap > div:first-of-type {
    border: none;
    padding: 10px;
    margin: 30px 0 0;
  }
}
.login-wrap > div:first-of-type a {
  color: #06F;
  font-size: 0.75rem;
  text-decoration: underline;
}
.login-wrap > div:first-of-type a:hover {
  color: #C00;
}
.login-wrap > div:last-of-type {
  padding: 10px 10px 10px 30px;
}
@media only screen and (max-width: 499px) {
  .login-wrap > div:last-of-type {
    padding: 10px;
    margin: 0 0 30px;
  }
}
.login-wrap > div form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.login-wrap > div h2 {
  margin: 5px 0;
}
.login-wrap > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 10px 0 15px;
}
.login-wrap > div ul li {
  width: 100%;
  margin: 15px 0 0;
}
.login-wrap > div ul li:nth-child(1) {
  margin: 0;
}
.login-wrap > div ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}
.login-wrap > div p {
  font-size: 1.2em;
  margin: 0.75em 0;
}
.login-wrap > div p em {
  font-weight: bold;
  font-style: normal;
}
.login-wrap #AmazonPayButton {
  height: 55px;
}
@media only screen and (max-width: 499px) {
  .login-wrap #AmazonPayButton {
    height: 70px;
    width: 100%;
  }
}

/*	ログイン画面
================================*/
.registration_page #mainArea {
  padding: 0;
}
.registration_page .contents-wrap {
  padding: 60px 92px 120px;
}
@media only screen and (max-width: 499px) {
  .registration_page .contents-wrap {
    padding: 28px 15px 90px;
  }
}

/*	ログイン画面
================================*/
.mypage #mainArea {
  padding: 0;
}
.mypage .contents-wrap {
  min-height: calc(100dvh - 583px);
  padding: 60px 92px 120px;
}
@media only screen and (max-width: 499px) {
  .mypage .contents-wrap {
    padding: 28px 15px 90px;
  }
}
.mypage .contents-wrap .main-wrap {
  width: 100%;
}

/*	ログイン画面
================================*/
.contact #mainArea {
  padding: 0;
}
.contact .contents-wrap {
  padding: 60px 92px 120px;
}
@media only screen and (max-width: 499px) {
  .contact .contents-wrap {
    padding: 28px 15px 90px;
  }
}
.contact .contents-wrap .box {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*	News
================================*/
body.news #mainArea {
  padding: 0;
}
body.news .contents-wrap {
  min-height: calc(100dvh - 583px);
  padding: 60px 92px 120px;
}
@media only screen and (max-width: 499px) {
  body.news .contents-wrap {
    padding: 28px 15px 90px;
  }
}
body.news .contents-wrap .main-wrap {
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */
