@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: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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;
}
.btn-buy:disabled {
  background: #AAA;
}

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

   Layout

================================*/
/*	コンテナ
================================*/
#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);
}

#container.staff {
  background: url(../img/environment/staff_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 {
  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) {
  header section.header-bottom nav.header-menu {
    display: block;
  }
}
@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: #FFF;
}
@media only screen and (max-width: 499px) {
  .header-wrap {
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 1000;
  }
}
@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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: auto;
  padding: 15px;
}
@media only screen and (max-width: 499px) {
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 50px;
    max-width: none;
    padding: 0;
  }
}

.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: 8px 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  max-width: 960px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 499px) {
  .header-bottom > div {
    width: auto;
    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;
}
@media only screen and (max-width: 499px) {
  .header-menu {
    width: 100%;
  }
}
.header-menu > ul {
  font-size: 0.8rem;
  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: 20%;
    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;
}
@media only screen and (max-width: 499px) {
  .footer-wrap {
    min-width: inherit;
  }
}
.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 499px) {
  .footer-wrap .footer-inner .footer-design .footer-design-list::after {
    content: "";
    display: block;
    width: calc(24% + 20px);
  }
}
.footer-wrap .footer-inner .footer-design .footer-design-list li {
  width: 28%;
  height: 60px;
  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: 24%;
    height: 30px;
    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 {
  margin: 25px auto 30px;
  padding: 0 20px 20px;
  max-width: 985px;
  width: auto;
  min-height: 300px;
}
#mainArea.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1280px;
  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 {
    padding: 0;
    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 .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 {
  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;
}

.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: 250px;
  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;
}

.banner_drawdraw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .banner_drawdraw {
    margin-top: 10px;
  }
}
.banner_drawdraw img {
  width: 100%;
  height: auto;
}

#sidebar-right {
  float: right;
  width: 250px;
  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;
}
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;
}

/* Components
================================*/
/* Posts and pages
--------------------------------------------- */
/*	トップページ
================================*/
#bannerSlider {
  border: none;
  height: 324px;
}
@media only screen and (max-width: 499px) {
  #bannerSlider {
    height: auto;
    width: auto;
    margin: 0 0 15px;
  }
}
#bannerSlider .p-bannerSliderMainArea {
  display: block;
  float: left;
  width: 576px;
  height: 324px;
}
@media only screen and (max-width: 499px) {
  #bannerSlider .p-bannerSliderMainArea {
    float: none;
    width: auto;
    height: auto;
  }
}
#bannerSlider .p-bannerSliderMainArea img {
  width: 576px;
  height: 324px;
}
@media only screen and (max-width: 499px) {
  #bannerSlider .p-bannerSliderMainArea img {
    width: 100%;
    height: auto;
  }
}
#bannerSlider .p-bannerSliderMainArea .slick-list {
  height: 324px;
}
@media only screen and (max-width: 499px) {
  #bannerSlider .p-bannerSliderMainArea .slick-list {
    height: auto;
  }
}
#bannerSlider .p-bannerSliderList {
  float: right;
}
@media only screen and (max-width: 499px) {
  #bannerSlider .p-bannerSliderList {
    float: none;
    width: 100%;
  }
}
#bannerSlider .p-bannerSliderList .slick-list {
  max-height: 324px;
}
@media only screen and (max-width: 499px) {
  #bannerSlider .p-bannerSliderList .slick-list {
    max-height: none;
  }
}
#bannerSlider .p-bannerSliderList .slick-slide {
  border: none;
}
#bannerSlider .p-bannerSliderListItem {
  display: block;
  width: 144px;
  height: 81px;
}
@media only screen and (max-width: 499px) {
  #bannerSlider .p-bannerSliderListItem {
    width: auto;
    height: auto;
  }
}
#bannerSlider .p-bannerSliderListItem a {
  display: block;
}
#bannerSlider .p-bannerSliderListItem img {
  width: 144px;
  height: 81px;
}
@media only screen and (max-width: 499px) {
  #bannerSlider .p-bannerSliderListItem img {
    width: 100%;
    height: auto;
  }
}
#bannerSlider .p-bannerSliderListItem-current {
  position: relative;
}
#bannerSlider .p-bannerSliderListItem-current::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #555;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}

/*	ログイン画面
================================*/
.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%;
  }
}

