@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  text-decoration: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  /*margin: 1em 40px;*/ }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

li {
  list-style-type: none; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.8;
  vertical-align: baseline;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: 0; }

/** body **/
body {
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 0px; }
  body.menu-open {
    height: 100vh;
    overflow: hidden; }

#container {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: filter 0.3s ease-in; }

.menu-open #container {
  filter: blur(2px) brightness(0.9); }

.wrapper {
  width: 1000px;
  margin: 0 auto; }

#contents {
  max-width: 1200px;
  margin: 0 auto; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.ta-center {
  text-align: center;
  display: block; }

.ta-right {
  text-align: right;
  display: block; }

span.error {
  color: #d55454; }

p.error {
  color: #d55454;
  font-weight: bold;
  font-size: large; }

p.warning {
  color: #d55454;
  font-weight: bold; }

#infscr-loading {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  background-color: white; }

.mt6 {
  margin-top: 6px !important; }

.mt12 {
  margin-top: 12px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt36 {
  margin-top: 36px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb36 {
  margin-bottom: 36px !important; }

#g-header {
  display: grid;
  grid-template-columns: 48px 42px minmax(76px, 1fr) minmax(100px, 230px);
  grid-template-rows: 42px 40px 23px; }
  @media screen and (min-width: 980px) {
    #g-header {
      padding: 10px 0;
      grid-template-columns: 52px minmax(90px, 1.7fr) 180px minmax(180px, 1fr) 180px 66px;
      grid-template-rows: none;
      align-items: center;
      border-bottom: 1px solid #e2ddcd; } }
  #g-header .btn-nav-open {
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: 18px 15px;
    top: 6px;
    left: 6px;
    grid-column: 1/2;
    grid-row: 1/2; }
    @media screen and (min-width: 980px) {
      #g-header .btn-nav-open {
        top: 0; } }
    #g-header .btn-nav-open:after {
      content: "\f0c9";
      width: 100%;
      font-family: FontAwesome;
      color: #338a41;
      font-size: 25px;
      line-height: 36px;
      text-align: center;
      display: block; }
  #g-header .g-header_logo {
    padding: 6px 0;
    grid-column: 2/3;
    grid-row: 1/2; }
    #g-header .g-header_logo ._logo_row {
      display: none; }
    @media screen and (min-width: 980px) {
      #g-header .g-header_logo {
        padding: 0; }
        #g-header .g-header_logo ._logo_row {
          display: block; }
        #g-header .g-header_logo ._logo_min {
          display: none; } }
  #g-header .g-header_nav_primary {
    padding-right: 16px;
    font-size: 20px;
    grid-column: 4/5;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 15px; }
    #g-header .g-header_nav_primary .g-nav-age a {
      padding: 0 5px;
      color: #fff;
      font-size: 11px;
      line-height: 20px;
      display: block;
      background-color: #d55454;
      border-radius: 2px; }
    #g-header .g-header_nav_primary .g-nav-login a i::before,
    #g-header .g-header_nav_primary .g-nav-cart a i::before {
      color: #338a41; }
    @media screen and (min-width: 980px) {
      #g-header .g-header_nav_primary {
        padding-left: 0;
        padding-right: 0;
        grid-column: 3/4;
        justify-content: space-around;
        column-gap: unset; } }
  #g-header .g-header_search-area {
    grid-column: 1/5;
    grid-row: 2/3;
    position: relative;
    background-color: #338a41; }
    @media screen and (min-width: 980px) {
      #g-header .g-header_search-area {
        height: 42px;
        grid-column: 4/5;
        grid-row: unset;
        background-color: transparent; } }
    #g-header .g-header_search-area form {
      position: absolute;
      top: 3px;
      left: 0;
      right: 0;
      bottom: 3px; }
      #g-header .g-header_search-area form input[type="text"] {
        line-height: 24px;
        padding: 0 33px 0 4px;
        color: #666;
        font-size: 13px;
        border-radius: 3px;
        position: absolute;
        top: 1px;
        left: 11px;
        right: 5px;
        bottom: 3px;
        background-color: #fff;
        box-sizing: border-box; }
        @media screen and (min-width: 980px) {
          #g-header .g-header_search-area form input[type="text"] {
            border: 1px solid #d0d0d0;
            background-color: #f8f8f8; } }
      #g-header .g-header_search-area form input[type="submit"] {
        width: 30px;
        position: absolute;
        background-color: white;
        font: normal normal normal 16px/1 FontAwesome;
        color: #338a41;
        border-radius: 3px;
        text-align: center;
        top: 2px;
        right: 5px;
        bottom: 3px;
        z-index: 10; }
        @media screen and (min-width: 980px) {
          #g-header .g-header_search-area form input[type="submit"] {
            top: 2px;
            right: 6px;
            bottom: 4px;
            background-color: #f8f8f8; } }
      #g-header .g-header_search-area form .cancel-btn {
        color: #338a41;
        font-size: 12px;
        font-weight: bold;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 10px;
        display: none;
        z-index: 100; }
        @media screen and (min-width: 980px) {
          #g-header .g-header_search-area form .cancel-btn {
            top: 5px; } }
  #g-header .g-header_nav_secondary {
    padding-left: 10px;
    padding-right: 16px;
    font-size: 11px;
    grid-column: 1/5;
    grid-row: 3/4;
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #edeada; }
    @media screen and (min-width: 980px) {
      #g-header .g-header_nav_secondary {
        padding-left: 0;
        grid-column: 5/6;
        grid-row: unset;
        column-gap: 0;
        justify-content: space-around;
        background-color: transparent; } }
  #g-header #google_translate_element {
    display: none; }
    @media screen and (min-width: 980px) {
      #g-header #google_translate_element {
        padding-right: 16px;
        grid-column: 6/7;
        display: block; } }
    #g-header #google_translate_element .goog-te-menu-value {
      font-size: 12px;
      margin-left: 0; }
      #g-header #google_translate_element .goog-te-menu-value span:first-child {
        font-size: 0; }

@media screen and (min-width: 980px) {
  .search-mode #g-header .g-header_search-area {
    grid-column: 4/5; } }
.search-mode #g-header .g-header_search-area form input[type="submit"] {
  visibility: hidden; }
.search-mode #g-header .g-header_search-area form .cancel-btn {
  display: block; }
.search-mode #search-keyword {
  display: block; }

#search-keyword {
  margin-top: -23px;
  position: relative;
  z-index: 1000;
  display: none; }
  @media screen and (min-width: 980px) {
    #search-keyword {
      width: 50vw;
      max-width: 560px;
      margin-top: 0;
      background: #fff;
      border: 1px solid #c9c9c9;
      border-top: none;
      position: absolute;
      right: 246px;
      z-index: 1000; } }
  #search-keyword > ul {
    height: 50px; }
    #search-keyword > ul li {
      width: 50%;
      height: 100%;
      background-color: #edece8;
      float: left; }
      #search-keyword > ul li.current {
        background-color: #fff; }
        #search-keyword > ul li.current a {
          color: #222; }
      #search-keyword > ul li a {
        color: #666;
        line-height: 50px;
        text-align: center;
        display: block; }
  #search-keyword .search-keyword-list > div {
    display: none; }
    #search-keyword .search-keyword-list > div.current {
      display: block; }
  #search-keyword .search-keyword-list ul li {
    padding: 8px;
    border-top: 1px solid #c9c9c9; }
  #search-keyword .search-keyword-list span {
    font-size: 14px; }
    #search-keyword .search-keyword-list span.rank {
      width: 30px;
      height: 30px;
      margin-right: 8px;
      color: #aaa;
      text-align: center;
      line-height: 30px;
      border: 1px solid #c9c9c9;
      border-radius: 30px;
      display: inline-block; }
      #search-keyword .search-keyword-list span.rank.rank1 {
        border: 1px solid #d55454;
        color: #d55454; }
      #search-keyword .search-keyword-list span.rank.rank2 {
        border: 1px solid #ffc541;
        color: #ffc541; }
      #search-keyword .search-keyword-list span.rank.rank3 {
        border: 1px solid #00a667;
        color: #00a667; }

#infscr-loading {
  text-align: center;
  margin: 0 auto; }

.site-ttl {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.site-ttl a.frm_logo {
  height: 35px;
  margin-left: 25px;
  display: table-cell; }

.site-ttl a.frm_logo img {
  vertical-align: baseline; }

.btn-nav-open.close:after {
  content: "\f00d"; }

#slidemenu {
  transition-duration: 0.2s;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 10000; }
  #slidemenu .slidemenu_shade {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.1s ease-in;
    z-index: 1; }
  #slidemenu .btn-nav-close {
    width: 50px;
    height: 42px;
    transform: translateX(100%);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.1s ease-in;
    z-index: 100;
    cursor: pointer; }
    @media screen and (min-width: 980px) {
      #slidemenu .btn-nav-close {
        width: 63px;
        height: 63px; } }
    #slidemenu .btn-nav-close:before, #slidemenu .btn-nav-close:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 4px;
      height: 30px;
      background: #338a41;
      border-radius: 2px; }
    #slidemenu .btn-nav-close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    #slidemenu .btn-nav-close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  #slidemenu .slide-nav {
    width: 265px;
    height: 100%;
    background-color: #153e44;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.2s ease-out; }
    #slidemenu .slide-nav .registration {
      font-size: 0; }
      #slidemenu .slide-nav .registration a {
        width: 50%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        display: inline-block; }
        #slidemenu .slide-nav .registration a img {
          margin: 13px 6px 0 0; }
      #slidemenu .slide-nav .registration .registration-login {
        background-color: #00a667; }
      #slidemenu .slide-nav .registration .registration-entry {
        background-color: #338a41; }
    #slidemenu .slide-nav .slide-nav-list li {
      border-top: 1px solid #0e2b2f; }
      #slidemenu .slide-nav .slide-nav-list li:first-child {
        border-top: none; }
      #slidemenu .slide-nav .slide-nav-list li a {
        height: 38px;
        line-height: 38px;
        padding: 0 16px;
        color: #fff;
        font-size: 12px;
        display: block;
        background: url(../img/arrow-nav-green.png) no-repeat 98% center;
        background-size: 6px 10px; }
      #slidemenu .slide-nav .slide-nav-list li span {
        height: 38px;
        line-height: 38px;
        padding: 0 16px;
        color: #fff;
        display: block;
        background: url(../img/icon-nav-open.png) no-repeat 98% center;
        background-size: 13px; }
    #slidemenu .slide-nav .slide-nav-list .slide-nav-inner {
      background-color: #1f5259;
      border-top: 1px solid #0e2b2f;
      display: none; }
    #slidemenu .slide-nav .slide-nav-list .slide-nav-inner a {
      background: url(../img/arrow-nav-yellow.png) no-repeat 98% center;
      background-size: 6px 10px; }
    #slidemenu .slide-nav .slide-nav-list .slide-nav-double {
      font-size: 0;
      background-color: #1f5259; }
      #slidemenu .slide-nav .slide-nav-list .slide-nav-double li {
        width: 50%;
        background-color: #1f5259;
        display: inline-block;
        box-sizing: border-box;
        overflow: hidden; }
        #slidemenu .slide-nav .slide-nav-list .slide-nav-double li:nth-child(even) {
          border-left: 1px solid #0e2b2f; }
        #slidemenu .slide-nav .slide-nav-list .slide-nav-double li:nth-child(2) {
          border-top: none; }
      #slidemenu .slide-nav .slide-nav-list .slide-nav-double a {
        background: url(../img/arrow-nav-yellow.png) no-repeat 90% center;
        background-size: 6px 10px; }
    #slidemenu .slide-nav .close-btn {
      width: 50px;
      height: 50px;
      background: #fff url(../img/btn-close.png) no-repeat center center;
      background-size: 14px 14px;
      box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
      position: absolute;
      top: 0;
      left: -50px;
      z-index: 100; }

.menu-visible #slidemenu {
  visibility: visible; }

.menu-open #slidemenu .slidemenu_shade {
  width: 100vw;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0; }
.menu-open #slidemenu .btn-nav-close {
  opacity: 1; }
.menu-open #slidemenu .slide-nav {
  transform: translateX(0); }

.main-visual img {
  width: 100%;
  height: auto; }
.main-visual .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #338a41; }
.main-visual .slick-dots li button:before {
  opacity: .7; }
@media screen and (min-width: 980px) {
  .main-visual img {
    width: 90%; } }

.slick-dots {
  width: 100%;
  height: 30px;
  padding-top: 10px;
  text-align: center; }

.slick-dots .slick-active {
  background: url(../img/mv-nav-current.png) no-repeat center center;
  background-size: 10px 10px; }

.slick-dots li {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/mv-nav.png) no-repeat center center;
  background-size: 10px 10px;
  cursor: pointer; }

.slick-dots button {
  display: none; }

.main-visual .slick-dots {
  position: inherit; }

.main-section {
  /*     margin: 18px 0; */
  padding: 0 0 12px 0;
  border-top: 1px solid #e2ddcd;
  /*     border-bottom: 1px solid #e2ddcd; */
  background-color: #fff;
  position: relative; }