.officialshop {
  color: #191919;
  font-size: 16px;
  line-height: 1.688;
}
@media only screen and (max-width: 499px) {
  .officialshop {
    font-size: 14px;
  }
}
.officialshop-header {
  height: 170px;
}
@media only screen and (max-width: 787px) {
  .officialshop-header {
    height: 120px;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-header {
    height: 85px;
  }
}
.officialshop-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  max-width: 1420px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 787px) {
  .officialshop-header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-header-inner {
    padding: 0 5%;
  }
}
.officialshop-logo {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 787px) {
  .officialshop-logo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.officialshop-logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 143px;
  margin: 0 auto;
}
@media only screen and (max-width: 787px) {
  .officialshop-logo-img {
    width: 15.2vw;
    max-width: 100px;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-logo-img {
    max-width: 57px;
  }
}
.officialshop-logo-img img {
  width: 100%;
  height: auto;
}
.officialshop-logo-text {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 16px;
}
@media only screen and (max-width: 787px) {
  .officialshop-logo-text {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-logo-text {
    font-size: 13px;
  }
}
.officialshop-sns {
  height: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: clamp(20px, 40px, 2vw);
}
.officialshop-sns:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 499px) {
  .officialshop-sns {
    height: 5vw;
    margin-right: 4vw;
  }
}
.officialshop-sns:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.officialshop-sns > i {
  font-size: 30px;
  vertical-align: top;
}
@media only screen and (max-width: 499px) {
  .officialshop-sns > i {
    font-size: 5vw;
  }
}
.officialshop-snsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 499px) {
  .officialshop-snsBlock {
    font-size: 20px;
  }
}
.officialshop-snsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 499px) {
  .officialshop-snsWrap {
    padding-right: 3vw;
  }
}
.officialshop-amnibus {
  height: 30px;
  margin-left: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 499px) {
  .officialshop-amnibus {
    height: 5vw;
    margin-left: 3vw;
  }
}
.officialshop-amnibus:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.officialshop-amnibus svg {
  height: 30px;
  vertical-align: top;
}
@media only screen and (max-width: 499px) {
  .officialshop-amnibus svg {
    height: 5vw;
  }
}
.officialshop-hero {
  margin-top: 30px;
}
@media only screen and (max-width: 499px) {
  .officialshop-hero {
    margin-top: 0;
  }
}
.officialshop-hero-inner {
  max-width: 1380px;
  margin: 0 auto;
}
.officialshop-hero-slider {
  width: 100%;
}
.officialshop-hero-slider .slick-dots {
  position: static;
  margin-top: 25px;
}
@media only screen and (max-width: 499px) {
  .officialshop-hero-slider .slick-dots {
    margin-top: 20px;
  }
}
.officialshop-hero-slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 25px 0 0;
}
@media only screen and (max-width: 499px) {
  .officialshop-hero-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 15px 0 0;
  }
}
.officialshop-hero-slider .slick-dots li:last-child {
  margin-right: 0;
}
.officialshop-hero-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #191919;
  border-radius: 50%;
  opacity: 0.35;
}
.officialshop-hero-slider .slick-dots li button::before {
  display: none;
}
.officialshop-hero-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.officialshop-hero-slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.officialshop-inner {
  max-width: 1420px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.officialshop-products {
  margin-top: 67px;
}
.officialshop-products-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 85px;
}
@media only screen and (max-width: 499px) {
  .officialshop-products-tabs {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.officialshop-products-tab {
  position: relative;
  display: block;
}
.officialshop-products-tab input {
  position: absolute;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.officialshop-products-tab input:checked + label {
  position: relative;
  border-bottom: 5px solid #191919;
}
@media only screen and (max-width: 499px) {
  .officialshop-products-tab input:checked + label {
    border-width: 2px;
  }
}
.officialshop-products-tab input:checked + label::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #191919 transparent transparent transparent;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 499px) {
  .officialshop-products-tab input:checked + label::after {
    border-width: 5px 5px 0 5px;
    border-color: #191919 transparent transparent transparent;
    bottom: -7px;
  }
}
.officialshop-products-tab input:checked + label:hover span {
  opacity: 1;
}
.officialshop-products-tab label {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 2.5vw, 39px);
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  padding: 0 clamp(3vw, 41px, 5vw);
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .officialshop-products-tab label {
    font-size: 14px;
    line-height: 30px;
    padding: 0 clamp(5px, 3vw, 20px);
  }
}
.officialshop-products-tab label:hover span {
  opacity: 0.6;
}
.officialshop-products .list-item ol {
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol::after {
    content: "";
    width: calc(50% - 20px);
  }
}
.officialshop-products .list-item ol li {
  width: calc(25% - 40px);
  max-width: 312px;
  margin: 0 calc((100% - (25% - 40px) * 4) / 3) 55px 0;
}
@media only screen and (max-width: 787px) {
  .officialshop-products .list-item ol li {
    width: calc(33.3333333333% - 40px);
    margin: 0 calc((100% - (33.3333333333% - 40px) * 3) / 2) 55px 0;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol li {
    width: calc(50% - 20px);
    margin: 0 0 40px 0;
  }
}
.officialshop-products .list-item ol li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media only screen and (max-width: 787px) {
  .officialshop-products .list-item ol li:nth-last-child(-n+4) {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol li:nth-last-child(-n+4) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 787px) {
  .officialshop-products .list-item ol li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol li:nth-last-child(-n+3) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.officialshop-products .list-item ol li:nth-child(4n) {
  margin-top: 0;
  margin-right: 0;
}
@media only screen and (max-width: 787px) {
  .officialshop-products .list-item ol li:nth-child(4n) {
    margin-right: calc((100% - (33.3333333333% - 40px) * 3) / 2);
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 787px) {
  .officialshop-products .list-item ol li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol li:nth-child(2n) {
    margin: 0 0 40px 0;
  }
}
.officialshop-products .list-item ol li a .list-image img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
.officialshop-products .list-item ol li a dl .list-name {
  font-size: 16px;
  line-height: 1.688;
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol li a dl .list-name {
    font-size: 14px;
  }
}
.officialshop-products .list-item ol li a dl .list-price {
  font-size: 16px;
  line-height: 1.688;
}
@media only screen and (max-width: 499px) {
  .officialshop-products .list-item ol li a dl .list-price {
    font-size: 14px;
  }
}
.officialshop-about {
  margin: 220px auto 530px;
}
@media only screen and (max-width: 499px) {
  .officialshop-about {
    margin: 120px auto 336px;
  }
}
.officialshop-about-heading {
  display: block;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #191919;
}
@media only screen and (max-width: 499px) {
  .officialshop-about-heading {
    font-size: 21px;
    padding-bottom: 5px;
  }
}
.officialshop-about-logo {
  width: 100%;
  max-width: 510px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 499px) {
  .officialshop-about-logo {
    width: 73%;
    max-width: 247px;
    margin-top: 42px;
  }
}
.officialshop-about-logo img {
  width: 100%;
  height: auto;
}
.officialshop-about-text {
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 100px;
}
@media only screen and (max-width: 499px) {
  .officialshop-about-text {
    text-align: left;
    margin-top: 60px;
  }
}
.officialshop-pagetop {
  position: fixed;
  display: none;
  width: 120px;
  height: 120px;
  background-color: #191919;
  border-radius: 50%;
  border: none;
  right: 20px;
  bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 499px) {
  .officialshop-pagetop {
    width: 60px;
    height: 60px;
  }
}
.officialshop-pagetop:hover {
  opacity: 0.6;
}
.officialshop-pagetop span {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media only screen and (max-width: 499px) {
  .officialshop-pagetop span {
    width: 15px;
    height: 15px;
    top: 24px;
  }
}
.officialshop-footer {
  text-align: center;
  padding: 0 20px;
}
.officialshop-footer small {
  font-size: 12px;
  line-height: 100px;
}
@media only screen and (max-width: 499px) {
  .officialshop-footer small {
    font-size: 10px;
    line-height: 80px;
  }
}

/*	当サイトについて
================================*/
body.about #mainArea {
  width: 100%;
  max-width: 1260px;
  margin-bottom: 120px;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  body.about #mainArea {
    margin-bottom: 50px;
  }
}

.about-wrap {
  font-size: 14px;
  padding: 130px 60px 240px;
  background: #FFF;
}
@media only screen and (max-width: 499px) {
  .about-wrap {
    padding: 70px 20px 110px;
  }
}
.about-wrap .head {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  .about-wrap .head {
    font-size: 21px;
    line-height: 1.524;
  }
}
.about-wrap .head::after {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  margin: 50px auto;
}
@media only screen and (max-width: 499px) {
  .about-wrap .head::after {
    width: 100px;
    margin: 10.6vw auto;
  }
}
.about-wrap .head-howto::after {
  background-color: #E4AB12;
}
.about-wrap .head-search::after {
  background-color: #7BBC34;
}
.about-wrap .head-thinking::after {
  background-color: #9D794D;
}
.about-wrap section {
  margin: 190px 0;
}
@media only screen and (max-width: 499px) {
  .about-wrap section {
    margin: 32vw 0;
  }
}
.about-wrap section.about-info {
  margin-top: 0;
}
.about-wrap section.about-thinking {
  margin-bottom: 130px;
}
@media only screen and (max-width: 499px) {
  .about-wrap section.about-thinking {
    margin-bottom: 26.6vw;
  }
}
@media only screen and (max-width: 499px) {
  .about-wrap p {
    line-height: 200%;
  }
}

.about-info .about-head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
}
.about-info .about-head-copy {
  display: block;
  color: #1F232E;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 499px) {
  .about-info .about-head-copy {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.about-info .about-head-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-info .about-head-heading img {
  display: block;
  width: auto;
  height: 62px;
  margin-right: 10px;
}
@media only screen and (max-width: 499px) {
  .about-info .about-head-heading img {
    width: auto;
    height: 34px;
  }
}
.about-info .about-head-heading span {
  color: #1F232E;
  font-size: 52px;
  font-weight: normal;
  line-height: 62px;
}
@media only screen and (max-width: 499px) {
  .about-info .about-head-heading span {
    font-size: 27px;
    white-space: nowrap;
    line-height: 34px;
  }
}
.about-info .about-info-lead {
  color: #1F232E;
  text-align: center;
  line-height: 3;
  margin-top: 90px;
}
@media only screen and (max-width: 499px) {
  .about-info .about-info-lead {
    line-height: 2.5;
    margin-top: 40px;
  }
  .about-info .about-info-lead .sp {
    display: block !important;
  }
}
.about-info .about-info-point {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 110px 0 0;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .about-info .about-info-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 90px;
  }
}
.about-info .about-info-point li {
  width: 29%;
  max-width: 330px;
}
@media only screen and (max-width: 499px) {
  .about-info .about-info-point li {
    width: 100%;
    margin: 0 auto 17vw;
  }
  .about-info .about-info-point li:last-child {
    margin-bottom: 0;
  }
}
.about-info .about-info-point li:nth-child(2) {
  margin: 0 60px;
}
@media only screen and (max-width: 499px) {
  .about-info .about-info-point li:nth-child(2) {
    margin: 0 auto 64px;
  }
}
.about-info .about-info-point li dl dt {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 27px;
}
.about-info .about-info-point li dl dt img {
  width: auto;
  height: 100px;
}
@media only screen and (max-width: 499px) {
  .about-info .about-info-point li dl dt img {
    height: 60px;
  }
}
.about-info .about-info-point li dl dt > span {
  color: #1F232E;
  text-align: center;
  font-weight: bold;
  line-height: 1.556;
  margin-top: 32px;
}
@media only screen and (max-width: 499px) {
  .about-info .about-info-point li dl dt > span {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
  }
}
.about-info .about-info-point li dl dt > span span {
  font-size: 1.1em;
}
.about-info .about-info-point li dl dd {
  margin: 20px 0 0;
  padding: 0;
  line-height: 2.286;
}
@media only screen and (max-width: 499px) {
  .about-info .about-info-point li dl dd {
    line-height: 2;
  }
}

.about-howto .about-info-flow {
  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: 15px 0 0;
  padding: 0 15px;
}
.about-howto .about-info-flow > 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;
  width: 23%;
  height: 100%;
}
@media only screen and (max-width: 499px) {
  .about-howto .about-info-flow > li {
    width: 46%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin: 0 0 30px;
  }
  .about-howto .about-info-flow > li:nth-child(2n) {
    margin: 0 0 30px 8%;
  }
}
.about-howto .about-info-flow > li figure {
  margin: 0;
  padding: 0;
}
.about-howto .about-info-flow > li figure div {
  width: 100%;
}
.about-howto .about-info-flow > li figure div img {
  display: block;
  width: 100%;
  height: auto;
  outline: 1px solid #F0F0F0;
}
@media only screen and (max-width: 499px) {
  .about-howto .about-info-flow > li figure div img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.about-howto .about-info-flow > li figure figcaption {
  line-height: 2.286;
  margin-top: 20px;
  padding: 0;
}

.about-search-head {
  font-size: 21px;
  padding-bottom: 30px;
  border-bottom: 2px solid #333;
}
@media only screen and (max-width: 499px) {
  .about-search-head {
    font-size: 18px;
  }
}
.about-search-block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.about-search-block:nth-child(2) .about-search-link {
  margin-top: 6px;
}
@media only screen and (max-width: 499px) {
  .about-search-block:nth-child(2) .about-search-link {
    margin-top: 30px;
  }
}
.about-search-block:last-child {
  margin-top: 40px;
}
.about-search-block:last-child .about-search-link {
  margin-top: 10px;
}
.about-search-titles {
  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;
  margin: 15px auto 0;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .about-search-titles {
    margin-top: 30px;
  }
}
.about-search-title {
  width: 130px;
  height: 130px;
  border: 1px solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 24px 24px 0;
}
@media only screen and (max-width: 499px) {
  .about-search-title {
    width: calc(33.3333333333% - 10px);
    height: 27.4vw;
    margin: 3vw 3vw 0 0;
  }
  .about-search-title:nth-child(3n) {
    margin-right: 0;
  }
}
.about-search-title:nth-child(6n) {
  margin-right: 0;
}
.about-search-title a {
  width: 130px;
  height: 130px;
  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: 1.5em;
}
@media only screen and (max-width: 499px) {
  .about-search-title a {
    width: 100%;
    height: 100%;
  }
}
.about-search-title a img {
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 110px;
}
@media only screen and (max-width: 499px) {
  .about-search-title a img {
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
  }
}
.about-search-categories {
  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;
  margin: 30px auto 0;
  padding: 0;
}
.about-search-category {
  margin: 0 20px 20px 0;
}
.about-search-category a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
}
@media only screen and (max-width: 499px) {
  .about-search-category a {
    padding-bottom: 6px;
  }
}
.about-search-link {
  text-align: right;
}
.about-search-link a {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
}
.about-search-link 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);
  margin: 0 0 2px 5px;
}

.about-thinking-block:last-child {
  margin-top: 100px;
}
.about-thinking-block h3 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 499px) {
  .about-thinking-block h3 {
    font-size: 18px;
    line-height: 2;
  }
}
.about-thinking-block p {
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 499px) {
  .about-thinking-block p {
    text-align: left;
  }
}

.about-link 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;
}
@media only screen and (max-width: 499px) {
  .about-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin: 0 auto;
  }
}
.about-link ul li {
  margin: 10px;
}
@media only screen and (max-width: 499px) {
  .about-link ul li {
    width: 100%;
    margin: 0 auto;
  }
  .about-link ul li:last-child {
    margin-top: 30px;
  }
}
.about-link ul li a {
  display: inline-block;
  min-width: 150px;
  font-size: 14px;
  padding: 12px 0;
}
@media only screen and (max-width: 499px) {
  .about-link ul li a {
    font-size: 18px;
    margin: 0 auto;
    padding: 16px 0;
  }
}

/*	コンテンツエリア
================================*/
.contents-area,
#contents {
  float: right;
  width: 720px;
}
@media only screen and (max-width: 499px) {
  .contents-area,
  #contents {
    float: none;
    width: auto;
  }
}

.breadcrumbs-wrap {
  margin: 5px 0 20px;
}
@media only screen and (max-width: 499px) {
  .breadcrumbs-wrap {
    display: none;
  }
}
.breadcrumbs-wrap ol {
  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;
  padding: 0;
  margin: 0;
}
.breadcrumbs-wrap ol li {
  font-size: 0.75rem;
}
.breadcrumbs-wrap ol li i {
  margin: 0 10px;
}
.breadcrumbs-wrap ol li a {
  color: #666;
}
.breadcrumbs-wrap ol li a:hover {
  color: #333;
  text-decoration: underline;
}
.tenso-banner {
  margin: 0 0 10px;
}
.tenso-banner a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.category-title {
  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-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #E74718;
  width: 100%;
  padding: 0.5rem 1rem;
}
.category-title h1 {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #1F232E;
  gap: 1rem;
  padding: 1em 0;
}
.category-title h1 em {
  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-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 126px;
  height: auto;
}
.category-title h1 em img {
  width: auto;
  height: auto;
  max-width: calc(100% - 0.5em);
  max-height: calc(100% - 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .category-title h1 em img {
    max-width: none;
    max-height: 89px;
  }
}
.category-title h1 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
}
.category-title p {
  font-size: 1.05em;
}
.category-title p.copyright {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.pageTitle {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 499px) {
  .pageTitle {
    margin-top: 15px;
    font-weight: normal;
    font-size: 20px;
  }
}

/*	並べ替え・絞り込み
================================*/
.category-result {
  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 10px 7px;
  border-bottom: 1px solid #CCC;
  background-color: #F7F7FA;
}
@media only screen and (max-width: 499px) {
  .category-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    padding: 10px 0 0px;
    background-color: #FFF;
  }
}
.category-result p {
  font-size: 13px;
}
.category-result p em {
  display: inline-block;
  vertical-align: middle;
  font-size: larger;
  font-style: normal;
  font-weight: bold;
  margin: 0 1px;
}
@media only screen and (max-width: 499px) {
  .category-result p {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0 10px 0;
  }
}

.category-function {
  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;
}
@media only screen and (max-width: 499px) {
  .category-function {
    -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;
    width: calc(100% - 20px);
    padding: 10px;
    border-top: 1px solid #CCC;
    background-color: #F7F7FA;
  }
}

.category-filter {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.category-filter label[for=category-filter] input {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  margin: 0 2px 0 0;
}
.category-filter label[for=category-filter] input:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
.category-filter label[for=category-filter] a {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
  padding: 0 0 0 15px;
}
.category-filter label[for=category-filter] a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 499px) {
  .category-filter label[for=category-filter] a {
    padding: 0;
  }
}

.category-sort {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.category-sort 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;
}
.category-sort dl dt {
  font-size: 12px;
}
@media only screen and (max-width: 499px) {
  .category-sort dl dt {
    display: none;
  }
}
.category-sort dl dd {
  font-size: 13px;
  width: 8rem;
  height: calc(1rem + 12px);
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .category-sort dl dd {
    font-size: 14px;
  }
}
.category-sort dl dd label[for=category-sort] {
  display: block;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] {
  display: none;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + 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;
  position: absolute;
  width: 8rem;
  margin: 0;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 999;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li {
  display: none;
  background: #FFF;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li a,
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li span {
  display: block;
  background: #FFF;
  padding: 3px 0 2px 5px;
}
@media only screen and (max-width: 499px) {
  .category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li a,
  .category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li span {
    padding: 13px 0 12px 5px;
  }
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li a:hover,
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li span:hover {
  color: #FFF;
  background: #1E90FF;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li.category-sort-active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li.category-sort-active span {
  padding: 3px 0 2px 5px;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li.category-sort-active span:hover {
  color: #1F232E;
  background: #FFF;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li.category-sort-active::after {
  content: "▼";
  margin: 0 3px 0 0;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox] + ul li.category-sort-select {
  cursor: default;
}
.category-sort dl dd label[for=category-sort] input[type=checkbox]:checked + ul li {
  display: block;
}
@media only screen and (max-width: 499px) {
  .category-sort dl dd label[for=category-sort] input[type=checkbox]:checked + ul li {
    border-bottom: 1px solid #CCC;
  }
  .category-sort dl dd label[for=category-sort] input[type=checkbox]:checked + ul li:last-child {
    border-bottom: none;
  }
}
.category-sort dl dd label[for=category-sort] input[type=checkbox]:checked + ul li.category-sort-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCC;
}

@media only screen and (max-width: 499px) {
  #disp_number_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 499px) {
  .disp_number {
    padding: 0 10px 10px 0;
  }
}
.disp_number 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;
}
.disp_number dl dt {
  font-size: 12px;
}
@media only screen and (max-width: 499px) {
  .disp_number dl dt {
    display: none;
  }
}
.disp_number dl dd {
  font-size: 13px;
  width: 8rem;
  height: calc(1rem + 12px);
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .disp_number dl dd {
    font-size: 14px;
  }
}
.disp_number dl dd label[for=disp_number] {
  display: block;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] {
  display: none;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + 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;
  position: absolute;
  width: 8rem;
  margin: 0;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 999;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li {
  display: none;
  background: #FFF;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li a,
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li span {
  display: block;
  background: #FFF;
  padding: 3px 0 2px 5px;
}
@media only screen and (max-width: 499px) {
  .disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li a,
  .disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li span {
    padding: 13px 0 12px 5px;
  }
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li a:hover,
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li span:hover {
  color: #FFF;
  background: #1E90FF;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li.disp_number-active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li.disp_number-active span {
  padding: 3px 0 2px 5px;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li.disp_number-active span:hover {
  color: #1F232E;
  background: #FFF;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li.disp_number-active::after {
  content: "▼";
  margin: 0 3px 0 0;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox] + ul li.disp_number-select {
  cursor: default;
}
.disp_number dl dd label[for=disp_number] input[type=checkbox]:checked + ul li {
  display: block;
}
@media only screen and (max-width: 499px) {
  .disp_number dl dd label[for=disp_number] input[type=checkbox]:checked + ul li {
    border-bottom: 1px solid #CCC;
  }
  .disp_number dl dd label[for=disp_number] input[type=checkbox]:checked + ul li:last-child {
    border-bottom: none;
  }
}
.disp_number dl dd label[for=disp_number] input[type=checkbox]:checked + ul li.disp_number-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCC;
}

ul.category-list {
  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;
}
@media only screen and (max-width: 499px) {
  ul.category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    padding: 0 1em;
  }
}
ul.category-list > li {
  width: calc(33.3333333333% - 4em);
  margin: 1em;
}
@media only screen and (max-width: 499px) {
  ul.category-list > li {
    width: 100%;
    margin: 0 0 20px;
  }
}
ul.category-list > li div {
  border-bottom: 1.5px solid #bbb;
}
ul.category-list > li div a {
  display: block;
  font-size: 1.3em;
  padding: 1em;
}
@media only screen and (max-width: 499px) {
  ul.category-list > li div a {
    padding: 1em 0;
  }
}
ul.category-list > li ul > li {
  margin-left: 2em;
  border-bottom: 1px solid #bbb;
}
@media only screen and (max-width: 499px) {
  ul.category-list > li ul > li {
    margin-left: 0;
  }
}
ul.category-list > li ul > li a {
  display: block;
  padding: 0.7em;
  font-size: 1em;
}
@media only screen and (max-width: 499px) {
  ul.category-list > li ul > li a {
    padding: 1em 0;
  }
}

/*	商品一覧
================================*/
.list-item ul,
.list-item 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;
  width: 100%;
  padding: 0 25px 30px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .list-item ul,
  .list-item ol {
    padding: 0 20px 20px;
  }
}
.list-item ul li,
.list-item 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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 500px) {
  .list-item ul li,
  .list-item ol li {
    width: calc(25% - 20px);
    height: 100%;
    margin: 30px calc((100% - (25% - 20px) * 4) / 3) 10px 0;
  }
  .list-item ul li:nth-child(4n),
  .list-item ol li:nth-child(4n) {
    margin: 30px 0 10px;
  }
}
@media only screen and (max-width: 499px) {
  .list-item ul li,
  .list-item ol li {
    width: calc(50% - 20px);
    height: 100%;
    margin: 30px calc((100% - (50% - 20px) * 2) / 1) 10px 0;
  }
  .list-item ul li:nth-child(2n),
  .list-item ol li:nth-child(2n) {
    margin: 30px 0 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .list-item ul li,
  .list-item ol li {
    width: calc(25% - 20.01px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@supports (-ms-ime-align: auto) {
  .list-item ul li,
  .list-item ol li {
    width: calc(25% - 20.01px);
  }
}
.list-item ul li a dl,
.list-item 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-item ul li a dl dd,
.list-item ol li a dl dd {
  margin: 0;
}
.list-item ul li a dl dd:last-of-type,
.list-item ol li a dl dd:last-of-type {
  margin: 6px 0 0;
}
.list-item ul li a:hover dt,
.list-item ol li a:hover dt {
  text-decoration: underline;
}
@media only screen and (max-width: 499px) {
  .list-item ul + p,
  .list-item ol + p {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    position: relative;
    line-height: 1.4em;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #000;
  }
  .list-item ul + p a,
  .list-item ol + p a {
    display: block;
    padding: 10px 0 8px 0;
  }
  .list-item ul + p a:link, .list-item ul + p a:hover, .list-item ul + p a:visited, .list-item ul + p a:active,
  .list-item ol + p a:link,
  .list-item ol + p a:hover,
  .list-item ol + p a:visited,
  .list-item ol + p a:active {
    color: #FFF;
  }
}

.list-image 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;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 100%;
  width: 1rem;
  height: 1rem;
  padding: 5px 4px 4px;
  margin: -2px;
  border-radius: 4px;
  background: #1F232E;
  position: absolute;
  z-index: 999;
}
.list-image img {
  display: block;
  width: 148px;
  max-height: 164px;
}
@media only screen and (max-width: 499px) {
  .list-image img {
    width: 100%;
    max-height: none;
    height: auto;
  }
}

.list-name {
  font-size: 0.77rem;
  line-height: 1rem;
  margin: 7px 0 3px;
  width: 100%;
  min-height: 2rem;
}
@media only screen and (max-width: 499px) {
  .list-name {
    max-height: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .list-name {
    width: 148px;
    word-break: break-all;
    white-space: normal;
  }
}

.list-price {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.75rem;
  font-weight: bold;
  width: calc(100% - 2px);
  padding: 0 0 0 2px;
}
@media only screen and (max-width: 499px) {
  .list-price {
    width: 100%;
  }
}
.list-price small {
  font-size: 0.7rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px;
}
.list-price span {
  font-size: 11px;
  display: inline-block;
  font-weight: normal;
  margin: 0 -2px;
}
.list-price.is-set + .list-price {
  display: none;
}
.list-price.is-set + .list-price + .list-price {
  display: none;
}
.list-price .small-price {
  font-size: 0.9em;
  padding: 0 0 1px 0;
}
.list-price .blank-label {
  padding-left: 3.3em;
}

.list-status {
  font-size: 0.68rem;
  line-height: 1em;
  padding: 3.5px 4px 2px;
  border-radius: 2px;
  margin: 6px 0 0;
}
.list-status.is-stocked {
  color: #00A;
  border: 1px solid #00A;
  background-color: #FFF;
}
.list-status.is-few {
  color: #C00;
  border: 1px solid #C00;
  background-color: #FFF;
}
.list-status.is-finished {
  color: #FFF;
  border: 1px solid #333;
  background-color: #333;
}
.list-status.is-presale {
  color: #629926;
  border: 1px solid #629926;
  background-color: #FFF;
}

.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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 50px);
  margin: auto;
}
@media only screen and (max-width: 499px) {
  .list-pager ul {
    width: calc(100% - 20px);
    padding: 10px 10px 30px;
  }
}
.list-pager ul li {
  min-width: 4rem;
}
@media only screen and (max-width: 499px) {
  .list-pager ul li {
    min-width: calc(14.2857142857% - 15px);
  }
}
.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;
}

@media only screen and (min-width: 500px) {
  .list-item-6 ul,
  .list-item-6 ol {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .list-item-6 ul li,
  .list-item-6 ol li {
    width: calc(16.6666666667% - 20px);
    margin: 30px calc((100% - (16.6666666667% - 20px) * 6) / 5) 20px 0;
  }
  .list-item-6 ul li:nth-child(4n),
  .list-item-6 ol li:nth-child(4n) {
    margin: 30px calc((100% - (16.6666666667% - 20px) * 6) / 5) 20px 0;
  }
  .list-item-6 ul li:nth-child(6),
  .list-item-6 ol li:nth-child(6) {
    margin: 30px 0 20px;
  }
  .list-item-6 ul li .list-image img,
  .list-item-6 ol li .list-image img {
    width: 128px;
    max-height: 143px;
  }
}

/*	作品一覧
================================*/
.list-title ul,
.list-title 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;
  width: calc(100% - 40px);
  padding: 0 20px 20px;
  margin: 0;
}
@media only screen and (max-width: 499px) {
  .list-title ul,
  .list-title ol {
    width: calc(100% - 30px);
    padding: 0 15px 20px;
  }
}
.list-title ul li,
.list-title 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;
  outline: 1px solid #EFEFEF;
}
@media only screen and (min-width: 500px) {
  .list-title ul li,
  .list-title ol li {
    width: calc(20% - 10px);
    height: 100%;
    margin: 15px calc((100% - (20% - 10px) * 5) / 4) 0 0;
  }
  .list-title ul li:nth-child(5n),
  .list-title ol li:nth-child(5n) {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 499px) {
  .list-title ul li,
  .list-title ol li {
    width: calc(33.3333333333% - 10px);
    height: 100%;
    margin: 15px calc((100% - (33.3333333333% - 10px) * 3) / 2) 0 0;
  }
  .list-title ul li:nth-child(3n),
  .list-title ol li:nth-child(3n) {
    margin: 15px 0 0;
  }
}
.list-title ul li a,
.list-title ol 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;
  width: 100%;
  height: 130px;
  font-size: 1.5em;
}
@media only screen and (max-width: 499px) {
  .list-title ul li a,
  .list-title ol li a {
    height: 29vw;
  }
}
.list-title ul li a img,
.list-title ol li a img {
  width: auto;
  height: auto;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}
@media all and (-ms-high-contrast: none) {
  .list-title ul li a img,
  .list-title ol li a img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 499px) {
  .list-title ul + p,
  .list-title ol + p {
    display: block;
    text-align: center;
    padding: 10px 0 8px 0;
    font-size: 0.8rem;
    position: relative;
    line-height: 1.4em;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #000;
  }
  .list-title ul + p a:link, .list-title ul + p a:hover, .list-title ul + p a:visited, .list-title ul + p a:active,
  .list-title ol + p a:link,
  .list-title ol + p a:hover,
  .list-title ol + p a:visited,
  .list-title ol + p a:active {
    color: #FFF;
  }
}

@media only screen and (min-width: 500px) {
  .list-title-6 ul li,
  .list-title-6 ol li {
    width: calc(16.6666666667% - 15px);
    margin: 15px calc((100% - (16.6666666667% - 15px) * 6) / 5) 0 0;
  }
  .list-title-6 ul li:nth-child(5n),
  .list-title-6 ol li:nth-child(5n) {
    margin: 15px calc((100% - (16.6666666667% - 15px) * 6) / 5) 0 0;
  }
  .list-title-6 ul li:nth-child(6n),
  .list-title-6 ol li:nth-child(6n) {
    margin: 15px 0 0;
  }
  .list-title-6 ul li a,
  .list-title-6 ol li a {
    width: 100%;
    height: 130px;
  }
  .list-title-6 ul li a img,
  .list-title-6 ol li a img {
    width: auto;
    height: auto;
    max-width: 110px;
    max-height: 110px;
  }
}

/*	商品詳細
================================*/
@media only screen and (min-width: 500px) {
  .detail-wrap {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 590px 20px 345px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    -ms-grid-columns: 590px 20px 345px;
    -ms-grid-rows: max-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detail-wrap .detail-box:nth-child(1) {
    grid-row: 1/2;
    grid-column: 3/3;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    padding: 20px 20px 0;
  }
  .detail-wrap .detail-box:nth-child(2) {
    grid-row: 1/4;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -webkit-box-shadow: 0 2px 0 #E6E6E3;
            box-shadow: 0 2px 0 #E6E6E3;
  }
  .detail-wrap .detail-box:nth-child(3) {
    grid-row: 2/2;
    grid-column: 3/3;
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    padding: 0 15px 20px;
    -webkit-box-shadow: 0 2px 0 #E6E6E3;
            box-shadow: 0 2px 0 #E6E6E3;
  }
  .detail-wrap .detail-box:nth-child(4) {
    grid-row: 4/4;
    grid-column: 1/span 3;
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    margin: 30px 0;
  }
  .detail-wrap div.detail-company {
    padding: 25px 20px 20px;
  }
  .detail-wrap div.detail-company p {
    margin: 0;
  }
  .detail-wrap div.detail-company p em {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 200%;
  }
}
@media only screen and (max-width: 499px) {
  .detail-wrap .detail-box {
    padding: 20px 10px;
    background: #FFF;
  }
  .detail-wrap .detail-box:nth-child(1) {
    padding: 20px 10px 0;
  }
  .detail-wrap .detail-box:nth-child(2) {
    padding: 10px 10px 0;
  }
  .detail-wrap .detail-box:nth-child(3) {
    padding: 10px 10px 0;
  }
  .detail-wrap .detail-box:nth-child(4) {
    padding: 20px 0px;
    margin: 30px 0;
  }
  .detail-wrap div.detail-company {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.detail-wrap em {
  font-style: normal;
}
.detail-wrap hr {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #E2E2E2;
}
.detail-wrap .detail-item .detail-note table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 0.725rem;
  line-height: 200%;
  margin: 30px 0;
  width: 100%;
}
.detail-wrap .detail-item .detail-note table tr th {
  font-weight: normal;
  border: 1px solid #EEE;
  border-bottom: none;
  background: #F9F9F9;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.detail-wrap .detail-item .detail-note table tr td {
  border: 1px solid #EEE;
  border-left: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-wrap .detail-item .detail-note table tr td 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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}
.detail-wrap .detail-item .detail-note table tr td li {
  width: 33.3333333333%;
  padding: 0.75em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.detail-wrap div.detail-brand-logo {
  text-align: center;
}
.detail-wrap div.detail-brand-logo img {
  width: 60%;
  margin-top: 20px;
}
.detail-wrap .detail-tokuten em {
  font-weight: bold;
  font-style: normal;
}
.detail-wrap .detail-tokuten 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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  list-style: none;
}
.detail-wrap .detail-tokuten ul li {
  width: 45%;
}
.detail-wrap .detail-tokuten ul li:only-child {
  width: 70%;
}
@media only screen and (max-width: 499px) {
  .detail-wrap .detail-tokuten ul li {
    width: 100%;
    margin: 1em;
  }
  .detail-wrap .detail-tokuten ul li:only-child {
    width: 100%;
  }
}
.detail-wrap .detail-tokuten ul img {
  display: block;
  max-width: 100%;
  height: auto;
}

.detail-name {
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFF;
}
.detail-name h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.25rem;
  line-height: 130%;
  margin: 5px 0 0;
  width: 100%;
}
.detail-name h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.75rem;
  font-weight: normal;
  text-indent: 0.1em;
  width: 100%;
}
.detail-name h2 a {
  color: #666;
}
.detail-name h2 a:hover {
  color: #333;
  text-decoration: underline;
}
.detail-name h2 a cite {
  font-style: normal;
}

.detail-image {
  padding: 20px 20px 0;
  background: #FFF;
}
@media only screen and (max-width: 499px) {
  .detail-image {
    padding: 0;
  }
}
.detail-image .detail-image-head {
  font-size: 1.35rem;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-image-head {
    padding: 13px 5px 0;
    margin: 10px 0 0;
    border-top: solid 1px #111;
  }
}
.detail-image .detail-image-subhead {
  color: #C00;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 7px;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-image-subhead {
    padding: 0 5px 13px;
    margin: 0 0 20px;
    border-bottom: solid 1px #111;
  }
}
.detail-image .detail-slider {
  margin: 10px 0 0;
  overflow: hidden;
}
.detail-image .detail-slider > div > div > div img {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-slider > div > div > div img {
    width: 100%;
    height: auto;
  }
}
.detail-image .detail-slider > 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: 20px 0 0;
}
.detail-image .detail-slider > ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 500px) {
  .detail-image .detail-slider > ul li {
    width: 11%;
    margin: 0 1.7142857143% 10px 0;
  }
  .detail-image .detail-slider > ul li:nth-child(8n) {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-slider > ul li {
    width: 16%;
    margin: 0 5% 10px 0;
  }
  .detail-image .detail-slider > ul li:nth-child(5n) {
    margin: 0 0 10px;
  }
}
.detail-image .detail-slider > ul li a {
  cursor: pointer;
}
.detail-image .detail-slider > ul li a img {
  display: block;
  width: 60px;
  height: auto;
  outline: 1px solid #EFEFEF;
  outline-offset: -1px;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-slider > ul li a img {
    width: 100%;
  }
}
.detail-image .detail-slider > ul li a:hover img {
  opacity: 1;
}
.detail-image .detail-slider > ul li:hover img {
  outline: 1px solid #A6C7FF;
  outline-offset: -1px;
}
.detail-image .detail-slider > ul li.slick-active img {
  outline: 1px solid #2F55D7;
  outline-offset: -1px;
}
.detail-image .detail-slider > span {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: 0;
  margin: calc(50% - 25px) 10px 0;
  border: 5px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 200;
}
.detail-image .detail-slider > span:hover {
  border: 5px solid rgba(0, 0, 0, 0.4);
}
.detail-image .detail-slider > span:nth-of-type(1) {
  left: 0;
  border-top: none;
  border-right: none;
}
.detail-image .detail-slider > span:nth-of-type(2) {
  right: 0;
  border-bottom: none;
  border-left: none;
}
.detail-image .detail-thumb {
  margin-top: 20px;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-thumb div.slick-slide {
    margin: 0 5px;
  }
}
.detail-image .detail-thumb div img {
  display: block;
  width: 70px;
  height: auto;
  outline: 1px solid #efefef;
  outline-offset: -1px;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-thumb div img {
    width: 100%;
  }
}
.detail-image .detail-thumb div.slick-center img {
  outline: 1px solid #2F55D7;
  outline-offset: -1px;
}
.detail-image .copyright {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  color: #666;
}

.detail-note {
  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;
}
@media all and (-ms-high-contrast: none) {
  .detail-note {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.detail-note p {
  font-size: 0.8rem;
  line-height: 200%;
  margin: 15px 0;
}
.detail-note section,
.detail-note div {
  background: #FFF;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 499px) {
  .detail-note section,
  .detail-note div {
    width: 100%;
  }
}
.detail-note section a,
.detail-note div a {
  color: #06F;
  text-decoration: underline;
}
.detail-note section a:hover,
.detail-note div a:hover {
  color: #C00;
}
.detail-note section h3,
.detail-note div h3 {
  font-size: 1.95em;
  font-weight: normal;
}
.detail-note section.p-itemMessage-imageRight:after, .detail-note section.p-itemMessage-imageLeft:after,
.detail-note div.p-itemMessage-imageRight:after,
.detail-note div.p-itemMessage-imageLeft:after {
  content: "";
  display: block;
  clear: both;
}
.detail-note section.p-itemMessage-imageRight img, .detail-note section.p-itemMessage-imageLeft img,
.detail-note div.p-itemMessage-imageRight img,
.detail-note div.p-itemMessage-imageLeft img {
  width: 45%;
  height: auto;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight img, .detail-note section.p-itemMessage-imageLeft img,
  .detail-note div.p-itemMessage-imageRight img,
  .detail-note div.p-itemMessage-imageLeft img {
    display: block;
    width: 80%;
  }
}
.detail-note section.p-itemMessage-imageRight p, .detail-note section.p-itemMessage-imageLeft p,
.detail-note div.p-itemMessage-imageRight p,
.detail-note div.p-itemMessage-imageLeft p {
  margin: 5px 0;
  width: 50%;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight p, .detail-note section.p-itemMessage-imageLeft p,
  .detail-note div.p-itemMessage-imageRight p,
  .detail-note div.p-itemMessage-imageLeft p {
    width: 100%;
  }
}
.detail-note section.p-itemMessage-imageRight h3, .detail-note section.p-itemMessage-imageLeft h3,
.detail-note div.p-itemMessage-imageRight h3,
.detail-note div.p-itemMessage-imageLeft h3 {
  font-size: 1.75em;
  font-weight: normal;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight h3, .detail-note section.p-itemMessage-imageLeft h3,
  .detail-note div.p-itemMessage-imageRight h3,
  .detail-note div.p-itemMessage-imageLeft h3 {
    margin: 20px 0 0;
  }
}
.detail-note section.p-itemMessage-imageRight p,
.detail-note div.p-itemMessage-imageRight p {
  float: left;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight p,
  .detail-note div.p-itemMessage-imageRight p {
    float: none;
  }
}
.detail-note section.p-itemMessage-imageRight img,
.detail-note div.p-itemMessage-imageRight img {
  float: right;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight img,
  .detail-note div.p-itemMessage-imageRight img {
    float: none;
    margin: 10px auto;
  }
}
.detail-note section.p-itemMessage-imageLeft p,
.detail-note div.p-itemMessage-imageLeft p {
  float: right;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageLeft p,
  .detail-note div.p-itemMessage-imageLeft p {
    float: none;
  }
}
.detail-note section.p-itemMessage-imageLeft img,
.detail-note div.p-itemMessage-imageLeft img {
  float: left;
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageLeft img,
  .detail-note div.p-itemMessage-imageLeft img {
    float: none;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 500px) {
  .detail-note section {
    padding: 10px 20px 0;
  }
  .detail-note div {
    padding: 10px 20px;
  }
  .detail-note div:last-of-type {
    padding: 0 20px 30px;
  }
}
.detail-note .c-width-90 {
  width: 100%;
  padding: 5px 20px;
  background: #FFF;
}
.detail-note .detail-presale {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  width: 100%;
  padding: 5px 0 20px;
  margin: 20px 0 0;
  border-top: 5px solid #314B9D;
}
.detail-note .detail-presale .detail-presale-head {
  font-size: 1.25rem;
  font-weight: bold;
  text-indent: 3px;
  border-bottom: 1px solid #DDD;
  margin: 0 0 10px;
  padding: 10px 10px;
}
.detail-note .detail-presale 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 10px;
}
.detail-note .detail-presale div .detail-presale-head {
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0;
}
.detail-note .detail-presale div p {
  font-size: 0.85rem;
  line-height: 160%;
  width: 100%;
  margin: 0 0 5px 0px;
}
.detail-note .detail-presale div p i {
  margin: 0 5px 7px 0;
}
.detail-note .detail-presale div p em {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: bold;
}
.detail-note .detail-presale div p small {
  color: #666;
  font-size: 0.7rem;
}
.detail-note .detail-presale div p hr {
  width: 100%;
  border: none;
  border-top: 1px solid #FFF;
  margin: 10px 0;
}
.detail-note .detail-presale div dl {
  width: 40%;
  margin: 0;
  padding: 0;
}
.detail-note .detail-presale div dl dt {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
.detail-note .detail-presale div dl dd {
  font-size: 0.8rem;
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px solid #EEE;
}
.detail-note .detail-presale div dl dd span {
  display: block;
}
.detail-note .detail-presale div figure {
  width: 55%;
  margin: 0;
  padding: 0;
}
.detail-note .detail-presale div figure iframe {
  width: 100%;
  height: 240px;
}
.detail-note .detail-supplement p {
  margin: 0;
}
.detail-note .detail-supplement p small {
  font-size: 0.8rem;
}
.detail-note .detail-spec ul {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .detail-note .detail-spec ul {
    margin: 20px 0 0;
    padding: 20px 5px 10px;
  }
}
.detail-note .detail-spec ul li {
  font-size: 0.75rem;
  line-height: 200%;
}

.detail-purchase {
  background: #FFF;
}
.detail-purchase ol,
.detail-purchase ul,
.detail-purchase dl,
.detail-purchase dt,
.detail-purchase dd {
  margin: 0;
  padding: 0;
}
.detail-purchase > div {
  margin: 0 0 20px;
  padding: 0 5px 20px;
  border-bottom: 1px solid #E2E2E2;
}
@media only screen and (min-width: 500px) {
  .detail-purchase > div:last-child {
    margin: 0;
    padding: 0 5px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 499px) {
  .detail-purchase > div {
    padding: 20px 5px;
  }
}

.detail-price {
  margin: 10px 0 20px;
}
@media only screen and (max-width: 499px) {
  .detail-price {
    padding: 20px 5px;
    border-top: 1px solid #E2E2E2;
  }
}
.detail-price 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;
}
.detail-price dl dt {
  font-size: 0.75rem;
  text-align: right;
  margin: 2px 10px 0 0;
  width: 2.56rem;
}
.detail-price dl dt:last-child {
  margin: 3px 10px 0 0;
}
.detail-price dl dd {
  width: 75%;
  font-size: 1.15rem;
  line-height: 100%;
}
.detail-price dl dd::first-letter {
  font-weight: normal;
  margin: 0 1px 0 0;
}
.detail-price dl dd small {
  font-size: 0.75rem;
  font-weight: normal;
}
.detail-price dl dd:last-child {
  margin: 3px 0 0;
}
.detail-price dl dd.small-price {
  font-size: 0.9em;
  padding: 0 0 10px 0;
}
.detail-price p {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 6px 0 0;
  text-indent: 0.15rem;
}
.detail-price p em {
  color: #C00;
  font-size: 1.05em;
  font-style: normal;
}

.detail-sale {
  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;
}
.detail-sale .detail-sale-status {
  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: 1.36rem;
  border-radius: 2px;
}
.detail-sale .detail-sale-status i {
  color: #FFF;
  font-size: 1.7rem;
  text-align: center;
  margin: 0 8px 0 0;
  padding: 3px;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 3px;
}
.detail-sale .detail-sale-status.is-stocked {
  color: #00A;
}
.detail-sale .detail-sale-status.is-stocked i {
  background: #00A;
  line-height: 105%;
}
.detail-sale .detail-sale-status.is-few {
  color: #C00;
}
.detail-sale .detail-sale-status.is-few i {
  background: #C00;
  line-height: 110%;
}
.detail-sale .detail-sale-status.is-few + .is-stocked {
  display: none;
}
.detail-sale .detail-sale-status.is-finished {
  color: #333;
}
.detail-sale .detail-sale-status.is-finished i {
  background: #333;
  line-height: 100%;
}
.detail-sale .detail-sale-status.is-presale {
  color: #333;
}
.detail-sale .detail-sale-status.is-presale em {
  font-size: 0.9em;
  font-style: normal;
}
.detail-sale .detail-sale-status em {
  font-weight: bold;
  font-style: normal;
  line-height: 140%;
  margin: 3px 0 0;
}
.detail-sale .detail-sale-status span {
  margin: 0 5px 0 0;
}
.detail-sale .detail-sale-status small {
  display: block;
  font-size: 0.55em;
  font-weight: normal;
  text-indent: 0.15em;
  line-height: 130%;
}
.detail-sale dl.detail-sale-date {
  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: 9px 0 0;
}
.detail-sale dl.detail-sale-date dt {
  font-size: 0.75rem;
  margin: 3px 0 0;
}
.detail-sale dl.detail-sale-date dt:nth-of-type(1) {
  margin: 0;
}
.detail-sale dl.detail-sale-date dd {
  font-size: 1rem;
  width: 80%;
}
.detail-sale p.detail-sale-date {
  font-size: 0.93rem;
  margin: 9px 0 0;
}
.detail-sale .detail-sale-caution {
  font-size: 1rem;
  line-height: 120%;
}
.detail-sale .detail-sale-caution small {
  font-size: 0.7em;
}
.detail-sale .detail-sale-caution:nth-of-type(2) {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin: 5px 0 0;
}
.detail-sale .detail-sale-caution:nth-of-type(3) {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

.detail-select dl {
  margin: 10px 0 0;
}
.detail-select dl dt {
  font-size: 0.75rem;
  margin: 10px 0 0;
}
.detail-select dl dt:first-child {
  margin: 0;
}
.detail-select dl dd {
  margin: 5px 0 20px;
}
.detail-select dl dd 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;
}
.detail-select dl dd ul li {
  margin: 0 5px 5px 0;
}
.detail-select dl dd ul li.detail-select-range {
  width: calc(33.3333333333% - 3.3333333333px);
}
.detail-select dl dd ul li.detail-select-range:nth-child(3n) {
  margin: 0 0 5px;
}
.detail-select dl dd ul li.detail-select-form {
  width: calc(100% - 2.5px);
}
.detail-select dl dd ul li.detail-select-form:nth-child(2n) {
  margin: 0 0 5px;
}
.detail-select dl dd ul li.detail-select-quantity {
  width: calc(20% - 4px);
}
.detail-select dl dd ul li.detail-select-quantity:nth-child(5n) {
  margin: 0 0 5px;
}
.detail-select dl dd span {
  display: block;
}

.detail-select-radio {
  display: block;
  text-align: center;
  cursor: pointer;
}
.detail-select-radio input {
  display: none;
}
.detail-select-radio input + span {
  display: block;
  font-size: 0.72rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 0 9px;
  background: #F3F3F3;
  outline: 1px solid #EEE;
  outline-offset: -1px;
  cursor: pointer;
}
.detail-select-radio input:hover + span {
  outline: 1px solid #A6C7FF;
  outline-offset: -1px;
}
.detail-select-radio input:checked + span {
  outline: 2px solid #2F55D7;
  outline-offset: -2px;
  background: #FFF;
}
.detail-select-radio input:disabled + span {
  background: #ccc;
  color: #aaa;
}

.detail-caution dl dt {
  font-size: 0.75rem;
  margin: 0 0 2px;
}
.detail-caution dl dd {
  font-size: 1rem;
  line-height: 120%;
  margin: 0 0 5px 0;
}
.detail-caution dl dd small {
  color: #666;
  font-size: 0.8em;
}
.detail-caution dl dd em {
  color: #C00;
  font-weight: bold;
  font-style: normal;
}

.detail-sns 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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (min-width: 500px) {
  .detail-sns ul li {
    margin: 0 10px 0 0;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 499px) {
  .detail-sns ul li {
    width: 33.3333333333%;
  }
}
.detail-sns 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;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 499px) {
  .detail-sns ul li a {
    width: auto;
    height: auto;
    padding: 5px 0;
  }
}
.detail-sns ul li a i {
  color: #FFF;
  font-size: 1.5rem;
}
.detail-sns ul li.detail-sns-twitter {
  background: #1B95E0;
}
.detail-sns ul li.detail-sns-facebook {
  background: #4267B2;
}
.detail-sns ul li.detail-sns-facebook i {
  font-size: 1.8rem;
  margin: 7px 0 0 5px;
}
@media only screen and (max-width: 499px) {
  .detail-sns ul li.detail-sns-facebook i {
    margin: 0;
  }
}
.detail-sns ul li.detail-sns-line {
  background: #01BB00;
}
.detail-sns ul li.detail-sns-line i {
  margin: -4px 0 0;
}
@media only screen and (max-width: 499px) {
  .detail-sns ul li.detail-sns-line i {
    margin: 0;
  }
}

.detail-sizechart 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;
}
.detail-sizechart dl dt {
  font-size: 0.8rem;
  margin: 0 0 2px;
}
.detail-sizechart dl dd:nth-of-type(1) a {
  color: #06F;
  font-size: 0.75rem;
  text-decoration: underline;
}
.detail-sizechart dl dd:nth-of-type(1) a:hover {
  color: #C00;
}
.detail-sizechart dl dd:nth-of-type(1) a i {
  margin: 0 0 0 2px;
}
.detail-sizechart dl dd:nth-of-type(2) {
  margin: 10px 0 0;
  overflow-x: auto;
}
.detail-sizechart dl dd:nth-of-type(2) table {
  text-align: center;
  width: 100%;
  table-layout: fixed;
}
.detail-sizechart dl dd:nth-of-type(2) table tr {
  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;
}
.detail-sizechart dl dd:nth-of-type(2) table tr:nth-child(even) th,
.detail-sizechart dl dd:nth-of-type(2) table tr:nth-child(even) td {
  background: #FCFCFC;
}
.detail-sizechart dl dd:nth-of-type(2) table tr th,
.detail-sizechart dl dd:nth-of-type(2) table tr td {
  min-width: 18.1818181818%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-1 th,
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-1 td {
  min-width: 50%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-2 th,
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-2 td {
  min-width: 33.3333333333%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-3 th,
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-3 td {
  min-width: 25%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-4 th,
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-4 td {
  min-width: 20%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr th {
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: 2px solid #3A71D6;
  padding: 8px 0;
}
.detail-sizechart dl dd:nth-of-type(2) table tr td {
  font-size: 0.7rem;
  padding: 8px 0;
  border-bottom: 1px solid #DDD;
}
.detail-sizechart dl dd:nth-of-type(2) table tr td::after {
  content: "cm";
}
.detail-sizechart dl dd:nth-of-type(2) table tr td:first-child {
  font-weight: bold;
}
.detail-sizechart dl dd:nth-of-type(2) table tr td:first-child::after {
  content: "";
}

/*	商品詳細
================================*/
@media only screen and (min-width: 500px) {
  .detail-wrap {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 590px 20px 345px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    -ms-grid-columns: 590px 20px 345px;
    -ms-grid-rows: max-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detail-wrap .detail-box:nth-child(1) {
    grid-row: 1/2;
    grid-column: 3/3;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    padding: 20px 20px 0;
  }
  .detail-wrap .detail-box:nth-child(2) {
    grid-row: 1/4;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -webkit-box-shadow: 0 2px 0 #E6E6E3;
            box-shadow: 0 2px 0 #E6E6E3;
  }
  .detail-wrap .detail-box:nth-child(3) {
    grid-row: 2/2;
    grid-column: 3/3;
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    padding: 0 15px 20px;
    -webkit-box-shadow: 0 2px 0 #E6E6E3;
            box-shadow: 0 2px 0 #E6E6E3;
  }
  .detail-wrap .detail-box:nth-child(4) {
    grid-row: 4/4;
    grid-column: 1/span 3;
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    margin: 30px 0;
  }
  .detail-wrap div.detail-company {
    padding: 25px 20px 20px;
  }
  .detail-wrap div.detail-company p {
    margin: 0;
  }
  .detail-wrap div.detail-company p em {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 200%;
  }
}
@media only screen and (max-width: 499px) {
  .detail-wrap .detail-box {
    padding: 20px 10px;
    background: #FFF;
  }
  .detail-wrap .detail-box:nth-child(1) {
    padding: 20px 10px 0;
  }
  .detail-wrap .detail-box:nth-child(2) {
    padding: 10px 10px 0;
  }
  .detail-wrap .detail-box:nth-child(3) {
    padding: 10px 10px 0;
  }
  .detail-wrap .detail-box:nth-child(4) {
    padding: 20px 0;
    margin: 30px 0;
  }
  .detail-wrap div.detail-company {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.detail-wrap em {
  font-style: normal;
}
.detail-wrap hr {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #E2E2E2;
}
.detail-wrap .detail-item .detail-note table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 0.725rem;
  line-height: 200%;
  margin: 30px 0;
  width: 100%;
}
.detail-wrap .detail-item .detail-note table tr th {
  font-weight: normal;
  border: 1px solid #EEE;
  border-bottom: none;
  background: #F9F9F9;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.detail-wrap .detail-item .detail-note table tr td {
  border: 1px solid #EEE;
  border-left: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-wrap .detail-item .detail-note table tr td 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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}
.detail-wrap .detail-item .detail-note table tr td li {
  width: 33.3333333333%;
  padding: 0.75em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.detail-wrap div.detail-brand-logo {
  text-align: center;
}
.detail-wrap div.detail-brand-logo img {
  width: 60%;
  margin-top: 20px;
}
.detail-wrap .detail-tokuten em {
  font-weight: bold;
  font-style: normal;
}
.detail-wrap .detail-tokuten 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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  list-style: none;
  margin: 40px 0 0 0;
}
.detail-wrap .detail-tokuten ul li {
  width: 45%;
}
.detail-wrap .detail-tokuten ul li:only-child {
  width: 70%;
}
@media only screen and (max-width: 499px) {
  .detail-wrap .detail-tokuten ul li {
    width: 100%;
    margin: 1em;
  }
  .detail-wrap .detail-tokuten ul li:only-child {
    width: 100%;
  }
}
.detail-wrap .detail-tokuten ul img {
  display: block;
  max-width: 100%;
  height: auto;
}

.detail-name {
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFF;
}
.detail-name h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.25rem;
  line-height: 130%;
  margin: 5px 0 0;
  width: 100%;
}
.detail-name h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.75rem;
  font-weight: normal;
  text-indent: 0.1em;
  width: 100%;
}
.detail-name h2 a {
  color: #666;
}
.detail-name h2 a:hover {
  color: #333;
  text-decoration: underline;
}
.detail-name h2 a cite {
  font-style: normal;
}

.detail-image {
  padding: 20px 20px 0;
  background: #FFF;
}
@media only screen and (max-width: 499px) {
  .detail-image {
    padding: 0;
  }
}
.detail-image .detail-image-head {
  font-size: 1.35rem;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-image-head {
    padding: 13px 5px 0;
    margin: 10px 0 0;
    border-top: solid 1px #111;
  }
}
.detail-image .detail-image-subhead {
  color: #C00;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 7px;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-image-subhead {
    padding: 0 5px 13px;
    margin: 0 0 20px;
    border-bottom: solid 1px #111;
  }
}
.detail-image .detail-slider {
  margin: 10px 0 0;
  overflow: hidden;
}
.detail-image .detail-slider > div > div > a .detail-slide-image {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-slider > div > div > a .detail-slide-image {
    width: 100%;
    height: auto;
  }
}
.detail-image .detail-slider > 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: 20px 0 0;
}
.detail-image .detail-slider > ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 500px) {
  .detail-image .detail-slider > ul li {
    width: 11%;
    margin: 0 1.7142857143% 10px 0;
  }
  .detail-image .detail-slider > ul li:nth-child(8n) {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-slider > ul li {
    width: 16%;
    margin: 0 5% 10px 0;
  }
  .detail-image .detail-slider > ul li:nth-child(5n) {
    margin: 0 0 10px;
  }
}
.detail-image .detail-slider > ul li a {
  cursor: pointer;
}
.detail-image .detail-slider > ul li a img {
  display: block;
  width: 60px;
  height: auto;
  outline: 1px solid #EFEFEF;
  outline-offset: -1px;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-slider > ul li a img {
    width: 100%;
  }
}
.detail-image .detail-slider > ul li a:hover img {
  opacity: 1;
}
.detail-image .detail-slider > ul li:hover img {
  outline: 1px solid #A6C7FF;
  outline-offset: -1px;
}
.detail-image .detail-slider > ul li.slick-active img {
  outline: 1px solid #2F55D7;
  outline-offset: -1px;
}
.detail-image .detail-slider > span {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: 0;
  margin: calc(50% - 25px) 10px 0;
  border: 5px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 100;
}
.detail-image .detail-slider > span:hover {
  border: 5px solid rgba(0, 0, 0, 0.4);
}
.detail-image .detail-slider > span:nth-of-type(1) {
  left: 0;
  border-top: none;
  border-right: none;
}
.detail-image .detail-slider > span:nth-of-type(2) {
  right: 0;
  border-bottom: none;
  border-left: none;
}
.detail-image .detail-thumb {
  margin-top: 20px;
}
.detail-image .detail-thumb div div:has(> :nth-child(-n+4):last-child) .slick-slide {
  width: 90px !important;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-thumb div div:has(> :nth-child(-n+4):last-child) .slick-slide {
    width: 78px !important;
  }
}
.detail-image .detail-thumb div.slick-slide {
  cursor: pointer;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-thumb div.slick-slide {
    margin: 0 5px;
  }
}
.detail-image .detail-thumb div img {
  display: block;
  width: 70px;
  height: auto;
  outline: 1px solid #efefef;
  outline-offset: -1px;
}
@media only screen and (max-width: 499px) {
  .detail-image .detail-thumb div img {
    width: 100%;
  }
}
.detail-image .detail-thumb div.slick-center img {
  outline: 1px solid #2F55D7;
  outline-offset: -1px;
}
.detail-image .copyright {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  color: #666;
}

.detail-note {
  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;
}
@media all and (-ms-high-contrast: none) {
  .detail-note {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.detail-note p {
  font-size: 0.8rem;
  line-height: 200%;
  margin: 15px 0;
}
.detail-note section,
.detail-note div {
  background: #FFF;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 499px) {
  .detail-note section,
  .detail-note div {
    width: 100%;
  }
}
.detail-note section a,
.detail-note div a {
  color: #06F;
  text-decoration: underline;
}
.detail-note section a:hover,
.detail-note div a:hover {
  color: #C00;
}
.detail-note section h3,
.detail-note div h3 {
  font-size: 1.95em;
  font-weight: normal;
}
.detail-note section.p-itemMessage-imageRight:after, .detail-note section.p-itemMessage-imageLeft:after,
.detail-note div.p-itemMessage-imageRight:after,
.detail-note div.p-itemMessage-imageLeft:after {
  content: "";
  display: block;
  clear: both;
}
.detail-note section.p-itemMessage-imageRight img, .detail-note section.p-itemMessage-imageLeft img,
.detail-note div.p-itemMessage-imageRight img,
.detail-note div.p-itemMessage-imageLeft img {
  width: 45%;
  height: auto;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight img, .detail-note section.p-itemMessage-imageLeft img,
  .detail-note div.p-itemMessage-imageRight img,
  .detail-note div.p-itemMessage-imageLeft img {
    display: block;
    width: 80%;
  }
}
.detail-note section.p-itemMessage-imageRight p, .detail-note section.p-itemMessage-imageLeft p,
.detail-note div.p-itemMessage-imageRight p,
.detail-note div.p-itemMessage-imageLeft p {
  margin: 5px 0;
  width: 50%;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight p, .detail-note section.p-itemMessage-imageLeft p,
  .detail-note div.p-itemMessage-imageRight p,
  .detail-note div.p-itemMessage-imageLeft p {
    width: 100%;
  }
}
.detail-note section.p-itemMessage-imageRight h3, .detail-note section.p-itemMessage-imageLeft h3,
.detail-note div.p-itemMessage-imageRight h3,
.detail-note div.p-itemMessage-imageLeft h3 {
  font-size: 1.75em;
  font-weight: normal;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight h3, .detail-note section.p-itemMessage-imageLeft h3,
  .detail-note div.p-itemMessage-imageRight h3,
  .detail-note div.p-itemMessage-imageLeft h3 {
    margin: 20px 0 0;
  }
}
.detail-note section.p-itemMessage-imageRight p,
.detail-note div.p-itemMessage-imageRight p {
  float: left;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight p,
  .detail-note div.p-itemMessage-imageRight p {
    float: none;
  }
}
.detail-note section.p-itemMessage-imageRight img,
.detail-note div.p-itemMessage-imageRight img {
  float: right;
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageRight img,
  .detail-note div.p-itemMessage-imageRight img {
    float: none;
    margin: 10px auto;
  }
}
.detail-note section.p-itemMessage-imageLeft p,
.detail-note div.p-itemMessage-imageLeft p {
  float: right;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageLeft p,
  .detail-note div.p-itemMessage-imageLeft p {
    float: none;
  }
}
.detail-note section.p-itemMessage-imageLeft img,
.detail-note div.p-itemMessage-imageLeft img {
  float: left;
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 499px) {
  .detail-note section.p-itemMessage-imageLeft img,
  .detail-note div.p-itemMessage-imageLeft img {
    float: none;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 500px) {
  .detail-note section {
    padding: 10px 20px 0;
  }
  .detail-note div {
    padding: 10px 20px;
  }
  .detail-note div:last-of-type {
    padding: 0 20px 30px;
  }
}
.detail-note .c-width-90 {
  width: 100%;
  padding: 5px 20px;
  background: #FFF;
}
.detail-note .detail-presale {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  width: 100%;
  padding: 5px 0 20px;
  margin: 20px 0 0;
  border-top: 5px solid #314B9D;
}
.detail-note .detail-presale .detail-presale-head {
  font-size: 1.25rem;
  font-weight: bold;
  text-indent: 3px;
  border-bottom: 1px solid #DDD;
  margin: 0 0 10px;
  padding: 10px 10px;
}
.detail-note .detail-presale 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 10px;
}
.detail-note .detail-presale div .detail-presale-head {
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0;
}
.detail-note .detail-presale div p {
  font-size: 0.85rem;
  line-height: 160%;
  width: 100%;
  margin: 0 0 5px 0;
}
.detail-note .detail-presale div p i {
  margin: 0 5px 7px 0;
}
.detail-note .detail-presale div p em {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: bold;
}
.detail-note .detail-presale div p small {
  color: #666;
  font-size: 0.7rem;
}
.detail-note .detail-presale div p hr {
  width: 100%;
  border: none;
  border-top: 1px solid #FFF;
  margin: 10px 0;
}
.detail-note .detail-presale div dl {
  width: 40%;
  margin: 0;
  padding: 0;
}
.detail-note .detail-presale div dl dt {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
.detail-note .detail-presale div dl dd {
  font-size: 0.8rem;
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px solid #EEE;
}
.detail-note .detail-presale div dl dd span {
  display: block;
}
.detail-note .detail-presale div figure {
  width: 55%;
  margin: 0;
  padding: 0;
}
.detail-note .detail-presale div figure iframe {
  width: 100%;
  height: 240px;
}
.detail-note .detail-supplement p {
  margin: 0;
}
.detail-note .detail-supplement p small {
  font-size: 0.8rem;
}
.detail-note .detail-spec ul {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 499px) {
  .detail-note .detail-spec ul {
    margin: 20px 0 0;
    padding: 20px 5px 10px;
  }
}
.detail-note .detail-spec ul li {
  font-size: 0.75rem;
  line-height: 200%;
}

.detail-purchase {
  background: #FFF;
}
.detail-purchase ol,
.detail-purchase ul,
.detail-purchase dl,
.detail-purchase dt,
.detail-purchase dd {
  margin: 0;
  padding: 0;
}
.detail-purchase > div {
  margin: 0 0 20px;
  padding: 0 5px 20px;
  border-bottom: 1px solid #E2E2E2;
}
@media only screen and (min-width: 500px) {
  .detail-purchase > div:last-child {
    margin: 0;
    padding: 0 5px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 499px) {
  .detail-purchase > div {
    padding: 20px 5px;
  }
}

.detail-price {
  margin: 10px 0 20px;
}
@media only screen and (max-width: 499px) {
  .detail-price {
    padding: 20px 5px;
    border-top: 1px solid #E2E2E2;
  }
}
.detail-price 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;
}
.detail-price dl dt {
  font-size: 0.75rem;
  text-align: right;
  margin: 2px 10px 0 0;
  width: 2.56rem;
}
.detail-price dl dt:last-child {
  margin: 3px 10px 0 0;
}
.detail-price dl dd {
  width: 75%;
  font-size: 1.15rem;
  line-height: 100%;
}
.detail-price dl dd::first-letter {
  font-weight: normal;
  margin: 0 1px 0 0;
}
.detail-price dl dd small {
  font-size: 0.75rem;
  font-weight: normal;
}
.detail-price dl dd:last-child {
  margin: 3px 0 0;
}
.detail-price dl dd.small-price {
  font-size: 0.9em;
  padding: 0 0 10px 0;
}
.detail-price p {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 6px 0 0;
  text-indent: 0.15rem;
}
.detail-price p em {
  color: #C00;
  font-size: 1.05em;
  font-style: normal;
}

.detail-sale {
  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;
}
.detail-sale .detail-sale-status {
  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: 1.36rem;
  border-radius: 2px;
}
.detail-sale .detail-sale-status i {
  color: #FFF;
  font-size: 1.7rem;
  text-align: center;
  margin: 0 8px 0 0;
  padding: 3px;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 3px;
}
.detail-sale .detail-sale-status.is-stocked {
  color: #00A;
}
.detail-sale .detail-sale-status.is-stocked i {
  background: #00A;
  line-height: 105%;
}
.detail-sale .detail-sale-status.is-few {
  color: #C00;
}
.detail-sale .detail-sale-status.is-few i {
  background: #C00;
  line-height: 110%;
}
.detail-sale .detail-sale-status.is-few + .is-stocked {
  display: none;
}
.detail-sale .detail-sale-status.is-finished {
  color: #333;
}
.detail-sale .detail-sale-status.is-finished i {
  background: #333;
  line-height: 100%;
}
.detail-sale .detail-sale-status.is-presale {
  color: #333;
}
.detail-sale .detail-sale-status.is-presale em {
  font-size: 0.9em;
  font-style: normal;
}
.detail-sale .detail-sale-status em {
  font-weight: bold;
  font-style: normal;
  line-height: 140%;
  margin: 3px 0 0;
}
.detail-sale .detail-sale-status span {
  margin: 0 5px 0 0;
}
.detail-sale .detail-sale-status small {
  display: block;
  font-size: 0.55em;
  font-weight: normal;
  text-indent: 0.15em;
  line-height: 130%;
}
.detail-sale dl.detail-sale-date {
  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: 9px 0 0;
}
.detail-sale dl.detail-sale-date dt {
  font-size: 0.75rem;
  margin: 3px 0 0;
}
.detail-sale dl.detail-sale-date dt:nth-of-type(1) {
  margin: 0;
}
.detail-sale dl.detail-sale-date dd {
  font-size: 1rem;
  width: 80%;
}
.detail-sale p.detail-sale-date {
  font-size: 0.93rem;
  margin: 9px 0 0;
}
.detail-sale .detail-sale-caution {
  font-size: 1rem;
  line-height: 120%;
}
.detail-sale .detail-sale-caution small {
  font-size: 0.7em;
}
.detail-sale .detail-sale-caution:nth-of-type(2) {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin: 5px 0 0;
}
.detail-sale .detail-sale-caution:nth-of-type(3) {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

.detail-select dl {
  margin: 10px 0 0;
}
.detail-select dl dt {
  font-size: 0.75rem;
  margin: 10px 0 0;
}
.detail-select dl dt:first-child {
  margin: 0;
}
.detail-select dl dd {
  margin: 5px 0 20px;
}
.detail-select dl dd 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;
}
.detail-select dl dd ul li {
  margin: 0 5px 5px 0;
}
.detail-select dl dd ul li.detail-select-range {
  width: calc(33.3333333333% - 3.3333333333px);
}
.detail-select dl dd ul li.detail-select-range:nth-child(3n) {
  margin: 0 0 5px;
}
.detail-select dl dd ul li.detail-select-form {
  width: calc(100% - 2.5px);
}
.detail-select dl dd ul li.detail-select-form:nth-child(2n) {
  margin: 0 0 5px;
}
.detail-select dl dd ul li.detail-select-quantity {
  width: calc(20% - 4px);
}
.detail-select dl dd ul li.detail-select-quantity:nth-child(5n) {
  margin: 0 0 5px;
}
.detail-select dl dd select {
  width: 100%;
  padding-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-text-align-last: right;
       text-align-last: right;
  font-size: 1rem;
}
.detail-select dl dd small.quantity-caution {
  font-size: 0.8rem;
}
.detail-select dl dd span {
  display: block;
}

.detail-select-radio {
  display: block;
  text-align: center;
  cursor: pointer;
}
.detail-select-radio input {
  display: none;
}
.detail-select-radio input + span {
  display: block;
  font-size: 0.72rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 0 9px;
  background: #F3F3F3;
  outline: 1px solid #EEE;
  outline-offset: -1px;
  cursor: pointer;
}
.detail-select-radio input:hover + span {
  outline: 1px solid #A6C7FF;
  outline-offset: -1px;
}
.detail-select-radio input:checked + span {
  outline: 2px solid #2F55D7;
  outline-offset: -2px;
  background: #FFF;
}
.detail-select-radio input:disabled + span {
  background: #ccc;
  color: #aaa;
}

.detail-caution dl dt {
  font-size: 0.75rem;
  margin: 0 0 2px;
}
.detail-caution dl dd {
  font-size: 1rem;
  line-height: 120%;
  margin: 0 0 5px 0;
}
.detail-caution dl dd small {
  color: #666;
  font-size: 0.8em;
}
.detail-caution dl dd em {
  color: #C00;
  font-weight: bold;
  font-style: normal;
}

.detail-sns 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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (min-width: 500px) {
  .detail-sns ul li {
    margin: 0 10px 0 0;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 499px) {
  .detail-sns ul li {
    width: 33.3333333333%;
  }
}
.detail-sns 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;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 499px) {
  .detail-sns ul li a {
    width: auto;
    height: auto;
    padding: 5px 0;
  }
}
.detail-sns ul li a i {
  color: #FFF;
  font-size: 1.5rem;
}
.detail-sns ul li.detail-sns-twitter {
  background: #1B95E0;
}
.detail-sns ul li.detail-sns-facebook {
  background: #4267B2;
}
.detail-sns ul li.detail-sns-facebook i {
  font-size: 1.8rem;
  margin: 7px 0 0 5px;
}
@media only screen and (max-width: 499px) {
  .detail-sns ul li.detail-sns-facebook i {
    margin: 0;
  }
}
.detail-sns ul li.detail-sns-line {
  background: #01BB00;
}
.detail-sns ul li.detail-sns-line i {
  margin: -4px 0 0;
}
@media only screen and (max-width: 499px) {
  .detail-sns ul li.detail-sns-line i {
    margin: 0;
  }
}

.detail-sizechart 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;
}
.detail-sizechart dl dt {
  font-size: 0.8rem;
  margin: 0 0 2px;
}
.detail-sizechart dl dd:nth-of-type(1) a {
  color: #06F;
  font-size: 0.75rem;
  text-decoration: underline;
}
.detail-sizechart dl dd:nth-of-type(1) a:hover {
  color: #C00;
}
.detail-sizechart dl dd:nth-of-type(1) a i {
  margin: 0 0 0 2px;
}
.detail-sizechart dl dd:nth-of-type(2) {
  margin: 10px 0 0;
  overflow-x: auto;
}
.detail-sizechart dl dd:nth-of-type(2) table {
  text-align: center;
  width: 100%;
  table-layout: fixed;
}
.detail-sizechart dl dd:nth-of-type(2) table tr {
  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;
}
.detail-sizechart dl dd:nth-of-type(2) table tr:nth-child(even) th,
.detail-sizechart dl dd:nth-of-type(2) table tr:nth-child(even) td {
  background: #FCFCFC;
}
.detail-sizechart dl dd:nth-of-type(2) table tr th,
.detail-sizechart dl dd:nth-of-type(2) table tr td {
  min-width: 18.1818181818%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-1 th,
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-1 td {
  min-width: 50%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-2 th,
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-2 td {
  min-width: 33.3333333333%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-3 th,
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-3 td {
  min-width: 25%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-4 th,
.detail-sizechart dl dd:nth-of-type(2) table tr.size-count-4 td {
  min-width: 20%;
}
.detail-sizechart dl dd:nth-of-type(2) table tr th {
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: 2px solid #3A71D6;
  padding: 8px 0;
}
.detail-sizechart dl dd:nth-of-type(2) table tr td {
  font-size: 0.7rem;
  padding: 8px 0;
  border-bottom: 1px solid #DDD;
}
.detail-sizechart dl dd:nth-of-type(2) table tr td::after {
  content: "cm";
}
.detail-sizechart dl dd:nth-of-type(2) table tr td:first-child {
  font-weight: bold;
}
.detail-sizechart dl dd:nth-of-type(2) table tr td:first-child::after {
  content: "";
}

.detail-modal {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 2000;
}
.detail-modal span {
  position: absolute;
  display: inline-block;
  height: calc(90vh - 100px);
  max-height: 800px;
  text-align: right;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 499px) {
  .detail-modal span {
    width: 80vw;
    height: auto;
    max-height: initial;
  }
}
.detail-modal span .detail-modal-image {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 499px) {
  .detail-modal span .detail-modal-image {
    width: 100%;
    height: auto;
  }
}
.detail-modal span .detail-modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: 0;
  border: none;
  background-color: transparent;
}
.detail-modal span .detail-modal-close span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 9999px;
  overflow: hidden;
}
.detail-modal span .detail-modal-close span::before, .detail-modal span .detail-modal-close span::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.detail-modal span .detail-modal-close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.detail-modal span .detail-modal-close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.smartphoto {
  z-index: 1500 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.smartphoto-count {
  display: none !important;
}

/*	サイズガイド
================================*/
.sizeguide-wrap {
  width: 100%;
  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;
  padding: 0 0 50px;
}
.sizeguide-wrap > .head {
  font-size: 2.4em;
}
.sizeguide-wrap section {
  margin: 10px 0;
}
.sizeguide-wrap section .head {
  margin: 30px 0 0;
}
.sizeguide-wrap section figure {
  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: 0;
  padding: 0;
}
.sizeguide-wrap section img {
  width: 100%;
  max-width: 576px;
  height: auto;
}
.sizeguide-wrap section p {
  font-size: 0.9rem;
  margin: 10px;
}

/*	カート
================================*/
.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;
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .cart-wrap {
    min-height: none;
  }
}
.cart-wrap .cart-left {
  width: 660px;
}
@media only screen and (max-width: 499px) {
  .cart-wrap .cart-left {
    width: 100%;
  }
}
.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;
}
.cart-prepaid-payment-info{
  color: red;
  font-size: 0.75rem;
}
.cart-prepaid-payment-info a{
  color: #06F;
  font-weight: bold;
  text-decoration: underline;
}
.cart-prepaid-payment-info a:hover {
  color: #C00;
}
@media only screen and (max-width: 499px) {
  .cart-payment-time {
    padding: 10px 10px 40px;
  }
  .cart-prepaid-payment-info{
    padding: 0 10px;
  }
}
.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-prepaid-payment-info {
    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 #3A71D6;
  border-bottom: 5px solid #3A71D6;
}
@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-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: center;
  }
  .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/4;
    width: 100%;
  }
}
.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 {
    width: calc(75% - 5px);
    margin: auto;
  }
}
.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;
  }
}
.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 .stock-notice {
  font-size: 0.8rem;
}
.cart-total .stock-notice .agree {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
.cart-total .stock-notice .agree input[type=checkbox] {
  vertical-align: middle;
}
.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;
  margin: 0 auto;
}
.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;
  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);
  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 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 a[href*=cart]:hover {
  background: #E9552A;
  cursor: pointer;
}
.cart-total a[href*=cart] i {
  margin: 0 5px 0 -13px;
}
.cart-total a[href*=cart] + p {
  font-size: 1rem;
}
.cart-total a[href*=cart] + p small {
  display: block;
  color: #666;
  font-size: 0.7em;
}
.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;
}

/*	GMO決済
================================*/
#payment_form_loading {
  margin: 0;
  padding: 10px 30px 30px;
  border-right: 1px solid #D8D7D3;
  border-left: 1px solid #D8D7D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 rgb(230, 230, 227);
          box-shadow: 0 2px 0 rgb(230, 230, 227);
  background-color: #FFF;
  font-size: 0.8rem;
}
#payment_form_loading p {
  margin: 0 0 1em;
}