.section-find {
  height: 22px;
  line-height: 22px;
  margin: 12px 10px;
  color: #00a667;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden; }

.section-find img {
  float: left;
  margin-right: 6px;
  vertical-align: top; }

.main-section.green_belt .section-find {
  background: #6bc098;
  color: white;
  padding: 10px 10px;
  margin: 12px 0; }

.main-section.green_belt .more-link {
  color: white;
  top: 16px; }

.main-section.red_belt .section-find {
  background: #d55454;
  color: white;
  padding: 10px 10px;
  margin: 12px 0; }

.main-section.red_belt .more-link {
  color: white;
  top: 16px; }

.more-link-ground-wrap {
  text-align: right; }
  .more-link-ground-wrap .more-link {
    position: relative;
    top: 0; }

.more-link {
  height: 35px;
  line-height: 35px;
  color: #00a667;
  position: absolute;
  top: 6px;
  right: 10px; }

.more-link:after {
  content: "\f054";
  margin-left: 6px;
  line-height: inherit;
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block; }

.more-link img {
  margin-left: 6px;
  vertical-align: middle; }

.item-list a.more-link {
  position: absolute; }

.filter {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }

.index-page.__sp .upper-big-gate-navi ul {
  display: flex; }
  .index-page.__sp .upper-big-gate-navi ul li {
    width: 25%;
    border-top: 1px solid #00a667;
    border-right: 1px solid #00a667;
    box-sizing: border-box; }
    .index-page.__sp .upper-big-gate-navi ul li:first-child {
      border-left: 1px solid #00a667; }
    .index-page.__sp .upper-big-gate-navi ul li a {
      height: 100%;
      padding: 3px;
      color: #00a667;
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box; }
.index-page.__sp .category-big-navi .category-big-navi_prent {
  width: 100%;
  display: flex; }
  .index-page.__sp .category-big-navi .category-big-navi_prent li {
    width: 100%;
    padding: 6px 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background-color: #6acaa7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #fff; }
    .index-page.__sp .category-big-navi .category-big-navi_prent li:first-child {
      border-left: none; }
    .index-page.__sp .category-big-navi .category-big-navi_prent li.__active {
      background-color: #00a667; }
.index-page.__sp .category-big-navi .category-big-navi_child {
  width: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1000; }
  .index-page.__sp .category-big-navi .category-big-navi_child.__active {
    visibility: visible;
    opacity: 1; }
  .index-page.__sp .category-big-navi .category-big-navi_child > * {
    width: 100%;
    padding: 16px;
    position: absolute;
    background-color: #fff; }
  .index-page.__sp .category-big-navi .category-big-navi_child .category-big-navi_child_nav {
    display: flex;
    flex-wrap: wrap; }
    .index-page.__sp .category-big-navi .category-big-navi_child .category-big-navi_child_nav li {
      margin-right: 12px; }
.index-page.__sp .MhYckIWNZg-nav {
  padding: 0 10px 24px;
  display: flex;
  flex-wrap: wrap; }
  .index-page.__sp .MhYckIWNZg-nav .MhYckIWNZg-nav-item {
    width: 50%;
    padding: 6px;
    box-sizing: border-box; }
    .index-page.__sp .MhYckIWNZg-nav .MhYckIWNZg-nav-item a {
      padding: 12px 0;
      color: #00a667;
      text-align: center;
      border: 2px solid #6acaa7;
      display: block; }

#container {
  max-width: 1200px;
  margin: 0 auto; }

.upper-big-gate-navi ul, .index-page.__sp .upper-big-gate-navi ul {
  display: flex; }
  .upper-big-gate-navi ul li, .index-page.__sp .upper-big-gate-navi ul li {
    width: 10%;
    min-width: 120px;
    border-top: 1px solid #00a667;
    border-right: 1px solid #00a667; }
    .upper-big-gate-navi ul li:first-child, .index-page.__sp .upper-big-gate-navi ul li:first-child {
      border-left: 1px solid #00a667; }
    .upper-big-gate-navi ul li a, .index-page.__sp .upper-big-gate-navi ul li a {
      padding: 3px;
      color: #00a667;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box; }

.category-big-navi .category-big-navi_prent, .index-page.__sp .category-big-navi .category-big-navi_prent {
  width: 100%;
  display: flex; }
  .category-big-navi .category-big-navi_prent li, .index-page.__sp .category-big-navi .category-big-navi_prent li {
    width: 100%;
    padding: 6px 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background-color: #6acaa7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff; }
    .category-big-navi .category-big-navi_prent li:last-child {
      border-color: #6acaa7; }
    .category-big-navi .category-big-navi_prent li.__active {
      background-color: #00a667; }
.category-big-navi .category-big-navi_child, .index-page.__sp .category-big-navi .category-big-navi_child {
  width: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1000; }
  .category-big-navi .category-big-navi_child.__active {
    visibility: visible;
    opacity: 1; }
  .category-big-navi .category-big-navi_child > *, .index-page.__sp .category-big-navi .category-big-navi_child > * {
    width: 100%;
    padding: 6px 16px;
    position: absolute;
    background-color: #ebf5f0; }
  .category-big-navi .category-big-navi_child .category-big-navi_child_nav {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 6px; }
    .category-big-navi .category-big-navi_child .category-big-navi_child_nav li {
      margin-right: 12px; }

.sub-header-navi {
  background-color: #ebf5f0; }
  .sub-header-navi ul {
    padding: 6px 16px;
    display: flex; }
    .sub-header-navi ul li + li {
      margin-left: 12px; }

/*
  .utBReFvXjp-wrap{
    margin-top: 24px;
    display: grid;
    grid-template-columns: 210px 1fr;
    grid-gap: 24px;

    .utBReFvXjp-column-navi{
      grid-column: 1 / 2;
    }
    .utBReFvXjp-column-main{
      grid-column: 2 / 3;
    }
  }
 */
@media screen and (min-width: 980px) {
  .item-list.__top-big-item li {
    width: 25%;
    min-width: 25%; } }

.top-information {
  background-color: #fff;
  margin-top: 0; }

.top-information .section-find {
  margin-bottom: 2px; }

.info-list li {
  border-top: 1px solid #e2ddcd; }

.info-list li:first-child {
  border: none; }

.info-list div a {
  line-height: normal;
  padding: 0;
  display: inline;
  text-decoration: underline; }

.info-list div,
.info-list a {
  height: auto;
  line-height: 1.4;
  padding: 10px 16px;
  display: block; }

.info-list p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.info-list p.not-break {
  white-space: normal; }

.info-list time {
  color: #666;
  font-size: 11px; }

#new_product_notice {
  display: flex;
  margin-bottom: 1em;
  border-bottom: 1px solid #e2ddcd; }

#new_product_notice > div {
  flex: 1 0 50%; }

#new_product_notice > div:nth-of-type(2) {
  border-left: 1px solid #e2ddcd; }

@media screen and (max-width: 374px) {
  #new_product_notice .info-list div, .info-list a {
    padding: 10px 8px; } }
.top-pickup {
  width: 100%; }

.banner-big img {
  width: 100%;
  height: auto;
  margin-bottom: 8px; }

.banner-big p {
  padding: 0 10px; }

.banner-big a {
  display: block; }

.banner-default {
  font-size: 0;
  padding: 0 0.8%; }

.banner-default a {
  width: 50%;
  margin: 16px 0 8px 0;
  padding: 0 0.8%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box; }

.banner-default img {
  width: 100%;
  height: auto;
  margin-bottom: 8px; }

.banner-default p {
  line-height: 1.6;
  font-size: 12px; }

.top-recent {
  padding-bottom: 0px; }

.top-recent .section-find {
  color: #d55454; }

.top-recent .more-link {
  color: #d55454; }

.item-list {
  width: 100%; }

.item-list ul {
  margin: 0 1.6%;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }

.item-list ul#rt_sp_detail_auto2 form {
  width: 100%;
  display: flex;
  align-items: center; }

.item-list li {
  width: 50%;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative; }
  @media screen and (min-width: 980px) {
    .item-list li {
      width: calc(100% / 6);
      max-width: calc(100% / 6); } }

.item-list a {
  padding: 0 1.6%;
  display: block;
  position: relative; }

.item-list .label-monopoly {
  right: 1.6%;
  left: initial; }

.item-list .item-thumbnail {
  width: 100%;
  /*
  height: 150px;
  */
  text-align: center;
  background-color: #edece8;
  /*
  display: table-cell;
  vertical-align:middle;
  */ }

.item-list .item-thumbnail img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  /*
    position: relative;
top: 50%;
-webkit-transform: translateY(-50%); Safari用 
transform: translateY(-50%);
*/
  /*
  vertical-align:middle;
  */ }

.item-list .item-info {
  flex: 0 0 auto; }

.item-list .item-image {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.item-list .item-image > a {
  flex: 0 0 auto; }

.item-list .item-meta {
  margin-top: 12px;
  flex: 0 0 auto; }
  .item-list .item-meta p {
    height: 1.5em;
    margin-left: 1.6%;
    margin-right: 1.6%; }
    .item-list .item-meta p.item-ttl {
      height: 3.2em;
      font-size: 13px;
      line-height: 1.6;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-weight: bold; }
  .item-list .item-meta .item-comment {
    width: 100%;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    height: auto; }

.item-list .author-name,
.item-list .search-item-author-author,
.item-list .search-item-mail-bin,
.search-item-list .search-item-author-author {
  color: #00a667;
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.search-item-list .search-item-author-author.related.dl a {
  color: #ff4500; }

.search-item-list .search-item-author-author.related.dl i.fa {
  color: #ff4500; }

.item-list .author-name a, .item-list .search-item-author-author a {
  color: #00a667;
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.item-list .search-item-author-author a {
  display: inline; }

.search-item-list .search-item-author-cashless,
.item-list .search-item-author-cashless,
.item-list .item-meta p.search-item-author-cashless {
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 3px;
  margin-top: -3px; }

.search-item-list .search-item-author-cashless img,
.item-list .search-item-author-cashless img,
.item-list .item-meta p.search-item-author-cashless img {
  flex: 0 0 15px;
  display: block;
  max-width: 15px;
  margin-right: 5px; }

.search-item-list .search-item-author-cashless a,
.item-list .search-item-author-cashless a,
.item-list .item-meta p.search-item-author-cashless a {
  color: red;
  font-weight: bold;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  line-height: 15px;
  font-size: 11px; }

.item-list .item-state {
  width: 90px;
  height: 18px;
  line-height: 18px;
  margin: 2px 8px 0 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  display: inline-block; }

.item-list .item-state-new {
  background-color: #d55454; }

.item-list .item-state-reserve {
  background-color: #26bfdd; }

.item-list .item-state-arrive {
  background-color: #ffc541; }

.item-list .item-state-stock {
  background-color: #153e44; }

.item-list .item-price {
  font-size: 12px;
  display: inline-block; }

.item-list .item-state-analog {
  background-color: #2f5bac;
  margin-left: 1.6%;
  margin-bottom: 5px; }

.item-list .item-state-digital {
  background-color: #ff4500;
  margin-left: 1.6%;
  margin-bottom: 5px; }

.label-monopoly {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-image: url("../img/label-monopoly.png");
  background-size: contain; }

.top-monopoly {
  padding-bottom: 0; }

.privilege_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  font-size: 12px; }

.item-page {
  background-color: #fff; }
  .item-page .item-header {
    padding: 0 16px 10px 16px; }
    @media screen and (min-width: 980px) {
      .item-page .item-header {
        padding-left: 0; } }
  .item-page .item-notes {
    padding: 5px 12px;
    color: #fff;
    font-size: 12px; }
  .item-page .item-ttl {
    margin: 6px 0 2px 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: normal; }
  .item-page .author-name a {
    color: #00a667;
    font-size: 13px; }
  @media screen and (min-width: 980px) {
    .item-page .item-body-wrap {
      max-width: 1200px;
      margin: 0 auto;
      display: flex; }
      .item-page .item-body-wrap .item-img {
        width: 60%;
        background: white;
        background: linear-gradient(90deg, #fff 0%, #fff 60%, #edeada 60%, #edeada 100%);
        position: relative; }
      .item-page .item-body-wrap .item-metas-wrap {
        width: 40%; } }
  .item-page .item-img {
    width: 100%;
    height: auto;
    position: relative; }
    @media screen and (min-width: 980px) {
      .item-page .item-img {
        width: 50%; } }
    .item-page .item-img .slider {
      width: 100%;
      height: auto;
      position: relative;
      background-color: #edece8;
      border-top: 1px solid #d7d3c3;
      border-bottom: 1px solid #d7d3c3; }
      .item-page .item-img .slider .current {
        display: block;
        z-index: 10; }
      .item-page .item-img .slider > div {
        width: 100%;
        height: auto; }
      .item-page .item-img .slider > div img {
        width: auto;
        margin: 0 auto;
        height: auto;
        text-align: center; }
    .item-page .item-img .slick-dots {
      width: 100%;
      height: 32px;
      position: static;
      text-align: center; }
      .item-page .item-img .slick-dots .slick-active {
        background: url(../img/item-nav-current.png) no-repeat center center;
        background-size: 10px 10px;
        cursor: default; }
      .item-page .item-img .slick-dots li {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../img/item-nav.png) no-repeat center center;
        background-size: 10px 10px;
        cursor: pointer; }
  .item-page .notes-red {
    background-color: #d55454; }
  .item-page .notes-analog {
    background-color: #2f5bac; }
  .item-page .notes-digital {
    background-color: #ff4500; }
  .item-page .item-meta,
  .item-page .item-meta2 {
    margin-top: 16px;
    font-size: 0; }
  .item-page .item-meta p {
    /*
    width: 100%;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    */ }
  .item-page .item-meta .point {
    text-align: right; }
  .item-page .item-meta .price {
    margin-top: 2px; }
  .item-page .item-meta .mail-delivery a {
    color: #d55454;
    font-weight: bold; }
  .item-page .item-meta .state {
    width: 50%;
    margin-top: 2px;
    text-align: right;
    display: inline-block;
    vertical-align: top; }
    .item-page .item-meta .state span {
      color: #fff;
      font-size: 12px;
      padding: 3px 6px; }
    .item-page .item-meta .state .state-instock {
      background-color: #d55454; }
  .item-page .item-meta2 p {
    width: 50%;
    font-size: 12px;
    display: inline-block;
    vertical-align: top; }
    .item-page .item-meta2 p.release {
      width: 100%; }
    .item-page .item-meta2 p.reserve-group {
      width: 100%; }
    .item-page .item-meta2 p.price {
      width: 40%; }
    .item-page .item-meta2 p.point {
      width: 60%; }
    .item-page .item-meta2 p.mail-delivery {
      width: 60%; }
    .item-page .item-meta2 p.cashless {
      display: flex;
      align-items: center;
      height: auto;
      width: 60%;
      margin-left: 40%; }
      .item-page .item-meta2 p.cashless img {
        flex: 0 0 20px;
        display: block;
        max-width: 20px;
        margin-right: 5px; }
      .item-page .item-meta2 p.cashless a {
        color: red;
        font-weight: bold;
        flex: 1 1 auto;
        min-width: 0;
        white-space: normal;
        line-height: 15px; }
  .item-page .item-meta2 .mail-delivery a {
    color: #d55454;
    font-weight: bold; }
    .item-page .item-meta2 .mail-delivery a i {
      color: #d55454;
      margin-right: 1px; }
  .item-page .item-meta2 .state {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
    .item-page .item-meta2 .state span {
      color: #fff;
      font-size: 12px;
      padding: 3px 6px; }
    .item-page .item-meta2 .state .state-instock {
      background-color: #d55454; }
  .item-page .item-meta3 {
    margin: 16px; }
    @media screen and (min-width: 980px) {
      .item-page .item-meta3 {
        margin-top: 0; } }
    .item-page .item-meta3 p.price {
      font-size: 12px;
      display: inline-block;
      vertical-align: top; }
      .item-page .item-meta3 p.price .yen {
        font-size: 1.5em;
        font-weight: bold; }
        .item-page .item-meta3 p.price .yen del {
          padding-right: 6px;
          font-size: 12px;
          color: #222; }
        .item-page .item-meta3 p.price .yen.__discount {
          color: #d55454; }
    .item-page .item-meta3 .state span {
      color: #fff;
      font-size: 12px;
      padding: 3px 6px; }
    .item-page .item-meta3 .state .state-instock {
      background-color: #d55454; }
  @media screen and (min-width: 980px) {
    .item-page #form_product {
      padding: 0 16px; } }
  .item-page .item-cart {
    height: auto;
    margin-top: 16px;
    font-size: 0; }
    .item-page .item-cart.no-cart {
      height: auto;
      text-align: center; }
    .item-page .item-cart .select {
      width: 40%;
      height: 50px;
      background-color: #d0cec1;
      display: inline-block;
      vertical-align: top; }
      .item-page .item-cart .select select {
        width: 65px;
        height: 24px;
        margin-left: 3px;
        border: 1px solid #a2a2a2; }
      .item-page .item-cart .select div {
        line-height: 50px;
        font-size: 12px;
        text-align: center; }
    .item-page .item-cart .btn-cart {
      width: 60%;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      text-align: center;
      vertical-align: top;
      position: relative;
      background-color: #ffc541; }
      .item-page .item-cart .btn-cart a {
        color: white; }
      .item-page .item-cart .btn-cart i.fa-shopping-cart, .item-page .item-cart .btn-cart i.fa-chevron-circle-down {
        color: white;
        margin-right: 10px;
        margin-top: 10px; }
      .item-page .item-cart .btn-cart img {
        margin: 12px 6px 0 0; }
    .item-page .item-cart .btn-cart-reserve {
      width: 60%;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      text-align: center;
      vertical-align: top;
      position: relative;
      background-color: #26bfdd; }
    .item-page .item-cart input[type="submit"] {
      width: 100%;
      height: 50px;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .item-page .item-cart i.fa-shopping-cart, .item-page .item-cart i.fa-chevron-circle-down, .item-page .item-cart i.fa-spinner {
      margin-right: 10px;
      margin-top: 11px;
      color: white;
      font-size: 16px; }
  .item-page .item-bonus .section-find {
    color: #d55454; }
  .item-page .item-bonus .img-bonus {
    width: 100%;
    text-align: center;
    background-color: #edece8;
    border-top: 1px solid #d7d3c3;
    border-bottom: 1px solid #d7d3c3; }
    .item-page .item-bonus .img-bonus img {
      width: auto;
      max-width: 100%;
      max-height: 250px; }
    .item-page .item-bonus .img-bonus p {
      margin: 12px;
      line-height: 1.5;
      font-size: 13px; }
  .item-page .item-favorite {
    display: flex;
    padding: 0 10px; }
    .item-page .item-favorite > * {
      width: 100%;
      margin: 0 6px; }
  .item-page .item-detail {
    padding: 1px 0 20px 0;
    background-color: #edeada;
    border-top: 1px solid #d7d3c3; }
    .item-page .item-detail p {
      margin: 0 10px;
      font-size: 13px; }
    .item-page .item-detail .table-wrapper {
      margin: 8px 12px 6px 12px; }
    .item-page .item-detail table {
      width: 100%;
      border-top: 1px solid #bebbae; }
    .item-page .item-detail th {
      width: 25%;
      padding: 4px 0;
      font-size: 12px;
      font-weight: normal;
      border-bottom: 1px solid #bebbae;
      box-sizing: border-box; }
    .item-page .item-detail td {
      width: 75%;
      padding: 4px 0;
      font-size: 12px;
      border-bottom: 1px solid #bebbae;
      box-sizing: border-box;
      position: relative; }
      .item-page .item-detail td a {
        padding-right: 0;
        line-height: 2em; }
        .item-page .item-detail td a.favorite, .item-page .item-detail td a.favorited {
          padding: 0 5px;
          color: #bebbae;
          font-size: 20px;
          position: absolute;
          right: 0;
          margin-top: -9px;
          padding-top: 10px;
          padding-top: 10.5px;
          line-height: 1em; }
    .item-page .item-detail a {
      color: #00a667; }
      .item-page .item-detail a.dl_child_cart {
        color: #FFF; }
      .item-page .item-detail a.favorited {
        color: #d55454; }
    .item-page .item-detail.__light {
      padding-top: 0;
      background-color: #f5f5f5;
      border-top: none; }
      .item-page .item-detail.__light p {
        margin: 0 16px; }
      .item-page .item-detail.__light .table-wrapper {
        margin-left: 16px;
        margin-right: 16px; }
  .item-page .item-detail2 {
    padding: 0 16px; }
    .item-page .item-detail2 a {
      color: #00a667; }
  .item-page .sale_infomation_text {
    width: 100%;
    height: auto;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    position: relative; }
  .item-page #zaiko {
    color: #00a667; }
    .item-page #zaiko > p {
      color: #00a667;
      padding: 1em 1em;
      text-align: right; }
    .item-page #zaiko i {
      color: #00a667; }
  .item-page .drop_cart.change_type {
    color: #00a667; }
    .item-page .drop_cart.change_type > a {
      color: #00a667;
      padding: 1em 1em;
      text-align: right;
      display: block; }
      .item-page .drop_cart.change_type > a > i {
        color: #00a667; }
  .item-page .read_button {
    background-color: #ff4500;
    border-radius: 4px;
    border: none;
    text-align: center;
    padding: 10px;
    margin: 5px 10px; }
    .item-page .read_button a {
      color: white;
      display: block;
      text-align: center; }
    .item-page .read_button i {
      color: white; }
  .item-page #dl_viewer {
    color: white; }
    .item-page #dl_viewer > a {
      padding: 10px;
      display: inline-block;
      width: 100%;
      text-align: center;
      background-color: #cccccc;
      margin-bottom: 5px; }
      .item-page #dl_viewer > a p,
      .item-page #dl_viewer > a i.fa {
        color: purple;
        font-size: large; }
  .item-page .related {
    margin-top: 0; }
  .item-page div.option_flex {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -webkit-align-items: stretch;
    display: -webkit-flex; }
    .item-page div.option_flex .option_name {
      flex-grow: 5;
      flex-basis: 58%;
      -webkit-flex-grow: 5;
      -webkit-flex-basis: 58%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 1em; }
    .item-page div.option_flex .option_price {
      flex-grow: 1;
      flex-basis: 25%;
      -webkit-flex-grow: 1;
      -webkit-flex-basis: 25%; }
    .item-page div.option_flex .option_select {
      flex-grow: 1;
      flex-basis: 18%;
      -webkit-flex-grow: 1;
      -webkit-flex-basis: 18%; }
  .item-page div#child_select_wrapper {
    margin-top: 1em; }
    .item-page div#child_select_wrapper table tr th {
      font-weight: normal;
      padding-left: 1em; }
      .item-page div#child_select_wrapper table tr th > a {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
        width: 60%; }
    .item-page div#child_select_wrapper table tr td {
      font-weight: normal; }
    .item-page div#child_select_wrapper table tr.option_name td {
      padding-left: 1em; }
  .item-page .option_notice {
    text-align: center;
    color: #d55454;
    display: none; }
  .item-page .option_title {
    padding-left: 1em;
    margin-bottom: 5px; }
  .item-page .item-zaiko {
    padding: 0 16px;
    margin-top: 24px; }
  .item-page .btn-zaiko {
    padding: 12px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1em;
    background-color: #6acaa7;
    display: block; }
    .item-page .btn-zaiko i {
      color: #fff; }
  .item-page .item-mail-delivery {
    padding: 0 16px;
    margin: 6px 0 24px; }
    .item-page .item-mail-delivery a {
      color: #d55454;
      font-weight: bold; }
      .item-page .item-mail-delivery a i {
        color: #d55454;
        margin-right: 1px; }
  .item-page .btn-favorite-circle,
  .item-page .btn-favorite-item {
    padding: 6px 12px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #b3b3b3; }
    .item-page .btn-favorite-circle i,
    .item-page .btn-favorite-item i {
      padding-right: 3px;
      font-size: 1.5em;
      color: #b3b3b3; }
    .item-page .btn-favorite-circle span,
    .item-page .btn-favorite-item span {
      display: block;
      text-align: center; }
  .item-page .btn-favorite-circle.__active i {
    color: #6acaa7; }
  .item-page .btn-favorite-item.__active i {
    color: #d55454; }
  .item-page .item-share {
    width: 100%;
    padding: 0 16px;
    display: flex;
    box-sizing: border-box; }
    .item-page .item-share .btn-share-twitter,
    .item-page .item-share .btn-share-line,
    .item-page .item-share .btn-share-facebook {
      width: 100%;
      text-align: center; }
    .item-page .item-share .btn-share-twitter {
      background-color: #6DAEDF; }
    .item-page .item-share .btn-share-line {
      background-color: #00C300; }
    .item-page .item-share .btn-share-facebook {
      background-color: #304F97; }

.search-page {
  position: relative; }

.search-page .slick-dots {
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 0px; }

.search-page .slick-dots li {
  background: url(../img/item-nav.png) no-repeat center;
  background-size: 10px; }

.search-page .slick-dots .slick-active {
  background: url(../img/item-nav-current.png) no-repeat center;
  background-size: 10px; }

.search-page .narrow-down .page-headline-min {
  margin-bottom: 10px; }

/*
.search-page .narrow-down .page-headline-min + *{
    margin-bottom: 15px;
}
*/
.search-page .narrow-down select {
  width: 100%;
  height: 30px; }

.search-page .narrow-down .joint {
  margin: 5px;
  text-align: center;
  display: block; }

.search-page .narrow-down input[type="text"] {
  width: 100%;
  border: 1px solid #edeada;
  box-sizing: border-box;
  height: 30px; }

#infscr-loading {
  margin-top: 1em; }

.search-page .slick-prev {
  top: 75%; }

.search-page .slick-next {
  top: 75%; }

.search-page form .general-accordion label {
  margin-right: 10px;
  white-space: nowrap; }

.search-page form .general-accordion label input {
  margin-right: 3px; }

.search-page form .general-accordion input.date {
  width: 100%;
  height: 30px; }

.search-page form .general-accordion table {
  width: 100%; }

.search-page form .general-accordion table tr {
  width: 100%; }

.search-page form .general-accordion table tr td {
  display: inline-block;
  width: 46%;
  text-align: center; }

.search-page form .general-accordion table tr td.separator {
  width: 8%; }

.search-page .search-sort {
  padding-left: 22px;
  padding-right: 22px; }

.search-page .search-sort li {
  width: 45%;
  float: left; }

.search-page .search-sort li:nth-child(2n) {
  float: right; }

.search-page .search-sort li:nth-child(1),
.search-page .search-sort li:nth-child(2) {
  margin-bottom: 1em; }

.search-page .search-sort li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #338a41;
  display: block;
  border-radius: 3px; }

.search-page .search-sort li.current a {
  color: #fff;
  background-color: #338a41; }

.search-meta {
  padding: 8px 8px 4px 8px;
  background-color: #edeada;
  position: relative; }

.search-meta .sort {
  padding: 15px 0 10px;
  text-align: right; }

.search-meta .sort span {
  padding-left: 10px; }

.search-keyword {
  min-height: 2em;
  margin: 0 80px 0 4px;
  font-size: 12px;
  font-weight: bold; }

.search-val {
  width: 80px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 8px;
  right: 10px; }

.reload-btn {
  margin: 8px 0 0 0; }

.reload-btn i {
  color: white; }

.reload-btn a {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-color: #beb9a2;
  display: block; }

.reload-btn.to-special a {
  background-color: #d55454; }

.reload-btn a span {
  color: #fff; }

.reload-btn img {
  margin: 10px 6px 0 0; }

.search-item-headline {
  width: 100%;
  height: 36px;
  background-color: #fff;
  position: absolute;
  z-index: 11;
  border-bottom: 1px solid #e3e0d5;
  border-left: 15px solid #6acaa7;
  box-sizing: border-box; }

.search-item-headline h2 {
  line-height: 36px;
  position: absolute;
  left: 16px;
  right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.search-item-headline .detailBtn {
  padding-right: 8px;
  line-height: 36px;
  float: right; }

.search-item-headline .detailBtn a {
  color: #6acaa7; }

.search-item-headline .detailBtn a .fa {
  height: 36px;
  margin-left: 6px;
  font-size: 21px;
  line-height: 36px;
  vertical-align: middle; }

.search-item-headline.search-item-headline-fixed {
  position: fixed;
  top: 0;
  border-left: 15px solid #6acaa7;
  box-sizing: border-box; }

.search-item-headline.search-item-headline-stick {
  /*position: absolute;*/
  bottom: 0;
  border-left: 15px solid #6acaa7;
  box-sizing: border-box; }

.search-item {
  border-top: 1px solid #e3e0d5;
  background-color: #edece8;
  position: relative;
  box-sizing: border-box; }

.search-item-slider {
  margin-top: 36px; }

.search-item-slider,
.search-item-slider > div {
  position: relative; }

.search-item-slider > div > div {
  padding: 5px;
  max-height: 420px;
  text-align: center; }

.search-item-slider > div img {
  max-width: 100%;
  max-height: 420px;
  width: auto;
  height: auto; }

.slick-slide img {
  width: auto !important;
  max-width: 100%; }

.slick-slide {
  text-align: center; }

.search-page .search-item .slick-slide {
  height: 420px;
  text-align: center; }

.search-page .slick-slide img {
  width: auto !important;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%); }

.flick-text {
  width: 83px;
  height: 120px;
  margin-top: -42px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10; }

.search-item-meta {
  padding: 8px 16px 3em 16px;
  border-top: 1px solid #e3e0d5;
  background-color: #fff;
  position: relative; }

.search-item-ttl {
  margin-right: 48px;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.search-item-ttl.normal-break {
  white-space: normal; }

.search-item-description {
  font-size: 13px; }

.search-item-author {
  margin-right: 48px;
  color: #00a667;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.search-item-author a {
  color: #00a667;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.search-item-author {
  margin-right: 0; }

.search-item-author-author i.fa {
  margin-left: 1.6%;
  color: #00a667; }

.search-item-author-author a {
  margin-right: 0;
  color: #00a667; }

.search-item-meta.special .search-item-mail-bin {
  display: inline-block;
  margin-left: 10px; }

.search-item-mail-bin a {
  color: #d55454; }

.search-item-detail-btn {
  width: 32px;
  height: 32px;
  background: url(../img/btn-item-detail.png) no-repeat center center;
  background-size: 13px 4px;
  position: absolute;
  top: 15px;
  right: 5px;
  cursor: pointer; }

.pagenavi {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 20px solid #edeada;
  position: relative; }

.pagenavi.pagenavi_special > a, .pagenavi.pagenavi_special > span {
  display: none; }

.pagenavi.pagenavi_special > a.pagenavi-next {
  display: initial;
  font-size: xx-large;
  top: 0;
  margin-right: 1em; }

.pagenavi a {
  padding: 6px 7px;
  font-size: 10px;
  text-decoration: underline; }

.pagenavi .current {
  padding: 6px 7px;
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
  background-color: #153e44;
  border-radius: 4px; }

.pagenavi .pagenavi-back {
  text-decoration: none;
  color: #00a667;
  font-size: larger;
  padding: 0;
  position: absolute;
  top: 16px;
  left: 8px; }

.pagenavi .pagenavi-next {
  text-decoration: none;
  color: #00a667;
  font-size: larger;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 8px; }

.pagenavi i.fa {
  color: #00a667; }

.search-item-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }

.search-item-detail .filter {
  background-color: rgba(0, 166, 103, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

.detail-area {
  width: 100%;
  padding: 0 0 16px 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200; }

.item-state {
  width: 55px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: inline-block; }

.item-state-new {
  background-color: #d55454; }

.item-state-reserve {
  background-color: #26bfdd; }

.item-state-arrive {
  background-color: #ffc541; }

.item-state-stock {
  background-color: #153e44; }

.item-price {
  font-size: 12px;
  display: inline-block; }

.item-tag {
  margin-bottom: 6px; }

.search-item-meta.special p.special,
.item-list ul li p.special,
.item-tag p {
  margin: 0 3px 3px 0;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  border-radius: 3px; }

.item-tag .rating {
  background-color: #153e44; }

.item-tag .rating.r-18 {
  background-color: #d55454; }

.item-tag .category {
  background-color: #153e44; }

.search-item-meta.special p.special,
.item-list ul li p.special,
.item-tag .special {
  background-color: #ffc541; }

.item-tag .type.analog {
  background-color: #329460; }

.item-tag .type.digital {
  background-color: #ff4500; }

.search-item-meta.special p.special:before,
.item-list ul li p.special:before,
.item-tag .special:before {
  content: '\f06b';
  font-family: FontAwesome;
  margin-right: 6px; }

.item-list ul li p.special {
  float: right; }

.item-stock {
  margin-top: 6px;
  padding: 3px 0;
  background-color: #f8f8f8;
  font-size: 11px; }

.item-comment {
  margin: 6px;
  border-radius: 3px;
  font-size: 11px;
  border: 1px solid #d55454;
  width: 157px;
  height: 20px;
  display: inline-block;
  text-align: center; }

.item-comment img {
  width: 157px;
  height: 20px; }

.search-detail-item-ttl {
  line-height: 1.4;
  margin: 12px 0 0 16px;
  font-size: 13px;
  font-weight: normal; }

.search-detail-item-author {
  line-height: 1.4;
  margin: 2px 0 0 16px;
  color: #00a667;
  font-size: 13px;
  font-weight: normal; }

.search-item-detail-btn-list {
  margin-top: 8px;
  font-size: 0;
  background-color: #ffc541; }

.search-item-detail-btn-list.reserve {
  margin-top: 8px;
  font-size: 0;
  background-color: #26bfdd; }

.search-item-detail-btn-list > div {
  width: 50%;
  padding: 0 8px 0 4px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }

.search-item-detail-btn-list > div:first-child {
  padding: 0 4px 0 8px; }

.search-item-detail-btn-list a {
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  background-color: #6acaa7; }

.search-item-detail-btn-list a .fa-star {
  color: #ffff33; }

.search-item-detail-btn-list a img {
  margin: 7px 8px 0 0; }

.search-detail-close-btn {
  height: 36px;
  line-height: 36px;
  margin: 12px 8px 0 8px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #b3b3b3;
  display: block; }

.search-item-list {
  background-color: #fff; }

.search-item-list.cover-list {
  background-color: #edeada; }

.search-item-list .search-item {
  border-bottom: 1px solid #e3e0d5; }

.search-item-list .search-item + .search-item {
  /*             margin-top: 36px; */ }

.search-item .search-item-detail-btn-list {
  padding: 0 0 0 16px; }

.search-item .search-item-detail-btn-list > div {
  padding: 0; }

.search-item .search-item-detail-btn-list .add-to-cart a {
  background-color: transparent;
  text-align: left; }

.search-item .search-item-detail-btn-list .add-to-cart a span {
  padding-left: 6px;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  vertical-align: top; }

.search-item .search-item-detail-btn-list .add-to-cart a .fa {
  color: #fff; }

.search-item .search-item-detail-btn-list .add-to-cart.cancel a .fa {
  color: #FFFF33; }

.search-item .search-item-detail-btn-list .add-to-cart.cancel a span {
  display: none; }

.search-item .search-item-detail-btn-list .add-to-cart.cancel a span.cancel {
  display: inline-block; }

.search-item .search-item-detail-btn-list.to-detail {
  background-color: #6acaa7; }

.search-item .search-item-detail-btn-list.to-detail.digital {
  background-color: #ff4500; }

.search-item .search-item-detail-btn-list .add-to-cart.to-detail {
  background-color: #6acaa7; }

.search-item .search-item-detail-btn-list.digital .add-to-cart.to-detail {
  background-color: #ff4500; }

.search-item .search-item-detail-btn-list .backBtn {
  width: auto;
  padding: 0 16px;
  float: right;
  background-color: #d0d0d0; }

.search-item .search-item-detail-btn-list .backBtn a {
  font-size: 13px;
  background-color: #d0d0d0; }

.search-item .search-item-detail-btn-list .backBtn .fa {
  height: 36px;
  margin-left: 6px;
  font-size: 21px;
  line-height: 36px;
  vertical-align: middle; }

.search-item .search-item-detail-btn-list.at_once {
  display: flex;
  padding: 0; }

.search-item .search-item-detail-btn-list.at_once .to_cart {
  flex: 1 0 auto; }

.search-item .search-item-detail-btn-list.at_once .back {
  flex: 0 0 auto;
  padding: 0 1em;
  background-color: #d0d0d0; }

.search-item-cover {
  height: 320px;
  margin-top: 14px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #edeada; }

.search-item-cover:first-child {
  margin: 0; }

.search-item-cover .search-item-meta {
  height: 100%;
  padding-left: 158px;
  background-color: transparent;
  box-sizing: border-box; }

.search-item-cover .search-item-meta .search-item-ttl {
  max-height: 5.4em;
  margin-right: 10px;
  white-space: normal; }

.search-item-cover .search-item-detail-btn-list {
  position: absolute;
  left: 164px;
  right: 6px;
  bottom: 6px;
  /*
          left: 158px;
          right: 0;
          bottom: 0;
  */ }

.item-list .search-item-detail-btn-list {
  margin: 1.6%;
  margin-top: 5px;
  display: flex;
  background: white;
  height: 36px; }

.item-list .search-item-detail-btn-list a,
.search-item-cover .search-item-detail-btn-list a {
  font-size: small;
  line-height: 36px;
  color: white;
  /*background-color: #ff4500;*/
  flex: 0 1 100%;
  font-size: 12px; }

.item-list .search-item-detail-btn-list a {
  float: none;
  width: auto; }

.item-list .search-item-detail-btn-list a:nth-of-type(2n),
.search-item-cover .search-item-detail-btn-list a:nth-of-type(2n) {
  margin-left: 3px; }

.item-list .search-item-detail-btn-list a span,
.search-item-cover .search-item-detail-btn-list a span {
  font-size: 11px;
  line-height: 36px;
  color: white;
  font-size: small; }

.search-item-cover .search-item-detail-btn-list a .fa-star {
  color: #ffff33; }

.search-item-cover .search-item-detail-btn-list a .fa-angle-double-right {
  margin-right: 8px; }

.item-list .search-item-detail-btn-list a.list-cart,
.search-item-cover .search-item-detail-btn-list a.list-cart {
  width: 80%;
  height: 36px;
  background-color: #ffc541;
  float: left; }

.item-list .search-item-detail-btn-list a.dl_to_wish,
.search-item-cover .search-item-detail-btn-list a.dl_to_wish {
  background-color: #ff4500; }

.item-list .search-item-detail-btn-list a.list-cart {
  float: none;
  width: auto; }

.item-list .search-item-detail-btn-list a.list-cart-reserve,
.search-item-cover .search-item-detail-btn-list a.list-cart-reserve {
  width: 80%;
  height: 36px;
  background-color: #26bfdd;
  float: left; }

.item-list .search-item-detail-btn-list a.list-cart-reserve {
  float: none;
  width: auto; }

.item-list .search-item-detail-btn-list a.dl_to_wish i,
.search-item-cover .search-item-detail-btn-list a.dl_to_wish i,
.item-list .search-item-detail-btn-list a:first-child i,
.search-item-cover .search-item-detail-btn-list a:first-child i {
  color: white;
  margin-top: 6px;
  margin-right: 0;
  font-size: inherit; }

.item-list .search-item-detail-btn-list a.disable,
.search-item-cover .search-item-detail-btn-list a.disable {
  display: none;
  pointer-events: none;
  cursor: default;
  background-color: #6acaa7; }

.item-list .search-item-detail-btn-list a.open_sample,
.item-list .search-item-detail-btn-list a.open_preview,
.item-list .search-item-detail-btn-list a.open_tachiyomi {
  border: 1px solid #B3B3B3;
  background: #F9F9F9;
  color: #333333;
  box-sizing: border-box; }

.item-list .search-item-detail-btn-list a.open_sample i,
.item-list .search-item-detail-btn-list a.open_preview i,
.item-list .search-item-detail-btn-list a.open_tachiyomi i {
  color: #333333; }

.item-list .search-item-detail-btn-list a.to_cart.cart {
  background-color: #ffc541; }

.item-list .search-item-detail-btn-list a.to_cart.reserve {
  background-color: #26bfdd; }

.item-list .search-item-detail-btn-list a.to_cart.toriyose {
  background-color: #ffc541; }

.search-item-cover-img {
  width: 158px;
  height: 306px;
  margin-right: 10px;
  background-color: #edece8;
  float: left;
  position: relative;
  z-index: 2; }

.search-item-cover-img > a {
  width: inherit;
  height: inherit;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.search-item-cover-img > a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.search-word-page .search-word-pickup h3 {
  padding: 8px 16px;
  color: #00a667;
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #c9c9c9; }

.search-word-page .search-word-pickup > ul {
  padding: 8px 8px;
  overflow: hidden; }

.search-word-page .search-word-pickup > ul li {
  padding: 0 8px;
  float: left; }

.search-word-kana {
  padding: 12px 10px;
  overflow: hidden;
  background-color: #edeada; }

.search-word-kana ul li {
  width: 16.66%;
  padding: 6px;
  float: left;
  box-sizing: border-box; }

.search-word-kana ul li:first-child {
  width: 33.3%; }

.search-word-kana ul li a {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #338a41;
  border-radius: 3px; }

.search-word-kana ul li a.selected {
  background-color: #c9c9c9; }

.search-word-list ul li {
  height: 35px;
  border-bottom: 1px solid #c9c9c9; }

.search-word-list ul li:first-child {
  border-top: 1px solid #c9c9c9; }

.search-word-list ul li a {
  padding: 0 65px 0 16px;
  position: relative;
  display: block; }

.search-word-list ul li a span {
  line-height: 35px; }

.search-word-list ul li a span:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

.search-word-list ul li a span.num {
  width: 65px;
  position: absolute;
  top: 0;
  right: 0; }

.ranking .label-monopoly {
  display: none; }

.ranking .rank {
  width: 50px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden; }

.ranking .rank.rank1,
.ranking .rank.rank2,
.ranking .rank.rank3 {
  font-weight: bold; }

.ranking .rank span {
  width: 35px;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  color: #fff; }

.ranking .rank:before {
  content: '\f2b4';
  font-family: FontAwesome;
  font-size: 30px;
  color: #153e44;
  line-height: 1;
  transform: scale(2, 1.3);
  display: block;
  position: absolute;
  top: -3px;
  left: -5px; }

.ranking .rank.rank1:before {
  color: #d55454; }

.ranking .rank.rank2:before {
  color: #ffc541; }

.ranking .rank.rank3:before {
  color: #26bfdd; }

.ranking .item-list .rank,
.ranking.item-list .rank {
  top: 25px;
  font-size: 13px; }

.ranking .item-list .rank span,
.ranking.item-list .rank span {
  top: 2px; }

.feature-page .eye-chatch-img > img {
  width: 100% !important;
  height: auto; }

.page-header {
  padding: 12px 16px;
  font-size: 12px;
  background-color: #edeada; }

.page-attention {
  padding: 10px;
  margin: 6px;
  border: 1px solid #d55454; }

.page-attention .label {
  color: #d55454;
  font-weight: bold; }

.page-attention a {
  text-decoration: underline; }

.page-content-border {
  padding: 10px;
  margin: 6px;
  border: 1px solid #6acaa7; }
  .page-content-border.pd0, .page-content-border.__padding0 {
    padding: 0; }
  .page-content-border.__margin0 {
    margin: 0; }
  .page-content-border.payement p a {
    text-decoration: underline; }

.page-headline {
  padding: 5px 16px;
  color: #fff;
  font-weight: normal;
  background-color: #6acaa7;
  position: relative; }
  .page-headline * {
    color: #FFF; }
  .page-headline .more-link {
    color: #fff;
    font-size: 13px;
    top: 0; }

.page-headline-min {
  padding: 5px 16px;
  color: #00a667;
  font-weight: normal;
  border-bottom: 1px solid #e2ddcd;
  position: relative; }
  .page-headline-min .more-link {
    font-size: 13px;
    top: 0; }

.page-single-paragraph {
  padding: 6px 16px; }

.page-content-body {
  padding: 12px 16px 0; }

.page-content-body p {
  margin-bottom: 12px; }

.page-content-body p a {
  color: #6bc098; }

.page-single-arr-anchor a {
  padding: 6px 16px;
  font-size: 15px;
  font-weight: normal;
  border-top: 1px solid #e3e0d5;
  border-bottom: 1px solid #e3e0d5;
  position: relative;
  display: block; }

.page-single-arr-anchor a:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #a6a6a6;
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px; }

.general-list {
  margin-bottom: 12px;
  padding-left: 1em; }

.general-list li {
  list-style: disc;
  border-bottom: none !important; }

.general-list.footnote li {
  list-style: none; }

.general-list.footnote li:before {
  content: '※';
  margin-left: -1em;
  display: inline-block; }

.general-table {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #6acaa7; }

.general-table caption {
  text-align: center; }

.general-table tr:nth-child(2n) {
  background-color: #ebf5f0; }

.general-table tr td {
  padding: 0 6px;
  border: 1px solid #6acaa7; }

.general-table th {
  background-color: #6acaa7;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border-left: 1px solid #fff; }

.general-table th:first-child {
  border: none; }

.general-table tr:first-child > th {
  border-top: none !important; }

.general-table tr > th {
  border-top: 1px solid #fff !important; }

.general-accordion h5 {
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  display: block;
  padding: 0 16px;
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer;
  position: relative; }

.general-accordion h5:after {
  content: '\f078';
  font-family: FontAwesome;
  font-size: 15px;
  color: #a6a6a6;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 10px; }

.general-accordion h5.free_tag_menu_open,
.general-accordion h5.author_menu_open,
.general-accordion h5.chara_menu_open,
.general-accordion h5.searchkeyword_menu_open,
.general-accordion h5.circle_menu_open,
.general-accordion h5.genre_menu_open,
.general-accordion h5.search_keywords_menu_open {
  text-align: center; }

.general-accordion h5.free_tag_menu_open:after,
.general-accordion h5.author_menu_open:after,
.general-accordion h5.searchkeyword_menu_open:after,
.general-accordion h5.circle_menu_open:after,
.general-accordion h5.genre_menu_open:after,
.general-accordion h5.search_keywords_menu_open:after {
  right: initial; }

.general-accordion h5.free_tag_menu_open.open:after,
.general-accordion h5.author_menu_open.open:after,
.general-accordion h5.searchkeyword_menu_open.open:after,
.general-accordion h5.circle_menu_open.open:after,
.general-accordion h5.genre_menu_open.open:after,
.general-accordion h5.open.search_keywords_menu_open:after,
.general-accordion.open h5:after {
  content: '\f077'; }

.register-page .general-accordion h5:after {
  color: white; }

.general-accordion .inner {
  display: none; }

.accordion-list {
  border-top: 3px solid #d0d0d0;
  background-color: #fff; }

.accordion-list li {
  line-height: 35px; }

.accordion-list > ul > li > .inner {
  display: none; }

.accordion-list li li {
  border-bottom: 1px solid #589e7d; }

.accordion-list > ul > li > ul > li a {
  height: 35px;
  line-height: 35px;
  padding: 0 16px;
  color: #fff;
  display: block;
  background-color: #6bc098; }

.accordion-list p a {
  color: #6bc098; }

.accordion-list .page-content-body {
  border-bottom: 1px solid #d0d0d0; }

.accordion-list span {
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0 16px;
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer;
  position: relative; }

.accordion-list span:after {
  content: '\f078';
  font-family: FontAwesome;
  font-size: 15px;
  color: #a6a6a6;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 10px; }

.accordion-list li.open span:after {
  content: '\f077'; }

.menu-list {
  border-top: 1px solid #e2ddcd;
  background-color: #fff; }
  .menu-list li {
    line-height: 35px;
    border-bottom: 1px solid #e2ddcd;
    position: relative; }
    .menu-list li:after {
      content: '\f105';
      font-family: FontAwesome;
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%);
      color: #a6a6a6; }
    .menu-list li.none-element:after {
      display: none; }
    .menu-list li.menu-list-separate {
      background-color: #edeada; }
      .menu-list li.menu-list-separate:after {
        content: none; }
    .menu-list li a {
      padding: 6px 24px 6px 16px;
      line-height: 23px;
      display: block; }

.general-btn {
  height: 35px;
  text-align: center !important;
  line-height: 35px;
  color: #fff !important;
  background-color: #6acaa7;
  border: none;
  display: block; }

.general-btn a {
  color: #fff !important;
  text-align: center;
  line-height: 35px;
  display: block; }

.narrow-btn {
  height: 25px;
  text-align: center !important;
  color: #fff !important;
  line-height: 25px;
  font-size: 9px;
  background-color: #fff;
  border: 1px solid #e2ddcd;
  display: block; }
  .narrow-btn.__secondary {
    border-color: #fff; }

.narrow-btn a {
  color: #00a667;
  text-align: center;
  line-height: 25px;
  display: block; }

.max-w-img {
  max-width: 100%;
  height: auto; }

.breadcrumb {
  height: 35px;
  padding: 0 16px;
  line-height: 35px;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.breadcrumb .fa {
  margin: 0 6px;
  font-size: 12px; }

.general-count-control .select {
  padding-top: 5px;
  padding-right: 16px;
  text-align: right;
  box-sizing: border-box; }

.general-count-control .select input {
  width: 30px;
  margin-left: 5px;
  text-align: center;
  background-color: #edeada; }

.general-count-control .select .cleargix {
  display: inline-block; }

.general-count-control .select .cleargix a {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #6acaa7; }

.general-count-control .select .cleargix a.plus {
  color: #fff;
  background-color: #6acaa7; }

.general-count-control .select .cleargix a.minus {
  color: #6acaa7;
  background-color: #fff; }

.slider-general-arrow {
  position: relative; }

.slider-general-arrow .slick-arrow {
  width: 30px;
  height: 45px;
  text-indent: -9999px;
  background-color: #6acaa7;
  opacity: 0.7;
  position: absolute;
  bottom: 50%;
  z-index: 10; }

.slider-general-arrow .slick-prev {
  border-radius: 0 3px 3px 0; }

.slider-general-arrow .slick-next {
  border-radius: 3px 0 0 3px;
  right: 0; }

.slider-general-arrow .slick-arrow:after {
  content: '';
  width: 30px;
  height: 45px;
  line-height: 45px;
  text-indent: 0;
  text-align: center;
  color: #fff;
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0; }

.slider-general-arrow .slick-prev:after {
  content: '\f104'; }

.slider-general-arrow .slick-next:after {
  content: '\f105'; }

.general-fab-btn,
.fab-btn {
  height: 50px;
  width: 120px;
  background-color: #6acaa7;
  position: fixed;
  bottom: 95px;
  right: -120px;
  z-index: 100;
  border-radius: 10px 0 0 10px; }

.general-fab-btn > a,
.fab-btn > a {
  color: white;
  line-height: 50px;
  text-align: center;
  display: block; }

.register-fab-btn,
.cart-fab-btn {
  background-color: #26bfdd; }

.general-fab-btn.top-fab-btn {
  background-color: #bbbbbb;
  width: 50px;
  bottom: 3em;
  right: -50px;
  /*
  left:-50px;
  border-radius: 0 10px 10px 0;
  */ }

.general-fab-btn.top-fab-btn i.fa {
  font-size: 20px;
  color: white; }

.breadcrumb-step {
  margin-top: 12px;
  overflow: hidden; }

.breadcrumb-step span {
  width: 33.33%;
  padding-left: 14px;
  line-height: 44px;
  color: #fff;
  background-color: #d0d0d0;
  text-align: center;
  display: inline-block;
  position: relative;
  box-sizing: border-box; }

.breadcrumb-step span.current {
  background-color: #6acaa7; }

.breadcrumb-step span:before,
.breadcrumb-step span:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid #d0d0d0;
  border-width: 22px 10px;
  border-color: transparent;
  border-left-color: #d0d0d0;
  position: absolute;
  top: 0; }

.breadcrumb-step span:before {
  left: 100%;
  z-index: 3; }

.breadcrumb-step span:after {
  left: 0;
  top: -8px;
  z-index: 2;
  border-width: 30px 14px;
  border-left-color: #fff; }

.breadcrumb-step span:first-child:after {
  border-left-color: #d0d0d0; }

.breadcrumb-step span:first-child.current:after {
  border-left-color: #6acaa7; }

.breadcrumb-step span.current:before {
  border-left-color: #6acaa7; }

.check-box > * {
  height: 20px;
  border: 2px solid #e3e0d5;
  display: inline-block; }

.check-box span:first-child {
  padding: 0 12px;
  line-height: 20px;
  font-weight: bold;
  background-color: #e3e0d5;
  display: inline-block;
  vertical-align: top; }

.check-box span:first-child + span {
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block; }

.check-box input[type="checkbox"] {
  width: 15px;
  height: 15px; }

.general-2col-bnr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  gap: 12px; }
  .general-2col-bnr li a {
    display: block; }
    .general-2col-bnr li a img {
      width: 100%;
      height: auto; }

/**---------------------------

Login

---------------------------**/
.login .page-content-border {
  border-color: #338a41; }

.login .page-content-border .page-headline {
  background-color: #338a41; }

.login input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 16px;
  border: 1px solid #e2ddcd;
  box-sizing: border-box; }

.login input[type="submit"] {
  text-align: center;
  color: #fff;
  background-color: #6bc098;
  border: none;
  display: block; }

.login input[type="checkbox"] {
  width: auto;
  height: auto; }

.login .pixiv {
  border-color: #417fd3; }

.login .pixiv .page-headline {
  background-color: #417fd3; }

.login .btn_pixiv {
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background-color: #417fd3;
  display: block; }

.login .to-signup-btn {
  height: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background-color: #ffc541;
  display: block; }

.login .to-signup-btn.pixiv-signup-btn {
  background-color: #417fd3;
  margin-top: 1em; }

/**---------------------------

Sign Up

---------------------------**/
.sign-up-page a {
  text-decoration: underline; }

.sign-up-page .require,
.new_address .require {
  height: 14px;
  padding: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  background-color: #d55454; }

.sign-up-page .tacenter {
  text-align: center; }

.sign-up-page table,
.new_address table {
  width: 100%; }

.sign-up-page table th,
.new_address table th {
  width: 120px;
  padding: 10px 16px;
  font-weight: normal;
  color: #fff;
  font-size: 11px;
  background-color: #6acaa7;
  position: relative; }

.sign-up-page table th label,
.new_address table th label {
  color: #fff; }

.sign-up-page table th .require,
.new_address table th .require {
  position: absolute;
  top: 8px;
  right: 10px; }

.sign-up-page table td,
.new_address table td {
  padding: 10px 16px;
  background-color: #fff; }

.sign-up-page table td .error,
.new_address table td .error {
  color: #d55454; }

.sign-up-page table td input[type="text"],
.sign-up-page table td input[type="number"],
.sign-up-page table td input[type="password"],
.new_address table td input[type="text"],
.new_address table td input[type="number"],
.new_address table td input[type="password"] {
  width: 100%;
  border: 1px solid #6acaa7;
  box-sizing: border-box; }

.sign-up-page table td input.col2,
.new_address table td input.col2 {
  width: 40%;
  margin: 0; }

.sign-up-page table td input.col3,
.new_address table td input.col3 {
  width: 28%;
  margin: 0; }

.sign-up-page table td .vatical + .vatical,
.new_address table td .vatical + .vatical {
  margin-top: 12px; }

.sign-up-page .privacy {
  padding: 12px 0;
  text-align: center;
  background-color: #edeada; }

.sign-up-page .agree {
  padding: 12px 16px;
  text-align: center;
  background-color: #edeada; }

.sign-up-page .agree label {
  display: block; }

.sign-up-page .confirm {
  padding: 16px 0;
  text-align: center; }

.sign-up-page .confirm input {
  width: 300px;
  height: 50px;
  padding: 10px 0;
  text-align: center;
  color: white;
  background: #26bfdd; }

.my-page span.tl {
  width: 130px;
  display: inline-block; }
.my-page li.logout {
  background-color: #eee; }
.my-page #fairs {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 980px) {
    .my-page #fairs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px; }
      .my-page #fairs .more_button_area {
        grid-column: 1/3; } }
  .my-page #fairs > .fair {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #9D9D9D; }
    .my-page #fairs > .fair:last-of-type {
      margin-bottom: 0;
      border-bottom: none; }
    .my-page #fairs > .fair .fair-image,
    .my-page #fairs > .fair .fair-title {
      width: 310px;
      margin-right: auto;
      margin-left: auto; }
    .my-page #fairs > .fair a {
      color: #00a667;
      font-size: 13px;
      line-height: 1.6; }
.my-page .point-info {
  margin-bottom: 10px; }
.my-page .point-info-link {
  text-align: right; }
  .my-page .point-info-link a {
    color: #00a667;
    text-decoration: underline; }
.my-page .point-prize-btn {
  background-color: #6acaa7;
  margin: 20px auto 20px;
  padding: 5px;
  width: 75%;
  text-align: center; }
  .my-page .point-prize-btn span {
    color: #ffffff; }
.my-page .more_button_area {
  margin: 0 auto 1em;
  width: 75%; }
.my-page .more_button {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background-color: rgba(250, 250, 250, 0.9);
  font-weight: bold;
  border-radius: 4px;
  text-align: center; }

.mypage_menu_list {
  background-color: #fff; }
  @media screen and (min-width: 980px) {
    .mypage_menu_list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px; } }
  .mypage_menu_list li {
    padding: 0 16px;
    line-height: 35px;
    position: relative; }
    .mypage_menu_list li:after {
      content: '\f105';
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      right: 16px;
      color: #a6a6a6; }
    .mypage_menu_list li.none-element:after {
      display: none; }
    .mypage_menu_list li a {
      line-height: 35px;
      display: block; }

.mypage_menu_title {
  font-weight: bold;
  padding-left: 5px;
  padding-top: 10px;
  border-bottom: 1px solid #e2ddcd; }

.my-circle-page .circle-content {
  border-bottom: 1px solid #e3e0d5; }

.my-circle-page .circle-content .circle-upper .page-single-arr-anchor {
  margin-bottom: 12px; }

.my-circle-page .circle-content .circle-upper .page-single-arr-anchor a {
  padding-left: 0; }

.my-circle-page .circle-content .btns {
  margin-bottom: 12px; }

.my-circle-page .circle-content .btns p {
  margin-bottom: 3px; }

.my-circle-page .circle-content .btns p > a {
  width: 190px;
  height: 30px;
  padding-left: 50px;
  line-height: 30px;
  border: 2px solid #6acaa7;
  border-radius: 3px;
  display: block;
  position: relative; }

.my-circle-page .circle-content .btns p > a span {
  line-height: 30px; }

.my-circle-page .circle-content .btns p > a em {
  font-style: normal; }

.my-circle-page .circle-content .btns p > a em.on {
  display: none; }

.my-circle-page .circle-content .btns p > a:before {
  width: 40px;
  height: 30px;
  content: '';
  color: #6acaa7;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-right: 1px solid #6acaa7;
  display: inline-block;
  position: absolute;
  left: 0; }

.my-circle-page .circle-content .btns p.favorite > a:before {
  content: '\f005'; }

.my-circle-page .circle-content .btns p.mail > a:before {
  content: '\f0e0'; }

.my-circle-page .circle-content .btns p.favorite.cart_in > a:before {
  content: '\f07a'; }

.my-circle-page .circle-content .btns p > a.on {
  background-color: #6acaa7; }

.my-circle-page .circle-content .btns p > a.on span {
  color: #fff; }

.my-circle-page .circle-content .btns p > a.on em {
  color: #fff; }

.my-circle-page .circle-content .btns p > a.on:before {
  border-right: 1px solid #fff; }

.my-circle-page .circle-content .btns p.favorite > a.on:before {
  color: #FFFF33; }

.my-circle-page .circle-content .btns p.mail > a.on:before {
  color: #fff; }

.my-circle-page .circle-content .btns p > a.on em.def {
  display: none; }

.my-circle-page .circle-content .btns p > a.on em.on {
  display: inline-block; }

.my-circle-page .circle-slider-inner p {
  text-align: center;
  margin-bottom: 6px; }

.my-circle-page .circle-slider-inner p.title {
  padding: 0 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.my-circle-page .check-box a i.to-on {
  display: inline; }

.my-circle-page .check-box a i.to-off {
  display: none; }

.my-circle-page .check-box a.on i.to-on {
  display: none; }

.my-circle-page .check-box a.on i.to-off {
  display: inline; }

.my-circle-page .slick-prev {
  left: 0; }

.my-circle-page .slider-general-arrow .slick-arrow {
  background-color: #6acaa7 !important; }

.my-circle-page .slider-general-arrow .slick-arrow {
  background-color: #6acaa7 !important; }

.my-circle-page .slick-slide img {
  max-height: 100vw; }

.my-circle-page .slick-slide .item-tag {
  text-align: center; }

.my-circle-page .slick-slide .item-tag .bought {
  background-color: #ffc541; }

.my-history .history-upper input[type="text"] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #666;
  font-size: 12px;
  border: 1px solid #e2ddcd;
  border-radius: 3px;
  box-sizing: border-box; }

.my-history .history-upper select {
  width: 100%;
  height: 30px; }

.my-history .history-detail {
  padding-bottom: 24px; }

.my-history .history-detail .order-detail {
  margin: 2em 0; }

.my-history .history-detail + .history-detail {
  border-top: 20px solid #edeada; }

.my-history .history-detail table {
  width: 100%; }

.my-history .history-detail table th {
  padding: 3px 0;
  width: 100px; }

.my-history .history-detail table td {
  padding: 3px 0px 3px 10px;
  border-left: 1px solid #e2ddcd; }

.my-history .history-detail table td.status span {
  padding: 0 6px;
  color: #fff;
  display: inline-block; }

.my-history .history-detail table td.status.order-state-payment span {
  background-color: #b3a079; }

.my-history .history-detail table td.status.order-state-payment span.payment_undefined {
  background-color: #d55454;
  margin-top: 5px; }

.my-history .history-detail table td.status.order-state-payment span.sub_text {
  background-color: white;
  color: #333333;
  margin-top: 5px; }

.my-history .history-detail table td.status.order-state-preparation span {
  background-color: #26bfdd; }

.my-history .history-detail table td.status.order-state-complete span {
  background-color: #153e44; }

.my-history .history-detail .menu-list {
  border-top: none; }

.my-history .history-detail .menu-list li {
  padding-left: 0;
  line-height: 30px; }

.my-history .history-detail .menu-list li a {
  font-size: 11px;
  color: #6bc098; }

.my-history .history-detail .atmelon_ticket_message p {
  text-align: center;
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: 1em;
  color: red; }

.my-history .history-detail #timer {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 1em;
  color: red;
  display: none; }

.my-history .history-detail #timer p {
  font-size: 40px;
  text-align: center;
  color: red;
  line-height: 40px; }

.my-history .history-detail #barcode {
  display: none; }

.my-history .history-detail #barcode svg {
  width: 80%; }

.my-history .history-detail #barcode span {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-family: monospace;
  display: block;
  text-align: center;
  line-height: 30px; }

.my-coupon-box .circle-content .circle-upper .page-single-arr-anchor {
  margin-bottom: 0; }

.my-history.my-coupon-box .history-detail input.coupon_code {
  border: 1px solid #e3e0d5;
  width: 100%;
  text-align: center;
  padding: 3px;
  -webkit-appearance: none; }

.my-history.my-coupon-box .history-detail table th {
  width: auto; }

.my-history .order-item-list {
  border-top: 3px solid #e2ddcd;
  border-bottom: 3px solid #e2ddcd; }

.my-history .order-item-list li {
  border-bottom: 1px solid #e2ddcd; }

.my-history .order-item-list li p {
  padding: 5px  0;
  margin: 0; }

.my-history .order-item-list li .item-meta {
  border-top: 1px dotted #edeada; }

.my-history .order-item-list li .item-meta .item-num {
  display: inline-block; }

.my-history .order-item-list li .item-meta .item-num .num {
  padding: 0 5px;
  font-weight: bold; }

.my-history .order-item-list li .item-meta .item-price {
  float: right; }

.my-history .order-item-list li .item-meta .item-price .price {
  padding: 0 5px;
  font-weight: bold; }

.my-history .order-item-list li .item-meta .item-detail-status {
  display: inline-block; }

.my-history .order-item-list li .item-meta .item-detail-status .detail-status {
  padding: 0 5px;
  font-weight: bold; }

.my-history .price-sum {
  padding-top: 5px; }

.my-history .price-sum p {
  margin: 0;
  padding: 2px 5px;
  text-align: right; }

.my-history .price-sum p span {
  width: 110px;
  text-align: right;
  display: inline-block; }

.my-history .price-sum p span:first-child + span {
  width: 80px;
  text-align: right;
  font-weight: bold; }

.my-history .price-sum p.total {
  margin-top: 5px;
  border-top: 2px solid #e2ddcd; }

.my-history .price-sum p.total span {
  font-weight: bold; }

.my-history .price-sum p.total span:first-child + span {
  color: #d55454; }

.fair-point .fairs {
  width: 90%;
  margin: 0 auto; }

.fair-point .fairs > .fair-el {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #9D9D9D; }

.fair-point .fairs > .fair-el:last-of-type {
  margin-bottom: 0;
  border-bottom: none; }

.fair-point .fairs > .fair-el .fair-image,
.fair-point .fairs > .fair-el .fair-title {
  width: 310px;
  margin-right: auto;
  margin-left: auto; }

.fair-point .fairs > .fair-el a {
  color: #00a667;
  font-size: 13px;
  line-height: 1.6; }

.clipbord-page .confirm, .clip-items-list .confirm {
  padding: 12px; }

.clipbord-page .price-btn, .clip-items-list .price-btn {
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #26bfdd;
  display: block; }

.clipbord-page .clip-item-list, .clip-items-list .clip-item-list {
  background-color: #edeada; }

.clip-items-list .already-buy {
  padding-left: 158px;
  background-color: #edeada;
  color: #d55454; }

.clip-items-list .already-buy i.fa {
  color: #d55454; }

.clipbord-page .clip-item-cover:first-child, .clip-items-list .clip-item-cover:first-child {
  margin: 0; }

.clipbord-page .clip-item-cover, .clip-items-list .clip-item-cover {
  height: 190px;
  margin-top: 14px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #edeada; }

.clipbord-page .clip-item-cover-img, .clip-items-list .clip-item-cover-img {
  position: relative;
  width: 158px;
  height: 190px;
  margin-right: 10px;
  background-color: #edece8;
  float: left; }

.clipbord-page .clip-item-cover-img > a, .clip-items-list .clip-item-cover-img > a {
  width: inherit;
  height: inherit;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.clipbord-page .clip-item-cover-img > a img, .clip-items-list .clip-item-cover-img > a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.clipbord-page .clip-item-cover .clip-item-meta, .clip-items-list .clip-item-cover .clip-item-meta {
  height: 100%;
  background-color: transparent;
  box-sizing: border-box; }

.clipbord-page .clip-item-meta, .clip-items-list .clip-item-meta {
  padding: 8px 0 8px 16px;
  border-top: 1px solid #e3e0d5;
  position: relative; }

.clipbord-page .clip-item-cover .clip-item-meta .clip-item-ttl, .clip-items-list .clip-item-cover .clip-item-meta .clip-item-ttl {
  max-height: 5.4em;
  margin-right: 10px;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.clipbord-page .clip-item-author, .clip-items-list .clip-item-author {
  margin-right: 48px;
  color: #00a667;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.clipbord-page .clip-item-cover .clip-item-control, .clip-items-list .clip-item-cover .clip-item-control {
  background-color: #edeada;
  position: absolute;
  left: 158px;
  right: 0;
  bottom: 0; }

.clipbord-page .clip-item-control .select, .clip-items-list .clip-item-control .select {
  padding-top: 12px; }

.clipbord-page .clip-item-control .delete a, .clip-items-list .clip-item-control .delete a {
  height: 20px;
  margin: 12px 16px;
  color: #26bfdd;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  display: block;
  vertical-align: top; }

.clipbord-page.clipbord-page-dl .page-header, .clipbord-page-dl.clip-items-list .page-header {
  background-color: #a66; }

.clipbord-page.clipbord-page-dl .page-header h2, .clipbord-page-dl.clip-items-list .page-header h2 {
  color: white; }

.clipbord-page.clipbord-page-dl .clip-item-cover .clip-item-meta .product_type, .clipbord-page-dl.clip-items-list .clip-item-cover .clip-item-meta .product_type {
  color: white;
  padding: 0 10px !important;
  border-radius: 4px;
  font-size: small;
  margin: 5px 0 !important;
  display: inline-block;
  background-color: #ff4500; }

.cart-page h2.cartIcon:before {
  content: "\f07a";
  margin-right: 12px;
  font-family: FontAwesome;
  display: inline-block; }

.cart-page .cart-info > p {
  padding: 12px 16px; }

.cart-account {
  margin: 12px 6px;
  border: 1px solid #6acaa7; }

.cart-account h3 {
  padding: 5px 10px;
  background-color: #edeada; }

.cart-account h3.page-headline {
  background-color: #6acaa7;
  font-weight: bold; }

.cart-account h5.page-headline-min {
  border-top: 1px solid #e2ddcd;
  background-color: #f8f8f8; }

.cart-account > div > p {
  padding: 6px 10px;
  border-top: 1px solid #edeada; }

.cart-account .price,
.cart-account .point {
  color: #d55454; }

.cart-account .total .price {
  font-weight: bold; }

.cart-account.order-total .total {
  font-size: 17px;
  font-weight: bold; }

.cart-account .taright {
  text-align: right; }

.cart-account .taright span {
  padding-left: 10px; }

.cart-account .confirm {
  padding: 12px 0; }

.clipbord-page .btn_oneclick, .clip-items-list .btn_oneclick,
.clipbord-page .btn_pre_oneclick,
.clip-items-list .btn_pre_oneclick {
  border: 0;
  padding: 0;
  width: auto;
  border-radius: 0; }

.clipbord-page .btn_oneclick, .clip-items-list .btn_oneclick,
.clipbord-page .btn_pre_oneclick,
.clip-items-list .btn_pre_oneclick,
.cart-page .btn_go_register_l {
  height: 50px;
  margin: 0 10px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #26bfdd;
  display: block; }

.clipbord-page .btn_go_register_l_dl a, .clip-items-list .btn_go_register_l_dl a,
.clipbord-page .btn_go_register_l_dl span,
.clip-items-list .btn_go_register_l_dl span {
  background-color: #ff4500; }

.cart-item {
  margin: 12px 6px;
  border: 1px solid #edeada; }

.cart-item-upper a {
  text-decoration: underline; }

.cart-item .cart-item-upper .name {
  padding: 10px 16px 0 0; }

.cart-item .cart-item-upper .thumbnail {
  width: 100px;
  height: 80px;
  margin-right: 10px;
  background-color: #edece8;
  float: left; }

.cart-item .cart-item-upper .thumbnail span {
  width: inherit;
  height: inherit;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.cart-item .cart-item-upper .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.cart-item .price {
  padding: 5px 16px;
  text-align: right;
  color: #d55454;
  border-top: 1px solid #edeada;
  clear: both; }

.cart-item .cart-item-control {
  height: 30px;
  background-color: #edeada; }

.cart-item .cart-item-control > div {
  float: left; }

.cart-item .cart-item-control .delete {
  width: 30%;
  text-align: center; }

.cart-item .cart-item-control .delete a {
  width: 40px;
  height: 20px;
  margin-top: 5px;
  color: #26bfdd;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  vertical-align: top; }

.cart-item .cart-item-control .select {
  width: 70%; }

.cart-item .already-buy {
  padding-left: 1em;
  background-color: #edeada;
  color: #d55454; }

.cart-item .already-buy i.fa {
  color: #d55454; }

.continue {
  padding: 16px 0;
  text-align: center; }

.continue > a {
  width: 300px;
  color: #fff;
  background-color: #ffc541;
  display: inline-block; }

.resist-item ul li {
  padding: 0 16px;
  border-bottom: 1px solid #edeada; }

.resist-item ul li p {
  padding: 5px 0; }

.resist-item ul li .item-meta {
  border-top: 1px dotted #edeada; }

.resist-item ul li .item-meta span {
  padding: 0 5px;
  display: inline-block; }

.resist-item ul li .item-meta .regist-num {
  display: inline-block; }

.resist-item ul li .item-meta .regist-price {
  float: right; }

.resist-item ul li .item-meta .regist-num .num {
  font-weight: bold; }

.resist-item ul li .item-meta .regist-price .price {
  color: #d55454;
  font-weight: bold; }

.register-page .box {
  padding: 6px; }

.register-page .box a {
  text-decoration: underline; }

.register-page .box > div {
  padding: 10px;
  background-color: #edeada; }

.register-page .box label {
  font-weight: bold; }

.register-page .box input {
  margin-right: 5px; }

.register-page .box .stores {
  display: none; }

.register-page .box .stores .page-headline p {
  padding: 0;
  color: #fff; }

.register-page .box .stores p {
  padding: 5px 0; }

.register-page .new_address {
  margin: 6px;
  border: 1px solid #6acaa7;
  display: none; }

.register-page .page-single-paragraph.point {
  margin-right: 5px;
  text-align: left; }

.register-page .deliv_time td {
  padding-left: 6px; }

.register-page .confirm_select_payment,
.register-page .confirm_cart {
  width: 300px;
  height: 50px;
  padding: 10px 0;
  margin: 16px auto 0;
  text-align: center;
  color: white;
  background: #26bfdd;
  display: block;
  position: relative; }

.register-page .confirm_cart {
  /*    width: 290px; */
  font-weight: bold;
  letter-spacing: 0.08em;
  /*    outline: 5px solid #26bfdd; */
  height: 60px; }

.register-page .confirm_cart.submit {
  border: 2px solid #fff; }

.register-page .general-table th {
  width: 120px; }

.confirm .back > a {
  width: 300px;
  height: 50px;
  margin: 16px auto;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #ffc541;
  display: block;
  box-sizing: border-box; }

.calender-page .calendar-upper ul, .search-console .calendar-upper ul, .calender-page .search-console-inner ul, .search-console .search-console-inner ul {
  overflow: hidden;
  margin-bottom: 12px; }

.calender-page .calendar-category li, .search-console .calendar-category li, .calender-page .search-console-inner-category li, .search-console .search-console-inner-category li {
  width: 33.3%;
  padding: 6px;
  box-sizing: border-box;
  float: left; }

.calender-page .calendar-category li a, .search-console .calendar-category li a, .calender-page .search-console-inner-category li a, .search-console .search-console-inner-category li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #338a41;
  display: block;
  border-radius: 3px; }

.calender-page .calendar-category li.current a, .search-console .calendar-category li.current a, .calender-page .search-console-inner-category li.current a, .search-console .search-console-inner-category li.current a {
  color: #fff;
  background-color: #338a41; }

.calendar-rate {
  padding-left: 22px;
  padding-right: 22px; }

.calendar-rate li {
  width: 33.3%;
  float: left; }

.calendar-rate li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #338a41;
  display: block; }

.calendar-rate li:first-child a {
  border-radius: 3px 0 0 3px;
  border-right: 0; }

.calendar-rate li:nth-last-of-type(1) a {
  border-radius: 0 3px 3px 0;
  border-left: 0; }

.calendar-rate li.current a {
  color: #fff;
  background-color: #338a41; }

.calendar-month {
  padding-left: 22px;
  padding-right: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.calendar-month li {
  width: 33.3%;
  /*         padding: 6px; */
  box-sizing: border-box; }

.calendar-month li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #338a41;
  border-left: 0;
  display: block;
  /*             border-radius: 3px; */ }

.calendar-month li:first-child a {
  border-left: 2px solid #338a41;
  border-radius: 3px 0 0 3px; }

.calendar-month li:nth-last-of-type(1) a {
  border-radius: 0 3px 3px 0; }

.calendar-month li.current a {
  color: #fff;
  background-color: #338a41; }

.calendar-search form {
  border: 2px solid #e2ddcd;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }

.calendar-search .select {
  width: 30%;
  height: 30px;
  float: left;
  border-radius: 0; }

.calendar-search input[type="text"] {
  height: 30px;
  width: 70%;
  padding: 0 12px;
  line-height: 30px;
  box-sizing: border-box;
  float: left; }

.calendar-search input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../img/icon-search-gray.png) no-repeat center center;
  background-size: 16px 16px;
  position: absolute;
  right: 0; }

.calendar-list li:first-child {
  border: none; }

.calendar-list li {
  padding: 2px 0;
  border-top: 1px solid #e2ddcd;
  overflow: hidden;
  position: relative; }

.calendar-list li:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 40px;
  color: #a6a6a6;
  position: absolute;
  right: 10px; }

.calendar-list li:nth-child(2n+1) {
  background-color: #F8F8F8; }

.calendar-list li p {
  width: 40%;
  line-height: 40px;
  float: left; }

.calendar-list li p:first-child {
  padding-left: 16px;
  box-sizing: border-box; }

.calendar-list li p.item-price,
.calendar-list li p.item-title {
  float: right;
  width: 60%;
  padding-right: 2em;
  box-sizing: border-box; }

.calendar-list li p span {
  font-size: 10px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.calendar-list li p a {
  color: #00a667;
  line-height: inherit; }

.point-prize-page .my-point {
  padding: 10px;
  border: 1px solid #6acaa7; }

.point-prize-page .my-point .number {
  color: #d55454;
  font-weight: bold;
  float: right; }

.point-prize-page .page-single-paragraph select {
  width: 100%;
  height: 30px; }

.point-prize-page .prize-list {
  padding-top: 14px;
  background-color: #edeada; }

.point-prize-page .prize-list .prize-item-cover {
  padding: 12px 16px;
  margin-top: 12px;
  background-color: #fff;
  overflow: hidden; }

.point-prize-page .prize-list .prize-item-cover:first-child {
  margin-top: 0; }

.point-prize-page .prize-list .prize-item-cover .prize-img {
  margin: 0 6px 6px 0;
  border: 1px solid #edece8;
  float: left;
  overflow: hidden; }

.point-prize-page .prize-list .prize-item-cover .prize-img img {
  max-width: 140px;
  max-height: 220px;
  width: auto;
  height: auto;
  vertical-align: bottom; }

.point-prize-page .prize-list .prize-item-cover .prize-comment {
  clear: both; }

.point-prize-page .prize-list .prize-item-cover .prize-comment p {
  margin-top: 6px; }

.point-prize-page .prize-list .prize-item-cover .prize-comment img {
  max-width: 100%;
  height: auto; }

.point-prize-page .prize-list .prize-item-cover .general-btn {
  margin-top: 12px; }

.shop-page .breadcrumb {
  height: 35px;
  padding: 0 16px;
  line-height: 35px;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.shop-page .breadcrumb .fa {
  margin: 0 6px;
  font-size: 12px; }

.shop-page .banners-container {
  margin-bottom: 10px; }

.shop-page .banners-container ul li {
  margin-bottom: 6px;
  text-align: center; }

.shop-page .banners-container img {
  max-width: 100%;
  height: auto; }

.shop-detail-image {
  background-color: #edece8;
  margin: 20px 0px; }

.shop-detail-image .slider {
  position: relative; }

.shop-detail-image .slick-prev {
  left: 9%; }

.shop-detail-image .slick-prev:before {
  content: '\f104'; }

.shop-detail-image .slick-next:before {
  content: '\f105'; }

.shop-detail-info {
  font-size: 12px;
  padding: 10px 10px 20px;
  background-color: #edeada;
  border-top: 1px solid #d7d3c3;
  border-bottom: 1px solid #d7d3c3;
  margin-bottom: 20px; }

.shop-detail-info-table {
  margin-top: 10px;
  width: 100%;
  border-top: 1px solid #bebbae; }

.shop-detail-info-table-title {
  width: 30%;
  border-bottom: 1px solid #bebbae; }

.shop-detail-info-table-text {
  width: 70%;
  border-bottom: 1px solid #bebbae;
  padding: 5px 0px; }

.shop-detail-googleMaps {
  margin-bottom: 20px; }

.shop-detail-googleMaps > iframe {
  height: 350px;
  width: 100%; }

.shop-detail-inside {
  text-align: center;
  margin-bottom: 20px; }

.sp-shop-list {
  margin-bottom: 20px; }

.sp-shop-list-area {
  font-size: 13px; }

.sp-shop-list-name {
  color: #fff;
  background-color: #6bc098;
  padding: 0px 16px;
  height: auto;
  line-height: 35px;
  border-bottom: solid 1px #589e7d; }

.shop-detail-map-link {
  padding: 5px;
  width: 75%;
  text-align: center;
  margin: 10px auto 10px;
  background-color: #737bff; }

.shop-detail-map-link > a {
  color: #fff; }

.f-cat-open span {
  background: url(../img/f-nav-close.png) no-repeat 98% center;
  background-size: 14px 9px; }

.f-banner {
  padding: 24px 0;
  background-color: #edeada; }

.f-banner ul {
  margin: 0 10px; }

.f-banner li {
  margin-top: 4px;
  text-align: center; }

.f-banner li:first-child {
  margin-top: 0; }

.f-banner img {
  width: 100%;
  max-width: 480px; }

.btn-go-top {
  padding-top: 10px;
  background-color: #153e44; }

.btn-go-top a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #6bc098;
  display: block; }

.btn-go-top img {
  vertical-align: middle; }

.f-u-nav {
  padding: 30px 0;
  background-color: #153e44; }

.f-u-nav ul {
  text-align: center; }

.f-u-nav li {
  margin-left: 4px;
  color: #6e7077;
  display: inline;
  white-space: nowrap; }

.f-u-nav li:before {
  content: "｜"; }

.f-u-nav li:first-child {
  margin-left: 0; }

.f-u-nav li:first-child:before {
  content: ""; }

.f-u-nav li:first-child a {
  margin-left: 0; }

.f-u-nav a {
  margin-left: 4px;
  color: #fff;
  font-size: 12px; }

.f-change-pc-site {
  width: 100%;
  height: 40px;
  background-color: #103439; }

.f-change-pc-site a {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block; }

.f-change-pc-site img {
  margin-right: 7px;
  vertical-align: middle; }

.copyright {
  width: 100%;
  padding: 20px 0;
  color: #666;
  font-size: 10px;
  text-align: center;
  display: block; }

div.quick_melon_wrapper {
  border: 1px solid #96cbb0; }

div.quick_melon_wrapper.notice {
  border: none; }

div.quick_melon_wrapper > h1 {
  margin: 5px;
  color: #168c54; }

div.quick_melon_wrapper > form > div {
  width: 90%;
  margin: 1em auto; }

div.quick_melon_wrapper > form > div > p {
  margin: 0 auto; }

div.quick_melon_wrapper > form > div > p.center {
  text-align: center; }

div.quick_melon_wrapper > form > div > p.code_desc {
  margin: 3em auto 1em auto; }

div.quick_melon_wrapper > form > div > input {
  margin: 0 auto 1em auto;
  display: block;
  padding: 5px;
  width: 60%;
  border: 1px solid #e2ddcd; }

div.quick_melon_wrapper > form > div > a {
  padding: 1em 5em;
  color: white;
  font-size: large;
  display: table;
  margin: 1em auto 0 auto;
  background-color: black;
  text-decoration: none; }

div.quick_melon_wrapper > form > div > a.code {
  background-color: #6cad6d; }

div.quick_melon_wrapper > form > div > a.submit {
  background-color: #f3a83b;
  color: black; }

div.quick_melon_wrapper > form > div > div.g-recaptcha > div {
  margin: 0 auto; }

div.quick_melon_wrapper > form > div > p.captcha_error,
div.quick_melon_wrapper > form > div > p.sms_error {
  margin-top: 1em;
  color: red;
  text-align: center; }

.page-content-border div.form-title {
  display: inline-block; }

.page-content-border input.text-form {
  display: inline-block;
  border: 1px solid #edeada;
  width: 50%; }

.page-content-border div.submit-coupon {
  padding: 5px;
  text-align: center;
  border: 1px solid red;
  background-color: #ff9999; }

.page-content-border div.submit-coupon a {
  color: white; }

/*
	----------------------------------------
	coupon_box
	----------------------------------------
*/
.circle-list div.coupon_row {
  margin-bottom: 20px; }

.circle-list div.coupon_row .coupon_info {
  text-align: center;
  padding-bottom: 20px;
  background-color: #ff4444;
  color: white;
  border: 10px white double;
  box-sizing: border-box; }

.circle-list div.coupon_row .coupon_info p {
  font-size: large;
  padding: 10px 20px;
  text-align: center;
  color: white;
  margin-bottom: 0; }

.circle-list div.coupon_row .coupon_info p.coupon_amount {
  font-size: large;
  padding: 0;
  color: white; }

.circle-list div.coupon_row .coupon_info p.coupon_amount span {
  font-size: 32px;
  color: white; }

.circle-list div.coupon_row .coupon_code .coupon_notice {
  background-color: #ffdddd;
  color: red;
  border: 1px #ff4444 solid;
  box-sizing: border-box;
  padding: 1em; }

.circle-list div.coupon_row .coupon_code span {
  background-color: #eeeeee;
  line-height: 32px;
  display: inline-block;
  padding: 0 5px; }

.circle-list div.coupon_row .coupon_code input {
  width: 13em;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
  margin-top: 1em; }

.page-content-border.payement #coupon_choose > .coupon_row {
  padding: 5px;
  border: 1px solid gray;
  margin-bottom: 5px;
  background-color: #eeeeee; }

.page-content-border.payement #coupon_choose > .coupon_row > a {
  line-height: 1.1em;
  display: block;
  font-size: 12px;
  color: #0368c6;
  text-decoration: underline; }

.page-content-border.payement div.form-title2 {
  background-color: #eeeeee;
  line-height: 32px;
  display: inline-block;
  padding: 0 5px; }

.page-content-border.payement input.coupon_input {
  width: 13em;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #eeeeee; }

.page-content-border.payement .coupon-info > p {
  font-size: large; }

.page-content-border.payement .coupon-info input.cancel-coupon {
  padding: 5px;
  text-align: center;
  border: 1px solid #6acaa7;
  width: 100%;
  background-color: white; }

.ui-dialog .ui-widget-header {
  background-color: #26b99a; }

.ui-dialog .ui-widget-header span {
  color: white; }

h1#kaitos_title {
  background-color: #26b99a; }

#kaitos_close_box {
  background-color: #26b99a; }

#kaitos_data dl > dt {
  background-color: #26b99a; }

.ui-dialog-titlebar {
  background-color: #26b99a; }

div#kaitos_info > p {
  padding: 5px;
  border-bottom: 1px solid black;
  font-size: smaller; }

div#kaitos_notice {
  padding: 5px;
  font-size: smaller; }

div#kaitos_notice2 {
  padding: 0px;
  font-size: 1.1em; }

#stock_table thead tr {
  padding: 5px;
  height: 2em;
  vertical-align: middle;
  border-bottom: 1px solid black;
  background-color: #efe;
  color: #f000; }

#stock_table thead tr th {
  padding: 5px;
  vertical-align: middle;
  width: 35%; }

#stock_table tbody td {
  padding: 5px;
  background-color: #fff;
  vertical-align: middle; }

#stock_table tbody tr td a {
  color: #0368c6;
  text-decoration: underline; }

#kaitos_wrapper > div#kaitos_data {
  width: 100%;
  flex-grow: 1; }

#kaitos_data dl > dt {
  padding: 5px 10px;
  font-size: larger;
  width: 95%;
  box-sizing: border-box; }

#kaitos_close_box a div {
  color: white; }

#help-search .help-search-area {
  background-color: #d0d0d0;
  height: 43px;
  margin-bottom: 10px; }

#help-search .help-search-area input[type="submit"] {
  color: #d0d0d0; }

#help-top {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center; }

#help-top td {
  width: 33%;
  font-size: 14px;
  border: #008E49 solid 1px; }

#help-top td.on, #help-top td.on:active {
  background-color: #318a41; }

.help-list .page-headline, .help-accordion-list.accordion-list .page-headline {
  background-color: #6acaa7; }

#help-top td p {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  text-align: center; }

#help-top td.on p span {
  color: #fff; }

#help-top td p span.help-top-customer:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 15px;
  color: #222;
  margin-right: 7px; }

#help-top td p span.help-top-circle:before {
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 15px;
  color: #222;
  margin-right: 5px; }

#help-top td p span.help-top-shop:before {
  content: "\f1ad";
  font-family: FontAwesome;
  font-size: 15px;
  color: #222;
  margin-right: 5px; }

#help-top td.on p span:before {
  color: #fff; }

.help-list {
  position: relative; }

.help-list-header {
  border-top: 3px solid #d0d0d0; }

.help-list > a {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 15px;
  color: white; }

.help-list > a:after {
  content: "\f054";
  margin-left: 6px;
  line-height: inherit;
  font-family: FontAwesome;
  font-size: 15px;
  display: inline-block; }

.help-list li span {
  height: auto;
  display: block;
  padding: 5px 16px 5px 32px;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer; }

.help-list li span:before {
  content: "\f29c";
  font-family: FontAwesome;
  font-size: 15px;
  color: #222;
  line-height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 14px; }

.help-list li span:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 15px;
  color: #a6a6a6;
  line-height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 10px; }

.help-list li span p {
  margin-right: 10px;
  font-weight: bold; }

.help-accordion-list.general-accordion h5 {
  height: auto;
  line-height: normal;
  padding: 5px 32px 5px; }

.help-accordion-list.general-accordion h5:before {
  content: "\f29c";
  font-family: FontAwesome;
  font-size: 15px;
  color: #222;
  line-height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 14px; }

.help-accordion-list.general-accordion h5:after {
  top: 50%;
  margin-top: -17px; }

.help-accordion-list .help-accordion-list-head {
  margin-right: 10px;
  font-weight: bold;
  font-size: 13px; }

.help-accordion-list .help-accordion-list-body {
  border-bottom: 1px solid #d0d0d0; }

.help-contact-body {
  margin: 5px 5px 10px; }

.help-contact-btn {
  background-color: #6acaa7;
  margin: 10px auto 10px;
  padding: 5px;
  width: 75%;
  text-align: center; }

.help-contact-btn a {
  color: #ffffff; }

#fair_prize div.fair_prize_detail {
  margin-left: 10px;
  margin-bottom: 50px; }

#fair_prize div.fair_prize_detail .fair_prize_description {
  float: left; }

#fair_prize div.goods_now_point {
  border: solid 1px green;
  width: 235px;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  margin: 0 auto; }

#fair_prize div.fair_prize_cart {
  margin-bottom: 50px;
  margin-top: 10px; }

#fair_prize div.fair_prize_cart .prize_f_right {
  float: right; }

#fair_prize div.fair_prize_cart .prize_f_right span {
  margin-right: 10px !important; }

#fair_prize div#fairs {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed #9D9D9D; }

#fair_prize div#fairs .fair .prize_title h3 {
  border-left: solid 1em #6bc098;
  background: #eee;
  line-height: 32px; }

#fair_prize div#fairs .fair .prize_title .fair-image_prize {
  width: unset; }

.fair-image_prize a img.fair_prize_image {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  text-align: center; }

.prize_btn-cart {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: relative;
  background-color: #ffc541; }

.exchange_info {
  color: unset;
  background-color: #F0C9EB;
  border: 1px mediumvioletred solid; }

.prize_btn-cart i {
  color: white;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px; }

p.prize_exchange_info {
  color: red;
  padding: 5px 0; }

#fair_prize div#fairs .fair .text {
  margin-top: 10px; }

div.content_attention {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 15px;
  background-color: #ffebeb;
  border: 1px solid #ffbfbf; }

div.content_attention > h3.attention_message {
  color: #d55454;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  background-size: 15px;
  font-weight: bolder; }

div.content_attention > h3.attention_message > i {
  padding-right: 5px; }

div.content_attention > div.attention_target {
  padding-left: 30px; }

div.content_attention > div.attention_target > form > ul.attention_list {
  margin-top: 20px;
  padding-left: 10px; }

div.content_attention > div.attention_target > form > ul.attention_list > li.message {
  margin-top: 5px;
  color: #808080;
  font-size: 13px;
  list-style: disc; }

div.content_attention > div.attention_target > form > ul.attention_list > li.message > a {
  text-decoration: underline; }

div.preview_tag > iframe {
  max-width: 100vw;
  width: 100vw; }

/*
  変数が使われていない記述に、変数を適用するためのscss
 */
#g-header .g-header_search-area {
  background-color: #338a41; }

.sub-header-navi {
  background-color: #ebf5f0; }

.upper-big-gate-navi ul li, .index-page.__sp .upper-big-gate-navi ul li {
  border-top-color: #6acaa7;
  border-right-color: #6acaa7; }
  .upper-big-gate-navi ul li:first-child, .index-page.__sp .upper-big-gate-navi ul li:first-child {
    border-left-color: #6acaa7; }
  .upper-big-gate-navi ul li.__active, .index-page.__sp .upper-big-gate-navi ul li.__active {
    background-color: #338a41; }
  .upper-big-gate-navi ul li a, .index-page.__sp .upper-big-gate-navi ul li a {
    color: #6acaa7; }

.category-big-navi .category-big-navi_prent li, .index-page.__sp .category-big-navi .category-big-navi_prent li {
  background-color: #6acaa7; }
  .category-big-navi .category-big-navi_prent li.__active {
    background-color: #338a41; }
  .category-big-navi .category-big-navi_prent li:last-child {
    border-color: #6acaa7; }

.page-headline {
  background-color: #6acaa7; }

.page-headline-min {
  color: #00a667; }

.page-content-border {
  border-color: #6acaa7; }

.general-table {
  border-color: #6acaa7; }
  .general-table th {
    background-color: #6acaa7; }
  .general-table tr td {
    border-color: #6acaa7; }

.general-btn {
  background-color: #6acaa7; }

.page-content-body p a {
  color: #6acaa7; }

#g-header .btn-nav-open:after {
  color: #338a41; }
#g-header .g-header_nav_primary .g-nav-login a i:before {
  color: #338a41; }
#g-header .g-header_nav_primary .g-nav-cart a i:before {
  color: #338a41; }
#g-header .g-header_search-area form input[type="submit"] {
  color: #338a41; }

.btn-go-top a {
  background-color: #6acaa7; }

.section-find {
  color: #00a667; }

.main-section.green_belt .section-find {
  background-color: #6acaa7; }

.search-page .search-sort li a {
  border-color: #338a41; }
.search-page .search-sort li.current a {
  background-color: #338a41; }

.calender-page .calendar-category li a, .search-console .calendar-category li a, .calender-page .search-console-inner-category li a, .search-console .search-console-inner-category li a,
.search-console .calendar-category li a,
.search-console .search-console-inner-category li a,
.calender-page .search-console-inner-category li a,
.search-console .search-console-inner-category li a,
.search-console .search-console-inner-category li a {
  border-color: #338a41; }
.calender-page .calendar-category li.current a, .search-console .calendar-category li.current a, .calender-page .search-console-inner-category li.current a, .search-console .search-console-inner-category li.current a,
.search-console .calendar-category li.current a,
.search-console .search-console-inner-category li.current a,
.calender-page .search-console-inner-category li.current a,
.search-console .search-console-inner-category li.current a,
.search-console .search-console-inner-category li.current a {
  background-color: #6acaa7;
  color: white; }

.item-list .search-item-author-author a {
  color: #00a667; }
.item-list .search-item-author-author i.fa {
  color: #00a667; }

.narrow-btn a {
  color: #00a667; }

#slidemenu .btn-nav-close:before, #slidemenu .btn-nav-close:after {
  background: #338a41; }
#slidemenu .slide-nav #slidemenu_contents #slidemenu_inner .registration .registration-login {
  background-color: #00a667; }
#slidemenu .slide-nav #slidemenu_contents #slidemenu_inner .registration .registration-entry {
  background-color: #338a41; }
#slidemenu .slide-nav .slide-nav-list li {
  background-color: #153E44; }
#slidemenu .slide-nav .slide-nav-list .slide-nav-inner li {
  background-color: #1f5259;
  border-top: 1px solid #0e2b2f; }
  #slidemenu .slide-nav .slide-nav-list .slide-nav-inner li:first-of-type {
    border-top: none; }

.login input[type="submit"] {
  background-color: #6bc098; }

.breadcrumb-step span.current {
  background-color: #6acaa7; }

.breadcrumb-step span:first-child.current:after {
  border-left-color: #6acaa7; }

.breadcrumb-step span.current:before {
  border-left-color: #6acaa7; }

.cart-account {
  border: 1px solid #6acaa7; }

.general-table tr:nth-child(2n) {
  background-color: #ebf5f0; }

*:not(font) {
  color: #222222; }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  height: auto; }

a {
  background: transparent;
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline; }

#g-header {
  grid-template-columns: 48px 42px minmax(0, 1fr) minmax(100px, 9999fr); }
  @media screen and (max-width: 979px) {
    #g-header .ruby {
      display: none; }
    #g-header .g-header_search-area form input[type=submit] {
      height: 28px; }
    #g-header.g-header_otherpage {
      grid-template-rows: 42px 40px 5px; } }
  #g-header.logo-only {
    display: flex; }
    #g-header.logo-only .g-header_logo {
      margin: 0 auto; }
      #g-header.logo-only .g-header_logo ._logo_min {
        display: none; }
      #g-header.logo-only .g-header_logo ._logo_row {
        display: block; }
  #g-header .g-header_search-area form {
    width: calc(100% - 80px); }
    #g-header .g-header_search-area form .cancel-btn {
      color: #338a41; }
  #g-header .g-header_search-area__button {
    position: absolute;
    right: 5px;
    top: 7px;
    padding: 0 8px;
    color: #338a41;
    background-color: white;
    border: 1px solid #338a41;
    border-radius: 4px; }
  #g-header .g-header_nav_primary li.r18-off a {
    background-color: #d0d0d0; }
  #g-header .g-header_nav_primary li a img {
    height: 20px;
    margin-top: 8px; }
  #g-header .g-header_nav_primary .g-nav-cart {
    position: relative; }
    #g-header .g-header_nav_primary .g-nav-cart .cart-label {
      width: auto;
      min-width: 14px;
      padding: 2px;
      line-height: normal;
      color: white;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      background-color: #d55454;
      position: absolute;
      top: -8px;
      right: -9px;
      z-index: 10; }
  #g-header .g-header_nav_primary .g-nav-shop a i:before {
    color: #959182; }
  #g-header ul, #g-header div {
    background-color: white; }

.display_num {
  text-align: center;
  font-size: 24px; }

.upper-big-gate-navi ul li, .index-page.__sp .upper-big-gate-navi ul li {
  background-color: white; }
.upper-big-gate-navi ul li.page-active, .index-page.__sp .upper-big-gate-navi ul li.page-active {
  background-color: #338a41; }
  .upper-big-gate-navi ul li.page-active a, .index-page.__sp .upper-big-gate-navi ul li.page-active a {
    color: white; }

.category-big-navi .category-big-navi_prent li, .index-page.__sp .category-big-navi .category-big-navi_prent li {
  padding: 0;
  display: table; }
  .category-big-navi .category-big-navi_prent li a, .index-page.__sp .category-big-navi .category-big-navi_prent li a {
    color: white;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 6px 0; }
.category-big-navi .category-big-navi_child > *, .index-page.__sp .category-big-navi .category-big-navi_child > * {
  width: -webkit-fill-available; }
.category-big-navi .category-big-navi_child > *, .index-page.__sp .category-big-navi .category-big-navi_child > * {
  background-color: #ebf5f0; }
.category-big-navi--sp .menu-contents {
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap; }
  .category-big-navi--sp .menu-contents li {
    list-style: none;
    border: 3px solid white;
    box-sizing: border-box;
    font-size: 12px;
    flex: 1 1 50%; }
    .category-big-navi--sp .menu-contents li .parent {
      position: relative;
      margin: 0;
      padding: 0.5em 1em;
      font-size: 1em;
      font-weight: bold;
      cursor: pointer;
      background-color: #6acaa7; }
      .category-big-navi--sp .menu-contents li .parent p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0;
        color: white;
        font-size: 14px; }
        .category-big-navi--sp .menu-contents li .parent p:after {
          content: "";
          position: absolute;
          right: 25px;
          top: 30%;
          transition: all 0.2s ease-in-out;
          display: block;
          width: 8px;
          height: 8px;
          border-top: solid 4px white;
          border-right: solid 4px white;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
      .category-big-navi--sp .menu-contents li .parent.open p:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 40%; }
    .category-big-navi--sp .menu-contents li .children {
      width: 100%;
      display: none; }
      .category-big-navi--sp .menu-contents li .children .menu-item {
        padding: 0; }
        .category-big-navi--sp .menu-contents li .children .menu-item li {
          width: 100%;
          border: none;
          background-color: #ebf5f0;
          margin: 0;
          padding: 5px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .category-big-navi--sp .menu-contents li .children .menu-item li a {
            display: block; }

.category-icon {
  position: relative; }
  .category-icon .category-icon-navi ul {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 0 5px; }
    .category-icon .category-icon-navi ul li {
      flex: 1;
      border: 1px solid #6acaa7; }
      .category-icon .category-icon-navi ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding: 3px 3px;
        height: 100%; }
        .category-icon .category-icon-navi ul li a img {
          height: 45px;
          width: 45px; }
        .category-icon .category-icon-navi ul li a svg {
          width: 45px;
          height: 45px; }
          .category-icon .category-icon-navi ul li a svg * {
            fill: #6acaa7; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-book2 .white {
            fill: none;
            stroke: white;
            stroke-linecap: round;
            stroke-miterlimit: 10;
            stroke-width: 14.44px; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-item .groval-sp-item-1 {
            stroke: #6acaa7;
            fill: none;
            stroke-width: 21.28px; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-item .groval-sp-item-3 {
            fill: none;
            stroke: white;
            stroke-width: 20px; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-item .groval-sp-item-4 {
            fill: #6acaa7;
            stroke: none; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-item .groval-sp-item-5 {
            fill: white;
            stroke: none; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-comic1 .groval-sp-comic1-2 {
            fill: #6acaa7;
            stroke: #6acaa7;
            stroke-width: 5px; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-comic1 .groval-sp-comic1-3 {
            fill: #6acaa7;
            stroke: #6acaa7;
            stroke-width: 5px; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-comic2.color-2 .groval-sp-comic2-1 {
            fill: #6acaa7; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-comic2.color-2 .groval-sp-comic2-2 {
            fill: #6acaa7;
            stroke: #6acaa7;
            stroke-width: 5px; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-magazine .groval-sp-magazine-2 {
            fill: none;
            stroke: #6acaa7;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 17.89px; }
          .category-icon .category-icon-navi ul li a svg.groval-sp-magazine .groval-sp-magazine-3 {
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 17.89px;
            stroke: white; }
        .category-icon .category-icon-navi ul li a span {
          font-size: xx-small;
          text-align: center;
          word-break: keep-all;
          line-height: 12px; }
  .category-icon .category-icon-popup {
    position: absolute;
    z-index: 10;
    background-color: white;
    left: 10px;
    border: 2px solid black;
    width: 90vw;
    padding: 5px;
    top: 100px;
    display: none; }
    .category-icon .category-icon-popup:after, .category-icon .category-icon-popup:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .category-icon .category-icon-popup:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 15px;
      margin-left: -15px; }
    .category-icon .category-icon-popup:before {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: #000000;
      border-width: 18px;
      margin-left: -18px; }
    .category-icon .category-icon-popup.category-icon-popup--1:after, .category-icon .category-icon-popup.category-icon-popup--1:before {
      left: calc(10vw - 12px); }
    .category-icon .category-icon-popup.category-icon-popup--2:after, .category-icon .category-icon-popup.category-icon-popup--2:before {
      left: calc(30vw - 12px); }
    .category-icon .category-icon-popup.category-icon-popup--3:after, .category-icon .category-icon-popup.category-icon-popup--3:before {
      left: calc(50vw - 12px); }
    .category-icon .category-icon-popup.category-icon-popup--4:after, .category-icon .category-icon-popup.category-icon-popup--4:before {
      left: calc(70vw - 12px); }
    .category-icon .category-icon-popup.category-icon-popup--5:after, .category-icon .category-icon-popup.category-icon-popup--5:before {
      left: calc(80vw - 12px); }
    .category-icon .category-icon-popup__item {
      display: none;
      flex-direction: row;
      flex-wrap: wrap; }
      .category-icon .category-icon-popup__item p {
        flex: 1 0 50%;
        line-height: 2em; }

#site_jack {
  position: relative;
  height: 100%;
  width: 100%; }
  #site_jack img {
    max-width: 100%; }
  #site_jack--single {
    position: relative; }
    #site_jack--single:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 200px; }
  #site_jack--wrapper {
    width: 100%;
    top: 0px;
    position: absolute; }
  #site_jack--separated {
    display: flex;
    justify-content: center; }
    #site_jack--separated .site_jack-center {
      width: 1200px;
      flex: 0 0 1200px;
      margin: 0 10px; }
    #site_jack--separated a {
      display: block;
      display: block;
      max-width: 100%;
      flex: 0 1 auto;
      min-width: 200px; }
    #site_jack--separated img {
      display: block;
      max-width: 100%;
      min-width: 200px; }

.main-visual {
  width: 100%;
  height: 245px;
  margin-top: -35px; }
  .main-visual .slider {
    height: 232px;
    visibility: hidden; }
  .main-visual .slick-dots li button:before {
    color: #d0d0d0; }

#slidemenu .slidemenu_shade {
  background: rgba(0, 0, 0, 0.8); }
#slidemenu .slide-nav {
  height: 100dvh; }
  #slidemenu .slide-nav #slidemenu_contents #slidemenu_inner .registration .registration-login {
    position: relative;
    padding-left: 24px;
    box-sizing: border-box; }
    #slidemenu .slide-nav #slidemenu_contents #slidemenu_inner .registration .registration-login:before {
      content: "";
      font-family: FontAwesome;
      color: white;
      position: absolute;
      left: 18px;
      font-size: 20px; }
  #slidemenu .slide-nav #slidemenu_contents #slidemenu_inner .registration-entry {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box; }
    #slidemenu .slide-nav #slidemenu_contents #slidemenu_inner .registration-entry:before {
      content: "";
      font-family: FontAwesome;
      color: white;
      position: absolute;
      left: 18px;
      font-size: 20px; }
  #slidemenu .slide-nav .slide-nav-list li a {
    background-image: none; }
    #slidemenu .slide-nav .slide-nav-list li a:after {
      content: "";
      font-family: FontAwesome;
      color: #338a41;
      position: absolute;
      right: 5px;
      font-size: 12px; }
  #slidemenu .slide-nav .slide-nav-list li span {
    background-image: none; }
    #slidemenu .slide-nav .slide-nav-list li span.open:after {
      content: "";
      font-family: FontAwesome;
      color: #338a41;
      position: absolute;
      right: 5px;
      font-size: 16px; }
    #slidemenu .slide-nav .slide-nav-list li span.close:after {
      content: "";
      font-family: FontAwesome;
      color: #338a41;
      position: absolute;
      right: 5px;
      font-size: 16px; }
  #slidemenu .slide-nav .slide-nav-list .slide-nav-inner a {
    background-image: none; }
    #slidemenu .slide-nav .slide-nav-list .slide-nav-inner a:after {
      color: #F6EDA0; }

#container {
  background-color: inherit;
  overflow: visible; }
  @media screen and (min-width: 980px) {
    #container {
      margin-top: 20px; } }
  @media screen and (max-width: 979px) {
    #container.container_toppage {
      margin-top: 20px; }
    #container.container_otherpage {
      margin-top: 0; } }
  #container #contents {
    background-color: white; }
  #container.container--full_width {
    max-width: none; }
    #container.container--full_width #contents {
      max-width: none; }

.index-page.__pc #container {
  margin-top: 20px; }

.utBReFvXjp-wrap {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 980px) {
    .utBReFvXjp-wrap {
      margin-top: 24px; } }
  @media screen and (max-width: 979px) {
    .utBReFvXjp-wrap.utBReFvXjp-wrap_toppage {
      margin-top: 24px; }
    .utBReFvXjp-wrap.utBReFvXjp-wrap_otherpage {
      margin-top: 0; } }
  .utBReFvXjp-wrap .utBReFvXjp-column-navi {
    flex: 0 0 auto;
    min-width: 0;
    margin-right: 0;
    padding: 0 10px; }
  .utBReFvXjp-wrap .utBReFvXjp-column-main {
    flex: 1 1 auto;
    min-width: 0; }

footer {
  margin-top: 20px; }
  footer .abj_mark {
    background-color: #153e44;
    text-align: center;
    margin-top: -30px;
    padding-bottom: 10px; }
    footer .abj_mark img {
      width: 120px; }
    footer .abj_mark p {
      color: white;
      width: 70%;
      margin: 0 auto;
      font-size: 10px; }

h1.page-header:not(.exception) {
  background-color: inherit;
  border-bottom: 4px solid #338a41;
  font-size: 20px;
  padding: 0;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 10px; }

h1.page-header.exception {
  background-color: inherit;
  font-size: 20px;
  padding: 0;
  padding-left: 10px;
  font-weight: bold;
  display: inline-block; }

.exception_h1_block {
  border-bottom: 4px solid #338a41;
  margin-bottom: 10px; }

.sub_h1 {
  font-size: 13px;
  display: inline-block; }

.search-page .search-sort li:nth-child(n) {
  margin-bottom: 1em; }

.search-console {
  margin-bottom: 12px; }
  .search-console-inner .search-area {
    width: 100%;
    height: 43px;
    padding-top: 13px;
    background-color: #338a41; }
  .search-console-inner .page-content-border.inner {
    padding-left: 3em; }
    .search-console-inner .page-content-border.inner > p {
      margin-left: -2em; }
  .search-console .general-btn {
    margin-top: 10px; }

.category_menu li {
  border-bottom: 1px solid #338a41; }
  .category_menu li a {
    display: block;
    padding: 0 16px;
    height: 35px;
    line-height: 35px;
    color: white;
    background-color: #6acaa7; }

.general-accordion .section_keywords {
  width: 100%;
  margin: 10px 5px;
  font-size: 12px;
  text-align: center; }
  .general-accordion .section_keywords ul.tags li {
    background: #003366;
    display: inline-block;
    margin: 1px auto;
    padding: 5px 7px;
    border-radius: 5px;
    word-break: break-all; }
    .general-accordion .section_keywords ul.tags li a {
      color: white;
      text-decoration: none; }
  .general-accordion .section_keywords ul.tags:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 9999px;
    content: "";
    width: 100%; }
  .general-accordion .section_keywords.section_keywords--is_hide {
    height: 80px; }
    .general-accordion .section_keywords.section_keywords--is_hide ul.tags {
      position: relative;
      overflow: hidden;
      height: 100px; }
      .general-accordion .section_keywords.section_keywords--is_hide ul.tags:before {
        left: 0;
        height: 80px;
        /*グラデーションで隠す高さ*/
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, white 100%);
        background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, white 100%); }
.general-accordion .search_keywords_menu_open {
  display: none; }

#search-keyword > ul li.one-third-col {
  width: calc(100% / 3); }

.accordion-list .inner {
  overflow: hidden; }
.accordion-list--green span {
  background-color: #6acaa7;
  color: white; }
  .accordion-list--green span:after {
    color: white; }

.menu-list {
  border-top: none; }
  .menu-list__link--green a {
    color: #00a667; }
  .menu-list li.arrow_parent .arrow_list {
    padding: 0 0 10px 10px; }
    .menu-list li.arrow_parent .arrow_list li {
      border-bottom: none; }
  .menu-list li.arrow_parent:after {
    content: none; }
  .menu-list .box_table {
    margin-bottom: 0; }
    .menu-list .box_table div.table {
      margin-bottom: 0;
      position: relative;
      top: 0px;
      left: 0px;
      padding: 10px;
      overflow: hidden; }
      .menu-list .box_table div.table .table_in {
        background: #ffffff; }
        .menu-list .box_table div.table .table_in div div.clm {
          text-align: center; }
          .menu-list .box_table div.table .table_in div div.clm a {
            line-height: 22px;
            height: 22px;
            display: inline-block; }
        .menu-list .box_table div.table .table_in div div.head_line {
          position: relative;
          top: 0px;
          left: 0px; }
        .menu-list .box_table div.table .table_in div div div.head_green {
          border-left: 5px solid #00a667; }
          .menu-list .box_table div.table .table_in div div div.head_green .str {
            position: relative;
            top: 1px;
            font-size: 13px;
            font-weight: bold;
            padding-left: 10px; }
        .menu-list .box_table div.table .table_in div div select {
          margin-left: 1em;
          border: 1px solid #a2a2a2; }
        .menu-list .box_table div.table .table_in div div input {
          margin-left: 1em;
          border: 1px solid #edeada; }
        .menu-list .box_table div.table .table_in div div label {
          display: block;
          padding: 2px 0em; }
      .menu-list .box_table div.table table {
        width: 100%;
        margin-top: 10px; }
        .menu-list .box_table div.table table tr {
          width: 100%;
          height: 4em;
          text-align: center; }
          .menu-list .box_table div.table table tr input {
            padding: 5px 20px;
            border: none;
            cursor: pointer;
            display: block;
            height: auto;
            background-color: #ffc541;
            background-image: none;
            text-indent: 0;
            color: white;
            border-radius: 4px;
            font-size: larger;
            text-align: center;
            margin: 0 auto;
            font-family: 'FontAwesome'; }

.item_detail_matrix div.matrix {
  margin: 10px 16px; }

.item_detail_matrix_dl div.matrix {
  margin: 0; }

table.matrix_table {
  font-size: 14px;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
  border-collapse: separate; }
  table.matrix_table td {
    vertical-align: middle;
    text-align: center;
    word-break: break-all; }
    table.matrix_table td.bl_f {
      background-color: #fff;
      color: #000000;
      border-bottom: solid 1px #6acaa7;
      border-left: solid 1px #F5F5F5;
      border-right: solid 1px #6acaa7;
      width: 25%;
      max-width: 70px; }
    table.matrix_table td.bl_s {
      background-color: #fff;
      color: #000000;
      border-bottom: solid 1px #F5F5F5;
      border-left: solid 1px #F5F5F5;
      border-right: solid 1px #6acaa7;
      width: 25%;
      max-width: 70px; }
    table.matrix_table td.orange {
      background-color: #fff;
      color: #000000;
      border-bottom: solid 1px #6acaa7;
      border-left: solid 1px #F5F5F5;
      border-right: solid 1px #6acaa7; }
      table.matrix_table td.orange:last-child {
        border-right: solid 1px #fff; }
    table.matrix_table td.pager {
      color: #fff;
      border: solid 1px #F7F8FA; }
    table.matrix_table td.item {
      border: solid 1px #F7F8FA; }
    table.matrix_table td.current {
      background-color: #6acaa7;
      border-radius: 10px;
      border: 3px solid white; }
      table.matrix_table td.current a {
        color: #fff; }
        table.matrix_table td.current a span {
          color: #fff; }
        table.matrix_table td.current a.matrix_tbl {
          text-decoration: none; }
          table.matrix_table td.current a.matrix_tbl:hover {
            text-decoration: underline; }
    table.matrix_table td a {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      width: 100%;
      color: #b3b3b3; }
      table.matrix_table td a span {
        color: #b3b3b3; }

div.matrix_btn {
  margin: 10px 26px; }
  div.matrix_btn ul.mat_btn {
    width: 100%; }
    div.matrix_btn ul.mat_btn li {
      float: left;
      color: #fff;
      border: solid 1px #e7e9eb;
      border-radius: 6px;
      margin: 10px;
      background: #F7F8FA; }
      div.matrix_btn ul.mat_btn li.item {
        width: 25%; }
        div.matrix_btn ul.mat_btn li.item:only-child {
          width: 90%; }
        div.matrix_btn ul.mat_btn li.item:first-child:nth-last-child(2), div.matrix_btn ul.mat_btn li.item:first-child:nth-last-child(2) ~ li {
          width: 42%; }
      div.matrix_btn ul.mat_btn li.current {
        background-color: #6acaa7;
        color: #FFF; }
        div.matrix_btn ul.mat_btn li.current a {
          color: #fff; }
          div.matrix_btn ul.mat_btn li.current a span {
            color: #fff; }
      div.matrix_btn ul.mat_btn li a {
        display: flex;
        padding: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        text-decoration: none;
        word-break: break-word;
        color: #6acaa7; }
        div.matrix_btn ul.mat_btn li a span {
          color: #6acaa7; }

.calender_list li {
  padding: 2px 0;
  border-top: 1px solid #edeada;
  overflow: hidden;
  position: relative; }
  .calender_list li:nth-child(2n+1) {
    background-color: #f8f8f8; }
  .calender_list li p {
    width: 40%;
    line-height: 40px;
    float: left; }
    .calender_list li p:first-child {
      padding-left: 16px;
      box-sizing: border-box; }
    .calender_list li p .item-price {
      float: right;
      width: 60%;
      padding-right: 2em;
      box-sizing: border-box; }
    .calender_list li p .item-title {
      float: right;
      width: 60%;
      padding-right: 2em;
      box-sizing: border-box; }
    .calender_list li p .search-item-author-author {
      float: right;
      width: 60%;
      padding-right: 2em;
      box-sizing: border-box; }

#barcode {
  padding: 0 15px; }

#timer {
  text-align: center;
  font-size: large;
  font-weight: bold; }
  #timer > p {
    text-align: center;
    font-size: x-large;
    color: red;
    font-weight: bold; }

.continue > a {
  background-color: #F5F5F5;
  border: 1px solid #7A7A7A;
  color: #7A7A7A; }

.simple-buttons {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .simple-buttons__button, .page-tabs__tab, .param-tabs__tab {
    padding: 12px;
    display: table; }
    .simple-buttons__button a, .page-tabs__tab a, .param-tabs__tab a {
      height: 50px;
      text-align: center;
      line-height: initial;
      color: white;
      background-color: #338a41;
      display: table-cell;
      vertical-align: middle;
      text-decoration: none; }
    .simple-buttons__button--foward a {
      background-color: #FFBB41; }
    .simple-buttons__button--return a {
      background-color: #F5F5F5;
      border: 1px solid #7A7A7A;
      color: #7A7A7A; }
    .simple-buttons__button--blue a {
      background-color: #26bfdd;
      color: white !important; }
    .simple-buttons__button--yellow a {
      background-color: #ffc541;
      color: white !important; }
  .simple-buttons--center-one {
    flex-direction: flex;
    justify-content: center; }
    .simple-buttons--center-one .simple-buttons__button, .simple-buttons--center-one .page-tabs__tab, .simple-buttons--center-one .param-tabs__tab {
      flex: 0 0 auto; }
      .simple-buttons--center-one .simple-buttons__button a, .simple-buttons--center-one .page-tabs__tab a, .simple-buttons--center-one .param-tabs__tab a {
        width: 30vw; }
  .simple-buttons--pc_only {
    display: none; }

.btn-cart > p.simple-buttons__button.read_button, .btn-cart > p.read_button.page-tabs__tab, .btn-cart > p.read_button.param-tabs__tab {
  display: block; }
  .btn-cart > p.simple-buttons__button.read_button > a.btn_pre_oneclick, .btn-cart > p.read_button.page-tabs__tab > a.btn_pre_oneclick, .btn-cart > p.read_button.param-tabs__tab > a.btn_pre_oneclick {
    height: unset; }
.btn-cart .read_button.read_tachiyomi {
  border: 1px solid #B3B3B3;
  background-color: #F9F9F9; }
  .btn-cart .read_button.read_tachiyomi > a {
    color: #333333; }
    .btn-cart .read_button.read_tachiyomi > a i.fa {
      color: #333333; }

.page-content-border--caution p,
.page-content-body--caution p {
  color: red; }
.page-content-border .attention,
.page-content-body .attention {
  color: #d55454;
  font-weight: bold; }

.page-content-border--with-header {
  padding: 0; }
.page-content-border__header {
  padding: 5px 16px;
  color: white;
  font-weight: normal;
  background-color: #6acaa7;
  position: relative; }
.page-content-border__body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .page-content-border__body__info {
    flex: 1; }
  .page-content-border__body__image {
    flex: 1; }
    .page-content-border__body__image p {
      text-align: center; }
.page-content-border .simple-buttons a {
  width: 80vw; }

#help-top {
  margin: 10px 0; }

#help-search .help-search-area {
  background-color: #d0d0d0;
  height: 43px;
  margin-bottom: 10px;
  padding-top: 13px; }
#help-search .search-area .form {
  height: 30px;
  margin: 0 8px;
  background-color: white;
  border-radius: 3px;
  position: relative; }
#help-search .search-area .cancel-btn {
  color: white;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: -75px;
  display: none; }
#help-search .search-area input[type="text"] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #333333;
  font-size: 12px;
  border-radius: 3px;
  box-sizing: border-box; }
#help-search .search-area input[type="submit"] {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: white;
  font: normal normal normal 16px/1 FontAwesome;
  color: #d0d0d0;
  text-align: center;
  top: 0;
  right: 0;
  z-index: 10; }

.item-notes {
  margin-right: 5px; }
  .item-notes:last-of-type {
    margin-right: 0; }
  .item-notes.notes-analog {
    background-color: #8A9ED1; }
  .item-notes.notes-fromagee_store {
    background-color: #33acf2; }

.btn-cart .read_button {
  background-color: #FFBB41; }

.item-list .search-item-detail-btn-list a.dl_to_wish,
.search-item-cover .search-item-detail-btn-list a.dl_to_wish {
  background-color: #FFBB41 !important;
  font-size: 10px; }

.item-list .search-item-detail-btn-list .open_sample,
.item-list .search-item-detail-btn-list .open_preview,
.item-list .search-item-detail-btn-list .open_tachiyomi,
.item-list .search-item-detail-btn-list .resale_request,
.item-list .search-item-detail-btn-list .to_cart {
  font-size: 10px; }

.item-list ul {
  margin: 0 5px; }
  .item-list ul .rank:before {
    content: '\f024';
    top: 5px;
    font-size: 24px; }
.item-list .item-image .item-thumbnail > img {
  max-height: 220px; }
.item-list .item-image > a {
  width: 98%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center; }
.item-list .item-info .item-state-analog {
  background-color: #8A9ED1; }
.item-list .item-info .item-state-digital {
  background-color: #CCAA9B; }
.item-list .item-info .item-state {
  width: auto;
  padding: 0 5px; }
.item-list .item-info .item-state-special {
  margin: 2px 2px 0 0;
  width: 50px;
  background-color: #F8C771;
  float: right; }
  .item-list .item-info .item-state-special.gamers {
    background-color: #F9A07A; }
.item-list .item-image {
  flex: 0 0 auto;
  height: 220px; }
  .item-list .item-image a .label-monopoly {
    display: initial; }
.item-list .item-meta {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .item-list .item-meta a {
    flex: 1; }
    .item-list .item-meta a p.item-ttl.product_title {
      font-size: 12px; }
  .item-list .item-meta .pop_link {
    flex: 0 1 auto; }
  .item-list .item-meta .mail_deli_link {
    color: red;
    font-weight: bold; }
    .item-list .item-meta .mail_deli_link i {
      font-weight: bold;
      color: red; }
  .item-list .item-meta .app_view_link {
    color: red;
    font-weight: bold; }
    .item-list .item-meta .app_view_link i {
      font-weight: bold;
      color: red; }
  .item-list .item-meta .sample_data {
    display: none; }
  .item-list .item-meta .search-item-author-author.ancillary_info {
    font-size: 11px; }
  .item-list .item-meta .search-item-author-author.coupling_info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: break-spaces;
    height: unset;
    word-break: break-all; }
    .item-list .item-meta .search-item-author-author.coupling_info > a {
      white-space: unset; }
  .item-list .item-meta .search-item-author-author i.fa-circle {
    color: #00a667; }
  .item-list .item-meta .item-price {
    color: #d55454; }
    .item-list .item-meta .item-price Del {
      color: black; }
  .item-list .item-meta .item-state.item-state-cation {
    color: #d55454;
    border: 1px solid #d55454; }
.item-list .page-headline {
  margin-bottom: 10px; }

.item-page .item-detail td a.favorited {
  color: #d55454; }

h4.page-headline.payment-headline_form {
  margin-top: 15px; }

.more-info {
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 13px;
  top: 16px; }
  .more-info.title-head {
    line-height: 10px; }

.sns_shop {
  padding: 10px; }

#card_info.form-style tbody tr.form-style__block .form-style__input input {
  width: 60%; }
#card_info.form-style tbody tr.form-style__block .form-style__input select {
  width: 25%;
  margin-right: 5px; }

.dl_child_products_buy {
  background-color: #FFBB41;
  display: block;
  width: initial;
  border-radius: 4px;
  border: none;
  color: white;
  margin: 5px 0px;
  padding: 10px 0px;
  text-align: center; }
  .dl_child_products_buy span {
    font-size: 11px;
    color: #fff; }
    .dl_child_products_buy span i {
      color: white; }

.btn_dl_album {
  background-color: #FFBB41;
  display: block;
  width: initial;
  border-radius: 4px;
  border: none;
  color: white;
  margin: 5px 10px;
  padding: 10px;
  text-align: center; }
  .btn_dl_album span {
    font-size: 11px;
    color: #fff; }
    .btn_dl_album span i {
      color: white; }

.btn-share-twitter {
  line-height: 50px; }
  .btn-share-twitter .fa-twitter {
    color: white;
    margin-right: 10px;
    margin-top: 15px;
    font-size: large; }
.btn-share-line {
  line-height: 50px; }
  .btn-share-line .fa-line {
    color: white;
    margin-right: 10px;
    margin-top: 15px;
    font-size: large; }
.btn-share-facebook {
  line-height: 50px; }
  .btn-share-facebook .fa-facebook-f {
    color: white;
    margin-right: 10px;
    margin-top: 15px;
    font-size: large; }

.--pc_only {
  display: none; }

.--sp_only {
  display: block; }

body .lity {
  background: rgba(255, 255, 255, 0.8); }

div.attentions ul li {
  text-indent: -1.3em;
  margin: 0 0 7px 1.3em;
  line-height: 1.231; }

#rtoaster-template {
  display: none; }

.general-fab-btn.cart-fab-btn .cart-label {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background-color: #d55454;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.dl-clipboard .simple-buttons .read_button {
  text-align: center;
  padding: 12px; }
  .dl-clipboard .simple-buttons .read_button .btn_oneclick {
    border-radius: 0;
    border: none;
    background-color: #FFBB41;
    color: white; }

.clip-items-buttons .page-content-border {
  border-color: transparent;
  border: unset; }
  .clip-items-buttons .page-content-border .btn_pre_oneclick {
    background-color: #FFBB41;
    color: white; }

.page-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 2px solid #338a41;
  margin-bottom: 12px; }
  .page-tabs__tab {
    padding: 12px 0 0 0;
    flex: 1; }
    .page-tabs__tab a {
      background-color: #edece8;
      height: 50px;
      color: #333333; }
      .page-tabs__tab a span {
        color: #333333; }
    .page-tabs__tab--active a {
      background-color: #338a41;
      color: white; }
      .page-tabs__tab--active a span {
        color: white; }

.param-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 12px; }
  .param-tabs__tab {
    padding: 12px 0 0 0;
    flex: 1; }
    .param-tabs__tab a {
      background-color: #edece8;
      height: 50px;
      color: #7A7A7A;
      border-bottom: 2px solid #d0d0d0; }
      .param-tabs__tab a span {
        color: #7A7A7A; }
    .param-tabs__tab--active a {
      background-color: white;
      color: black;
      border-bottom: 2px solid #338a41;
      border-right: none; }
      .param-tabs__tab--active a span {
        color: black; }
    .param-tabs__tab--non_active + .param-tabs__tab--non_active a {
      border-left: 2px solid #d0d0d0; }

.search-item-detail-btn-list .to_cart.reserve {
  background-color: #11C3CC !important; }
.search-item-detail-btn-list .to_cart.cart {
  background-color: #FFBB41 !important; }
.search-item-detail-btn-list .to_request.resale_request {
  box-sizing: border-box;
  background-color: #F5F5F5 !important;
  color: #D55454 !important;
  border: 1px solid; }
  .search-item-detail-btn-list .to_request.resale_request i {
    color: #D55454 !important; }

.search-item-list.scroll .search-item .sample_data {
  display: none; }
.search-item-list.scroll .search-item .search-item-detail-btn-list.at_once {
  display: flex;
  padding: 0; }
  .search-item-list.scroll .search-item .search-item-detail-btn-list.at_once .to_cart {
    flex: 1 0 auto; }
  .search-item-list.scroll .search-item .search-item-detail-btn-list.at_once .back {
    flex: 0 0 auto;
    padding: 0 1em;
    background-color: #d0d0d0; }

.slider-search .slick-slide a.slick-image {
  height: 420px;
  display: inline-block; }
.slider-search .slick-prev,
.slider-search .slick-next {
  top: 50%; }

#lity-image-overlay img {
  max-width: 90vw;
  max-height: 90vh; }

.goods-list-parts {
  text-align: center;
  margin: 0 auto;
  overflow: hidden; }

.goods-info-html {
  margin-top: 20px;
  margin-bottom: 20px; }

.goods-login-banner {
  margin-bottom: 20px; }

.goods-now-point {
  border: 1px solid #90bea4;
  padding: 20px;
  font-size: 15px;
  margin-bottom: 20px; }

.goods-cart-link {
  padding: 5px 16px;
  text-align: end; }

.privilege_title {
  background-color: rgba(213, 84, 84, 0.7); }

.important-news-bloc {
  padding: 1px; }
  .important-news-bloc .important-news {
    border-color: #e74c3c;
    color: #e93421;
    margin-top: 0.5em;
    text-align: center;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding: 12px 12px 7px;
    margin: 1em 0; }
    .important-news-bloc .important-news p {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .important-news-bloc .important-news p .yell-caption {
        color: red;
        margin-right: 10px; }
        .important-news-bloc .important-news p .yell-caption i {
          color: red;
          margin-right: 5px; }
      .important-news-bloc .important-news p a.yell-caption-link {
        color: #00a667; }

ul.news li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.general-fab-btn.cart-fab-btn.circular-button {
  width: 60px;
  height: 60px; }
  .general-fab-btn.cart-fab-btn.circular-button a {
    line-height: 65px; }
.general-fab-btn.cart-fab-btn i.fa {
  font-size: 20px;
  color: white; }

.general-fab-btn.circular-button a {
  line-height: 56px; }

.circular-button {
  border-radius: 50%; }

.search-item-author-author.pop,
.item-ttl.pop {
  text-align: center;
  padding: 2px 0;
  margin-bottom: 3px;
  font-weight: bold; }

p.item-ttl.pop {
  height: 1.5em !important;
  color: unset; }

@media screen and (max-width: 979px) {
  .simple-buttons > .page-attention .label {
    text-align: center; }

  div.bottom-part-banner_block div ul.bottom-part-banner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
    gap: 0px; }
    div.bottom-part-banner_block div ul.bottom-part-banner li {
      padding: 0 3px; }
      div.bottom-part-banner_block div ul.bottom-part-banner li a {
        display: block; }
        div.bottom-part-banner_block div ul.bottom-part-banner li a img {
          width: 100%;
          height: auto; }

  .general-2col-bnr {
    gap: 0px; }
    .general-2col-bnr li {
      padding: 0 3px; }

  div.left-side-banner {
    display: none; }

  .goods-list-parts {
    width: 80%; }

  .ca_sp {
    padding: 0 3%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999; }
    .ca_sp p {
      float: left;
      width: 75%;
      padding: 10px 0;
      font-size: 10px;
      line-height: 1.8;
      color: #FFFFFF;
      font-weight: normal; }
      .ca_sp p a {
        color: #49bfe2; }
    .ca_sp button {
      float: right;
      width: 80px;
      height: 40px;
      margin-top: 25px;
      border-radius: 5px;
      background: #fff;
      color: #333;
      border: none;
      font-size: 11px;
      text-align: center; }
      .ca_sp button:hover {
        background: #666; }

  #site_jack {
    display: none; }

  .main-section .fair-list {
    width: 100%; }
    .main-section .fair-list.shop-info ul {
      display: unset; }
      .main-section .fair-list.shop-info ul li .shop-info__image a div.item-thumbnail {
        background-color: #fff; }
      .main-section .fair-list.shop-info ul li .shop-info__meta {
        padding: 10px 0;
        border: 1px solid #c7ded1; }
        .main-section .fair-list.shop-info ul li .shop-info__meta .shop-info__title {
          font-weight: bolder;
          flex: 1;
          padding: 0 1.6%;
          display: block;
          width: 100%;
          margin-left: 1.6%;
          margin-right: 1.6%;
          font-size: 13px; }
        .main-section .fair-list.shop-info ul li .shop-info__meta .shop-item__block {
          margin-bottom: 10px; }
          .main-section .fair-list.shop-info ul li .shop-info__meta .shop-item__block p.item-ttl {
            font-weight: unset; }
        .main-section .fair-list.shop-info ul li .shop-info__meta .simple-buttons {
          font-size: 13px; }
    .main-section .fair-list ul {
      margin: 0 5px;
      font-size: 0;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      .main-section .fair-list ul li {
        vertical-align: top;
        box-sizing: border-box;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        border-bottom: 1px dotted #dddddd;
        padding-bottom: 8px;
        margin-bottom: 8px;
        position: relative; }
        .main-section .fair-list ul li div.fair-image a {
          flex: 0 0 auto;
          padding: 0 1.6%;
          display: block;
          position: relative; }
          .main-section .fair-list ul li div.fair-image a div.item-thumbnail {
            width: 100%;
            text-align: center;
            background-color: #edece8; }
            .main-section .fair-list ul li div.fair-image a div.item-thumbnail img {
              width: auto;
              max-width: 100%;
              max-height: 100%; }
        .main-section .fair-list ul li div.fair-meta {
          flex: 1 0 auto;
          display: flex;
          flex-direction: column;
          justify-content: end; }
          .main-section .fair-list ul li div.fair-meta .fair-item-block {
            flex: 1;
            padding: 0 1.6%;
            display: block;
            position: relative; }
          .main-section .fair-list ul li div.fair-meta .fair-title p {
            padding: 0 1.6%;
            display: block;
            position: relative; }
            .main-section .fair-list ul li div.fair-meta .fair-title p.item-ttl {
              font-size: 13px;
              line-height: 1.6;
              display: -webkit-box;
              overflow: hidden;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              font-weight: bold; }
          .main-section .fair-list ul li div.fair-meta .fair-info {
            width: 100%;
            border-radius: 0;
            margin: 0;
            box-sizing: border-box;
            height: auto;
            margin-left: 1.6%;
            margin-right: 1.6%;
            font-size: 13px; }
          .main-section .fair-list ul li div.fair-meta .fair-link {
            height: 1.5em;
            margin-left: 1.6%;
            margin-right: 1.6%; }
            .main-section .fair-list ul li div.fair-meta .fair-link a {
              color: #338a41;
              font-size: 13px;
              line-height: 1.6; }

  .item-priv p.priv-item_title {
    border-top: 1px solid #bebbae;
    border-bottom: 1px solid #bebbae;
    margin: unset;
    padding: 12px;
    font-weight: bold;
    margin-bottom: 10px; }
  .item-priv .priv-item .priv-item_img {
    width: 100%;
    text-align: center;
    background-color: #edece8;
    border-top: 1px solid #d7d3c3;
    border-bottom: 1px solid #d7d3c3; }
    .item-priv .priv-item .priv-item_img a img.priv_img {
      width: 250px;
      max-width: 100%; }
  .item-priv .priv-item .priv-item_info {
    margin: 12px;
    line-height: 1.5;
    font-size: 13px; }

  table.form-style tbody tr.form-style__block {
    display: flex;
    flex-direction: column; }
    table.form-style tbody tr.form-style__block th.form-style__topic {
      width: unset;
      background-color: unset;
      color: black;
      font-weight: bold;
      padding: 10px 16px;
      font-size: 13px; }
      table.form-style tbody tr.form-style__block th.form-style__topic .require {
        top: unset;
        right: unset;
        position: unset;
        font-weight: normal;
        font-size: 12px;
        padding: 5px;
        margin-right: 5px; }
      table.form-style tbody tr.form-style__block th.form-style__topic.non_require {
        left: 33px; }
      table.form-style tbody tr.form-style__block th.form-style__topic label {
        color: black; }
    table.form-style tbody tr.form-style__block td.form-style__input {
      padding: 5px 16px; }
      table.form-style tbody tr.form-style__block td.form-style__input input {
        border-radius: 0.42em;
        background-color: #F5F5F5;
        font-size: 16px;
        padding: 5px; }
      table.form-style tbody tr.form-style__block td.form-style__input.selecter > textarea {
        font-size: 16px;
        padding: 5px; }
      table.form-style tbody tr.form-style__block td.form-style__input.selecter > .select_form {
        display: flex;
        align-items: center; }
        table.form-style tbody tr.form-style__block td.form-style__input.selecter > .select_form select {
          font-size: 16px;
          padding: 5px; }
        table.form-style tbody tr.form-style__block td.form-style__input.selecter > .select_form label {
          padding: 9px 5px 0 5px; }
      table.form-style tbody tr.form-style__block td.form-style__input.selecter > label {
        padding: 9px 5px 0 5px; }
      table.form-style tbody tr.form-style__block td.form-style__input > .vatical {
        margin-top: 1px;
        padding: 5px 0 5px 0; }
        table.form-style tbody tr.form-style__block td.form-style__input > .vatical .input_form {
          width: 70%; }
        table.form-style tbody tr.form-style__block td.form-style__input > .vatical .zip_form {
          width: 25%; }
        table.form-style tbody tr.form-style__block td.form-style__input > .vatical.chk_box {
          display: flex; }
          table.form-style tbody tr.form-style__block td.form-style__input > .vatical.chk_box label {
            padding-right: 10px; }
        table.form-style tbody tr.form-style__block td.form-style__input > .vatical > select {
          font-size: 16px;
          padding: 5px; }
        table.form-style tbody tr.form-style__block td.form-style__input > .vatical textarea {
          border-color: #7A7A7A;
          background-color: #F5F5F5;
          border-radius: 0.42em;
          padding: 5px; }

  .form-agree div p {
    text-align: center;
    margin-right: 5px; }
  .form-agree div label {
    text-align: center; }
    .form-agree div label input {
      margin-right: 5px; }

  .shop_input .shop_area {
    margin-bottom: 1px; }
    .shop_input .shop_area .accordion_headline::before {
      content: "＋";
      position: absolute;
      right: 20px; }
    .shop_input .shop_area .accordion_headline.active::before {
      content: "－"; } }
.popular_genre_block {
  padding: 10px;
  display: flex;
  flex-wrap: wrap; }
  .popular_genre_block li {
    padding: 0 10px 10px 10px; }

.slick-dots li {
  background: unset; }
  .slick-dots li button {
    border-radius: 10px; }
.slick-dots li.slick-active {
  background: unset; }
  .slick-dots li.slick-active button {
    border-radius: 10px; }

.btn-go-top a i {
  color: white; }

.label-monopoly {
  position: absolute;
  top: -2px;
  left: -3px !important;
  background: url("../img/label-monopoly.png") left top no-repeat;
  display: block;
  width: 61px;
  height: 59px; }

.item-list .label-monopoly {
  right: unset; }

#force_login {
  display: none;
  height: auto;
  line-height: 2em;
  font-size: small;
  position: fixed;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  background: red;
  color: white;
  text-align: center;
  font-weight: bold;
  z-index: 50; }
  #force_login .force_login__wrapper {
    padding: 0 2em; }
  #force_login .force_login__info {
    margin: auto 1em;
    text-align: center;
    color: white; }
    #force_login .force_login__info button {
      color: black;
      padding: 0 6px; }
  #force_login .force_login__notice {
    color: white;
    text-align: center; }

#new_product_notice {
  box-sizing: border-box;
  justify-content: center; }
  #new_product_notice > div {
    flex: 0 0 49%; }

@media screen and (min-width: 980px) {
  #g-header {
    grid-template-columns: 52px 250px 9999fr 400px;
    height: 45px; }
    #g-header .ruby {
      font-size: 10px;
      display: block; }
    #g-header .btn-nav-open,
    #g-header .btn-nav-close {
      grid-column: 1/4;
      grid-row: 1/2; }
    #g-header .g-header_logo {
      grid-column: 2/4;
      grid-row: 1/2; }
      #g-header .g-header_logo ._logo_row {
        max-height: 42px;
        height: auto; }
    #g-header .g-header_search-area {
      grid-column: 3/4;
      grid-row: 1/2; }
      #g-header .g-header_search-area__button {
        top: 9px; }
      #g-header .g-header_search-area input[type=text] {
        height: 35px; }
      #g-header .g-header_search-area input[type=submit] {
        height: 33px; }
    #g-header .g-header_nav_primary {
      grid-column: 4/4;
      grid-row: 1/2;
      padding-right: 20px; }
      #g-header .g-header_nav_primary li {
        text-align: center; }

  .search-mode #g-header .g-header_search-area {
    grid-column: 3/4; }
  .search-mode #search-keyword {
    left: 302px; }
    .search-mode #search-keyword ul li.to_coupling {
      background-color: #6acaa7; }
      .search-mode #search-keyword ul li.to_coupling a {
        color: white; }

  .search-area_background-color_switch {
    background-color: transparent !important; }

  .main-visual {
    margin-top: 10px; }

  div.bottom-part-banner_block div ul.bottom-part-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    div.bottom-part-banner_block div ul.bottom-part-banner li {
      width: 280px;
      padding: 5px 10px; }
      div.bottom-part-banner_block div ul.bottom-part-banner li a img {
        object-fit: fill;
        width: 100%;
        height: 100%; }

  div.bottom-part-banner_block div ul.bottom-part-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    div.bottom-part-banner_block div ul.bottom-part-banner li {
      width: 280px;
      padding: 5px 10px; }
      div.bottom-part-banner_block div ul.bottom-part-banner li a img {
        object-fit: fill;
        width: 100%;
        height: 100%; }

  .left-side-banner_block {
    border: 1px; }

  div.left-side-banner ul li {
    padding-bottom: 5px; }
    div.left-side-banner ul li a img.left-banner {
      object-fit: fill;
      width: 100%; }

  .goods-list-parts {
    width: 369px; }

  .ca_sp {
    width: 50%;
    padding: 0 25%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999; }
    .ca_sp p {
      float: left;
      width: 80%;
      padding: 10px 0;
      font-size: 11px;
      line-height: 1.8;
      font-weight: normal;
      color: #FFFFFF; }
      .ca_sp p a {
        color: #49bfe2; }
    .ca_sp button {
      float: right;
      max-width: 100px;
      width: 15%;
      height: 40px;
      margin-top: 10px;
      border: none;
      font-size: 11px;
      border-radius: 5px;
      background: #fff;
      color: #333;
      text-align: center; }
      .ca_sp button:hover {
        background: #666; }

  #site_jack {
    display: block; }

  .main-section .fair-list {
    width: 100%;
    margin-top: 10px; }
    .main-section .fair-list.shop-info ul {
      display: unset; }
      .main-section .fair-list.shop-info ul li .shop-info__image a div.item-thumbnail {
        background-color: #fff; }
      .main-section .fair-list.shop-info ul li .shop-info__meta {
        padding: 10px 0;
        border: 1px solid #c7ded1; }
        .main-section .fair-list.shop-info ul li .shop-info__meta .shop-info__title {
          font-weight: bolder; }
        .main-section .fair-list.shop-info ul li .shop-info__meta .shop-item__block {
          margin-bottom: 10px; }
          .main-section .fair-list.shop-info ul li .shop-info__meta .shop-item__block p.item-ttl {
            font-weight: unset; }
      .main-section .fair-list.shop-info ul li .simple-buttons {
        justify-content: end; }
    .main-section .fair-list ul {
      margin: 0 5px;
      font-size: 13px;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      .main-section .fair-list ul li {
        vertical-align: top;
        box-sizing: border-box;
        flex: 1 1 auto;
        display: flex;
        border-bottom: 1px dotted #dddddd;
        padding-bottom: 8px;
        margin-bottom: 8px;
        position: relative; }
        .main-section .fair-list ul li div.fair-image {
          flex: 0 0 auto;
          text-align: center;
          float: left; }
          .main-section .fair-list ul li div.fair-image a div.item-thumbnail {
            width: 310px;
            text-align: center;
            background-color: #edece8; }
            .main-section .fair-list ul li div.fair-image a div.item-thumbnail img {
              width: auto;
              max-width: 100%;
              max-height: 100%; }
        .main-section .fair-list ul li div.fair-meta {
          flex: 1 1 auto;
          float: left;
          margin-left: 3em; }
          .main-section .fair-list ul li div.fair-meta .fair-title p {
            padding: 0 1.6%;
            display: block;
            position: relative; }
            .main-section .fair-list ul li div.fair-meta .fair-title p.item-ttl {
              font-size: 13px;
              line-height: 1.6;
              display: -webkit-box;
              overflow: hidden;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              font-weight: bold; }
          .main-section .fair-list ul li div.fair-meta .fair-info {
            width: 100%;
            border-radius: 0;
            margin: 0;
            box-sizing: border-box;
            height: auto;
            margin-left: 1.6%;
            margin-right: 1.6%;
            font-size: 13px; }
          .main-section .fair-list ul li div.fair-meta .fair-link {
            height: 1.5em;
            margin-left: 1.6%;
            margin-right: 1.6%; }
            .main-section .fair-list ul li div.fair-meta .fair-link a {
              color: #338a41;
              font-size: 13px;
              line-height: 1.6; }

  .utBReFvXjp-wrap {
    flex-direction: row; }
    .utBReFvXjp-wrap .utBReFvXjp-column-navi {
      order: 1;
      flex: 0 0 210px;
      margin-right: 16px;
      padding: 0; }
      .utBReFvXjp-wrap .utBReFvXjp-column-navi .menu-list li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .utBReFvXjp-wrap .utBReFvXjp-column-main {
      order: 2;
      flex: 1 1 auto; }

  .--pc_only {
    display: block; }

  .--sp_only {
    display: none; }

  .search-console .search-console-inner .search-console-inner-category li {
    width: 20%; }
  .search-console .reload-btn.to-special {
    display: none; }

  .simple-buttons {
    flex-direction: row; }
    .simple-buttons__button, .page-tabs__tab, .param-tabs__tab {
      flex: 1; }
    .simple-buttons--sp_only {
      display: none; }
    .simple-buttons--pc_only {
      display: flex; }
    .simple-buttons .submit-button_order {
      order: 2; }
    .simple-buttons .return-button_order {
      order: 1; }
    .simple-buttons > .page-attention {
      width: 50%; }
      .simple-buttons > .page-attention .label {
        text-align: center; }

  .dl-clipboard .simple-buttons--sp_only {
    display: flex; }
    .dl-clipboard .simple-buttons--sp_only .simple-buttons__button, .dl-clipboard .simple-buttons--sp_only .page-tabs__tab, .dl-clipboard .simple-buttons--sp_only .param-tabs__tab {
      display: none; }
    .dl-clipboard .simple-buttons--sp_only .read_button {
      display: none; }

  .item-list {
    visibility: hidden; }
    .item-list ul li {
      flex: 1 0 auto;
      width: 155px;
      min-width: 155px;
      max-width: initial; }
      .item-list ul li.item-list__placeholder {
        margin: 0;
        padding: 0;
        border: none; }

  .page-content-border__body {
    flex-direction: row; }
  .page-content-border .simple-buttons a {
    width: 30vw; }

  .item-priv p.priv-item_title {
    border-top: 1px solid #bebbae;
    border-bottom: 1px solid #bebbae;
    margin: unset;
    padding: 12px;
    font-weight: bold;
    margin-bottom: 10px; }
  .item-priv .priv-item {
    display: flex; }
    .item-priv .priv-item .priv-item_img {
      width: 400px; }
      .item-priv .priv-item .priv-item_img a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border: 3px solid #f0f0f0; }
        .item-priv .priv-item .priv-item_img a img.priv_img {
          width: 400px; }
    .item-priv .priv-item .priv-item_info {
      margin-left: 150px; }

  table.form-style tbody tr.form-style__block th.form-style__topic {
    width: 400px;
    background-color: unset;
    color: black;
    font-weight: bold;
    padding: 15px 16px;
    font-size: 13px; }
    table.form-style tbody tr.form-style__block th.form-style__topic .require {
      top: unset;
      right: unset;
      position: unset;
      font-weight: normal;
      font-size: 12px;
      padding: 5px;
      margin-right: 5px; }
    table.form-style tbody tr.form-style__block th.form-style__topic.non_require {
      left: 33px; }
    table.form-style tbody tr.form-style__block th.form-style__topic label {
      color: black; }
  table.form-style tbody tr.form-style__block td.form-style__input {
    padding: 15px 16px; }
    table.form-style tbody tr.form-style__block td.form-style__input input {
      border-radius: 0.42em;
      background-color: #F5F5F5;
      font-size: 16px;
      padding: 5px; }
    table.form-style tbody tr.form-style__block td.form-style__input.selecter > textarea {
      padding: 5px;
      font-size: 16px; }
    table.form-style tbody tr.form-style__block td.form-style__input.selecter > .select_form {
      display: flex;
      align-items: center; }
      table.form-style tbody tr.form-style__block td.form-style__input.selecter > .select_form select {
        font-size: 16px;
        padding: 5px; }
      table.form-style tbody tr.form-style__block td.form-style__input.selecter > .select_form label {
        padding: 9px 5px 0 5px; }
    table.form-style tbody tr.form-style__block td.form-style__input.selecter > label {
      padding: 9px 5px 0 5px; }
    table.form-style tbody tr.form-style__block td.form-style__input > .vatical {
      margin-top: 1px;
      padding: 5px 0 5px 0; }
      table.form-style tbody tr.form-style__block td.form-style__input > .vatical .input_form {
        width: 70%; }
      table.form-style tbody tr.form-style__block td.form-style__input > .vatical .zip_form {
        width: 25%; }
      table.form-style tbody tr.form-style__block td.form-style__input > .vatical.chk_box {
        display: flex; }
        table.form-style tbody tr.form-style__block td.form-style__input > .vatical.chk_box label {
          padding-right: 10px; }
      table.form-style tbody tr.form-style__block td.form-style__input > .vatical > select {
        font-size: 16px;
        padding: 5px; }
      table.form-style tbody tr.form-style__block td.form-style__input > .vatical textarea {
        border-color: #7A7A7A;
        background-color: #F5F5F5;
        border-radius: 0.42em;
        padding: 5px; }

  .form-agree div p {
    text-align: center;
    margin-right: 5px; }
  .form-agree div label {
    text-align: center; }
    .form-agree div label input {
      margin-right: 5px; }

  .shop_input {
    display: flex;
    flex-wrap: wrap; }
    .shop_input .shop_area {
      flex: 1 1 33%;
      max-width: 33%;
      margin: 0 1px; } }
.fromagee_only, .cplus_only, .melon_not {
  display: none; }

.shopMenu {
  width: 100%; }
  .shopMenuArea {
    font-size: 0px;
    background-color: #edece8;
    padding: 4px 0px;
    margin-bottom: 20px; }
  .shopMenu__button--common {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12.5px; }
  .shopMenu__button--area {
    width: 96%;
    height: 30px;
    position: relative;
    background-color: white; }
    .shopMenu__button--area span {
      line-height: 30px;
      vertical-align: middle;
      padding: 10px 10px;
      margin-left: 12%;
      font-size: 15px; }
      .shopMenu__button--area span :before {
        position: absolute;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 22px;
        left: 8%; }
  .shopMenu__store {
    display: inline-block;
    width: 50%;
    margin-top: 4px;
    margin-bottom: 4px; }

.shopList {
  margin-bottom: 20px; }
  .shopList__header {
    font-size: 15px;
    background-color: #6acaa7;
    color: white; }
  .shopList .inner {
    background-color: #edece8; }

/* 共通 */
.shopColor--hokkaido_tohoku {
  border-color: #483D8B;
  color: #483D8B; }
.shopColor--kanto {
  border-color: #72A20D;
  color: #72A20D; }
.shopColor--shinetsu {
  border-color: #48B3E7;
  color: #48B3E7; }
.shopColor--tokai {
  border-color: #CDB500;
  color: #CDB500; }
.shopColor--kinki {
  border-color: #EBAB11;
  color: #EBAB11; }
.shopColor--chugoku_shikoku {
  border-color: #EF8201;
  color: #EF8201; }
.shopColor--kyushu {
  border-color: #DE646C;
  color: #DE646C; }
.shopColor--melon {
  border-color: #338a41;
  color: #338a41; }

.shopUnit {
  background-color: white;
  margin: 8px 4px;
  padding: 5px 2%;
  position: relative; }
  .shopUnit__infoWrapper {
    display: flex;
    flex-direction: column; }
  .shopUnit__info {
    border-bottom: 1px solid #edece8; }
    .shopUnit__info p {
      padding-left: 1em; }
      .shopUnit__info p.shopUnit__titleText {
        font-weight: bold;
        padding-left: 0; }
    .shopUnit__info--category {
      padding: 10px 0; }
  .shopUnit__titleWrapper {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .shopUnit__shopName {
    font-size: 15px;
    margin-left: 2%; }
    .shopUnit__shopName a {
      color: #1a0dab; }
  .shopUnit__twitter {
    flex: 0 0 auto;
    margin: 0 1em; }
    .shopUnit__twitter a {
      font-size: 25px; }
      .shopUnit__twitter a i {
        color: #00ACEE; }
  .shopUnit__taxfree {
    flex: 0 0 auto;
    margin: 0 1em; }
    .shopUnit__taxfree img {
      height: 20px; }
  .shopUnit__map {
    flex: 0 0 auto;
    margin: 0 1em; }
    .shopUnit__map a {
      font-size: 25px; }
      .shopUnit__map a i {
        color: #1a0dab; }
  .shopUnit__service {
    padding-left: 1em; }
    .shopUnit__service--common {
      font-size: 12px;
      padding: 6px;
      border-radius: 4px;
      line-height: 10px;
      margin: 3px 1px;
      opacity: 0.3;
      width: 210px;
      color: #fff;
      border: solid 1px;
      background-color: white; }
      .shopUnit__service--common--deal {
        opacity: 1.0; }
    .shopUnit__service--receive {
      border-color: #40A753;
      color: #40A753; }
    .shopUnit__service--fromagee {
      border-color: #178CCB;
      color: #178CCB; }
    .shopUnit__service--uribou {
      border-color: #EB6B87;
      color: #EB6B87; }
    .shopUnit__service--parking {
      border-color: #039CA6;
      color: #039CA6; }
    .shopUnit__service--event {
      border-color: #737373;
      color: #737373; }
    .shopUnit__service--taxfree {
      border-color: #E0983A;
      color: #E0983A; }
  .shopUnit__tags--common {
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 4px;
    display: inline-block;
    line-height: 12px;
    height: 12px;
    margin: 2px 1px;
    opacity: 0.3;
    color: white; }
  .shopUnit__tags--deal {
    opacity: 1.0; }
  .shopUnit__tags--magazine {
    background-color: #0099CC; }
  .shopUnit__tags--music_soft {
    background-color: #6EC016; }
  .shopUnit__tags--item {
    background-color: #DEB700; }
  .shopUnit__tags--goods {
    background-color: #FF911A; }
  .shopUnit__tags--music_movie {
    background-color: #EB5A46; }
  .shopUnit__tags--game {
    background-color: #C462E9; }
  .shopUnit__tags--female {
    background-color: #FF82B2; }
  .shopUnit__link {
    color: #6acaa7;
    padding: 10px 0;
    display: block;
    text-align: center; }

.shop-title__taxfree {
  margin: 0.25em;
  height: 17px; }
.shop-title i.fa-twitter-square {
  color: #00ACEE;
  font-size: larger;
  line-height: 1.0em; }

.shop_detail {
  display: flex;
  flex-direction: column; }
  .shop_detail__info {
    flex: 0 0 auto; }
  .shop_detail__twitter {
    flex: 0 0 auto;
    padding: 0 0 12px 0;
    border-top: 1px solid #fff;
    background-color: #fff;
    position: relative; }
    .shop_detail__twitter .shop-twitter-widgets {
      text-align: center; }
    .shop_detail__twitter .more-info {
      height: 8px;
      line-height: 8px; }
  .shop_detail .detail_side .shop_detail__side_image {
    justify-content: center;
    display: flex;
    width: 100%; }
  .shop_detail .detail_side .shop_detail__side_meta {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 10px 0; }
    .shop_detail .detail_side .shop_detail__side_meta .shop-info__title {
      padding: 0 12px 0 12px; }
    .shop_detail .detail_side .shop_detail__side_meta .fair-title {
      padding: 0 12px 0 12px; }
    .shop_detail .detail_side .shop_detail__side_meta .fair-info {
      padding: 0 12px 0 12px; }
  .shop_detail .shop-detail-shopinfo {
    margin-bottom: 20px; }

.shop-detail-event {
  text-align: center;
  padding-bottom: 12px; }
  .shop-detail-event .shop-detail-event-img {
    max-width: 500px;
    width: 100%; }

.shop-detail-info .shop-detail-info-table-text .shop-detail-info-sns-link {
  text-decoration: underline;
  color: blue; }

@media screen and (min-width: 980px) {
  .shopUnit__infoWrapper {
    flex-direction: row;
    flex-wrap: wrap; }
  .shopUnit__info {
    flex: 1; }
    .shopUnit__info--category {
      flex: 1 0 100%; }
    .shopUnit__info--link {
      flex: 1 0 100%; }

  .shop_detail {
    flex-direction: row; }
    .shop_detail__info {
      flex: 0 1 auto;
      min-width: 0; }
    .shop_detail__twitter {
      flex: 0 0 400px;
      min-width: 0;
      padding: 19px 0 0 10px; }
      .shop_detail__twitter .shop-twitter-widgets {
        position: sticky;
        top: 0;
        padding-top: 20px; }
        .shop_detail__twitter .shop-twitter-widgets iframe {
          height: 800px; }
      .shop_detail__twitter .more-info {
        height: 45px;
        line-height: 45px; }
      .shop_detail__twitter .detail_side .shop_detail__side_meta .simple-buttons {
        flex-direction: column; }

  .shop-title__taxfree {
    margin: 0.25em;
    height: 17px; } }
.my-page .page-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.my-page .mypage-login {
  display: flex;
  flex-direction: column; }
  .my-page .mypage-login__melonbooks {
    flex: 0 0 auto; }
  .my-page .mypage-login__pixiv {
    flex: 0 0 auto; }
  .my-page .mypage-login__login {
    flex: 0 0 auto; }
    .my-page .mypage-login__login h3 {
      border-bottom: solid 1px black; }
    .my-page .mypage-login__login input[type="text"], .my-page .mypage-login__login input[type="password"] {
      padding: 5px;
      background-color: #F5F5F5; }
  .my-page .mypage-login__regist {
    flex: 0 0 auto; }
    .my-page .mypage-login__regist h3 {
      border-bottom: solid 1px black; }
.my-page .history-search {
  display: flex;
  flex-direction: column; }
  .my-page .history-search form {
    display: block;
    width: 100%; }
  .my-page .history-search__input-wrapper {
    flex-direction: column;
    flex: 1 0 auto;
    display: flex; }
  .my-page .history-search__input {
    flex: 1 0 auto; }
    .my-page .history-search__input input, .my-page .history-search__input select {
      border: 1px solid #edeada;
      height: 30px;
      box-sizing: border-box;
      width: 100%; }
  .my-page .history-search__submit {
    flex: 1 0 auto; }
.my-page .circle-list {
  display: flex;
  flex-wrap: wrap; }
  .my-page .circle-list .circle-content {
    flex: 1 1 250px;
    min-width: 0;
    padding: 0 5px; }
    .my-page .circle-list .circle-content .circle-upper .favorite.cart_select input {
      display: none; }
    .my-page .circle-list .circle-content .circle-item-image img {
      max-width: 100%; }
  .my-page .circle-list.favorite_circle .circle-item-slider {
    height: fit-content; }
  .my-page .circle-list.favorite_circle .slick-slide {
    height: auto; }
    .my-page .circle-list.favorite_circle .slick-slide .circle-slider-inner p.circle-slider-inner_image {
      height: 324px;
      align-items: center;
      display: flex; }
    .my-page .circle-list.favorite_circle .slick-slide .circle-slider-inner div.item-tag.item-tag_bought_ribbon {
      height: 1.5em;
      background: white; }
      .my-page .circle-list.favorite_circle .slick-slide .circle-slider-inner div.item-tag.item-tag_bought_ribbon p {
        line-height: unset;
        display: block;
        background-color: #ffe6e6;
        color: black;
        border: solid 1px #ff4500; }
        .my-page .circle-list.favorite_circle .slick-slide .circle-slider-inner div.item-tag.item-tag_bought_ribbon p i.fa {
          padding-right: 5px;
          color: #d55454; }
  .my-page .circle-list.favorite_circle .circle-content {
    flex: 1 0 100%; }
.my-page .privilege-list {
  display: flex;
  flex-wrap: wrap; }
  .my-page .privilege-list .privilege-content {
    flex: 1 1 250px;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    border-bottom: 1px solid #e3e0d5; }
    .my-page .privilege-list .privilege-content .privilege-upper {
      flex: 0 0 auto; }
      .my-page .privilege-list .privilege-content .privilege-upper .page-single-arr-anchor {
        margin-bottom: 12px; }
    .my-page .privilege-list .privilege-content .privilege-item-image {
      flex: 1 0 auto;
      text-align: center; }
      .my-page .privilege-list .privilege-content .privilege-item-image img {
        max-width: 100%; }
    .my-page .privilege-list .privilege-content .privilege-item-lower {
      flex: 0 0 auto;
      margin-top: 12px; }
      .my-page .privilege-list .privilege-content .privilege-item-lower .privilege_info {
        width: 75%;
        margin: 0 auto; }
        .my-page .privilege-list .privilege-content .privilege-item-lower .privilege_info p {
          text-align: left;
          margin-bottom: 6px; }
      .my-page .privilege-list .privilege-content .privilege-item-lower .privilege-btns .favorite.cart_select {
        margin-bottom: 3px; }
        .my-page .privilege-list .privilege-content .privilege-item-lower .privilege-btns .favorite.cart_select input {
          display: none; }
        .my-page .privilege-list .privilege-content .privilege-item-lower .privilege-btns .favorite.cart_select a {
          margin: 0 auto; }
      .my-page .privilege-list .privilege-content .privilege-item-lower .privilege-btns .btns {
        height: 50px; }
    .my-page .privilege-list .privilege-content .privilege-btns-space {
      margin-top: 12px; }
  .my-page .privilege-list .privilege-list__placeholder {
    border-bottom: none; }
.my-page .item-list li {
  width: 180px;
  min-width: 180px; }
  .my-page .item-list li .circle-upper {
    flex: 0 0 120px; }
.my-page .item-list .btns {
  padding: 0 5px;
  height: 120px; }
  .my-page .item-list .btns p.favorite {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin: 5px 0; }
    .my-page .item-list .btns p.favorite a {
      height: 30px;
      padding-left: 50px;
      line-height: 30px;
      border: 2px solid #6acaa7;
      border-radius: 3px;
      display: block;
      position: relative; }
      .my-page .item-list .btns p.favorite a span {
        line-height: 30px;
        font-size: 13px; }
      .my-page .item-list .btns p.favorite a:before {
        content: '\f005';
        width: 40px;
        height: 30px;
        color: #6acaa7;
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        border-right: 1px solid #6acaa7;
        display: inline-block;
        position: absolute;
        left: 0; }
    .my-page .item-list .btns p.favorite input {
      display: none; }
    .my-page .item-list .btns p.favorite.cart_select.selected a:before {
      content: '\f046'; }
    .my-page .item-list .btns p.favorite.cart_in > a:before {
      content: '\f07a'; }
    .my-page .item-list .btns p.favorite.cart_in > a.done:before {
      content: '\f058'; }
    .my-page .item-list .btns p.favorite.cart_select.select a:before {
      content: '\f096'; }
    .my-page .item-list .btns p.favorite.cart_select.select a.done:before {
      content: '\f058'; }
.my-page .circle-content .btns p a {
  width: 190px;
  height: 30px;
  padding-left: 50px;
  line-height: 30px;
  border: 2px solid #6acaa7;
  border-radius: 3px;
  display: block;
  position: relative; }
  .my-page .circle-content .btns p a.on {
    background-color: #6acaa7; }
    .my-page .circle-content .btns p a.on span {
      color: white; }
    .my-page .circle-content .btns p a.on em {
      color: white; }
      .my-page .circle-content .btns p a.on em.def {
        display: none; }
      .my-page .circle-content .btns p a.on em.on {
        display: inline-block; }
  .my-page .circle-content .btns p a:before {
    width: 40px;
    height: 30px;
    content: '\f005';
    color: #6acaa7;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #6acaa7;
    display: inline-block;
    position: absolute;
    left: 0; }
  .my-page .circle-content .btns p a.on:before {
    color: #ffc541; }
.my-page .privilege-content .btns p.favorite.cart_select.select a:before {
  content: '\f096'; }
.my-page .privilege-content .btns p.favorite.cart_select.selected a:before {
  content: '\f046'; }
.my-page .privilege-content .btns p a {
  width: 190px;
  height: 30px;
  padding-left: 50px;
  line-height: 30px;
  border: 2px solid #6acaa7;
  border-radius: 3px;
  display: block;
  position: relative; }
  .my-page .privilege-content .btns p a.on {
    background-color: #6acaa7; }
    .my-page .privilege-content .btns p a.on span {
      color: white; }
    .my-page .privilege-content .btns p a.on em {
      color: white; }
      .my-page .privilege-content .btns p a.on em.def {
        display: none; }
      .my-page .privilege-content .btns p a.on em.on {
        display: inline-block; }
  .my-page .privilege-content .btns p a:before {
    width: 40px;
    height: 30px;
    content: '\f005';
    color: #6acaa7;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #6acaa7;
    display: inline-block;
    position: absolute;
    left: 0; }
  .my-page .privilege-content .btns p a.on:before {
    color: #ffc541; }
.my-page .history-detail {
  display: flex;
  flex-direction: column;
  border-top: 20px solid #edeada;
  padding-bottom: 24px; }
  .my-page .history-detail:first-of-type {
    border-top: none; }
  .my-page .history-detail__table {
    border-top: 2px solid #edeada;
    border-bottom: 2px solid #edeada;
    padding-top: 12px; }
    .my-page .history-detail__table:first-of-type {
      border-top: none;
      padding-top: 0; }
    .my-page .history-detail__table table {
      width: 100%; }
      .my-page .history-detail__table table p > .pay_change {
        background-color: #d55454;
        color: white;
        border: none;
        padding: 5px 8px;
        width: 100%;
        text-align: center;
        font-size: 12px; }
      .my-page .history-detail__table table p > span.pay_change_info {
        color: #d55454; }
    .my-page .history-detail__table th {
      padding: 3px 0;
      width: 120px; }
    .my-page .history-detail__table td {
      padding: 3px 0px 3px 10px;
      border-left: 1px solid #edeada; }
    .my-page .history-detail__table .total {
      border-top: 2px solid #edeada; }
  .my-page .history-detail__products {
    display: flex;
    flex-direction: column;
    padding-top: 12px; }
  .my-page .history-detail__product {
    display: flex;
    border-bottom: 1px solid #edeada;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .my-page .history-detail__product:last-of-type {
      border-bottom: none;
      padding-bottom: 0px;
      margin-bottom: 0px; }
    .my-page .history-detail__product .item-meta {
      border-top: 1px dotted #edeada; }
      .my-page .history-detail__product .item-meta.dl_item .item-num {
        padding: 0;
        text-align: center;
        width: 100%; }
        .my-page .history-detail__product .item-meta.dl_item .item-num a {
          background-color: #eeffee;
          border: 1px solid lightgray;
          color: #333333;
          padding: 5px 10px;
          border-radius: 4px;
          font-size: small;
          display: block;
          margin: 5px 0; }
          .my-page .history-detail__product .item-meta.dl_item .item-num a i {
            color: #333333; }
        .my-page .history-detail__product .item-meta.dl_item .item-num span {
          display: inline-block;
          margin-right: 5px; }
          .my-page .history-detail__product .item-meta.dl_item .item-num span:last-of-type {
            display: inline-block;
            margin-right: 0; }
  .my-page .history-detail__product.vertical {
    flex-flow: column; }
    .my-page .history-detail__product.vertical .flex-bloc {
      display: flex; }
  .my-page .history-detail__product.child {
    padding-left: 2em; }
  .my-page .history-detail__product-image {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    text-align: center; }
    .my-page .history-detail__product-image img {
      max-width: 100%;
      max-height: 100%; }
  .my-page .history-detail__product-info {
    flex: 1 1 auto;
    margin-left: 10px;
    min-width: 0; }
    .my-page .history-detail__product-info table {
      width: 100%;
      table-layout: fixed; }
      .my-page .history-detail__product-info table th {
        width: 0;
        white-space: nowrap;
        width: 30%; }
      .my-page .history-detail__product-info table td {
        padding-left: 10px;
        padding-left: 10px;
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .my-page .history-detail__product-info p.product_label {
      color: white;
      padding: 2px 10px !important;
      border-radius: 4px;
      font-size: 10px;
      margin: 5px 0 !important;
      display: inline-block;
      background-color: #ff4500; }
  .my-page .history-detail__links--pc {
    display: none; }
  .my-page .history-detail__links--sp {
    display: block; }
.my-page #delivers br {
  display: none; }
.my-page #delivers form {
  display: flex;
  flex-direction: column; }
.my-page .deliver .history-detail {
  padding-bottom: 5px; }
  .my-page .deliver .history-detail__display-ship-num {
    display: none; }
  .my-page .deliver .history-detail__deliver-ctl {
    border: 2px solid #edeada;
    padding: 8px;
    background-color: #ebf5f0; }
    .my-page .deliver .history-detail__deliver-ctl li {
      display: flex;
      flex-direction: column; }
    .my-page .deliver .history-detail__deliver-ctl .general-btn {
      display: inline-block;
      width: auto;
      height: 24px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .my-page .deliver .history-detail__deliver-ctl .general-btn a {
        line-height: 24px; }
      .my-page .deliver .history-detail__deliver-ctl .general-btn.cancel {
        display: none;
        width: auto;
        background-color: #d55454; }
    .my-page .deliver .history-detail__deliver-ctl select {
      box-sizing: border-box;
      height: 24px;
      border: 1px solid #edeada;
      margin-top: 10px; }
  .my-page .deliver .history-detail__table {
    border: 2px solid #edeada;
    border-top: none;
    padding: 8px; }
  .my-page .deliver .history-detail__products {
    border: 2px solid #edeada;
    border-top: none;
    padding: 8px; }
    .my-page .deliver .history-detail__products--all-products {
      display: none; }
  .my-page .deliver .history-detail__product {
    align-items: center; }
  .my-page .deliver .history-detail__product-image {
    width: 70px;
    height: 70px; }
.my-page .deliver.child .history-detail {
  position: relative;
  margin-left: 50px; }
  .my-page .deliver.child .history-detail__display-ship-num {
    display: flex;
    flex: 0 0 50px;
    flex-direction: column;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%); }
    .my-page .deliver.child .history-detail__display-ship-num i.fa {
      text-align: center;
      font-size: 24px;
      color: #338a41; }
    .my-page .deliver.child .history-detail__display-ship-num p {
      margin: 0;
      font-size: 16px;
      color: #338a41; }
  .my-page .deliver.child .history-detail__deliver-ctl .general-btn.cancel {
    display: block;
    width: 10em; }
  .my-page .deliver.child .history-detail__deliver-ctl ul {
    display: none; }
.my-page .deliver .page-headline-min {
  padding: 12px 16px;
  border-bottom: none; }
  .my-page .deliver .page-headline-min:not(:first-child) {
    border-top: 1px solid #e2ddcd; }
.my-page .itemSelector span {
  cursor: pointer;
  text-decoration: underline; }

#mypagecolumn .sign-up-page .mypage_menu_list .mypage_menu_group ul li a {
  text-decoration: none; }

.order-together-wrapper {
  display: flex;
  flex-direction: column; }
  .order-together-wrapper .order-together {
    display: flex;
    flex-direction: column; }
    .order-together-wrapper .order-together__info {
      flex: 1; }
      .order-together-wrapper .order-together__info p {
        margin-left: 1em; }
        .order-together-wrapper .order-together__info p.order-together_title {
          margin-left: 0;
          color: #6acaa7;
          border-bottom: 1px solid #edeada; }
      .order-together-wrapper .order-together__info--button {
        order: 1; }

#deliver_overlay {
  background-color: white;
  width: 95vw;
  overflow-y: scroll; }
  #deliver_overlay .simple-buttons--center-one .simple-buttons__button a, #deliver_overlay .simple-buttons--center-one .page-tabs__tab a, #deliver_overlay .simple-buttons--center-one .param-tabs__tab a {
    width: 50vw; }
  #deliver_overlay .deliver-overlay__wrapper {
    display: flex;
    flex-direction: column; }
  #deliver_overlay .deliver-overlay__info {
    flex: 1; }
    #deliver_overlay .deliver-overlay__info > p {
      margin-left: 24px; }
    #deliver_overlay .deliver-overlay__info table {
      margin-left: 24px; }
    #deliver_overlay .deliver-overlay__info--notice {
      margin-top: 1em; }
      #deliver_overlay .deliver-overlay__info--notice > p {
        margin-left: 0; }
  #deliver_overlay .history-detail__table {
    flex: 1;
    border: none; }

#all_products_overlay {
  background-color: white; }
  #all_products_overlay .history-detail__products--all-products {
    width: 80vw;
    max-height: 50vh;
    overflow-y: scroll;
    border: none; }

.dl_notice_link {
  display: flex;
  margin: 1em 0; }
  .dl_notice_link a {
    flex-basis: 200px;
    margin-right: 1em; }
    .dl_notice_link a img {
      max-width: 100%; }
  .dl_notice_link.dl_notice_link_pc a {
    padding: 10px 0;
    background-color: #ff4500;
    color: white;
    text-align: center;
    border-radius: 5px; }

.cancel-color {
  background-color: #ff5454; }

@media screen and (min-width: 980px) {
  .my-page .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .my-page .mypage-login {
    flex-direction: row; }
    .my-page .mypage-login__melonbooks {
      flex: 0 0 48%;
      margin: 1%; }
    .my-page .mypage-login__pixiv {
      flex: 0 0 48%;
      margin: 1%; }
    .my-page .mypage-login__login {
      flex: 0 0 48%;
      margin: 1%; }
    .my-page .mypage-login__regist {
      flex: 0 0 48%;
      margin: 1%; }
  .my-page .history-search {
    flex-wrap: wrap; }
    .my-page .history-search__input-wrapper {
      flex-direction: row;
      flex: 1 0 auto;
      display: flex; }
    .my-page .history-search__input {
      flex: 0 0 49%;
      margin-right: 1%;
      display: inline-block; }
      .my-page .history-search__input:last-of-type {
        margin-right: 0; }
    .my-page .history-search__submit {
      flex: 1 0 auto; }
  .my-page .history-detail {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline; }
    .my-page .history-detail__table {
      flex: 0 0 300px;
      border-top: none;
      padding-top: 0; }
    .my-page .history-detail__products {
      flex: 1 1 auto;
      margin-left: 10px;
      border-top: none; }
    .my-page .history-detail__links--pc {
      display: block; }
    .my-page .history-detail__links--sp {
      display: none; }
  .my-page .deliver .history-detail {
    align-items: stretch;
    flex-wrap: nowrap; }
    .my-page .deliver .history-detail__table {
      border-top: 2px solid #edeada;
      border-left: none;
      flex: 1; }
    .my-page .deliver .history-detail__products {
      border-top: 2px solid #edeada;
      border-left: none;
      margin-left: 0;
      flex: 0 0 300px; }
  .my-page .deliver.child .history-detail {
    margin-left: 0; }
    .my-page .deliver.child .history-detail__display-ship-num {
      position: relative;
      left: 0;
      top: 0;
      transform: none;
      flex: 0 0 80px;
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly; }
      .my-page .deliver.child .history-detail__display-ship-num i.fa {
        font-size: 24px; }
      .my-page .deliver.child .history-detail__display-ship-num p {
        margin: 0;
        font-size: 16px; }
  .my-page .circle-list.favorite_circle .circle-content {
    flex: 1 0 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .my-page .circle-list.favorite_circle .circle-content h2.page-single-arr-anchor {
      flex: 1 0 100%; }
    .my-page .circle-list.favorite_circle .circle-content .circle-upper {
      flex: 0 0 250px; }
    .my-page .circle-list.favorite_circle .circle-content .circle-item-slider {
      flex: 1 1 auto;
      min-width: 0;
      width: calc(100% - 285px);
      padding-top: 5px; }
  .my-page .privilege-list .privilege-btns-space {
    height: 50px; }

  .order-together-wrapper .order-together {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    .order-together-wrapper .order-together__info {
      flex: 1;
      margin: 0 5px; }
      .order-together-wrapper .order-together__info p {
        margin-left: 1em; }
        .order-together-wrapper .order-together__info p.order-together_title {
          margin-left: 0;
          color: #6acaa7;
          border-bottom: 1px solid #edeada; }
      .order-together-wrapper .order-together__info--button {
        order: 0; }
      .order-together-wrapper .order-together__info--notice {
        flex: 1 0 100%; }

  #deliver_overlay {
    width: auto; }
    #deliver_overlay .simple-buttons--center-one .simple-buttons__button a, #deliver_overlay .simple-buttons--center-one .page-tabs__tab a, #deliver_overlay .simple-buttons--center-one .param-tabs__tab a {
      width: 30vw; }
    #deliver_overlay .deliver-overlay__wrapper {
      flex-direction: row;
      flex-wrap: wrap; }
    #deliver_overlay .deliver-overlay__info {
      flex: 1; }
      #deliver_overlay .deliver-overlay__info--notice {
        flex: 1 0 100%; }

  #all_products_overlay .history-detail__products--all-products {
    width: 50vw; }

  .itemSelector {
    text-align: center;
    display: block;
    width: 100%;
    height: 1em;
    line-height: 2em;
    font-size: 16px;
    margin-bottom: 1em; } }
.general-count-control {
  flex-wrap: wrap; }
  .general-count-control .already-buy {
    flex: 1 0 100%;
    padding-left: 16px;
    box-sizing: border-box;
    font-size: 12px; }
  .general-count-control .select {
    padding-left: 16px;
    text-align: left; }

.clip-items {
  display: flex;
  flex-direction: column; }

.clip-items-buttons {
  display: none; }
  .clip-items-buttons--cart_flow {
    display: block; }

.clip-items-list .clip-items-group {
  display: flex;
  position: relative;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 0 10px;
  min-width: 350px;
  margin-top: 16px; }
  .clip-items-list .clip-items-group h3 {
    flex: 1 0 100%;
    box-sizing: border-box; }
  .clip-items-list .clip-items-group:first-of-type {
    margin-top: 0; }
  .clip-items-list .clip-items-group .clip-item-cover {
    flex: 1 0 42%;
    margin-top: 1em;
    min-width: 350px; }
    .clip-items-list .clip-items-group .clip-item-cover .clip-item-control {
      display: flex; }
      .clip-items-list .clip-items-group .clip-item-cover .clip-item-control .select {
        flex: 0 0 auto;
        padding-right: 8px; }
      .clip-items-list .clip-items-group .clip-item-cover .clip-item-control .delete {
        flex: 1 0 auto; }
        .clip-items-list .clip-items-group .clip-item-cover .clip-item-control .delete a {
          margin: 12px 8px; }
    .clip-items-list .clip-items-group .clip-item-cover:nth-of-type(2n) {
      margin-left: 1%; }
    .clip-items-list .clip-items-group .clip-item-cover:first-child {
      margin-top: 10px; }
    .clip-items-list .clip-items-group .clip-item-cover.track-child {
      padding-left: 1em; }
  .clip-items-list .clip-items-group:after {
    content: " ";
    display: block;
    flex: 1 0 42%;
    margin-left: 1%;
    margin-top: 1em;
    min-width: 350px; }

.cart-caution {
  margin: 12px 6px;
  border: 1px solid #d55454;
  padding: 5px; }
  .cart-caution .caution-title {
    margin: 10px 0px;
    color: #d55454; }
  .cart-caution .caution-text {
    margin: 5px; }

.cart-kiyaku {
  margin: 12px 6px;
  text-align: right; }

.deliv_hope table {
  width: 100%; }
  .deliv_hope table th {
    width: 9em; }

.clip-items-buttons .cart-account > div > p {
  width: 100%;
  box-sizing: border-box; }
.clip-items-buttons .simple-buttons__button, .clip-items-buttons .page-tabs__tab, .clip-items-buttons .param-tabs__tab {
  width: 100%;
  box-sizing: border-box; }

@media screen and (min-width: 980px) {
  .clip-items {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 16px; }
    .clip-items * {
      min-width: 0; }

  .clip-items-list {
    flex: 1 1 auto; }

  .clip-items-buttons {
    display: block;
    flex: 0 0 300px;
    margin-left: 1em;
    position: sticky;
    top: 0;
    align-self: start; }
    .clip-items-buttons .simple-buttons {
      flex-direction: column;
      padding: 0;
      margin: 0;
      box-sizing: border-box; }
    .clip-items-buttons--cart_flow .simple-buttons .submit-button_order {
      order: 1; }
    .clip-items-buttons--cart_flow .simple-buttons .return-button_order {
      order: 2; }

  .clip-items-list .clip-items-group .clip-item-cover {
    margin-top: 10px; }
    .clip-items-list .clip-items-group .clip-item-cover.track-parent {
      flex: 1 0 100%; }
    .clip-items-list .clip-items-group .clip-item-cover.track-child {
      flex: 1 0 100%;
      padding-left: 3em; }
  .clip-items-list:after {
    margin-top: 0; } }
input,
select {
  border: 1px solid #7A7A7A; }

loader {
  top: 20%;
  width: 20px;
  height: 20px;
  z-index: 7777;
  display: block;
  margin: 100px auto;
  font-size: 10px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
    100% {
    box-shadow: 0em -2.6em 0em 0em #00ff00, 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.7), 1.8em -1.8em 0 0em #00ff00, 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.7), 2.5em 0em 0 0em #00ff00, 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.5), 2.5em 0em 0 0em rgba(0, 255, 0, 0.7), 1.75em 1.75em 0 0em #00ff00, 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.7), 0em 2.5em 0 0em #00ff00, -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.5), 0em 2.5em 0 0em rgba(0, 255, 0, 0.7), -1.8em 1.8em 0 0em #00ff00, -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.7), -2.6em 0em 0 0em #00ff00, -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.5), -2.6em 0em 0 0em rgba(0, 255, 0, 0.7), -1.8em -1.8em 0 0em #00ff00; } }
@keyframes load5 {
  0%,
    100% {
    box-shadow: 0em -2.6em 0em 0em #00ff00, 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.7), 1.8em -1.8em 0 0em #00ff00, 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.7), 2.5em 0em 0 0em #00ff00, 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.5), 2.5em 0em 0 0em rgba(0, 255, 0, 0.7), 1.75em 1.75em 0 0em #00ff00, 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.7), 0em 2.5em 0 0em #00ff00, -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.5), 0em 2.5em 0 0em rgba(0, 255, 0, 0.7), -1.8em 1.8em 0 0em #00ff00, -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.7), -2.6em 0em 0 0em #00ff00, -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.5), -2.6em 0em 0 0em rgba(0, 255, 0, 0.7), -1.8em -1.8em 0 0em #00ff00; } }
.oneclick_panel {
  width: 50%;
  margin: 0;
  padding: 0;
  border: 2px solid #aaa;
  border-radius: 5px;
  background: #fff;
  z-index: 9999;
  position: fixed !important; }

.oneclick_overlay {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100vh;
  z-index: 8888;
  position: fixed !important;
  top: 0;
  left: 0; }

#innerLoaderPanel {
  background-color: gray;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10; }

#innerLoader {
  margin: 25% 48%;
  font-size: 12px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em; }

@-webkit-keyframes innerLoad5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #00ff00, 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.7), 1.8em -1.8em 0 0em #00ff00, 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.7), 2.5em 0em 0 0em #00ff00, 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.5), 2.5em 0em 0 0em rgba(0, 255, 0, 0.7), 1.75em 1.75em 0 0em #00ff00, 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.7), 0em 2.5em 0 0em #00ff00, -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.5), 0em 2.5em 0 0em rgba(0, 255, 0, 0.7), -1.8em 1.8em 0 0em #00ff00, -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.7), -2.6em 0em 0 0em #00ff00, -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.5), -2.6em 0em 0 0em rgba(0, 255, 0, 0.7), -1.8em -1.8em 0 0em #00ff00; } }
@keyframes innerLoad5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #00ff00, 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.7), 1.8em -1.8em 0 0em #00ff00, 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.7), 2.5em 0em 0 0em #00ff00, 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.5), 2.5em 0em 0 0em rgba(0, 255, 0, 0.7), 1.75em 1.75em 0 0em #00ff00, 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.7), 0em 2.5em 0 0em #00ff00, -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.2), -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.5), 0em 2.5em 0 0em rgba(0, 255, 0, 0.7), -1.8em 1.8em 0 0em #00ff00, -2.6em 0em 0 0em rgba(0, 255, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.7), -2.6em 0em 0 0em #00ff00, -1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 255, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 255, 0, 0.2), 2.5em 0em 0 0em rgba(0, 255, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 255, 0, 0.2), 0em 2.5em 0 0em rgba(0, 255, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 255, 0, 0.5), -2.6em 0em 0 0em rgba(0, 255, 0, 0.7), -1.8em -1.8em 0 0em #00ff00; } }
.oneclick_button:hover {
  cursor: pointer; }

#secOneclick {
  display: flex;
  -webkit-align-content: space-around;
  /* Safari */
  align-content: space-around;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
  height: 100%; }

#secOneclick .headNav {
  text-align: center;
  width: 100%; }

#secOneclick .footNav {
  text-align: center;
  margin: 5px 0;
  width: 100%; }

#secOneclick .footNav {
  position: absolute;
  bottom: 10px; }

#secOneclick .secContent {
  width: 100%;
  font-size: 1em;
  text-align: center;
  margin: 10px 0 0 0;
  overflow-y: auto; }

.uLine {
  border-bottom: 2px solid #7A7A7A; }

#secOneclick .secContent dl {
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto; }

#secOneclick .secContent dl dt {
  /*
  border: 1px solid;
  border-top-color: #91c9aa;
  border-bottom-color: #91c9aa;
  border-right-color: #eaf6f0;
  border-left-color: #eaf6f0;
  background-color: #eaf6f0;
  */
  padding: 2px 5px;
  margin: 0 5px;
  background-color: white;
  text-align: left;
  padding-left: 1em;
  border-bottom: 3px solid #7A7A7A;
  margin-bottom: 15px; }

#secOneclick .secContent dl dd {
  display: flex;
  -webkit-align-content: space-around;
  /* Safari */
  align-content: space-around;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
  margin: 2em 0;
  margin-top: 8px;
  margin-top: -10px; }

#secOneclick .secContent dl dd ul li {
  text-align: left;
  padding-left: 1em; }

#secOneclick .secContent dl dd ul li label {
  margin-left: 1em; }

#secOneclick .listProduct {
  display: flex;
  -webkit-align-content: space-around;
  /* Safari */
  align-content: space-around;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row; }

p.required, p.required strong {
  color: #f41b1b;
  line-height: 1; }

div.sorts > div.page div.headNav span,
div.sorts > div.page div.footNav span {
  float: none;
  margin-right: 0;
  line-height: 2em; }

.btnSelPointLabel {
  color: initial;
  display: block !important;
  text-decoration: none !important; }

.btnSelPoint {
  float: right; }

.btnSelCouponLabel {
  color: initial;
  display: block !important;
  text-decoration: none !important; }

.btnSelCoupon {
  float: right; }

.secCouponUse {
  display: inline-block;
  color: white;
  border-radius: 3px;
  padding: 14px 8px;
  border: 1px solid #D55454;
  background-color: #D55454;
  min-height: 14px;
  width: 180px; }

.secCouponUse:hover {
  cursor: pointer; }

#card_info > p {
  text-align: left; }

#card_info > p.required {
  text-align: left;
  margin-left: 5em;
  margin-top: 1em; }

#card_info > p > label {
  width: 100%;
  margin-left: 3em;
  display: block; }

#card_info > p > input {
  margin-left: 6em; }

#card_info > p > select:first-of-type {
  margin-left: 6em; }

#card_info > p > p.required.jErr {
  margin-left: 6em; }

#secOneclick > .setContent {
  width: 100%;
  text-align: left;
  margin: 0 auto; }

#secOneclick > .setContent > ul {
  margin-top: 2em;
  text-align: center; }

#secOneclick > .setContent > ul > li > a {
  padding: 10px;
  width: 80%;
  border: 1px solid gray;
  margin-bottom: 1em;
  display: block;
  border-radius: 4px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

#secOneclick > .setContent > p.comp_mes {
  margin-left: 2em;
  margin-top: 1em; }

#oneclickConveniForm > dd > div {
  text-align: left; }

#oneclickConveniForm label {
  width: 100%;
  margin-left: 3em;
  display: block; }

#oneclickConveniForm select {
  margin-left: 6em; }

#oneclickConveniForm input:first-of-type {
  margin-left: 6em; }

#oneclickConveniForm p.required {
  text-align: left;
  margin-left: 6em; }

#oneclickConveniForm p.required:first-of-type {
  margin-top: 1em; }

.comp_title {
  border-bottom: 3px solid #7A7A7A;
  padding-left: 1em; }

#oneclickConveniForm input[type=text] {
  width: 30%; }

#oneclickCreditForm input[type=text] {
  width: 50%; }

.secFootMes {
  margin-top: 1em;
  text-align: center; }

ul.secBtnList li {
  text-align: center; }

ul.secBtnList li a {
  color: black;
  display: inline-block;
  border-radius: 3px;
  padding: 10px 10px;
  border: 1px solid mediumvioletred;
  background-color: #F0C9EB;
  height: 17px; }

ul.secBtnList li a:hover {
  background-color: #ff4500;
  cursor: pointer; }

/* -------------------------------------------------------------------------------------
DL商品ダウンロードモーダル
------------------------------------------------------------------------------------- */
#dl_download_modal {
  position: relative;
  background-color: white;
  height: auto;
  overflow-y: scroll;
  max-height: 80vh !important; }

#dl_download_modal a {
  color: #0368c6; }

#dl_download_modal span.loading {
  position: atatic;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 100px;
  line-height: 30px;
  padding: 20px;
  height: auto;
  display: inline-block; }

#dl_download_modal .wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px;
  display: none;
  width: auto; }

#dl_download_modal .wrapper .product {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  border-bottom: 1px solid gray;
  padding-bottom: 1em; }

#dl_download_modal .wrapper .product .info {
  padding-left: 1em; }

#dl_download_modal .wrapper .detail {
  display: flex;
  flex-direction: column; }

#dl_download_modal .wrapper .detail > div {
  margin-top: 1em; }

#dl_download_modal .wrapper .detail .downloads > div {
  margin-top: 1em; }

#dl_download_modal .wrapper .detail .downloads a {
  padding: 10px 20px;
  background-color: #eeffee;
  border: 1px solid lightgray;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px; }

#dl_download_modal .wrapper .detail .downloads a:last-of-type {
  margin-right: 0; }

#dl_download_modal .wrapper .detail .downloads .trial,
#dl_download_modal .wrapper .detail .downloads .one_file,
#dl_download_modal .wrapper .detail .downloads .combiner,
#dl_download_modal .wrapper .detail .downloads .separated {
  display: column;
  flex-direction: row;
  align-items: center; }

#dl_download_modal .wrapper .detail .downloads .trial span,
#dl_download_modal .wrapper .detail .downloads .one_file span,
#dl_download_modal .wrapper .detail .downloads .combiner span,
#dl_download_modal .wrapper .detail .downloads .separated span {
  flex: 0 0 auto;
  font-size: 16px;
  border-left: 5px solid #ff4500;
  padding-left: 5px; }

#dl_download_modal .wrapper .detail .downloads .trial .button_wrapper,
#dl_download_modal .wrapper .detail .downloads .one_file .button_wrapper,
#dl_download_modal .wrapper .detail .downloads .combiner .button_wrapper,
#dl_download_modal .wrapper .detail .downloads .separated .button_wrapper {
  flex: 1 0 auto;
  background-color: whitesmoke;
  border: 1px solid ghostwhite;
  border-radius: 4px;
  padding: 10px;
  margin-left: 1em; }

#dl_download_modal .wrapper .detail .notice {
  background-color: ghostwhite;
  padding: 10px; }

#dl_download_modal .wrapper .detail .notice ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 1em 0;
  margin-left: 1em; }

#dl_download_modal .wrapper .detail .message {
  font-size: 18px;
  font-weight: bold;
  background-color: lightsalmon;
  border: 2px solid orangered;
  border-radius: 4px;
  padding: 2px 5px;
  display: none;
  margin-bottom: 1em; }

#dl_download_modal .wrapper .detail .message a {
  color: black;
  text-decoration: underline; }

#dl_download_modal .wrapper .detail .message span {
  margin-left: 5px; }

.lity-active,
.lity-active body {
  overflow: hidden; }

.lity-container .lity-content #dl_download_modal {
  width: auto; }

@media screen and (orientation: landscape) {
  .footNav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    flex-wrap: wrap; }

  .footNav span {
    width: 50%; }

  .footNav p {
    width: 100%; } }
.sign-up-page {
  padding: 12px 16px 0; }
  .sign-up-page table td select,
  .sign-up-page table td textarea {
    width: 100%;
    border: 1px solid #6acaa7;
    box-sizing: border-box; }
  .sign-up-page table td.form-style__input select {
    width: 50%;
    padding: 10px;
    border-radius: 0.42em; }

.address-select-list {
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap; }
  .address-select-list .block {
    flex: 1 0 auto;
    margin: 0 0 10px;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #9d9d9d; }
    .address-select-list .block .inner {
      position: relative;
      margin: 0 9px;
      padding: 20px; }
    .address-select-list .block.selected .inner {
      background: #fffaf0; }
    .address-select-list .block p {
      margin: 0 0 20px;
      font-size: 108.3%; }
    .address-select-list .block .btn {
      text-align: center; }
      .address-select-list .block .btn input[type="button"] {
        padding: 5px 3em; }

@media screen and (min-width: 980px) {
  .address-select-list {
    flex-direction: row; }
    .address-select-list .block {
      flex: 0 0 33%;
      border-bottom: none;
      border-right: 1px dashed #9d9d9d; }
      .address-select-list .block.block:nth-child(3n + 3) {
        border-right: none; } }
/* ----------------------------------------------------
            DLマイページ共通CSS
                ・共通
                ・ほしいものリスト
                ・注文履歴
---------------------------------------------------- */
/* ----------------------------------------------------
            DLマイページ共通
---------------------------------------------------- */
/* ----------------------------------------------------
            DLほしいものリスト
---------------------------------------------------- */
input#name:not(.wordbox),
input[type=submit]:not(.wordbox) {
  border: none !important; }

div.itemSelector {
  text-align: center; }

.circle-content .btns .favorite .open_select_modal > span.btn_oneclick {
  background-color: white;
  border: none;
  border-radius: 0;
  width: auto;
  text-align: left;
  padding: 0; }

.circle-content .btns .favorite .open_select_modal > span.btn_oneclick > i {
  display: none; }

.my-circle-page .circle-content .btns p a.open_select_modal {
  margin: 10px auto; }

.my-circle-page .circle-content .btns p.favorite.cart_select input {
  display: none; }

.my-circle-page .circle-content .btns p.favorite.bought a:before {
  display: none; }

.my-circle-page .circle-content .btns p.favorite a.open_select_modal:before {
  content: '\f07a'; }

.my-circle-page .circle-content .btns p.favorite.cart_select.select a:before {
  content: '\f096'; }

.my-circle-page .circle-content .btns p.favorite.cart_select.selected a:before {
  content: '\f046'; }

/* ----------------------------------------------------
            DL注文履歴
---------------------------------------------------- */
.my-history.dl-history .page-content-border {
  border-color: #ff4500; }

.my-history.dl-history .page-headline-min {
  color: #ff4500; }

.my-history.dl-history .general-btn {
  background-color: #ff4500; }

.my-history.dl-history .page-headline {
  background-color: #aa6666; }

.dl_notice_link {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1em; }

.dl_notice_link > a {
  flex-basis: 45%; }

.dl_notice_link.dl_notice_link_pc > a {
  padding: 10px 0;
  background-color: #ff4500;
  color: white;
  text-align: center;
  border-radius: 5px; }

.dl_notice_link > a > img {
  max-width: 100%; }

.tbl-order-01 .price2 span a {
  background-color: #ff4500;
  color: white;
  padding: 10px;
  border-radius: 4px; }

.my-history .order-item-list li p.item-data {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.my-history .order-item-list li p.item-data a {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.my-history .order-item-list li p.item-data span.item-price {
  flex: 0 0 auto;
  min-width: 0;
  display: inline-block; }

.my-history .order-item-list li p.item-data span.item-price span {
  font-weight: bold; }

.my-history .order-item-list li .item-meta.dl_item .item-num {
  padding: 0;
  text-align: center;
  width: 100%; }

.my-history .order-item-list li .item-meta.dl_item .item-num a {
  background-color: #eeffee;
  border: 1px solid lightgray;
  color: #333333;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: small;
  display: block;
  margin: 5px 0; }

.my-history .order-item-list li .item-meta.dl_item .item-num a i {
  color: #333333; }

.my-history .order-item-list li .item-meta.dl_item .item-num span {
  display: inline-block;
  margin-right: 5px; }

.my-history .order-item-list li .item-meta.dl_item .item-num span:last-of-type {
  display: inline-block;
  margin-right: 0; }

.my-history .order-item-list li .item-meta.dl_item .item-price {
  margin: 5px 0; }

.order-item-list p.product_type {
  color: white;
  padding: 2px 10px !important;
  border-radius: 4px;
  font-size: 10px;
  margin: 5px 0 !important;
  display: inline-block;
  background-color: #ff4500; }

.priv_mb10 {
  margin-bottom: 10px; }

#eModal {
  background-color: #FFF;
  position: fixed;
  float: left;
  z-index: 9998;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90vh;
  width: 90vw; }

#eModal .modalLoading {
  display: flex;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

#priv_box_contents {
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

#priv_box_submit_area {
  border-top: 1px solid #000;
  flex-basis: 50px;
  min-height: 50px;
  max-height: 50px;
  box-sizing: content-box;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  box-sizing: content-box;
  flex-grow: 0; }

#priv_box_submit_area > div {
  height: 100%;
  width: 50%;
  display: table; }

#priv_box_top_bar {
  align-items: center;
  display: flex;
  height: auto;
  border-bottom: 1px solid #c9c9c9;
  background-color: #2ea767;
  box-sizing: content-box;
  flex-direction: row;
  justify-content: center; }

#priv_box {
  margin: 0;
  overflow-y: scroll;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  box-sizing: content-box;
  flex-basis: 100%; }

#priv_box_list {
  margin: 0;
  height: 100%;
  overflow-y: scroll;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: content-box; }

#priv_box_submit_area > div:nth-of-type(2) {
  border-left: 1px solid #000;
  background-color: #2ea767;
  color: white; }

#priv_box_submit_area > div > a {
  height: 100%;
  width: 100%;
  display: table-cell;
  text-align: center;
  margin: auto 0;
  vertical-align: middle; }

#priv_box_submit_area > div > a#prm_m_next,
#priv_box_submit_area > div > a#prm_m_complete,
#priv_box_submit_area > div > a#prm_m_to_cart,
#priv_box_submit_area > div > a#prm_m_complete_to_cart {
  color: white; }

.priv_box_list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0; }

.priv_box_list li {
  display: flex;
  margin: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }

.priv_box_list li > div {
  border: 1px solid #000;
  width: 75%;
  padding: 10px;
  background-color: #ececec;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.priv_box_list li > div.priv_selected_item {
  width: 90%; }

.checkOrderItem > input[type=radio]:checked + div {
  background-color: #f3fef1;
  color: #333333; }

.priv_box_list li > div p {
  text-align: left;
  word-break: break-all;
  margin: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.priv_box_list li > div p.cart_item_price {
  text-indent: 1em;
  margin: 5px 0; }

.priv_box_list li > div p.cart_item_point {
  margin: 5px 0; }

.priv_box_title {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 90%;
  text-align: left;
  font-weight: bold; }

.priv_box_head_icon {
  color: #FFF;
  text-align: center;
  display: inline-block;
  font-size: 2em;
  margin-right: 5px; }

.priv_box_head_icon .fa {
  color: #FFF; }

.priv_box_head_icon img {
  width: 60%; }

.priv_box_title {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  text-align: center;
  display: inline-block;
  width: auto; }

.priv_box_close {
  border: 1px solid black;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: auto; }

.priv_box_close_reload {
  border: 1px solid black;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: auto; }

.priv_box_message {
  font-weight: bold;
  text-align: center; }

.priv_box_message:first-child {
  margin-top: 15px; }

.priv_box_message_mg {
  margin: 1em 0; }

.priv_box_message_center {
  font-weight: bold;
  text-align: center; }

.priv_box_message_center:first-child {
  margin-top: 15px; }

.priv_box_message_alert {
  color: red; }

.priv_box_message_attention {
  font-weight: bold;
  font-size: 0.8em;
  color: red; }

.priv_box_link {
  text-decoration: underline;
  cursor: pointer;
  margin: 10px auto;
  display: block;
  text-align: center; }

.prm_m_btn {
  text-decoration: none;
  font-weight: bold; }

.prvItemBox {
  width: 100%; }

.prvItemBox div.prvItemName {
  padding-bottom: 5px;
  width: 100%;
  text-align: left; }

.prvCartInfo {
  width: 100%; }

.prvCartInfo div {
  width: 100%;
  padding-bottom: 5px; }

#selOrderSet {
  /* nothing */ }

.already_same_delivery_label {
  border: 1px solid #ccc;
  padding: 3px 2px;
  background-color: #ccc;
  width: auto !important;
  display: inline-block; }

.already_same_delivery_order_id_label {
  padding: 3px 2px;
  width: auto !important;
  display: inline-block; }

.prv_cond_mg {
  margin-left: 20px; }

div.cart_popup {
  width: 305px; }

div.cart_popup > span.close_cart_popup {
  left: 300px; }

.item-list #rt_rwd_detail_auto2 form {
  display: flex;
  align-items: center; }
  .item-list #rt_rwd_detail_auto2 form .buy-together-product .item-meta {
    padding-left: 10px; }
    .item-list #rt_rwd_detail_auto2 form .buy-together-product .item-meta .item-ttl {
      height: auto; }
    .item-list #rt_rwd_detail_auto2 form .buy-together-product .item-meta .search-item-detail-btn-list a {
      flex: 1 0 auto; }

.item-page .item-detail .priv-item {
  padding: 10px 10px; }
.item-page .item-favorite {
  justify-content: center; }
  .item-page .item-favorite > a {
    width: 50%; }
.item-page .item-cart .reserve-info {
  background-color: #d0d0d0;
  width: 100%; }
  .item-page .item-cart .reserve-info > .reserve_message {
    border-radius: 4px;
    border: none;
    text-align: center;
    padding: 10px;
    margin: 5px 10px;
    background-color: #d0d0d0; }
.item-page .item-cart .item-resale-request {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  color: #D55454;
  border: 1px solid; }
  .item-page .item-cart .item-resale-request a.btn-resale-request-item {
    justify-content: center;
    width: 30vw; }
    .item-page .item-cart .item-resale-request a.btn-resale-request-item i {
      color: #D55454;
      margin-right: 10px;
      margin-top: 10px; }
    .item-page .item-cart .item-resale-request a.btn-resale-request-item span {
      width: 100%;
      height: 50px;
      top: 0;
      left: 0;
      z-index: 10;
      color: #D55454; }
.item-page .item-cart .item-request {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  position: relative;
  background-color: #ff4500; }
  .item-page .item-cart .item-request > a.btn-request-item {
    justify-content: center;
    width: 30vw; }
    .item-page .item-cart .item-request > a.btn-request-item i {
      color: white;
      margin-right: 10px;
      margin-top: 10px; }
    .item-page .item-cart .item-request > a.btn-request-item span {
      width: 100%;
      height: 50px;
      top: 0;
      left: 0;
      z-index: 10;
      color: white; }
.item-page .item-cart .btn-cart-reserve > a {
  color: #fff; }
.item-page .item-cart .cart-info-standby {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  text-align: center;
  vertical-align: top;
  color: #d55454;
  border: 1px solid #ffe6e6;
  margin-bottom: 10px; }
  .item-page .item-cart .cart-info-standby i.fa {
    color: #d55454;
    padding-right: 5px; }
.item-page .item-change-prodcut-type {
  display: flex;
  padding: 0 10px;
  justify-content: center; }
  .item-page .item-change-prodcut-type > .item-change-type-button {
    justify-content: center;
    width: 30vw; }
  .item-page .item-change-prodcut-type > * {
    width: 100%;
    margin: 0 6px; }
.item-page .btn-change-products,
.item-page .btn-change-dlproducts {
  padding: 6px 12px;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .item-page .btn-change-products.active,
  .item-page .btn-change-dlproducts.active {
    background-color: #ffe;
    border: 1px solid #FFBB41;
    color: black; }
  .item-page .btn-change-products.noactive,
  .item-page .btn-change-dlproducts.noactive {
    background-color: #edece8;
    border: 1px solid #d0d0d0;
    color: #7A7A7A; }
.item-page .notes-green {
  background-color: #00a667; }

.view-environment {
  border: 1px solid #959182;
  border-radius: 4px;
  padding: 10px 30px; }
  .view-environment .headline {
    border-bottom: 1px solid #959182; }
  .view-environment .headline_noline {
    font-size: large; }
  .view-environment .row {
    margin-top: 10px; }
    .view-environment .row i {
      color: #959182; }
    .view-environment .row .fa-mobile-screen {
      margin: 0px 2px; }
  .view-environment .row_product_set {
    margin: 5px 20px; }
    .view-environment .row_product_set i {
      color: #959182; }
    .view-environment .row_product_set .fa-mobile-screen {
      margin: 0px 2px; }
  .view-environment .row_sale_date {
    border-top: #959182 solid 1px;
    padding-top: 5px; }
  .view-environment .option_detail {
    padding-top: 5px; }
    .view-environment .option_detail .option_info {
      border-bottom: 1px solid #959182; }
    .view-environment .option_detail .option_target p a {
      color: #00a667; }

.ranking .rank {
  width: 35px;
  right: 0;
  left: auto; }

#zaiko_open {
  color: #00a667;
  cursor: pointer;
  text-decoration: underline;
  cursor: pointer; }

#zaiko {
  display: none; }

#zaiko_wrapper {
  background-color: white;
  width: 90vw;
  height: 90vh;
  padding: 10px;
  overflow-y: scroll;
  position: relative; }
  #zaiko_wrapper #zaiko_title {
    display: flex;
    flex-wrap: nowrap; }
    #zaiko_wrapper #zaiko_title .product_name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      flex: 0 1 auto; }
    #zaiko_wrapper #zaiko_title .safix {
      flex: 1 0 auto; }
  #zaiko_wrapper #zaiko_info {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid black;
    height: 3em;
    align-items: center; }
    #zaiko_wrapper #zaiko_info > p {
      flex: 1 1 auto; }
    #zaiko_wrapper #zaiko_info #zaiko_refresh {
      flex: 0 0 auto;
      cursor: pointer; }
  #zaiko_wrapper #zaiko_notice {
    padding: 10px; }
    #zaiko_wrapper #zaiko_notice span.notice-busy {
      color: red;
      display: block;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      padding: 5px 0;
      margin-top: 5px; }
  #zaiko_wrapper #zaiko_shop {
    border-bottom: 1px solid black;
    padding-bottom: 10px; }
  #zaiko_wrapper #zaiko_data dl dt {
    width: 100%;
    height: 2em;
    padding-left: 1em;
    display: table;
    font-size: large;
    background-color: #26b99a;
    color: white;
    border-bottom: 1px solid white; }
  #zaiko_wrapper #zaiko_data dl dd table {
    width: 100%; }
  #zaiko_wrapper #zaiko_overlay {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; }
    #zaiko_wrapper #zaiko_overlay i {
      flex: 0 0 auto;
      font-size: 20vw; }

.caution_strong p {
  border: 1px solid #ff4500;
  background-color: #ffe6e6;
  line-height: 18px;
  padding: 8px 20px;
  text-align: center;
  width: 80%;
  margin: 10px auto; }
  .caution_strong p i {
    color: red; }

@media screen and (min-width: 980px) {
  .item-page .item-body-wrap .item-img {
    background: none; }
  .item-page .item-body-wrap .item-meta3 .cart-info-standby {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
    color: #d55454;
    border: 1px solid #ffe6e6;
    margin-bottom: 10px; }
    .item-page .item-body-wrap .item-meta3 .cart-info-standby i.fa {
      color: #d55454;
      padding-right: 5px; }

  .item-list #rt_rwd_detail_auto2 {
    justify-content: center; }
    .item-list #rt_rwd_detail_auto2 .item-list__placeholder {
      display: none; }

  .view-environment {
    margin: 10px 26px; }

  .item-page .item-request,
  .item-page .item-resale-request,
  .item-page .item-favorite {
    justify-content: center; }
    .item-page .item-request > a,
    .item-page .item-resale-request > a,
    .item-page .item-favorite > a {
      justify-content: center;
      width: 30vw; }
      .item-page .item-request > a i,
      .item-page .item-resale-request > a i,
      .item-page .item-favorite > a i {
        margin-right: 10px; }

  #zaiko_wrapper {
    width: 50vw;
    height: 80vh;
    max-width: 600px; }
    #zaiko_wrapper #zaiko_overlay i {
      font-size: 8vw; } }
#fl_wrapper {
  display: none; }

.featherlight.melonbooks_fl.melonbooks_fl--product {
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .featherlight.melonbooks_fl.melonbooks_fl--product .featherlight-content {
    height: auto; }
    .featherlight.melonbooks_fl.melonbooks_fl--product .featherlight-content .fl_count {
      text-align: center; }

div.slider .slick-arrow {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background-color: #7A7A7A;
  opacity: 0.7;
  position: absolute;
  bottom: 50%;
  z-index: 10; }
  div.slider .slick-arrow.slick-next {
    right: 0; }
    div.slider .slick-arrow.slick-next:after {
      content: '\f105';
      right: 5px; }
  div.slider .slick-arrow.slick-prev {
    left: 0; }
    div.slider .slick-arrow.slick-prev:after {
      content: '\f104';
      left: 5px; }
  div.slider .slick-arrow:after {
    content: '';
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-indent: 0;
    text-align: center;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 0; }

@media screen and (max-width: 979px) {
  .view-environment {
    margin: 10px 10px; }

  .featherlight.melonbooks_fl.melonbooks_fl--product .featherlight-content {
    height: auto; }
    .featherlight.melonbooks_fl.melonbooks_fl--product .featherlight-content .fl_count {
      text-align: center; }

  .item-page .item-body-wrap .item-meta3 .cart-info-standby {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
    color: #d55454;
    border: 1px solid #ffe6e6;
    margin-bottom: 10px; }
    .item-page .item-body-wrap .item-meta3 .cart-info-standby i.fa {
      color: #d55454;
      padding-right: 5p; } }
.atone_attention_title {
  margin-top: 1em;
  display: inline-block; }

.alert {
  text-align: center; }

.alert_b {
  color: blue; }

a.alert_b {
  text-decoration: underline; }

.alert_r {
  color: red; }

.m-modalBox {
  overflow-y: scroll !important;
  margin-bottom: 10px; }

#atone_loading_message {
  display: none; }

.button_area {
  text-align: center; }

#circle-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  #circle-detail #profile_image {
    flex: 1 0 100%;
    background: #edece8;
    width: 100%; }
    #circle-detail #profile_image img {
      max-width: 100%;
      max-height: 100%; }
    #circle-detail #profile_image figure {
      text-align: center; }
  #circle-detail #circle-profile {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column; }
    #circle-detail #circle-profile .item-share {
      flex: 0 0 auto; }

#circle-activity {
  margin-top: 10px; }
  #circle-activity h5 {
    color: #fff;
    padding: 5px 16px;
    font-weight: normal;
    background-color: #6acaa7;
    position: relative;
    font-size: initial;
    height: auto;
    line-height: initial; }
    #circle-activity h5:after {
      color: white; }

.circle-header-info {
  padding-left: 2em; }
  .circle-header-info #circle_products_number {
    text-decoration: underline; }

.featherlight.melonbooks_fl .featherlight-content {
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0; }
  .featherlight.melonbooks_fl .featherlight-content .featherlight-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 55px; }
    .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post {
      display: flex;
      flex-direction: column;
      flex: 1;
      border-bottom: 1px solid black;
      padding: 0 10px 10px 5px; }
      .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post:last-of-type {
        border-bottom: none; }
      .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_image {
        display: flex;
        align-items: center;
        justify-content: center; }
        .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_image img {
          max-width: 100%;
          max-height: 100%; }
      .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_date {
        text-align: right; }
      .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_text {
        margin-top: 1em; }
      .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_favorite {
        margin-top: 5px;
        font-size: 18px;
        text-align: right;
        position: relative; }
        .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_favorite i {
          color: magenta; }
        .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_favorite span {
          min-width: 2em;
          display: inline-block;
          text-align: right; }
      .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_login {
        display: inline-block;
        position: absolute;
        font-size: 12px;
        top: 35px;
        right: 0;
        padding: 8px;
        border: 1px solid #888888; }
        .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_login:before, .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_login:after {
          content: "";
          position: absolute;
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-color: transparent transparent white transparent; }
        .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_login:before {
          top: -9px;
          left: 80%;
          margin-left: -9px;
          border-width: 0 9px 9px 9px;
          border-color: transparent transparent white transparent;
          z-index: 1; }
        .featherlight.melonbooks_fl .featherlight-content .featherlight-inner .fl_post .fl_content .fl_login:after {
          top: -11px;
          left: 80%;
          margin-left: -10px;
          border-width: 0 10px 10px 10px;
          z-index: 0; }
  .featherlight.melonbooks_fl .featherlight-content .featherlight-close-icon {
    /* display: none; */
    display: none; }

.fl_console {
  z-index: 150;
  position: fixed;
  top: 0;
  width: 100%;
  /* z-index: 5; */
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: black;
  height: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .fl_console .fl_count {
    flex: 1 0 auto;
    color: white; }
  .fl_console .fl_close {
    flex: 0 0 auto;
    /* height: 40px; */
    width: 40px;
    vertical-align: middle;
    display: table-cell;
    text-align: center; }
    .fl_console .fl_close i {
      color: white;
      background-color: black;
      font-size: 20px; }

#circle_contents_header .banner_image {
  text-align: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 40%; }
  #circle_contents_header .banner_image img {
    display: none; }

.circle-favorite {
  float: right; }
  .circle-favorite .btn-favorite-circle {
    padding: 4px 20px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #b3b3b3; }
    .circle-favorite .btn-favorite-circle i {
      padding-right: 20px;
      font-size: 1.5em;
      color: #b3b3b3; }
    .circle-favorite .btn-favorite-circle span {
      display: block;
      text-align: center;
      font-size: 11px; }
    .circle-favorite .btn-favorite-circle.__active i {
      color: #6acaa7; }

@media screen and (min-width: 980px) {
  #circle-detail {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch; }
    #circle-detail #profile_image {
      flex: 1 0 50%;
      max-width: 50%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; }
    #circle-detail #circle-profile {
      flex: 1 1 auto;
      min-width: 0; }

  .featherlight.melonbooks_fl--pc .featherlight-content {
    padding: 0;
    border: none;
    overflow: visible;
    width: auto;
    height: auto; }
    .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner {
      width: 60vw;
      height: 60vh;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      padding-top: 0; }
      .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner .fl_post {
        flex-direction: row;
        flex: 1 0 100%;
        padding: 0; }
        .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner .fl_post .fl_image {
          flex: 1 1 auto;
          text-align: center; }
          .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner .fl_post .fl_image a {
            display: contents; }
        .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner .fl_post .fl_content {
          flex: 0 0 30%;
          align-self: stretch;
          padding: 1em;
          background-color: white; }
          .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner .fl_post .fl_content .simple-buttons__button a, .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner .fl_post .fl_content .page-tabs__tab a, .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner .fl_post .fl_content .param-tabs__tab a {
            width: auto;
            padding: 0 3em; }
        .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-inner .fl_post .fl_count {
          position: absolute;
          bottom: -2em;
          color: white;
          display: block;
          width: 100%;
          text-align: center; }
    .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-previous span,
    .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-next span {
      display: inline-block;
      font-size: 40px;
      width: auto;
      right: 0;
      text-shadow: none;
      color: white;
      left: 0; }
      .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-previous span i,
      .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-next span i {
        color: white; }
    .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-previous {
      top: 0;
      left: -80px;
      right: 100%; }
    .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-next {
      top: 0;
      right: -80px;
      left: 100%; }
    .featherlight.melonbooks_fl--pc .featherlight-content .featherlight-close-icon {
      display: block;
      right: -50px;
      line-height: 30px;
      font-size: 30px;
      width: 30px;
      background: none;
      color: white; }

  #circle_contents_header .banner_image {
    background: none;
    height: auto;
    padding: 0; }
    #circle_contents_header .banner_image img {
      display: block;
      max-width: 100%; } }

/*# sourceMappingURL=main.css.map */