.box #payment_form_body,
.box .payment_form_body {
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.8rem;
}
@media only screen and (min-width: 500px) {
  .box #payment_form_body dd,
  .box .payment_form_body dd {
    padding: 20px 0 8px 32px;
    float: left;
    width: 540px !important;
  }
}

#payment_form_body dl,
.payment_form_body dl {
  margin: 0;
  padding: 10px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#payment_form_body dl + dl,
.payment_form_body dl + dl {
  border-top: 1px solid #dedede;
}
#payment_form_body dl:last-child,
.payment_form_body dl:last-child {
  border-bottom: 1px solid #dedede;
}
#payment_form_body dl:before, #payment_form_body dl:after,
.payment_form_body dl:before,
.payment_form_body dl:after {
  content: " ";
  /* 1*/
  display: table;
  /* 2*/
}
#payment_form_body dl:after,
.payment_form_body dl:after {
  clear: both;
}
#payment_form_body dl dt,
.payment_form_body dl dt {
  padding: 8px 0;
  font-weight: normal;
  vertical-align: top;
}
@media only screen and (min-width: 500px) {
  #payment_form_body dl dt,
  .payment_form_body dl dt {
    float: left;
    width: 260px !important;
    line-height: 36px;
    text-align: right;
  }
}
@media only screen and (max-width: 499px) {
  #payment_form_body dl dt,
  .payment_form_body dl dt {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 500px) {
  #payment_form_body dl dd,
  .payment_form_body dl dd {
    padding: 20px 0 8px 32px;
    float: right;
    width: 620px !important;
  }
}
@media only screen and (max-width: 499px) {
  #payment_form_body dl dd,
  .payment_form_body dl dd {
    margin: 0 16px;
    padding: 8px;
  }
}
#payment_form_body dl dd + td,
.payment_form_body dl dd + td {
  padding: 0;
}
#payment_form_body dl dd #gmo_payment_card_no,
.payment_form_body dl dd #gmo_payment_card_no {
  width: 50%;
}
#payment_form_body dl dd .lockon_card_row,
.payment_form_body dl dd .lockon_card_row {
  margin-bottom: 16px;
  width: 30%;
}
#payment_form_body select,
.payment_form_body select {
  margin-right: 5px;
  padding: 6px 8px;
  font-size: 14px;
}
#payment_form_body .required,
.payment_form_body .required {
  margin-left: 5px;
  color: #C00;
  font-size: 0.6rem;
}
#payment_form_body .required:before,
.payment_form_body .required:before {
  content: "※";
}

/*	ヘルプ
================================*/
.help-wrap.faq-wrap {
  width: 980px;
}
@media only screen and (max-width: 499px) {
  .help-wrap.faq-wrap {
    width: auto;
  }
}
.help-wrap .head {
  font-size: 1.25rem;
}
.help-wrap nav {
  padding: 0 20px;
  margin: 40px 0;
}
@media only screen and (max-width: 499px) {
  .help-wrap nav {
    padding: 0 15px;
  }
}
.help-wrap section {
  padding: 40px 10px 0;
  margin: 40px 20px;
  border-top: 1px solid #E2E2E2;
}
@media only screen and (max-width: 499px) {
  .help-wrap section {
    padding: 40px 15px 0;
    margin: 40px 0;
  }
}
.help-wrap section:last-of-type {
  margin: 40px 20px 0;
}
@media only screen and (max-width: 499px) {
  .help-wrap section:last-of-type {
    margin: 40px 0 0;
  }
}
.help-wrap nav,
.help-wrap section {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.help-wrap nav h2,
.help-wrap section h2 {
  font-size: 1.15rem;
  width: 100%;
}
.help-wrap nav h3,
.help-wrap section h3 {
  font-size: 1.25rem;
  font-weight: normal;
  width: 100%;
}
.help-wrap nav p,
.help-wrap section p {
  font-size: 0.8rem;
  margin: 20px 20px 0;
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .help-wrap nav p,
  .help-wrap section p {
    margin: 20px 0 0;
  }
}
.help-wrap nav p a,
.help-wrap section p a {
  color: #06F;
  text-decoration: underline;
}
.help-wrap nav p a:hover,
.help-wrap section p a:hover {
  color: #C00;
}
.help-wrap nav ul,
.help-wrap section ul {
  width: calc(100% - 7px);
  margin: 10px 0;
  padding: 0 0 0 7px;
}
.help-wrap nav ul li,
.help-wrap section 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.8rem;
  line-height: 200%;
}
@media only screen and (max-width: 499px) {
  .help-wrap nav ul li,
  .help-wrap section ul li {
    line-height: 2rem;
  }
}
.help-wrap nav ul li:before,
.help-wrap section ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #AAA;
  border-radius: 6px;
  margin: 0 10px 0 0;
}
.help-wrap nav ul li a:hover,
.help-wrap section ul li a:hover {
  text-decoration: underline;
}
.help-wrap nav ul + div,
.help-wrap section ul + 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0 5px;
}
@media only screen and (max-width: 499px) {
  .help-wrap nav ul + div,
  .help-wrap section ul + div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.help-wrap nav ul + div a,
.help-wrap section ul + div a {
  font-size: 0.68rem;
  line-height: 0.8em;
}
.help-wrap nav ul + div a i,
.help-wrap section ul + div a i {
  margin: 0 5px 0 0;
}
.help-wrap nav ul + div a:link, .help-wrap nav ul + div a:visited,
.help-wrap section ul + div a:link,
.help-wrap section ul + div a:visited {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.help-wrap nav ul + div a:hover, .help-wrap nav ul + div a:active,
.help-wrap section ul + div a:hover,
.help-wrap section ul + div a:active {
  border-bottom: 1px solid #000;
}
.help-wrap nav article,
.help-wrap section article {
  width: calc((100% - 40px) / 3);
  margin: 40px 20px 20px 0;
}
.help-wrap nav article:nth-of-type(3n),
.help-wrap section article:nth-of-type(3n) {
  margin: 40px 0 20px;
}
@media only screen and (max-width: 499px) {
  .help-wrap nav article,
  .help-wrap section article {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #E2E2E2;
  }
  .help-wrap nav article:nth-of-type(3n),
  .help-wrap section article:nth-of-type(3n) {
    margin: 0 0 20px;
  }
  .help-wrap nav article:last-of-type,
  .help-wrap section article:last-of-type {
    border-bottom: none;
  }
}

/*
利用規約
個人情報保護方針
特定商取引法に基づく表示
================================*/
.document-wrap {
  padding: 20px;
}
.document-wrap div,
.document-wrap section {
  margin: 30px 10px 20px;
}
@media only screen and (max-width: 499px) {
  .document-wrap div,
  .document-wrap section {
    margin: 30px 0 20px;
  }
}
.document-wrap div + p:last-of-type,
.document-wrap section + p:last-of-type {
  text-align: right;
  margin: 30px 10px 20px;
}
@media only screen and (max-width: 499px) {
  .document-wrap div + p:last-of-type,
  .document-wrap section + p:last-of-type {
    margin: 30px 0 20px;
  }
}
.document-wrap div:first-of-type {
  margin: 0 10px 20px;
}
@media only screen and (max-width: 499px) {
  .document-wrap div:first-of-type {
    margin: 0 0 20px;
  }
}
.document-wrap h1 {
  font-size: 1.8rem;
  font-weight: normal;
}
@media only screen and (max-width: 499px) {
  .document-wrap h1 {
    font-size: 1.65rem;
  }
}
.document-wrap h2 {
  font-size: 1.15rem;
}
.document-wrap h3 {
  font-size: 0.8rem;
}
.document-wrap p {
  font-size: 0.8rem;
  line-height: 200%;
  margin: 10px 30px;
}
@media only screen and (max-width: 499px) {
  .document-wrap p {
    margin: 10px 0;
  }
}
.document-wrap a {
  color: #06F;
  text-decoration: underline;
}
.document-wrap a:hover {
  color: #C00;
}
.document-wrap > div dl {
  margin: 10px 20px;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .document-wrap > div dl {
    margin: 10px 0;
  }
}
.document-wrap > div dl dt {
  font-size: 1.05rem;
  line-height: 200%;
  font-weight: bold;
  margin: 20px 0 0;
}
.document-wrap > div dl dt:first-of-type {
  margin: 0;
}
.document-wrap > div dl dd {
  font-size: 0.9rem;
  line-height: 200%;
  margin: 0 20px;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .document-wrap > div dl dd {
    margin: 0;
  }
}
.document-wrap > div dl dd span {
  color: #C00;
  margin: 10px;
}
.document-wrap ul,
.document-wrap ol {
  margin: 10px 20px;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .document-wrap ul,
  .document-wrap ol {
    margin: 10px 0;
  }
}
.document-wrap ul li,
.document-wrap ol li {
  font-size: 0.8rem;
  line-height: 200%;
}
.document-wrap ol li {
  counter-increment: main;
  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;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.document-wrap ol li::before {
  content: counter(main) ".";
  margin: 0 5px 0 0;
}
.document-wrap ol li dl {
  margin: 0;
}
.document-wrap ol li dl dd {
  margin: 0;
}
.document-wrap ol li dl dd ol li {
  counter-reset: main;
  counter-increment: sub;
}
.document-wrap ol li dl dd ol li::before {
  content: "(" counter(sub) ")";
}
.document-wrap 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
.document-wrap ul li::before {
  content: "";
  min-width: 6px;
  height: 6px;
  background: #1F232E;
  border-radius: 6px;
  margin: 0 10px;
}

.cancel-notice {
  font-size: 0.8em;
  color: #C00;
}
/*# sourceMappingURL=styles.css.map */
